]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
[librdmacm,3/8] 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>
Tue, 16 Jul 2013 23:02:06 +0000 (16:02 -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..6c9233e01a605ce0f7dd771fbe6329b3f9e564d0 100755 (executable)
@@ -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