+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.
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>
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
])