summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-26 10:01:20 +0000
committerBruno Haible <bruno@clisp.org>2001-10-26 10:01:20 +0000
commit4ee9eb65d3945455fddcf70f71f15fbc4f77f916 (patch)
tree3ed19a2b828d742e5892e8723289de1565e73848 /aclocal.m4
parentbcc925e8db2bf51fbc01170780bc4969c5c50099 (diff)
downloadexternal_gettext-4ee9eb65d3945455fddcf70f71f15fbc4f77f916.zip
external_gettext-4ee9eb65d3945455fddcf70f71f15fbc4f77f916.tar.gz
external_gettext-4ee9eb65d3945455fddcf70f71f15fbc4f77f916.tar.bz2
Regenerated.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 97f7a7d..62876a1 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -4617,9 +4617,9 @@ AC_DEFUN([AM_GNU_GETTEXT],
AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
stdlib.h string.h unistd.h sys/param.h])
- AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
-getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strcasecmp strdup \
-strtoul tsearch __argz_count __argz_stringify __argz_next])
+ AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
+geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
+strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
AM_ICONV
AM_LANGINFO_CODESET
@@ -4724,7 +4724,7 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", ""
INTLOBJS="\$(GETTOBJS)"
BUILD_INCLUDED_LIBINTL=yes
USE_INCLUDED_LIBINTL=yes
- INTLLIBS="ifelse([$3],[],\$(top_builddir)/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV"
+ INTLLIBS="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.ifelse([$1], use-libtool, [l], [])a $LIBICONV"
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi