From: Egon W. <eg...@us...> - 2002-07-21 15:47:15
|
Update of /cvsroot/woc/woc In directory usw-pr-cvs1:/tmp/cvs-serv17878 Modified Files: configure.in Log Message: Added script using Lire tools to analyze to web log. Index: configure.in =================================================================== RCS file: /cvsroot/woc/woc/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** configure.in 21 Jul 2002 10:20:00 -0000 1.4 --- configure.in 21 Jul 2002 15:47:12 -0000 1.5 *************** *** 8,11 **** --- 8,16 ---- AC_PATH_PROGS(PATHTOPERL, perl, no) AC_PATH_PROGS(PATHTOSH, sh bash, no) + AC_PATH_PROGS(PATHTOGUNZIP, gunzip, no) + + dnl find Lire (http://logreport.org) tools + AC_PATH_PROGS(PATHTOLIRERUN, lr_run, no) + AC_PATH_PROGS(PATHTOLIREL2R, lr_log2report, no) dnl checking for XML tools *************** *** 49,52 **** --- 54,59 ---- bin/index/woclist.pl bin/index/genlangxslts.pl + bin/lire/Makefile + bin/lire/report.pl ]) |