From 413f7559ad7fec7dd177b02862c559be95487c2d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Sun, 26 Aug 2012 21:41:41 +0200 Subject: crc-dabmux: autoconf added boost version check --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 526d771..b6f414b 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 \ @@ -135,6 +136,8 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ BUILD_HOST = @BUILD_HOST@ BUILD_TARGET = @BUILD_TARGET@ CC = @CC@ @@ -237,6 +240,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 -- cgit v1.2.3