summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-03 21:47:06 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-03 21:47:06 +0000
commitb78eacbd64af799754684e3fe3569f0ba4ec92f3 (patch)
treeb46d8a3955c5faefc5f27e48e1d5de8389528997 /bootstrap.sh
parent3a625af272ee8c6f878ba4d44ed1c741a1582395 (diff)
* Don't require python for build
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@217 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index c5fb4f2..3fb4fbe 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -28,7 +28,7 @@ run_versioned() {
if [ "x$1" = "xam" ] ; then
set -ex
- run_versioned automake 1.7 -a -c --foreign
+ run_versioned automake 1.9 -a -c --foreign
./config.status
else
set -ex
@@ -36,10 +36,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 --foreign
+ run_versioned automake 1.9 -a -c --foreign
autoconf -Wall
CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"