summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-10-19 11:00:49 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-10-19 11:00:49 +0200
commit1d125e316b35a214559dd9877ebccc60b0e0f7f8 (patch)
tree668327a1ec0908794094e7d2a9666f492c1fee15
parent1b8c69e14d97bf5d0e973740c5802fdbf96f756d (diff)
build: just use autoreconf
This is the recommended way to regenerate the GNU build system files these days. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rwxr-xr-xautogen.sh18
1 files changed, 2 insertions, 16 deletions
diff --git a/autogen.sh b/autogen.sh
index d65b0b7..72240f7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,18 +1,4 @@
#!/bin/sh
-run ()
-{
- echo "running: $*"
- eval $*
-
- if test $? != 0 ; then
- echo "error: while running '$*'"
- exit 1
- fi
-}
-
-run aclocal
-run autoheader
-run libtoolize -f
-run automake -a
-run autoconf
+autoreconf -fi
+rm -Rf autom4te.cache