* gettext.m4: Properly quote arguments to AC_DEFUN.

This commit is contained in:
Nathanael Nerode
2003-10-14 21:40:44 +00:00
parent 31271d5cb4
commit f08ed69cbd
2 changed files with 5 additions and 1 deletions

View 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)