[srvx-commits] CVS: services configure.in,1.56,1.57
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-08-17 20:57:58
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv9515
Modified Files:
configure.in
Log Message:
try harder to always create src/modules-list.h
Index: configure.in
===================================================================
RCS file: /cvsroot/srvx/services/configure.in,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** configure.in 17 Aug 2002 14:24:41 -0000 1.56
--- configure.in 17 Aug 2002 20:57:54 -0000 1.57
***************
*** 282,285 ****
--- 282,287 ----
AC_MSG_CHECKING(for extra module files)
MODULE_DEFINES="src/modules-list.h"
+ echo > $MODULE_DEFINES
+ touch $MODULE_DEFINES
AC_ARG_ENABLE(modules,
[ --enable-modules=list,of,modules Enable extra modules],
***************
*** 290,294 ****
module_list=""
dnl Must use a separate file because autoconf can't stand newlines in an AC_SUBSTed variable.
- echo > $MODULE_DEFINES
for module in $enableval ; do
module=`echo $module | sed -e s/^mod-// -e s/\.c\$//`
--- 292,295 ----
***************
*** 304,308 ****
],
[
- echo > $MODULE_DEFINES
AC_MSG_RESULT(none)
])
--- 305,308 ----
|