From 7b750d864bf94b4f9fdfb61cf7cbb8bf2a81c5af Mon Sep 17 00:00:00 2001 From: "Johann George (QLogic)" Date: Sun, 3 Feb 2008 14:10:07 -0800 Subject: [PATCH] More changes to support OFED scripts --- README | 1 + autogen.sh | 7 +++---- cleanup | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README b/README index dc8fec9..134917c 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ To build ./autogen.sh + ./configure make Notes diff --git a/autogen.sh b/autogen.sh index 336b7e7..b39d514 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,6 @@ set -x for f in NEWS README ChangeLog; do [ -e "$f" ] || touch "$f" done -aclocal -automake --foreign --add-missing --copy -autoconf -./configure +aclocal && + automake --foreign --add-missing --copy && + autoconf diff --git a/cleanup b/cleanup index aab9bc1..f45f8b7 100755 --- a/cleanup +++ b/cleanup @@ -23,3 +23,11 @@ rm -f `cat <