aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Squyres <jsquyres@cisco.com>2013-04-22 17:41:55 +0000
committerRoland Dreier <roland@purestorage.com>2013-05-07 16:01:12 -0700
commit857da21abbe54341b4c324f8f0b4497d318516a7 (patch)
treed6e732e542c1925fcdaff501e46b722c04ded074
parentf13700202ea51579caf178a15e72cde44bc8e2ee (diff)
downloadlibibverbs-857da21abbe54341b4c324f8f0b4497d318516a7.tar.gz
libibverbs: 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 <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