There is no need to invoke the different autotools individually - autoreconf already does that.
Signed-off-by: Bart Van Assche <[email protected]> --- autogen.sh | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index fd47839..f6ff02c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,3 @@ #! /bin/sh -set -x -aclocal -I config -libtoolize --force --copy -autoheader -automake --foreign --add-missing --copy -autoconf +autoreconf -ivf -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
