Skip to content

Commit

Permalink
* gettext.m4: Properly quote arguments to AC_DEFUN.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanael Nerode committed Oct 14, 2003
1 parent 0f4d7c5 commit 2641f58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
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>

* acx.m4 (AC_PROG_CPP_WERROR): New.
Expand Down
2 changes: 1 addition & 1 deletion config/gettext.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2641f58

Please sign in to comment.