summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-10-14 21:40:44 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-10-14 21:40:44 +0000
commit40aedac4425247326ec4c3e2816cc755893a9820 (patch)
tree9083609663e4cf43fe395689f2147bb1bfcef0e1
parenta26755d00b458e2a820687a31658b519ec4773f5 (diff)
downloadgdb-40aedac4425247326ec4c3e2816cc755893a9820.tar.gz
* gettext.m4: Properly quote arguments to AC_DEFUN.
-rw-r--r--config/ChangeLog4
-rw-r--r--config/gettext.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 9ca14f74479..92eb9020c7e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/gettext.m4 b/config/gettext.m4
index a704307c310..d10aae80b6b 100644
--- a/config/gettext.m4
+++ b/config/gettext.m4
@@ -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)