summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-10 17:45:43 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-10 17:45:43 +0000
commit8b2d1d64b886db4cff74e2a7b1370841979001b2 (patch)
tree522c31719d0aff3bd0c9d42ed7eddf6ada3c4c12 /configure
parent2f121daa042c6f25a3f9ed8ece60ac5dccb11976 (diff)
cleanups, assert work, add a stubbed uf theory, fix driver
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 61a9f64f9..ae26d8ef1 100755
--- a/configure
+++ b/configure
@@ -16374,7 +16374,7 @@ if test "$user_ldflags" = no; then
LDFLAGS="$CVC4LDFLAGS"
fi
-ac_config_files="$ac_config_files Makefile.builds Makefile contrib/Makefile doc/Makefile src/Makefile src/expr/Makefile src/smt/Makefile src/main/Makefile src/prop/minisat/Makefile src/prop/Makefile src/util/Makefile src/context/Makefile src/parser/Makefile src/parser/cvc/Makefile src/parser/smt/Makefile src/theory/Makefile test/Makefile test/regress/Makefile test/unit/Makefile"
+ac_config_files="$ac_config_files Makefile.builds Makefile contrib/Makefile doc/Makefile src/Makefile src/expr/Makefile src/smt/Makefile src/main/Makefile src/prop/minisat/Makefile src/prop/Makefile src/util/Makefile src/context/Makefile src/parser/Makefile src/parser/cvc/Makefile src/parser/smt/Makefile src/theory/Makefile src/theory/uf/Makefile test/Makefile test/regress/Makefile test/unit/Makefile"
cat >confcache <<\_ACEOF
@@ -17471,6 +17471,7 @@ do
"src/parser/cvc/Makefile") CONFIG_FILES="$CONFIG_FILES src/parser/cvc/Makefile" ;;
"src/parser/smt/Makefile") CONFIG_FILES="$CONFIG_FILES src/parser/smt/Makefile" ;;
"src/theory/Makefile") CONFIG_FILES="$CONFIG_FILES src/theory/Makefile" ;;
+ "src/theory/uf/Makefile") CONFIG_FILES="$CONFIG_FILES src/theory/uf/Makefile" ;;
"test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
"test/regress/Makefile") CONFIG_FILES="$CONFIG_FILES test/regress/Makefile" ;;
"test/unit/Makefile") CONFIG_FILES="$CONFIG_FILES test/unit/Makefile" ;;
@@ -19035,7 +19036,6 @@ CPPFLAGS : $CPPFLAGS
CXXFLAGS : $CXXFLAGS
LDFLAGS : $LDFLAGS
-
Library releases : $CVC4_LIBRARY_RELEASE_CODE
libcvc4 version : $CVC4_LIBRARY_VERSION
libcvc4parser version: $CVC4_PARSER_LIBRARY_VERSION
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback