m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/ltdl/m4/m4-gettext.m4,v


From: Eric Blake
Subject: Changes to m4/ltdl/m4/m4-gettext.m4,v
Date: Fri, 16 Jun 2006 03:51:31 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/06/16 03:51:29

Index: ltdl/m4/m4-gettext.m4
===================================================================
RCS file: /sources/m4/m4/ltdl/m4/m4-gettext.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- ltdl/m4/m4-gettext.m4       4 May 2005 15:45:44 -0000       1.1
+++ ltdl/m4/m4-gettext.m4       16 Jun 2006 03:51:29 -0000      1.2
@@ -2,7 +2,7 @@
 # m4-gettext.m4 -- Use the installed version of GNU gettext if available.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc
+# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -19,16 +19,16 @@
 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301, USA.
 
-# serial 2
+# serial 3
 
-# m4_GNU_GETTEXT
+# M4_GNU_GETTEXT
 # --------------
 # Use the installed version of GNU gettext if available.
-AC_DEFUN([m4_GNU_GETTEXT],
-[AC_BEFORE([AM_GNU_GETTEXT], [m4_GNU_GETTEXT])
+AC_DEFUN([M4_GNU_GETTEXT],
+[AC_BEFORE([AM_GNU_GETTEXT], [M4_GNU_GETTEXT])
 AC_CHECK_HEADERS([gettext.h],
     [GETTEXT_H=""], [GETTEXT_H="gettext.h"], [AC_INCLUDES_DEFAULT])
-AC_SUBST(GETTEXT_H)
+AC_SUBST([GETTEXT_H])
 
-AC_CONFIG_FILES(po/Makefile.in)
-])# m4_GNU_GETTEXT
+AC_CONFIG_FILES([po/Makefile.in])
+])# M4_GNU_GETTEXT




reply via email to

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