This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Proper M4 quoting in config/gettext.m4


At the moment this is only used by gcc, not by src.

No change in generated configure files (which is good).

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/config/ChangeLog,v
retrieving revision 1.41
diff -u -r1.41 ChangeLog
--- ChangeLog	8 Oct 2003 21:28:40 -0000	1.41
+++ ChangeLog	14 Oct 2003 21:37:44 -0000
@@ -1,3 +1,7 @@
+2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+	* gettext.m4: Properly quote arguments to AC_DEFUN.
+
 2003-09-24  Daniel Jacobowitz  <drow@mvista.com>
 
 	* acx.m4 (AC_PROG_CPP_WERROR): New.
Index: gettext.m4
===================================================================
RCS file: /cvs/gcc/gcc/config/gettext.m4,v
retrieving revision 1.2
diff -u -r1.2 gettext.m4
--- gettext.m4	8 Jul 2003 05:54:54 -0000	1.2
+++ gettext.m4	14 Oct 2003 21:37:44 -0000
@@ -9,7 +9,7 @@
 # small file which can be sourced as a shell script; then we produce
 # the necessary substitutions and definitions for this directory.
 
-AC_DEFUN(ZW_GNU_GETTEXT_SISTER_DIR,
+AC_DEFUN([ZW_GNU_GETTEXT_SISTER_DIR],
 [# If we haven't got the data from the intl directory,
 # assume NLS is disabled.
 USE_NLS=no	AC_SUBST(USE_NLS)

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]