ossp-pkg/xds/configure.ac 1.7 -> 1.8
--- configure.ac 2001/07/22 17:24:31 1.7
+++ configure.ac 2001/08/02 08:29:17 1.8
@@ -1,6 +1,6 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(libxds, [$Revision: 1.7 $])
+AC_INIT(libxds, [$Revision: 1.8 $])
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -76,4 +76,5 @@
dnl Write results.
dnl
AC_CONFIG_FILES(xds.h Makefile regression-tests/Makefile)
+AC_CONFIG_COMMANDS([default], [chmod -w xds.h Makefile regression-tests/Makefile])
AC_OUTPUT
|
|