]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add intdiv0.m4 to m4/.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Jul 2002 17:23:27 +0000 (17:23 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:40 +0000 (12:08 +0200)
doc/ChangeLog
doc/gettext.texi
misc/ChangeLog
misc/gettextize.in

index 035d3e346773e15c79629091be4ac8212f4f8407..b34b307a46a0a0a68a3b2afdfe5e821a8d2abaa5 100644 (file)
@@ -1,3 +1,7 @@
+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.
index cf3ff025d215ba716ab5bd658e054ca56473e05f..1f6e0de289ca54345164197639c59095620880c9 100644 (file)
@@ -5971,8 +5971,8 @@ AC_CONFIG_AUX_DIR([@var{subdir}])
 
 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},
index 62c35bf1179ad6434ecf51d63d156a3808987503..4c6d97373ba21f936472a724adf27b20bf524a44 100644 (file)
@@ -1,3 +1,7 @@
+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.
index c4b206f8e0438af8548a8749b679f948fac57c7b..ce570502e8af2d7b498565a904dd997dd6acdce2 100644 (file)
@@ -559,10 +559,10 @@ if test -f "$srcdir/po/stamp-cat-id"; then
 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.)