diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-06-08 18:34:41 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-06-10 11:28:22 +0900 |
commit | 3bf01bf68b6f3f72c6f8d1cd34834bfbc8cac85a (patch) | |
tree | 2f6a41c5d904faaaed7b8a5a65ded222f797ab23 /gettext-tools | |
parent | 99577a97baf06378f0c4b01b95188f6295fb4633 (diff) | |
download | external_gettext-3bf01bf68b6f3f72c6f8d1cd34834bfbc8cac85a.zip external_gettext-3bf01bf68b6f3f72c6f8d1cd34834bfbc8cac85a.tar.gz external_gettext-3bf01bf68b6f3f72c6f8d1cd34834bfbc8cac85a.tar.bz2 |
build: drop the 'fixacocal' auxiliary script
The comments in that script state that its use is only required to
work around issues in aclocal from Automake 1.10, while the rest
of the Gettext build infrastructure assumes Automake >= 1.11 anyway.
* autogen.sh: Drop invocations of 'fixaclocal', simply invoke the
'aclocal' program directly.
* build-aux/fixaclocal: Remove.
* Makefile.am (EXTRA_DIST): Stop distributing it.
(ACLOCAL): Drop redefinition in function of 'fixaclocal'.
* gettext-runtime/Makefile.am (ACLOCAL): Likewise.
* gettext-runtime/libasprintf/Makefile.am (ACLOCAL): Likewise.
* gettext-tools/Makefile.am (ACLOCAL): Likewise.
* gettext-tools/examples/Makefile.am (ACLOCAL): Likewise.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/Makefile.am | 1 | ||||
-rw-r--r-- | gettext-tools/examples/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 3715b8a..e93ab1f 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -17,7 +17,6 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies -ACLOCAL = ../build-aux/fixaclocal @ACLOCAL@ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index f4e93cb..1a73bda 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -17,7 +17,6 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.2 foreign -ACLOCAL = ../../build-aux/fixaclocal @ACLOCAL@ ACLOCAL_AMFLAGS = -I ../../gettext-runtime/m4 -I ../../m4 SUBDIRS = po EXTRA_DIST = |