OSSP CVS Repository

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

Check-in Number: 553
Date: 2001-Jul-20 13:27:25 (local)
2001-Jul-20 11:27:25 (UTC)
User:simons
Branch:
Comment: Make sure ./run-tests has an x-flag.
Tickets:
Inspections:
Files:
ossp-pkg/xds/configure.ac      1.4 -> 1.5     4 inserted, 2 deleted

ossp-pkg/xds/configure.ac 1.4 -> 1.5

--- configure.ac 2001/07/20 11:22:17     1.4
+++ configure.ac 2001/07/20 11:27:25     1.5
@@ -1,6 +1,6 @@
 dnl configure.in -- Process this file with autoconf to produce a configure script.
 
-AC_INIT(libxds, [$Revision: 1.4 $])
+AC_INIT(libxds, [$Revision: 1.5 $])
 
 dnl Get rid of the lousy -g and -O defaults in CFLAGS.
 dnl
@@ -76,4 +76,6 @@
 
 dnl Write results.
 dnl
-AC_OUTPUT(xds.h regression-tests/.run-tests Makefile regression-tests/Makefile)
+AC_CONFIG_FILES(xds.h regression-tests/.run-tests Makefile regression-tests/Makefile)
+AC_CONFIG_COMMANDS([default], [chmod +x regression-tests/.run-tests])
+AC_OUTPUT

CVSTrac 2.0.1