ossp-pkg/xds/configure.ac 1.3 -> 1.4
--- configure.ac 2001/07/20 11:05:54 1.3
+++ configure.ac 2001/07/20 11:22:17 1.4
@@ -1,6 +1,6 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(libxds, [$Revision: 1.3 $])
+AC_INIT(libxds, [$Revision: 1.4 $])
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -10,6 +10,7 @@
dnl
AC_PROG_CC
AC_PROG_RANLIB
+AC_PATH_PROG(bash, bash)
dnl Set special flags for gcc.
dnl
@@ -75,4 +76,4 @@
dnl Write results.
dnl
-AC_OUTPUT(xds.h Makefile regression-tests/Makefile)
+AC_OUTPUT(xds.h regression-tests/.run-tests Makefile regression-tests/Makefile)
|
|