diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-14 21:40:44 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-14 21:40:44 +0000 |
commit | 2641f58d6902ba4f360be89549c26e761fde910e (patch) | |
tree | 547b8ed6748fc7b3fb055ae3ea104e5753ac6ee0 /config/gettext.m4 | |
parent | 0f4d7c52072c1f7a02d1efcae673c7fa1e57e4a1 (diff) | |
download | binutils-gdb-2641f58d6902ba4f360be89549c26e761fde910e.tar.gz |
* gettext.m4: Properly quote arguments to AC_DEFUN.
Diffstat (limited to 'config/gettext.m4')
-rw-r--r-- | config/gettext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |