OSSP CVS Repository

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

Check-in Number: 554
Date: 2001-Jul-20 13:32:52 (local)
2001-Jul-20 11:32:52 (UTC)
User:simons
Branch:
Comment: Use /bin/sh if no bash could be found.
Tickets:
Inspections:
Files:
ossp-pkg/xds/configure.ac      1.5 -> 1.6     2 inserted, 2 deleted

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

CVSTrac 2.0.1