summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-20 15:51:29 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-20 15:51:29 +0000
commitb3aeac1deb4a0aa645f144ace4c4688f4655489b (patch)
tree7650f46180d6b60b54ef7d6b4bf44c39ca3f1a36 /autogen.sh
parent4d2e029918b96dd61ace73ea6ad0de556ea3f293 (diff)
* bug fix in run_versioned
* bug fix in socket.c and cosmectic change * use uname instead of MACHTYPE in bootstrap.sh git-svn-id: file:///home/lennart/svn/public/avahi/trunk@830 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index b0568e5..902181d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,7 +24,7 @@ run_versioned() {
local P
local V
- V=$(echo "$VERSION" | sed -e 's,\.,,g')
+ V=$(echo "$2" | sed -e 's,\.,,g')
if type -p "$1$V" &> /dev/null ; then
P="$1$V"
@@ -51,8 +51,8 @@ else
"$LIBTOOLIZE" -c --force
run_versioned aclocal "$VERSION" -I common
- autoconf -Wall
- autoheader
+ run_versioned autoconf 2.59 -Wall
+ run_versioned autoheader 2.59
run_versioned automake "$VERSION" -a -c --foreign
if test "x$NOCONFIGURE" = "x"; then