about summary refs log tree commit diff homepage
path: root/autoconf
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:40 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-05 04:02:40 +0000
commita73aa283e27c6d756f87dcd30432b68a7c201a16 (patch)
tree7452b5988a8fa5db85e6d68425b24c8816fedd58 /autoconf
parenta008fb78987a4675d12f5934f3d51bbd84c3f653 (diff)
downloadklee-a73aa283e27c6d756f87dcd30432b68a7c201a16.tar.gz
Fix some final objdir != src problems.
 - PR4269.

git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac24
1 files changed, 11 insertions, 13 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index ceeffe05..4266ac47 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -262,22 +262,20 @@ AC_CHECK_HEADERS([selinux/selinux.h],
         AC_SUBST(HAVE_SELINUX, 1),
         AC_SUBST(HAVE_SELINUX, 0))
 
-dnl User option to use stplog.
-
-AC_ARG_ENABLE(stplog,
-              AS_HELP_STRING([--enable-stplog],
-                             [Compile with the stplog library [[disabled]]]),
-                             ,enableval=no)
-if test ${enableval} = "yes" ; then
-  AC_SUBST(ENABLE_STPLOG,[[1]])
-else
-  AC_SUBST(ENABLE_STPLOG,[[0]])
-fi
-AC_DEFINE_UNQUOTED([ENABLE_STPLOG],$ENABLE_STPLOG,[Define if stplog enabled])
-
 dnl **************************************************************************
 dnl * Create the output files
 dnl **************************************************************************
 
+dnl Do special configuration of Makefiles
+AC_CONFIG_MAKEFILE(Makefile)
+AC_CONFIG_MAKEFILE(Makefile.common)
+AC_CONFIG_MAKEFILE(lib/Makefile)
+AC_CONFIG_MAKEFILE(runtime/Makefile)
+AC_CONFIG_MAKEFILE(stp/Makefile)
+AC_CONFIG_MAKEFILE(test/Makefile)
+AC_CONFIG_MAKEFILE(test/Makefile.tests)
+AC_CONFIG_MAKEFILE(tools/Makefile)
+AC_CONFIG_MAKEFILE(unittests/Makefile)
+
 dnl This must be last
 AC_OUTPUT