]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Work around another automake bug.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Jan 2002 14:48:39 +0000 (14:48 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:56:42 +0000 (00:56 +0200)
ChangeLog
configure.in

index 5c0c9228f5f9bb9218a3931cc95d2627387cc2a1..47986c46a74ee9843f3fb9827db2a87a61b644c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * configure.in: Change version number to 0.11-pre5.
+
+2002-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * configure.in: Postprocess doc/Makefile a second time.
+
 2002-01-10  Bruno Haible  <bruno@clisp.org>
 
        * acconfig.h [OS/2]: Include intl/os2compat.h, not os2/os2compat.h.
@@ -19,8 +27,6 @@
 
 2002-01-04  Bruno Haible  <haible@clisp.cons.org>
 
-       * configure.in: Change version number to 0.11-pre5.
-
        * config.guess, config.sub: Update to GNU version 2002-01-02.
 
 2001-12-17  Bruno Haible  <bruno@clisp.org>
index e720f642210c92cb26371734716a69809210bb9d..1ae4dd0b8b8a1cebfce77064b78801c27661fa4e 100644 (file)
@@ -168,6 +168,11 @@ AC_OUTPUT([Makefile \
     sed -e 's,^#distdir:,distdir:,' < $m > $m.tmp
     mv $m.tmp $m
   done
+  dnl Fix an automake-1.5 bug: all info files are erased by "make".
+  for m in doc/Makefile; do
+    sed -e '/cd \$(srcdir) && rm -f /d' < $m > $m.tmp
+    mv $m.tmp $m
+  done
   dnl Fix permissions of misc/gettextize.
   chmod a+x misc/gettextize
 ])