]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
autogen.sh: Use autoreconf in autogen.sh
authorJeff Squyres <jsquyres@cisco.com>
Tue, 16 Jul 2013 21:59:47 +0000 (23:59 +0200)
committerSean Hefty <sean.hefty@intel.com>
Wed, 17 Jul 2013 04:15:08 +0000 (21:15 -0700)
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 <jsquyres@cisco.com>
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
autogen.sh

index f433312161d2eb5e483ac8cb1d2db4ae871c08ae..24c0a769be34470ae5426460a43a396d3258a6b8 100755 (executable)
@@ -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