summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatthias P. Braendli (think) <matthias@mpb.li>2012-08-26 21:41:41 +0200
committerMatthias P. Braendli (think) <matthias@mpb.li>2012-08-26 21:41:41 +0200
commit413f7559ad7fec7dd177b02862c559be95487c2d (patch)
treecd3cd4ad8507b2f44bac26acfb338287bd718f0a /Makefile.in
parent6746613278df22e83f6147d1fc1d48300fcdce08 (diff)
downloaddabmux-413f7559ad7fec7dd177b02862c559be95487c2d.tar.gz
dabmux-413f7559ad7fec7dd177b02862c559be95487c2d.tar.bz2
dabmux-413f7559ad7fec7dd177b02862c559be95487c2d.zip
crc-dabmux: autoconf added boost version check
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
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