diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-14 21:39:57 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-14 21:39:57 +0000 |
commit | 87690a2f320694cd98633fdf4cc9bea7f6c601dd (patch) | |
tree | d39a127ebefced453f459767f18350f16b2e2fb8 /config/gettext.m4 | |
parent | f6db393e1cfa5caf5e5986076f4006626b4a50d6 (diff) | |
download | gcc-87690a2f320694cd98633fdf4cc9bea7f6c601dd.zip gcc-87690a2f320694cd98633fdf4cc9bea7f6c601dd.tar.gz gcc-87690a2f320694cd98633fdf4cc9bea7f6c601dd.tar.bz2 |
* gettext.m4: Properly quote arguments to AC_DEFUN.
From-SVN: r72501
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 a704307..d10aae8 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) |