Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2004-02-11 20:52:09 +0300
committercvs2svn <>2004-02-11 20:52:09 +0300
commit4175d8e4358e840b06c8fdf8073cb2d0269fd08f (patch)
tree3a858624509519fcc105484c97750a8eec1df84f /gettext.m4
parent7b85cc880582eb62fab36b8c06f841c33d43ee53 (diff)
This commit was manufactured by cvs2svn to create tag 'carlton-carlton-dictionary-20031111-merge
dictionary-20031111-merge'. Sprout from cagney_bfdfile-20040213-branch 2004-02-11 17:52:07 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2003-11-06 11:58:58 UTC Nick Clifton <nickc@redhat.com> 'Fix 'the the' typo': COPYING.NEWLIB ChangeLog Makefile.def Makefile.in Makefile.tpl config-ml.in config/ChangeLog config/acinclude.m4 configure configure.in gettext.m4 include/ChangeLog include/aout/ChangeLog include/aout/stab.def include/bfdlink.h include/coff/ChangeLog include/coff/internal.h include/demangle.h include/dis-asm.h include/elf/ChangeLog include/elf/common.h include/elf/frv.h include/elf/m32r.h include/fibheap.h include/opcode/ChangeLog include/opcode/h8300.h include/opcode/mips.h src-release Delete: include/ChangeLog-9103 include/coff/ChangeLog-9103 include/elf/ChangeLog-9103 include/opcode/ChangeLog-9103
Diffstat (limited to 'gettext.m4')
-rw-r--r--gettext.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext.m4 b/gettext.m4
index 6735696cb..82a5277f2 100644
--- a/gettext.m4
+++ b/gettext.m4
@@ -11,7 +11,7 @@
# serial 3
-AC_DEFUN([CY_WITH_NLS],
+AC_DEFUN(CY_WITH_NLS,
[AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
AC_ARG_ENABLE(nls,
@@ -158,7 +158,7 @@ AC_DEFUN([CY_WITH_NLS],
AC_SUBST(POSUB)
])
-AC_DEFUN([CY_GNU_GETTEXT],
+AC_DEFUN(CY_GNU_GETTEXT,
[AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
@@ -286,7 +286,7 @@ __argz_count __argz_stringify __argz_next])
dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
-AC_DEFUN([AM_PATH_PROG_WITH_TEST],
+AC_DEFUN(AM_PATH_PROG_WITH_TEST,
[# Extract the first word of "$2", so it can be a program name with args.
set dummy $2; ac_word=[$]2
AC_MSG_CHECKING([for $ac_word])
@@ -332,7 +332,7 @@ AC_SUBST($1)dnl
# serial 1
-AC_DEFUN([AM_LC_MESSAGES],
+AC_DEFUN(AM_LC_MESSAGES,
[if test $ac_cv_header_locale_h = yes; then
AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
[AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],