From: Jeff Squyres Date: Tue, 16 Jul 2013 21:59:47 +0000 (+0200) Subject: [librdmacm,3/8] autogen.sh: Use autoreconf in autogen.sh X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=10d5784ad487298f8217d4778a87b17643f48d46;p=~shefty%2Flibrdmacm.git [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 --- 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