last-svn-commit-961-g33d0eb2 configure.ac: Remove references to deprecated Makefiles.

--- ChangeLog | 4 ++++ configure.ac | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c029f64..d6dfc6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-09-02 Guillaume Lazzara <z@lrde.epita.fr> + * configure.ac: Remove references to deprecated Makefiles. + +2011-09-02 Guillaume Lazzara <z@lrde.epita.fr> + * build-aux/texi2dvi: Fix a regular expression. 2011-09-02 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/configure.ac b/configure.ac index 66643a4..b273521 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.61]) ## Package set up. ## ## ---------------- ## -AC_INIT([Olena], [1.0a], [olena@lrde.epita.fr], [olena]) +AC_INIT([Olena], [1.1], [olena@lrde.epita.fr], [olena]) # M4 macros. AC_CONFIG_MACRO_DIR([m4]) @@ -351,8 +351,6 @@ AC_CONFIG_FILES([ scribo/tests/core/Makefile scribo/tests/estim/Makefile scribo/tests/filter/Makefile - scribo/tests/io/Makefile - scribo/tests/io/xml/Makefile scribo/tests/preprocessing/Makefile scribo/tests/primitive/Makefile scribo/tests/primitive/extract/Makefile -- 1.7.2.5
participants (1)
-
Guillaume Lazzara