]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove obsolete variable.
authorBruno Haible <bruno@clisp.org>
Wed, 11 Apr 2001 19:48:42 +0000 (19:48 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 11 Apr 2001 19:48:42 +0000 (19:48 +0000)
po/ChangeLog
po/Makefile.in.in

index 443ca0b9797284e62174f6bf3cdedb1dd4131de4..2abe38c16a5b63af8f82d8cbe3aaaecbf22e0ebd 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-11  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in (GENCAT): Remove variable.
+
 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in.in (datadir): Use the autoconf determined value, in
index d26235969f12c281e3f470108aa8142f3d7243fb..61e3f3ce44065f4733f9d4361dabf3b6e42a7c74 100644 (file)
@@ -30,7 +30,6 @@ MKINSTALLDIRS = @MKINSTALLDIRS@
 mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 
 CC = @CC@
-GENCAT = @GENCAT@
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@
 XGETTEXT = @XGETTEXT@