projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255d7e4
)
fix configure step on Ubuntu oneiric (11.10)-- related to bug #284
author
Morgan Deters
<mdeters@gmail.com>
Wed, 19 Oct 2011 23:36:21 +0000
(23:36 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Wed, 19 Oct 2011 23:36:21 +0000
(23:36 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 930a5685c15cf53ee790260f02717ee0d6aaed48..9d28d21fa0f76906826530b785285ca64d4d07e5 100644
(file)
--- 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