Commit 87690a2f by Nathanael Nerode

* gettext.m4: Properly quote arguments to AC_DEFUN.

From-SVN: r72501
parent f6db393e
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> 2003-09-24 Daniel Jacobowitz <drow@mvista.com>
* acx.m4 (AC_PROG_CPP_WERROR): New. * acx.m4 (AC_PROG_CPP_WERROR): New.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# small file which can be sourced as a shell script; then we produce # small file which can be sourced as a shell script; then we produce
# the necessary substitutions and definitions for this directory. # 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, [# If we haven't got the data from the intl directory,
# assume NLS is disabled. # assume NLS is disabled.
USE_NLS=no AC_SUBST(USE_NLS) USE_NLS=no AC_SUBST(USE_NLS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment