aboutsummaryrefslogtreecommitdiff
path: root/libphobos/configure.ac
diff options
context:
space:
mode:
authorJohannes Pfau <johannespfau@gmail.com>2019-03-23 15:07:25 +0000
committerJohannes Pfau <jpfau@gcc.gnu.org>2019-03-23 15:07:25 +0000
commit27f18a6299753b124d9f9094d7dd2ba0cb64bad2 (patch)
treebe2f4336ebed02f43081e9d0899e1335313eb357 /libphobos/configure.ac
parent686e44763e7bdb1ee1561bc91ce65661d28f3e65 (diff)
[libphobos] Update info about required autotools versions
From-SVN: r269888
Diffstat (limited to 'libphobos/configure.ac')
-rw-r--r--libphobos/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index 96010333a39..8cc735563cb 100644
--- a/libphobos/configure.ac
+++ b/libphobos/configure.ac
@@ -18,12 +18,12 @@
# This requires that you have your environment set-up to use explicit
# versions of automake and autoconf.
#
-# export ACLOCAL=/usr/bin/aclocal-1.11
-# export AUTOMAKE=/usr/bin/automake-1.11
-# export AUTOM4TE=/usr/bin/autom4te2.64
-# export AUTOCONF=/usr/bin/autoconf2.64
+# export ACLOCAL=/usr/bin/aclocal-1.15
+# export AUTOMAKE=/usr/bin/automake-1.15
+# export AUTOM4TE=/usr/bin/autom4te2.69
+# export AUTOCONF=/usr/bin/autoconf2.69
#
-# autoreconf2.64
+# autoreconf2.69
#
AC_INIT(package-unused, version-unused,, libphobos)