ossp-pkg/xds/configure.ac 1.6 -> 1.7
--- configure.ac 2001/07/20 11:32:52 1.6
+++ configure.ac 2001/07/22 17:24:31 1.7
@@ -1,6 +1,6 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(libxds, [$Revision: 1.6 $])
+AC_INIT(libxds, [$Revision: 1.7 $])
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -10,7 +10,6 @@
dnl
AC_PROG_CC
AC_PROG_RANLIB
-AC_PATH_PROG(bash, bash, /bin/sh)
dnl Set special flags for gcc.
dnl
@@ -76,6 +75,5 @@
dnl Write results.
dnl
-AC_CONFIG_FILES(xds.h regression-tests/.run-tests Makefile regression-tests/Makefile)
-AC_CONFIG_COMMANDS([default], [chmod +x regression-tests/.run-tests])
+AC_CONFIG_FILES(xds.h Makefile regression-tests/Makefile)
AC_OUTPUT
|
|