]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Initialize two variables to empty.
authorBruno Haible <bruno@clisp.org>
Fri, 11 Mar 2005 13:15:40 +0000 (13:15 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:24 +0000 (12:12 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/gettext.m4

index 5cf5fb3cd458ccc897914fa41845ab7ec3ac9160..47438333a47ce5a732722a8953eb17105d055122 100644 (file)
@@ -2,6 +2,11 @@
 
        * gettext-0.14.3 released.
 
+2005-03-11  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4 (AM_GNU_GETTEXT): CATOBJEXT and INTLOBJS default to empty.
+       Reported by Stepan Kasal <kasal@ucw.cz>.
+
 2005-03-07  Bruno Haible  <bruno@clisp.org>
 
        * po.m4: Add comments.
index 368907a299373aee1727950fd7f8cebf6d67a5a4..1626ac03c333392e077125ce9b5c7a39d92e6787 100644 (file)
@@ -1,4 +1,4 @@
-# gettext.m4 serial 34 (gettext-0.14.2)
+# gettext.m4 serial 35 (gettext-0.14.3)
 dnl Copyright (C) 1995-2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -239,6 +239,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
       fi
 
+      CATOBJEXT=
       if test "$gt_use_preinstalled_gnugettext" = "yes" \
          || test "$nls_cv_use_gnu_gettext" = "yes"; then
         dnl Mark actions to use GNU gettext tools.
@@ -330,6 +331,7 @@ return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("",
     AC_SUBST(GENCAT)
 
     dnl For backward compatibility. Some Makefiles may be using this.
+    INTLOBJS=
     if test "$USE_INCLUDED_LIBINTL" = yes; then
       INTLOBJS="\$(GETTOBJS)"
     fi