From e9317c3a56eb88118e5d476b2aea4932584aae3a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 16 Jul 2013 23:59:47 +0200 Subject: [PATCH] [librdmacm,3/8] 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 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index f4333121..6c9233e0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,4 @@ #! /bin/sh 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.46.0