ossp-pkg/xds/configure.ac 1.18 -> 1.19
--- configure.ac 2001/08/09 19:58:35 1.18
+++ configure.ac 2001/08/09 21:21:04 1.19
@@ -29,7 +29,7 @@
AC_INIT(xds.h.in)
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.18 $)
+AC_REVISION($Revision: 1.19 $)
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -99,6 +99,6 @@
dnl Write results.
dnl
-AC_CONFIG_FILES(xds.h Makefile docs/Makefile)
+AC_CONFIG_FILES(xds.h xds-config Makefile docs/Makefile)
AC_CONFIG_COMMANDS([default], [chmod -w xds.h Makefile docs/Makefile])
AC_OUTPUT
|
|