ossp-pkg/xds/configure.ac 1.5 -> 1.6
--- configure.ac 2001/07/20 11:27:25 1.5
+++ configure.ac 2001/07/20 11:32:52 1.6
@@ -1,6 +1,6 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(libxds, [$Revision: 1.5 $])
+AC_INIT(libxds, [$Revision: 1.6 $])
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
@@ -10,7 +10,7 @@
dnl
AC_PROG_CC
AC_PROG_RANLIB
-AC_PATH_PROG(bash, bash)
+AC_PATH_PROG(bash, bash, /bin/sh)
dnl Set special flags for gcc.
dnl
|
|