aboutsummaryrefslogtreecommitdiff
path: root/config/gettext.m4
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
commitf08ed69cbd14afc288208a5902d906eabbc3290a (patch)
tree5afeea253af6f0177cf818ffe825df5b39356171 /config/gettext.m4
parent31271d5cb495ff24aa1333695b5b01702201b075 (diff)
downloadnewlib-f08ed69cbd14afc288208a5902d906eabbc3290a.zip
newlib-f08ed69cbd14afc288208a5902d906eabbc3290a.tar.gz
newlib-f08ed69cbd14afc288208a5902d906eabbc3290a.tar.bz2
* gettext.m4: Properly quote arguments to AC_DEFUN.
Diffstat (limited to 'config/gettext.m4')
-rw-r--r--config/gettext.m42
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)