]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: drop the 'fixacocal' auxiliary script
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 8 Jun 2013 16:34:41 +0000 (18:34 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 10 Jun 2013 02:28:22 +0000 (11:28 +0900)
commit3bf01bf68b6f3f72c6f8d1cd34834bfbc8cac85a
tree2f6a41c5d904faaaed7b8a5a65ded222f797ab23
parent99577a97baf06378f0c4b01b95188f6295fb4633
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>
ChangeLog
Makefile.am
autogen.sh
build-aux/fixaclocal [deleted file]
gettext-runtime/Makefile.am
gettext-runtime/libasprintf/Makefile.am
gettext-tools/Makefile.am
gettext-tools/examples/Makefile.am