From d34b5f90749bf78561a25645b67999b23983de3b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 28 Apr 2002 15:29:23 +0000 Subject: [PATCH] make sure autogen.sh options get passed on to cothreads Original commit message from CVS: make sure autogen.sh options get passed on to cothreads --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index aafee3edfa..a97de188b4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -67,10 +67,10 @@ debug "automake: $automake" tool_run "$automake" "-a -c" echo -echo "+ running autogen.sh in libs/ext/cothreads..." +echo "+ running autogen.sh --noconfigure --nocheck $@ in libs/ext/cothreads..." pushd libs/ext/cothreads > /dev/null echo -./autogen.sh --noconfigure --nocheck || { +./autogen.sh --noconfigure --nocheck $@ || { echo "autogen in cothreads failed." exit 1 }