From 10d5784ad487298f8217d4778a87b17643f48d46 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.41.0