From a73aa283e27c6d756f87dcd30432b68a7c201a16 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 5 Apr 2010 04:02:40 +0000 Subject: Fix some final objdir != src problems. - PR4269. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@100396 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'autoconf/configure.ac') 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 -- cgit 1.4.1