* gettext.m4: Properly quote arguments to AC_DEFUN.
authorNathanael Nerode <neroden@gcc.gnu.org>
Tue, 14 Oct 2003 21:40:44 +0000 (21:40 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Tue, 14 Oct 2003 21:40:44 +0000 (21:40 +0000)
config/ChangeLog
config/gettext.m4

index 9ca14f74479b9e49ae54e404c1c8abba315b7d01..92eb9020c7e76e3ca79aa57ebb73542993d8cf62 100644 (file)
@@ -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 a704307c310c110b080ef45f4474d25f334edcf9..d10aae80b6b271db994c0cbd76b19db5896ef22e 100644 (file)
@@ -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)
This page took 0.025704 seconds and 4 git commands to generate.