summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-12-17 16:28:55 +0100
committerJim Meyering <meyering@redhat.com>2011-12-17 16:28:55 +0100
commitae92f6e5746d1eacc77af8f3ee568cc8205f5dea (patch)
treec31c03ee64acb573fb569ae3f5fe099a10cfe765 /ChangeLog
parentfeaf4df70588cf1ee30b4879a1048cc143135a67 (diff)
downloadgnulib-ae92f6e5746d1eacc77af8f3ee568cc8205f5dea.tar.gz
bootstrap: correct the recent buildreq change
The 2011-12-07 commit, 39f5f1e4, omitted some '*'s, and thus had no effect. * build-aux/bootstrap (buildreq): Bracket each search term with "*...*", so that the shell "case" statement works as intended. Add comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be5b7896a6..9ab3012abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-12-17 Jim Meyering <meyering@redhat.com>
+
+ bootstrap: correct the recent buildreq change
+ The 2011-12-07 commit, 39f5f1e4, omitted some '*'s, and thus
+ had no effect.
+ * build-aux/bootstrap (buildreq): Bracket each search term with
+ "*...*", so that the shell "case" statement works as intended.
+ Add comments.
+
2011-12-17 Bernhard Voelker <mail@bernhard-voelker.de>
build: let bootstrap resort to wget when downloading .po files