From: Bruno Haible Date: Mon, 2 Oct 2006 14:45:28 +0000 (+0000) Subject: Move -I gnulib-m4 option to the end. X-Git-Tag: 0.16.x-branchpoint~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e990293f6405c1a2ce342a637372a8eeb0171c;p=thirdparty%2Fgettext.git Move -I gnulib-m4 option to the end. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index adf1877eb..f7625e9f0 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,8 @@ +2006-10-02 Bruno Haible + + * Makefile.am (ACLOCAL_AMFLAGS): Move gnulib-m4 to the end, since + sometime we have newer m4 files than gnulib. + 2006-07-31 Bruno Haible * Makefile.am (ACLOCAL_AMFLAGS): Append gnulib-m4. Remove diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 9393ccb66..7ad5326ee 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies -ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4 -I ../autoconf-lib-link/m4 -I ../m4 +ACLOCAL_AMFLAGS = -I m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 0cddc1e4f..41ad08932 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2006-10-02 Bruno Haible + + * Makefile.am (ACLOCAL_AMFLAGS): Move gnulib-m4 to the end, since + sometime we have newer m4 files than gnulib. + 2006-08-28 Bruno Haible * configure.ac: Remove bh_C_SIGNED invocation. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index cac356244..dd40e91c4 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies -ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 +ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 -I gnulib-m4 SUBDIRS = doc intl gnulib-lib libgrep libuniname src po projects misc man m4 tests examples