From: Florian G. <re...@us...> - 2006-09-12 15:30:59
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9482 Modified Files: configure configure.ac Log Message: moved phpui installation to another subdirectory for easier install. First changes in phpui for new table schema. Index: configure.ac =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configure.ac 17 Aug 2006 13:57:17 -0000 1.19 --- configure.ac 12 Sep 2006 15:30:49 -0000 1.20 *************** *** 316,320 **** AC_SUBST(cgidir) ! INST_PHPUI_PATH=${sbindir} AC_ARG_WITH(phpuidir, [ --with-phpuidir=DIR PHP webinterface dir (default=sbindir)],[ --- 316,320 ---- AC_SUBST(cgidir) ! INST_PHPUI_PATH=${prefix}/share/phpui AC_ARG_WITH(phpuidir, [ --with-phpuidir=DIR PHP webinterface dir (default=sbindir)],[ *************** *** 452,455 **** --- 452,456 ---- echo if test "0${ENABLE_CGIS}" != "0no" -o "0${ENABLE_PHPUI}" != "0no" ; then + echo "PHP interface path: ${INST_PHPUI_PATH}" echo "HTTP path for images: ${HTTP_IMAGE_PATH}" echo "Installation path for images: ${INST_IMAGE_PATH}" Index: configure =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure 17 Aug 2006 13:57:17 -0000 1.20 --- configure 12 Sep 2006 15:30:49 -0000 1.21 *************** *** 29118,29122 **** ! INST_PHPUI_PATH=${sbindir} # Check whether --with-phpuidir or --without-phpuidir was given. --- 29118,29122 ---- ! INST_PHPUI_PATH=${prefix}/share/phpui # Check whether --with-phpuidir or --without-phpuidir was given. *************** *** 30964,30967 **** --- 30964,30968 ---- echo if test "0${ENABLE_CGIS}" != "0no" -o "0${ENABLE_PHPUI}" != "0no" ; then + echo "PHP interface path: ${INST_PHPUI_PATH}" echo "HTTP path for images: ${HTTP_IMAGE_PATH}" echo "Installation path for images: ${INST_IMAGE_PATH}" |