+2002-07-19 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (aclocal): Mention intdiv0.m4.
+
2002-07-17 Bruno Haible <bruno@clisp.org>
* gettext-0.11.3 released.
If you do not have an @file{aclocal.m4} file in your distribution,
the simplest is to concatenate the files @file{codeset.m4},
-@file{gettext.m4}, @file{glibc21.m4}, @file{iconv.m4}, @file{isc-posix.m4},
-@file{lcmessage.m4}, @file{lib-ld.m4}, @file{lib-link.m4},
+@file{gettext.m4}, @file{glibc21.m4}, @file{iconv.m4}, @file{intdiv0.m4},
+@file{isc-posix.m4}, @file{lcmessage.m4}, @file{lib-ld.m4}, @file{lib-link.m4},
@file{lib-prefix.m4}, @file{progtest.m4} from GNU @code{gettext}'s
@file{m4/} directory into a single file. If you have suppressed the
@file{intl/} directory, only @file{gettext.m4}, @file{iconv.m4},
+2002-07-19 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in: Copy also intdiv0.m4.
+
2002-07-17 Bruno Haible <bruno@clisp.org>
* gettext-0.11.3 released.
fi
$do_changelog && func_poChangeLog_finish
-m4filelist=' codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
- lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4'
-# We cannot omit codeset.m4, glibc21.m4, isc-posix.m4, lcmessage.m4 if
-# test -z "$intldir", otherwise "aclocal -I m4" might give an error.
+m4filelist=' codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 isc-posix.m4
+ lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4'
+# We cannot omit codeset.m4, glibc21.m4, intdiv0.m4, isc-posix.m4, lcmessage.m4
+# if test -z "$intldir", otherwise "aclocal -I m4" might give an error.
# (aclocal doesn't know which macros are really needed, it looks which macros
# are potentially needed.)