make sure autogen.sh options get passed on to cothreads
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 Apr 2002 15:29:23 +0000 (15:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 28 Apr 2002 15:29:23 +0000 (15:29 +0000)
Original commit message from CVS:
make sure autogen.sh options get passed on to cothreads

autogen.sh

index aafee3e..a97de18 100755 (executable)
@@ -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
 }