autogen.sh: replace by call to autoreconf
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 13:13:23 +0000 (15:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 13:17:39 +0000 (15:17 +0200)
autoreconf has been available since autoconf 2.50 and we probably
depend on newer versions of autoconf already.
This doesn't solve any immediate problem, except that OS X users
can now use autogen.sh directly, as explained in e2cd3ad (configure.ac:
use non-deprecated form of AM_INIT_AUTOMAKE, Fri May 20 22:44:34 2011 +0200).

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
autogen.sh

index 4250cc4..68f4a17 100755 (executable)
@@ -1,6 +1,2 @@
 #!/bin/sh
-libtoolize -c
-aclocal -I m4
-autoheader
-automake -a -c --foreign
-autoconf
+autoreconf -i