]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove workaround for an automake bug that is fixed since automake-1.6.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2003 10:42:55 +0000 (10:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:14 +0000 (12:10 +0200)
14 files changed:
gettext-runtime/intl-java/ChangeLog
gettext-runtime/intl-java/Makefile.am
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am
gettext-runtime/man/ChangeLog
gettext-runtime/man/Makefile.am
gettext-tools/doc/ChangeLog
gettext-tools/doc/Makefile.am
gettext-tools/man/ChangeLog
gettext-tools/man/Makefile.am
gettext-tools/projects/ChangeLog
gettext-tools/projects/Makefile.am
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am

index 4243fb3abc1a15c8b7955d0cd8a486b905b7afd0..12553c5185544f027755db3b3011ecba7dad6da2 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (docdir): Use 'gettext' instead of @PACKAGE@.
index 7e0ba32b470afa0f546d64fd23243003dd47ec25..419baee67681a3631f45db24b8e82b58702dcf0b 100644 (file)
@@ -160,7 +160,3 @@ uninstall-javadoc2:
          echo "$(RM) $(DESTDIR)$(htmldir)/$$f"; \
          $(RM) $(DESTDIR)$(htmldir)/$$f; \
        done
-
-
-# One more automake bug.
-installdirs: installdirs-local
index c60f46e21a89610282802bff29665bed663c44e2..f19eb39231809c25fa41e38d3d5f9e8eb539b7ec 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-18  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (clean-am): New rule. For Solaris cc.
index ef0350621df6d78791c1a82dd27a6ce5b19d4c1d..7c8469611c8c15529d8e37e7f916caa3fd035878 100644 (file)
@@ -180,7 +180,3 @@ uninstall-html:
        $(RM) $(DESTDIR)$(htmldir)/autosprintf.html
 
 EXTRA_DIST += texi2html autosprintf.html
-
-
-# One more automake bug.
-installdirs: installdirs-local
index 2bfc643b8afcd259542e7a99dba0f495c5613c41..d2837def5a4ca68d1717c96799b9f74f86eddd9e 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-15  Bruno Haible  <bruno@clisp.org>
 
        * gettext.3.in, ngettext.3.in, textdomain.3.in, bindtextdomain.3.in,
index 369bf8a81471048e3b2acb45d04b3121be44586b..04a8e604e47b1baeb670ff52282570933c31a194 100644 (file)
@@ -159,7 +159,3 @@ uninstall-html:
        for file in $(man_HTML); do \
          $(RM) $(DESTDIR)$(htmldir)/$$file; \
        done
-
-
-# One more automake bug.
-installdirs: installdirs-local
index 3c3e0abe80d296d07e5af54eafa2ec69115e16c8..91d2edbbe5d0a35d200bb4e2419f647a748bfb04 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-16  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Header Entry): Document Report-Msgid-Bugs-To.
index 910b0f898dc6e304ac576fcee55ed018fed65f6e..db2768d487d123356630114428686de8950395ef 100644 (file)
@@ -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
index bcf55c92f9636a89320f0a0dbe3991a19d1ce074..0dd1df9d3d0fd8f76c7062b06e495b2c916153c9 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-15  Bruno Haible  <bruno@clisp.org>
 
        * gettext.3.in, ngettext.3.in, textdomain.3.in, bindtextdomain.3.in,
index 31d2f31a0530196cc1438a0e77084db5f82fe568..bc9f077b96d1650021a8cedee9417969e941ee28 100644 (file)
@@ -188,7 +188,3 @@ uninstall-html:
        for file in $(man_HTML); do \
          $(RM) $(DESTDIR)$(htmldir)/$$file; \
        done
-
-
-# One more automake bug.
-installdirs: installdirs-local
index d3949a684ae6e23c24b4b7f2dc96367fb9acc1ac..ce50e693ea3277ddc7cae2ae70a2c1f4250699a8 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-12  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (pkgdatadir): Define using 'gettext' instead of
index 112880ce7e3a5d17fb4586d06e0b93e72923ce09..26652b2c13a871d282072abd983f4e3755bcd5ce 100644 (file)
@@ -66,7 +66,3 @@ uninstall-local:
          echo "$(RM) $(DESTDIR)$(projectsdir)/$$f"; \
          $(RM) $(DESTDIR)$(projectsdir)/$$f; \
        done
-
-
-# One more automake bug.
-installdirs: installdirs-local
index 7ca47b8761b2841950694bfa67cad7afec53e9b2..592ecb12145d1f778dff75b1d11116a2a165a7be 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (installdirs): Remove dependency, redundant with
+       automake >= 1.6.
+
 2003-02-20  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (libgettextpo_la_DEPENDENCIES): New variable.
index eae7438e6f739291c4fbfd02cc7fbc58ff9fe18e..6dcce157568a87c7b19c4abf37c0380de5d4dbdb 100644 (file)
@@ -291,7 +291,3 @@ installdirs-tcl:
 uninstall-local: uninstall-tcl
 uninstall-tcl:
        $(RM) $(DESTDIR)$(pkgdatadir)/msgunfmt.tcl
-
-
-# One more automake bug.
-installdirs: installdirs-local