summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-24 10:42:55 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:14 +0200
commitfae776b39d84c118ffe763865100bc64a22d92fb (patch)
treedb44a552d86464edbafe0d4acfcd7f05dd08eebb
parent011212a84152fac275862b0bd7a8a4dd6f16cc62 (diff)
downloadexternal_gettext-fae776b39d84c118ffe763865100bc64a22d92fb.zip
external_gettext-fae776b39d84c118ffe763865100bc64a22d92fb.tar.gz
external_gettext-fae776b39d84c118ffe763865100bc64a22d92fb.tar.bz2
Remove workaround for an automake bug that is fixed since automake-1.6.
-rw-r--r--gettext-runtime/intl-java/ChangeLog5
-rw-r--r--gettext-runtime/intl-java/Makefile.am4
-rw-r--r--gettext-runtime/libasprintf/ChangeLog5
-rw-r--r--gettext-runtime/libasprintf/Makefile.am4
-rw-r--r--gettext-runtime/man/ChangeLog5
-rw-r--r--gettext-runtime/man/Makefile.am4
-rw-r--r--gettext-tools/doc/ChangeLog5
-rw-r--r--gettext-tools/doc/Makefile.am4
-rw-r--r--gettext-tools/man/ChangeLog5
-rw-r--r--gettext-tools/man/Makefile.am4
-rw-r--r--gettext-tools/projects/ChangeLog5
-rw-r--r--gettext-tools/projects/Makefile.am4
-rw-r--r--gettext-tools/src/ChangeLog5
-rw-r--r--gettext-tools/src/Makefile.am4
14 files changed, 35 insertions, 28 deletions
diff --git a/gettext-runtime/intl-java/ChangeLog b/gettext-runtime/intl-java/ChangeLog
index 4243fb3..12553c5 100644
--- a/gettext-runtime/intl-java/ChangeLog
+++ b/gettext-runtime/intl-java/ChangeLog
@@ -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@.
diff --git a/gettext-runtime/intl-java/Makefile.am b/gettext-runtime/intl-java/Makefile.am
index 7e0ba32..419baee 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 c60f46e..f19eb39 100644
--- a/gettext-runtime/libasprintf/ChangeLog
+++ b/gettext-runtime/libasprintf/ChangeLog
@@ -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.
diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am
index ef03506..7c84696 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 2bfc643..d2837de 100644
--- a/gettext-runtime/man/ChangeLog
+++ b/gettext-runtime/man/ChangeLog
@@ -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,
diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am
index 369bf8a..04a8e60 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 3c3e0ab..91d2edb 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -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.
diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am
index 910b0f8..db2768d 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 bcf55c9..0dd1df9 100644
--- a/gettext-tools/man/ChangeLog
+++ b/gettext-tools/man/ChangeLog
@@ -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,
diff --git a/gettext-tools/man/Makefile.am b/gettext-tools/man/Makefile.am
index 31d2f31..bc9f077 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 d3949a6..ce50e69 100644
--- a/gettext-tools/projects/ChangeLog
+++ b/gettext-tools/projects/ChangeLog
@@ -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
diff --git a/gettext-tools/projects/Makefile.am b/gettext-tools/projects/Makefile.am
index 112880c..26652b2 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 7ca47b8..592ecb1 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -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.
diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am
index eae7438..6dcce15 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