From: Florian G. <re...@us...> - 2007-09-28 21:53:16
|
Update of /cvsroot/perfparse/_perfparse In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11373 Modified Files: TODO configure configure.ac Log Message: some cosmetic changes and a little work on the php interface Index: configure =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** configure 2 Aug 2007 22:20:20 -0000 1.29 --- configure 28 Sep 2007 21:53:16 -0000 1.30 *************** *** 1564,1568 **** --with-gdlib_config_dir=PATH gdlib-config full path (default=) --with-cgidir=DIR cgi dir (default=sbindir) ! --with-phpuidir=DIR PHP webinterface dir (default=sbindir) --with-apacheuser=username Apache user for installation (default=nobody) --with-imagedir=DIR images dir (default=datadir/perfparse/images) --- 1564,1568 ---- --with-gdlib_config_dir=PATH gdlib-config full path (default=) --with-cgidir=DIR cgi dir (default=sbindir) ! --with-phpuidir=DIR PHP webinterface dir (default=PREFIX/share/phpui) --with-apacheuser=username Apache user for installation (default=nobody) --with-imagedir=DIR images dir (default=datadir/perfparse/images) Index: configure.ac =================================================================== RCS file: /cvsroot/perfparse/_perfparse/configure.ac,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** configure.ac 2 Aug 2007 22:20:20 -0000 1.27 --- configure.ac 28 Sep 2007 21:53:16 -0000 1.28 *************** *** 358,362 **** INST_PHPUI_PATH=${prefix}/share/phpui AC_ARG_WITH(phpuidir, ! [ --with-phpuidir=DIR PHP webinterface dir (default=sbindir)],[ if test "$withval" != "no" -a "$withval" != "yes"; then INST_PHPUI_PATH=$withval --- 358,362 ---- INST_PHPUI_PATH=${prefix}/share/phpui AC_ARG_WITH(phpuidir, ! [ --with-phpuidir=DIR PHP webinterface dir (default=PREFIX/share/phpui)],[ if test "$withval" != "no" -a "$withval" != "yes"; then INST_PHPUI_PATH=$withval Index: TODO =================================================================== RCS file: /cvsroot/perfparse/_perfparse/TODO,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TODO 15 Apr 2007 23:39:52 -0000 1.8 --- TODO 28 Sep 2007 21:53:16 -0000 1.9 *************** *** 13,14 **** --- 13,15 ---- - update documentation - remove install options that are outdated - add option to deliver data via NEB module + - autodetect log source type - fix bug when ppd is spinning if defined as file but source is a pipe |