aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2013-05-21 10:37:12 -0700
committerRoland Dreier <roland@purestorage.com>2013-05-21 10:37:12 -0700
commit3b256d004faf2dcf82921498fb329833c5b3f516 (patch)
treed51c239f658a4c2762e17361b4fa5bd65d1a81c3
parent22196711aadf64544df5b5147205984916e6fe1a (diff)
downloadlibmlx4-3b256d004faf2dcf82921498fb329833c5b3f516.tar.gz
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. Identical to a libibverbs patch from Jeff Squyres <jsquyres@cisco.com>. Signed-off-by: Roland Dreier <roland@purestorage.com>
-rwxr-xr-xautogen.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index fd47839..6c9233e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,4 @@
#! /bin/sh
set -x
-aclocal -I config
-libtoolize --force --copy
-autoheader
-automake --foreign --add-missing --copy
-autoconf
+autoreconf -ifv -I config