Don't DEFUN AM_INTL_SUBDIR twice.

This commit is contained in:
Paul Eggert
2004-05-03 23:10:25 +00:00
parent a76ca26309
commit 9668e2be96
2 changed files with 1 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
* bootstrap (--gnulib-srcdir=*, --cvs-user=*):
Fix typo by replacing $1 with $option.
Remove more 'intl'-related files.
Don't DEFUN AM_INTL_SUBDIR twice.
* lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,

View File

@@ -206,8 +206,6 @@ sed '
' m4/gettext.m4 >m4/gettext.m4t &&
mv m4/gettext.m4t m4/gettext.m4 || exit
echo 'AC_DEFUN([AM_INTL_SUBDIR],[])' >>m4/gettext.m4 || exit
# Patch what appears to be a bug in gettext 0.14.1;
# remove this once the bug is fixed.
grep @top_builddir@ po/Makefile.in.in >/dev/null || {