[srvx-commits] CVS: services configure.ac,1.12,1.13
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-10-10 04:51:26
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv2931 Modified Files: configure.ac Log Message: start implementing mod_common functions Index: configure.ac =================================================================== RCS file: /cvsroot/srvx/services/configure.ac,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** configure.ac 2001/10/02 16:32:07 1.12 --- configure.ac 2001/10/10 04:51:23 1.13 *************** *** 1,5 **** dnl Process this file with autoconf to create a configure script. dnl Then invoke that configure script using a command line like this: ! dnl ./configure --enable-maintainer-mode --enable-transition --enable-debug dnl General initialization. --- 1,5 ---- dnl Process this file with autoconf to create a configure script. dnl Then invoke that configure script using a command line like this: ! dnl ./configure --enable-maintainer-mode --enable-debug dnl General initialization. *************** *** 86,90 **** dnl Would rather not bail on headers, BSD has alot of the functions elsewhere. -Jedi ! AC_CHECK_HEADERS(arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h pthread.h sys/resource.h sys/timeb.h sys/times.h sys/select.h sys/param.h sys/poll.h sys/socket.h sys/time.h sys/types.h unistd.h getopt.h memory.h regex.h alloca.h dlfcn.h,,) dnl portability stuff, hurray! -Jedi --- 86,90 ---- dnl Would rather not bail on headers, BSD has alot of the functions elsewhere. -Jedi ! AC_CHECK_HEADERS(arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h pthread.h sys/resource.h sys/timeb.h sys/times.h sys/select.h sys/param.h sys/poll.h sys/socket.h sys/time.h sys/types.h unistd.h getopt.h memory.h regex.h alloca.h dlfcn.h libintl.h,,) dnl portability stuff, hurray! -Jedi *************** *** 157,163 **** dnl Optional features. - AC_ARG_ENABLE(transition, - [ --enable-transition Enables X2 transition commands], - [AC_DEFINE(TRANSITION, 1, [Define to enable X2 transitioning features.])]) AC_ARG_ENABLE(bounds-checking, --- 157,160 ---- |