From: Bruno Haible Date: Mon, 24 Feb 2003 10:42:55 +0000 (+0000) Subject: Remove workaround for an automake bug that is fixed since automake-1.6. X-Git-Tag: v0.12~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae776b39d84c118ffe763865100bc64a22d92fb;p=thirdparty%2Fgettext.git Remove workaround for an automake bug that is fixed since automake-1.6. --- diff --git a/gettext-runtime/intl-java/ChangeLog b/gettext-runtime/intl-java/ChangeLog index 4243fb3ab..12553c518 100644 --- a/gettext-runtime/intl-java/ChangeLog +++ b/gettext-runtime/intl-java/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-12 Bruno Haible * Makefile.am (docdir): Use 'gettext' instead of @PACKAGE@. diff --git a/gettext-runtime/intl-java/Makefile.am b/gettext-runtime/intl-java/Makefile.am index 7e0ba32b4..419baee67 100644 --- a/gettext-runtime/intl-java/Makefile.am +++ b/gettext-runtime/intl-java/Makefile.am @@ -160,7 +160,3 @@ uninstall-javadoc2: echo "$(RM) $(DESTDIR)$(htmldir)/$$f"; \ $(RM) $(DESTDIR)$(htmldir)/$$f; \ done - - -# One more automake bug. -installdirs: installdirs-local diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index c60f46e21..f19eb3923 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-18 Bruno Haible * Makefile.am (clean-am): New rule. For Solaris cc. diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index ef0350621..7c8469611 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -180,7 +180,3 @@ uninstall-html: $(RM) $(DESTDIR)$(htmldir)/autosprintf.html EXTRA_DIST += texi2html autosprintf.html - - -# One more automake bug. -installdirs: installdirs-local diff --git a/gettext-runtime/man/ChangeLog b/gettext-runtime/man/ChangeLog index 2bfc643b8..d2837def5 100644 --- a/gettext-runtime/man/ChangeLog +++ b/gettext-runtime/man/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-15 Bruno Haible * gettext.3.in, ngettext.3.in, textdomain.3.in, bindtextdomain.3.in, diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am index 369bf8a81..04a8e604e 100644 --- a/gettext-runtime/man/Makefile.am +++ b/gettext-runtime/man/Makefile.am @@ -159,7 +159,3 @@ uninstall-html: for file in $(man_HTML); do \ $(RM) $(DESTDIR)$(htmldir)/$$file; \ done - - -# One more automake bug. -installdirs: installdirs-local diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 3c3e0abe8..91d2edbbe 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-16 Bruno Haible * gettext.texi (Header Entry): Document Report-Msgid-Bugs-To. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 910b0f898..db2768d48 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -198,7 +198,3 @@ dist-html-split: for file in `cd $$d && echo gettext_*.html`; do \ cp -p $$d/$$file $(distdir)/$$file || exit 1; \ done - - -# One more automake bug. -installdirs: installdirs-local diff --git a/gettext-tools/man/ChangeLog b/gettext-tools/man/ChangeLog index bcf55c92f..0dd1df9d3 100644 --- a/gettext-tools/man/ChangeLog +++ b/gettext-tools/man/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-15 Bruno Haible * gettext.3.in, ngettext.3.in, textdomain.3.in, bindtextdomain.3.in, diff --git a/gettext-tools/man/Makefile.am b/gettext-tools/man/Makefile.am index 31d2f31a0..bc9f077b9 100644 --- a/gettext-tools/man/Makefile.am +++ b/gettext-tools/man/Makefile.am @@ -188,7 +188,3 @@ uninstall-html: for file in $(man_HTML); do \ $(RM) $(DESTDIR)$(htmldir)/$$file; \ done - - -# One more automake bug. -installdirs: installdirs-local diff --git a/gettext-tools/projects/ChangeLog b/gettext-tools/projects/ChangeLog index d3949a684..ce50e693e 100644 --- a/gettext-tools/projects/ChangeLog +++ b/gettext-tools/projects/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-12 Bruno Haible * Makefile.am (pkgdatadir): Define using 'gettext' instead of diff --git a/gettext-tools/projects/Makefile.am b/gettext-tools/projects/Makefile.am index 112880ce7..26652b2c1 100644 --- a/gettext-tools/projects/Makefile.am +++ b/gettext-tools/projects/Makefile.am @@ -66,7 +66,3 @@ uninstall-local: echo "$(RM) $(DESTDIR)$(projectsdir)/$$f"; \ $(RM) $(DESTDIR)$(projectsdir)/$$f; \ done - - -# One more automake bug. -installdirs: installdirs-local diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 7ca47b876..592ecb121 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Bruno Haible + + * Makefile.am (installdirs): Remove dependency, redundant with + automake >= 1.6. + 2003-02-20 Bruno Haible * Makefile.am (libgettextpo_la_DEPENDENCIES): New variable. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index eae7438e6..6dcce1575 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -291,7 +291,3 @@ installdirs-tcl: uninstall-local: uninstall-tcl uninstall-tcl: $(RM) $(DESTDIR)$(pkgdatadir)/msgunfmt.tcl - - -# One more automake bug. -installdirs: installdirs-local