summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-02-22 12:13:22 -0700
committerEric Blake <eblake@redhat.com>2010-02-22 16:01:07 -0700
commit073a21a6916b858e9e6758c94dfa59ea401d4599 (patch)
treea44a983089455838e784ab034ef8a950ea01fe41 /build-aux
parent463e993bc07ef541da4d3dcfe4ca4e3ad684ed7f (diff)
downloadgnulib-073a21a6916b858e9e6758c94dfa59ea401d4599.tar.gz
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>
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 4b947ebefd..d37567c279 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -653,7 +653,7 @@ slurp() {
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\