[srvx-commits] CVS: services configure.in,1.71,1.72
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-09-01 14:41:59
|
Update of /cvsroot/srvx/services In directory sc8-pr-cvs1:/tmp/cvs-serv26478 Modified Files: configure.in Log Message: use preferred AC_CONFIG_HEADERS directive Index: configure.in =================================================================== RCS file: /cvsroot/srvx/services/configure.in,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -r1.71 -r1.72 *** configure.in 29 Jul 2003 01:51:24 -0000 1.71 --- configure.in 1 Sep 2003 14:41:55 -0000 1.72 *************** *** 6,10 **** AC_INIT(srvx, 1.2, srv...@li...) CODENAME=dust ! AM_CONFIG_HEADER(src/config.h) AC_CONFIG_SRCDIR(src/opserv.c) dnl AM_CANONICAL_TARGET must be before AM_INIT_AUTOMAKE() or autoconf whines --- 6,10 ---- AC_INIT(srvx, 1.2, srv...@li...) CODENAME=dust ! AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_SRCDIR(src/opserv.c) dnl AM_CANONICAL_TARGET must be before AM_INIT_AUTOMAKE() or autoconf whines |