bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Port GNU make to latest versions of GNU automake / autoconf (1 of 2)


From: Paul Eggert
Subject: Port GNU make to latest versions of GNU automake / autoconf (1 of 2)
Date: Thu, 6 Sep 2001 10:02:36 -0700 (PDT)

When hacking on GNU make I noticed that it didn't work with the latest
automake and autoconf.  Here's a patch for automake.  I'll send the
autoconf patch next.

2001-09-06  Paul Eggert  <address@hidden>

        * acinclude.m4 (pds_WITH_GETTEXT): Remove AM_LC_MESSAGES, as
        automake 1.5 lacks it.

===================================================================
RCS file: acinclude.m4,v
retrieving revision 3.79.1.0
retrieving revision 3.79.1.1
diff -pu -r3.79.1.0 -r3.79.1.1
--- acinclude.m4        2000/06/20 14:00:16     3.79.1.0
+++ acinclude.m4        2001/08/15 18:42:34     3.79.1.1
@@ -491,7 +491,6 @@ AC_DEFUN(pds_WITH_GETTEXT, [
     AC_DEFINE(HAVE_DCGETTEXT, 1, [Define if you have the dcgettext function.])
 
     AC_CHECK_FUNCS(getcwd setlocale stpcpy)
-    AM_LC_MESSAGES
 
     if test -z "$ALL_LINGUAS"; then
       AC_MSG_WARN(This package does not install translations yet.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]