* configure.ac: Remove option `foreign'.
Pass option `subdir-objects'.
---
ChangeLog | 7 +++++++
configure.ac | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 55690d0..758f05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-03-15 Roland Levillain <roland(a)lrde.epita.fr>
+ Automake configuration.
+
+ * configure.ac: Remove option `foreign'.
+ Pass option `subdir-objects'.
+
+2010-03-15 Roland Levillain <roland(a)lrde.epita.fr>
+
Have bootstrap check for HeVeA 1.10.
* bootstrap (require): Take a flag as an optional second argument.
diff --git a/configure.ac b/configure.ac
index a07bec6..9b825a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_FILES([build-aux/Makefile])
# Automake.
-AM_INIT_AUTOMAKE([1.10 foreign check-news dist-bzip2 nostdinc -Wall])
+AM_INIT_AUTOMAKE([1.10 subdir-objects check-news dist-bzip2 nostdinc -Wall])
# Package metadata.
AC_CONFIG_FILES([milena/mln/version.hh])
--
1.5.6.5
Show replies by date