summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-24 22:43:54 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-24 22:43:54 +0000
commit6ef503e1e642082a3024ce8a33dcca378987b8e8 (patch)
treefed81b0d3fa382f64ff20b4778ba8254401fd517 /bootstrap.sh
parent45f27583e2d6e4a9d8f491e6413ee39e3fa785fb (diff)
* merge patch from trent lloyd
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@87 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 5fddd25..42bcffe 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# $Id$
# This file is part of libdaemon.
@@ -27,7 +27,7 @@ run_versioned() {
if [ "x$1" = "xam" ] ; then
set -ex
- run_versioned automake 1.7 -a -c
+ run_versioned automake 1.9 -a -c
./config.status
else
set -ex
@@ -35,10 +35,10 @@ else
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal 1.7
+ run_versioned aclocal 1.9
libtoolize -c --force
autoheader
- run_versioned automake 1.7 -a -c
+ run_versioned automake 1.9 -a -c
autoconf -Wall
./configure --sysconfdir=/etc "$@"