[dhcp-agent-commits] dhcp-agent config.h.in,1.1.1.1,1.2 configure.in,1.1.1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-10-30 05:00:48
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv6635 Modified Files: config.h.in configure.in Log Message: setup for making a utility library -- zorched makefile.am temporarily until this conversion is over Index: config.h.in =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/config.h.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config.h.in 29 Oct 2002 17:11:03 -0000 1.1.1.1 --- config.h.in 30 Oct 2002 05:00:46 -0000 1.2 *************** *** 16,19 **** --- 16,22 ---- #undef HAVE_DAEMON + /* Define to 1 if you have the <dlfcn.h> header file. */ + #undef HAVE_DLFCN_H + /* Define to 1 if you have the <getopt.h> header file. */ #undef HAVE_GETOPT_H Index: configure.in =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/configure.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** configure.in 29 Oct 2002 17:11:03 -0000 1.1.1.1 --- configure.in 30 Oct 2002 05:00:46 -0000 1.2 *************** *** 34,37 **** --- 34,38 ---- AC_PROG_INSTALL AC_PROG_MAKE_SET + AC_PROG_LIBTOOL dnl check header files we should have |