summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2013-09-16 11:07:23 +0700
committerGary V. Vaughan <gary@gnu.org>2013-09-16 11:08:23 +0700
commit096d5ffe33d14184e64dad2da9741f3d3138763a (patch)
treee4d651bd4560bf35e8e73cdcdad27c710f77e4e8
parentb2ab4cfa23e3c21273253dfbe68b3b446431b6b4 (diff)
downloadm4-096d5ffe33d14184e64dad2da9741f3d3138763a.tar.gz
bootstrap: sync with upstream.
* gl/build-aux/bootstrap.in: Sync with upstream. * bootstrap: Regenerate. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
-rwxr-xr-xbootstrap2
-rwxr-xr-xgl/build-aux/bootstrap.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 803380a0..3188a877 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2547,7 +2547,7 @@ func_reconfigure ()
func_ensure_changelog
else
$require_gnulib_cache
- if sed -n '/^gl_MODULES(\[/,/^])$/p' $gnulib_cache |
+ if sed -n '/^gl_MODULES(\[/,/^])$/p' $gnulib_cache 2>/dev/null |
func_grep_q gitlog-to-changelog
then
func_ensure_changelog
diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in
index 550a6429..df3b6dbe 100755
--- a/gl/build-aux/bootstrap.in
+++ b/gl/build-aux/bootstrap.in
@@ -357,7 +357,7 @@ func_reconfigure ()
func_ensure_changelog
else
$require_gnulib_cache
- if sed -n '/^gl_MODULES(\[/,/^])$/p' $gnulib_cache |
+ if sed -n '/^gl_MODULES(\[/,/^])$/p' $gnulib_cache 2>/dev/null |
func_grep_q gitlog-to-changelog
then
func_ensure_changelog