OSSP CVS Repository

ossp - Check-in [593]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 593
Date: 2001-Aug-02 10:29:17 (local)
2001-Aug-02 08:29:17 (UTC)
User:simons
Branch:
Comment: Remove the writable flag from file generated by autoconf.
Tickets:
Inspections:
Files:
ossp-pkg/xds/configure.ac      1.7 -> 1.8     2 inserted, 1 deleted

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

CVSTrac 2.0.1