[lwatch-cvs] files configure.ac,1.22,1.23 ChangeLog,1.8,1.9
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-24 22:14:12
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv4476 Modified Files: configure.ac ChangeLog Log Message: - checking for getopt_long existence Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** configure.ac 24 Mar 2003 13:43:20 -0000 1.22 --- configure.ac 24 Mar 2003 22:14:06 -0000 1.23 *************** *** 63,67 **** AC_TYPE_SIGNAL AC_FUNC_VPRINTF ! AC_CHECK_FUNCS([memset strcasecmp strchr]) # Define autoheader templates --- 63,67 ---- AC_TYPE_SIGNAL AC_FUNC_VPRINTF ! AC_CHECK_FUNCS([getopt_long memset strcasecmp strchr]) # Define autoheader templates Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 24 Mar 2003 14:23:39 -0000 1.8 --- ChangeLog 24 Mar 2003 22:14:07 -0000 1.9 *************** *** 1,2 **** --- 1,5 ---- + 0.3: new tests in ./configure + + 0.2: bugfix: too much manual files installed ChangeLog filled :) |