From dfd5f473479d736a22a1f55af2469a213e01697a Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 25 May 2011 15:13:23 +0200 Subject: [PATCH] autogen.sh: replace by call to autoreconf 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 --- autogen.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index 4250cc4..68f4a17 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,2 @@ #!/bin/sh -libtoolize -c -aclocal -I m4 -autoheader -automake -a -c --foreign -autoconf +autoreconf -i -- 2.7.4