summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-01-16 14:23:22 +0000
committerLennart Poettering <lennart@poettering.net>2005-01-16 14:23:22 +0000
commit621019be78cf3f9e7d12bef3ef915566e8cc6a34 (patch)
treef86fc044f2066f2dfab50ec615346027fdc30b00 /bootstrap.sh
parent652175dbc89bc2a436ea007ece2e3ed0422361aa (diff)
prepare release 0.3
git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@71 0ee8848e-81ea-0310-a63a-f631d1a40d77
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 903c21d..a9feb8b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -27,7 +27,7 @@ run_versioned() {
if [ "x$1" = "xam" ] ; then
set -ex
- run_versioned automake 1.7 -a -c --foreign
+ run_versioned automake 1.8 -a -c --foreign
./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.8
libtoolize -c --force
autoheader
- run_versioned automake 1.7 -a -c --foreign
+ run_versioned automake 1.8 -a -c --foreign
autoconf -Wall
CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@"