aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-28 22:19:19 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-28 22:19:19 +0000
commit68d89b001251b6cf341f58558eeab198b2dcc907 (patch)
treece787aac389f97c5f80a5af3866b4217803f82d3 /autogen.sh
parentremove the symbols header file (diff)
downloadsandbox-68d89b001251b6cf341f58558eeab198b2dcc907.tar.gz
sandbox-68d89b001251b6cf341f58558eeab198b2dcc907.tar.bz2
sandbox-68d89b001251b6cf341f58558eeab198b2dcc907.zip
use automake-1.9 (not that it really matters eh)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 2e9ad44..e6211e2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,10 @@
#!/bin/sh
-aclocal-1.8 || exit 1
+aclocal-1.9 || exit 1
autoheader || exit 1
libtoolize --automake -c -f || exit 1
autoconf || exit 1
-automake-1.8 -a -c || exit 1
+automake-1.9 -a -c || exit 1
if [ -x ./test.sh ] ; then
exec ./test.sh "$@"