summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-30 23:57:39 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-30 23:59:24 +0200
commit9184ddff5d44a2e00c2cd0977843575ee1b703e1 (patch)
tree21d74c8e5574a6b581fe9e1a544b27aee822c14c /autogen.sh
parent619c407e1e3914738f3d2ecf183566ea68be1917 (diff)
build: use simpler autoreconf in autogen
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh20
1 files changed, 3 insertions, 17 deletions
diff --git a/autogen.sh b/autogen.sh
index b962504..ce22b64 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
include ()
{
@@ -34,20 +34,6 @@ include ()
fi
}
-run ()
-{
- echo "running: $*"
- eval $*
-
- if test $? != 0 ; then
- echo "error: while running '$*'"
- exit 1
- fi
-}
-
[ "x$1" == "xdistrib" ] && include
-run aclocal
-#run autoheader
-run libtoolize -f
-run automake -a
-run autoconf
+autoreconf -fi
+rm -Rf autom4te.cache