last-svn-commit-542-gffe777d configure.ac: Do not pass option `foreign' to Automake.

--- extatica/ChangeLog | 4 ++++ extatica/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/extatica/ChangeLog b/extatica/ChangeLog index f19fb87..05d53b6 100644 --- a/extatica/ChangeLog +++ b/extatica/ChangeLog @@ -1,5 +1,9 @@ 2010-11-05 Roland Levillain <roland@lrde.epita.fr> + * configure.ac: Do not pass option `foreign' to Automake. + +2010-11-05 Roland Levillain <roland@lrde.epita.fr> + Add a NEWS file to Extatica. * NEWS: New. diff --git a/extatica/configure.ac b/extatica/configure.ac index 8761e82..f872d57 100644 --- a/extatica/configure.ac +++ b/extatica/configure.ac @@ -34,7 +34,7 @@ AC_INIT([Extatica], [0.1], [olena@lrde.epita.fr], [extatica]) AC_CONFIG_AUX_DIR([_config]) # Automake. -AM_INIT_AUTOMAKE([1.10 foreign check-news dist-bzip2 -Wall nostdinc]) +AM_INIT_AUTOMAKE([1.10 check-news dist-bzip2 -Wall nostdinc]) ## --------------------- ## -- 1.5.6.5
participants (1)
-
Roland Levillain