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
This commit is contained in:
Thomas Vander Stichele 2002-04-28 15:29:23 +00:00
parent 7000e8852e
commit d34b5f9074

View file

@ -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
}