[lwatch-cvs] files configure,1.23,1.24 configure.ac,1.20,1.21
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-21 14:27:54
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv15414 Modified Files: configure configure.ac Log Message: - checking for existence of headers files Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** configure 21 Mar 2003 13:47:29 -0000 1.23 --- configure 21 Mar 2003 14:27:48 -0000 1.24 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.19 . # 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.20 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. *************** *** 3696,3700 **** ! for ac_header in fcntl.h stddef.h stdlib.h string.h sys/param.h unistd.h pcre.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --- 3696,3708 ---- ! ! ! ! ! ! ! ! ! for ac_header in errno.h fcntl.h getopt.h pcre.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/param.h sys/poll.h sys/stat.h sys/types.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure.ac 21 Mar 2003 13:47:29 -0000 1.20 --- configure.ac 21 Mar 2003 14:27:48 -0000 1.21 *************** *** 37,41 **** # Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h sys/param.h unistd.h pcre.h]) # Take fun :) --- 37,41 ---- # Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS([errno.h fcntl.h getopt.h pcre.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/param.h sys/poll.h sys/stat.h sys/types.h unistd.h]) # Take fun :) |