diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:47:22 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-26 21:47:22 +0200 |
commit | c84de18fa8448c76426c60257c7ae8dac72a4039 (patch) | |
tree | ff1cfea971ada88867e411cf8abc1a99a88eb32d /Makefile.in | |
parent | 4f3f33c245e3d92692eec0307d6f842c225a0a80 (diff) | |
download | dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.tar.gz dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.tar.bz2 dabmod-c84de18fa8448c76426c60257c7ae8dac72a4039.zip |
crc-dabmod: autoconf added boost version check
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 174821f..dbc0b11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,7 +60,8 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ build-aux/config.sub build-aux/depcomp build-aux/install-sh \ build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -128,6 +129,8 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -225,6 +228,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src lib +ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = COPYING NEWS README AUTHORS ChangeLog TODO doc all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |