Update of /cvsroot/mod-c/mod_c
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2722
Modified Files:
configure.ac
Removed Files:
config.h.in
Log Message:
Must get some sleep!
Index: configure.ac
===================================================================
RCS file: /cvsroot/mod-c/mod_c/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** configure.ac 11 Sep 2006 14:02:42 -0000 1.9
--- configure.ac 12 Sep 2006 23:46:51 -0000 1.10
***************
*** 5,12 ****
AC_CONFIG_SRCDIR([src/mod_c.c])
AM_INIT_AUTOMAKE
! AM_CONFIG_HEADER(config.h)
! AC_LANG_CPLUSPLUS
AC_PROG_CXX
AC_PROG_CC
--- 5,12 ----
AC_CONFIG_SRCDIR([src/mod_c.c])
AM_INIT_AUTOMAKE
! AC_CONFIG_HEADERS([config.h])
! AC_LANG([C++])
AC_PROG_CXX
AC_PROG_CC
***************
*** 145,151 ****
AC_SUBST(APXS)
! AC_OUTPUT([Makefile
src/Makefile
include/Makefile
doc/Makefile])
--- 145,152 ----
AC_SUBST(APXS)
! AC_CONFIG_FILES([Makefile
src/Makefile
include/Makefile
doc/Makefile])
+ AC_OUTPUT
--- config.h.in DELETED ---
|