X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure.in;h=14c2cc83c45a3e341e6919d24b8beeadc908c233;hb=ef7296b2fe7a8430e39a7737aab0e6b9a1e3d302;hp=8fe2a6272fd21d4cc7dca63c26288a583f57b32a;hpb=3e52379a33d9e86099f0a6b5de7917d91756a7bd;p=libfirm diff --git a/configure.in b/configure.in index 8fe2a6272..14c2cc83c 100644 --- a/configure.in +++ b/configure.in @@ -2,17 +2,17 @@ dnl \ dnl Project: libFIRM dnl File name: configure.in dnl Purpose: -dnl Author: Till Riedel, Matthias Braun +dnl Author: Matthias Braun dnl CVS-ID: $Id$ dnl Copyright: (c) 2002-2007 University of Karlsruhe dnl Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. dnl AC_PREREQ([2.54]) AC_REVISION([$Id$]) -AC_INIT([libfirm],[1.3.0],[firm@info.uni-karlsruhe.de]) +AC_INIT([libfirm],[1.9.0],[firm@ipd.info.uni-karlsruhe.de]) dnl generate the config header file -AC_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER([config.h]) AH_TOP([]) @@ -375,6 +375,7 @@ fi if test "$enable_libcore" == "yes"; then PKG_CHECK_MODULES([LIBCORE], [libcore]) + AC_DEFINE([WITH_LIBCORE], [], [define to 1 to use the libcore]) fi dnl Checks for typedefs, structures, and compiler characteristics. @@ -418,7 +419,6 @@ AC_CONFIG_FILES([ ir/ir/Makefile ir/ana/Makefile ir/tr/Makefile - ir/ana2/Makefile ir/stat/Makefile ir/opt/Makefile ir/external/Makefile @@ -428,6 +428,7 @@ AC_CONFIG_FILES([ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile + include/libfirm/Makefile libfirm.doxygen libfirm.pc ])