From f49ac33aaab147e5b126a75565f57e596600f372 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 16 Jul 2013 23:59:47 +0200 Subject: [PATCH] autogen.sh: Use autoreconf in autogen.sh The old sequence of Autotools commands listed in autogen.sh is no longer correct. Instead, just use the single "autoreconf" command, which will invoke all the Right Autotools commands in the correct order. Signed-off-by: Jeff Squyres Signed-off-by: Yann Droneaud Signed-off-by: Sean Hefty --- autogen.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/autogen.sh b/autogen.sh index f4333121..24c0a769 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,8 +2,4 @@ set -x test -d ./config || mkdir ./config -aclocal -I config -libtoolize --force --copy -autoheader -automake --foreign --add-missing --copy -autoconf +autoreconf -ifv -I config -- 2.41.0