[lwatch-cvs] files configure,1.27,1.28
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-24 22:31:57
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv2282 Modified Files: configure Log Message: - automagically rebuilded Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** configure 24 Mar 2003 14:23:40 -0000 1.27 --- configure 24 Mar 2003 22:31:52 -0000 1.28 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.22 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.23 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. *************** *** 4693,4697 **** ! for ac_func in memset strcasecmp strchr do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --- 4693,4698 ---- ! ! for ac_func in getopt_long memset strcasecmp strchr do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |