From: Rob H. <for...@us...> - 2004-03-08 08:26:04
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17422 Modified Files: Makefile.PL Log Message: this fixes some long-outstanding issues on the trunk: * perl and sh are configurable in install.cfg now, with preference for perl given to the perl used to run Makefile.PL (fixes sf.net bug 877125) * fixed up the tests a bit, needs alot more attention updated test.cfg to address all the latest config options * the group file is copied in by default now. We need to add support to sandweb-admin so users are added to groups at that time. * reduced the number of warnings we get running under perl 5.8 (deprecations, etc.) Index: Makefile.PL =================================================================== RCS file: /cvsroot/sandweb/sandweb/Makefile.PL,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- Makefile.PL 25 Jun 2003 07:28:11 -0000 1.14 +++ Makefile.PL 8 Mar 2004 08:01:54 -0000 1.15 @@ -29,5 +29,5 @@ ' custom_install: - ./tools/install_script.pl $(PREFIX) + ./tools/install_script.pl $(PREFIX) $(FULLPERL) '; } |