changeset 12891:14b06bec418c

bootstrap: interoperate with gettext 0.14.1 Without this patch, the modified gettext.m4 aborts autoconf due to an unterminated m4 string. * build-aux/bootstrap (slurp): Fix typo when using older gettext. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 22 Feb 2010 12:13:22 -0700
parents ba919384ee9e
children 81072b472b9d
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-02-22  Eric Blake  <eblake@redhat.com>
 
+	bootstrap: interoperate with gettext 0.14.1
+	* build-aux/bootstrap (slurp): Fix typo when using older gettext.
+
 	bootstrap: allow for alternate submodule location
 	* build-aux/bootstrap (gnulib_path): New variable; use instead of
 	hardcoding submodule location.
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -653,7 +653,7 @@
           rm -f $dir/$file
           sed '
             /^AC_DEFUN(\[AM_INTL_SUBDIR],/,/^]/c\
-              AC_DEFUN([AM_INTL_SUBDIR], [
+              AC_DEFUN([AM_INTL_SUBDIR], [])
             /^AC_DEFUN(\[gt_INTL_SUBDIR_CORE],/,/^]/c\
               AC_DEFUN([gt_INTL_SUBDIR_CORE], [])
             $a\