summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-01-20 20:00:16 -0500
committerChris Dyer <redpony@gmail.com>2014-01-20 20:00:16 -0500
commitc67fceb6d047f33d6bd450a086d7240cf0bad6ce (patch)
tree52501cff1567979926225333bbce140aefb1e509 /configure.ac
parent1915f029aa02f3528dafcd7b80a62a9c890b462b (diff)
fix for build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8136a7c7..d5261b8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
-AC_INIT([cdec],[2013-11-10])
+AC_CONFIG_MACRO_DIR([m4])
+AC_INIT([cdec],[2014-01-19])
AC_CONFIG_SRCDIR([decoder/cdec.cc])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
@@ -9,7 +10,7 @@ case $LEX in
esac
AC_PROG_CC
AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX_11
+AX_CXX_COMPILE_STDCXX_11([],[mandatory])
AC_LANG_CPLUSPLUS
AC_OPENMP
BOOST_REQUIRE([1.44])