From: Nathanael Nerode Date: Tue, 14 Oct 2003 21:39:57 +0000 (+0000) Subject: * gettext.m4: Properly quote arguments to AC_DEFUN. X-Git-Tag: releases/gcc-3.4.0~3015 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87690a2f320694cd98633fdf4cc9bea7f6c601dd;p=thirdparty%2Fgcc.git * gettext.m4: Properly quote arguments to AC_DEFUN. From-SVN: r72501 --- diff --git a/config/ChangeLog b/config/ChangeLog index 9ca14f74479b..92eb9020c7e7 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2003-10-14 Nathanael Nerode + + * gettext.m4: Properly quote arguments to AC_DEFUN. + 2003-09-24 Daniel Jacobowitz * acx.m4 (AC_PROG_CPP_WERROR): New. diff --git a/config/gettext.m4 b/config/gettext.m4 index a704307c310c..d10aae80b6b2 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)