From: Paul Eggert Date: Mon, 3 May 2004 23:10:25 +0000 (+0000) Subject: Don't DEFUN AM_INTL_SUBDIR twice. X-Git-Tag: BISON-2_0~159 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9668e2be96bf8af3027f6dfa2021fd412ea9be0d Don't DEFUN AM_INTL_SUBDIR twice. --- diff --git a/ChangeLog b/ChangeLog index 7bc0bbd7..00e50485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/bootstrap b/bootstrap index 55a62992..e995f486 100755 --- a/bootstrap +++ b/bootstrap @@ -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 || {