[lwatch-cvs] files configure.ac,1.53,1.54
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2010-07-29 17:30:06
|
Update of /cvsroot/lwatch/files In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24865 Modified Files: configure.ac Log Message: Finally, two features are almost ready: - syslog support - run as daemon Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** configure.ac 28 Feb 2009 16:18:39 -0000 1.53 --- configure.ac 29 Jul 2010 17:29:55 -0000 1.54 *************** *** 32,35 **** --- 32,38 ---- [./configure options]) + AH_TEMPLATE([PIDFILE], + [./configure options]) + AH_TEMPLATE([DEBUG], [Define to 1 if you want to compile with debug support.]) *************** *** 170,173 **** --- 173,181 ---- AC_DEFINE_UNQUOTED(ALLPARAMS,"${ALLPARAMS}") + # temporary FIXME + PIDFILE=/var/run/lwatch.pid + AC_SUBST(PIDFILE) + AC_DEFINE_UNQUOTED(PIDFILE,"${PIDFILE}") + dnl Epilog AC_CONFIG_FILES([src/Makefile doc/Makefile Makefile]) |