From: Morgan Deters Date: Wed, 19 Oct 2011 23:36:21 +0000 (+0000) Subject: fix configure step on Ubuntu oneiric (11.10)-- related to bug #284 X-Git-Tag: cvc5-1.0.0~8413 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d99bd48c1ec94aafd99aaefb74e9c526eecd499;p=cvc5.git fix configure step on Ubuntu oneiric (11.10)-- related to bug #284 --- diff --git a/configure.ac b/configure.ac index 930a5685c..9d28d21fa 100644 --- a/configure.ac +++ b/configure.ac @@ -325,8 +325,8 @@ elif test "$CVC4_CONFIGURE_AT_TOP_LEVEL" = yes; then $as_echo "cd builds/$target/$build_type" cd "builds/$target/$build_type" CVC4_CONFIGURE_IN_BUILDS=yes; export CVC4_CONFIGURE_IN_BUILDS - echo "../../../configure ${config_cmdline[[@]]}" - `pwd`/../../../configure "${config_cmdline[[@]]}" + echo "$SHELL ../../../configure ${config_cmdline[[@]]}" + "$SHELL" "`pwd`/../../../configure" "${config_cmdline[[@]]}" exitval=$? cd ../../.. if test $exitval -eq 0; then