From ed9ea0cf9dc856920afc6813fa1bea0ec7660ba1 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 20 Jul 2011 13:35:52 +0000 Subject: Deprecate LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR in favour of version codes. This makes the preprocessor-based version tests more concise and less error prone. Also, fix the version tests in lib/Expr/Parser.cpp (immutable zext and trunc were introduced in LLVM 2.9); now 2.9 passes "make test". git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@135583 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autoconf/configure.ac') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 57f16a2a..1ca3a61a 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -25,6 +25,10 @@ dnl Configure project makefiles dnl List every Makefile that exists within your source tree AC_CONFIG_HEADERS([include/klee/Config/config.h]) +AH_TOP([#ifndef KLEE_CONFIG_CONFIG_H +#define KLEE_CONFIG_CONFIG_H]) +AH_BOTTOM([#endif]) + dnl FIXME: Make out of tree builds work. AC_LANG([C++]) -- cgit 1.4.1