]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
build: just use autoreconf
authorJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 09:00:49 +0000 (11:00 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 19 Oct 2010 09:00:49 +0000 (11:00 +0200)
This is the recommended way to regenerate the GNU build system files
these days.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
autogen.sh

index d65b0b70af3af15b95e4e826171f24fdd0c6b711..72240f740072d7b84f90266acc9cb5d274e2ba97 100755 (executable)
@@ -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