From c84de18fa8448c76426c60257c7ae8dac72a4039 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Sun, 26 Aug 2012 21:47:22 +0200 Subject: crc-dabmod: autoconf added boost version check --- lib/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.in') diff --git a/lib/Makefile.in b/lib/Makefile.in index 6b5a898..fea27b8 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -55,7 +55,8 @@ target_triplet = @target@ subdir = lib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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) mkinstalldirs = $(install_sh) -d @@ -71,6 +72,8 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ -- cgit v1.2.3