From 4d99bd48c1ec94aafd99aaefb74e9c526eecd499 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 19 Oct 2011 23:36:21 +0000 Subject: [PATCH] fix configure step on Ubuntu oneiric (11.10)-- related to bug #284 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2