From: levill_r <levill_r@4aad255d-cdde-0310-9447-f3009e2ae8c0>
* configure.ac: Here.
git-svn-id:
https://svn.lrde.epita.fr/svn/oln/trunk@4644
4aad255d-cdde-0310-9447-f3009e2ae8c0
---
dynamic-use-of-static-c++/ChangeLog | 6 ++++++
dynamic-use-of-static-c++/configure.ac | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dynamic-use-of-static-c++/ChangeLog b/dynamic-use-of-static-c++/ChangeLog
index 41fce8c..4cf0c69 100644
--- a/dynamic-use-of-static-c++/ChangeLog
+++ b/dynamic-use-of-static-c++/ChangeLog
@@ -1,5 +1,11 @@
2009-10-13 Roland Levillain <roland(a)lrde.epita.fr>
+ Require more recent versions of Autoconf and Automake.
+
+ * configure.ac: Here.
+
+2009-10-13 Roland Levillain <roland(a)lrde.epita.fr>
+
Make bootstrap compatible with Mac OS X.
* bootstrap: Handle glibtoolize.
diff --git a/dynamic-use-of-static-c++/configure.ac
b/dynamic-use-of-static-c++/configure.ac
index 95952e7..3298a22 100644
--- a/dynamic-use-of-static-c++/configure.ac
+++ b/dynamic-use-of-static-c++/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ([2.59])
+AC_PREREQ([2.61])
# Catch some macros that are not expanded.
m4_pattern_forbid([^AC_LIBLTDL_])
@@ -18,7 +18,7 @@ AC_INIT([LRDE C++ Static-Dynamic bridge], [0.1],
AC_CONFIG_AUX_DIR([_config])
# Automake.
-AM_INIT_AUTOMAKE([1.9 foreign check-news dist-bzip2 -Wall nostdinc])
+AM_INIT_AUTOMAKE([1.10 foreign check-news dist-bzip2 -Wall nostdinc])
## --------------------- ##
--
1.6.5