summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap.conf
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-11-12 13:50:48 -0700
committerEric Blake <eblake@redhat.com>2010-11-12 13:50:48 -0700
commit36233679333e80beb3a283d44e9fecedfe7f454a (patch)
tree0138bfe8ae11d706bc4a85783671b9083548af96 /build-aux/bootstrap.conf
parentf09721b14db35e4dd22794da9f751deeb8343ba1 (diff)
downloadgnulib-36233679333e80beb3a283d44e9fecedfe7f454a.tar.gz
bootstrap: allow FreeBSD gzip
$ gzip --version > /dev/null FreeBSD gzip 20100407 * build-aux/bootstrap (get_version): Parse FreeBSD gzip version, which has no '.' and goes to stderr. * build-aux/bootstrap.conf (buildreq): Improve the sample file. Reported by Matthias Bolte. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'build-aux/bootstrap.conf')
-rw-r--r--build-aux/bootstrap.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/build-aux/bootstrap.conf b/build-aux/bootstrap.conf
index 75cf6ff34e..2bb60e211e 100644
--- a/build-aux/bootstrap.conf
+++ b/build-aux/bootstrap.conf
@@ -57,3 +57,11 @@ if test $gettext_external = 1; then
m4/xsize.m4
'
fi
+
+# Build prerequisites
+buildreq="\
+autoconf 2.59
+automake 1.9.6
+git 1.5.5
+tar -
+"