aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorJohannes Pfau <johannespfau@gmail.com>2019-03-23 15:07:25 +0000
committerJohannes Pfau <johannespfau@gmail.com>2019-03-23 15:07:25 +0000
commit9773a9b6631d5dd3c00375e8a62b5baccaf3316d (patch)
treebe2f4336ebed02f43081e9d0899e1335313eb357 /libphobos
parent4bd622cec541089ff94d82af5653863ca0bc00cb (diff)
[libphobos] Update info about required autotools versions
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@269888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog4
-rw-r--r--libphobos/configure.ac10
2 files changed, 9 insertions, 5 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index a2ccba0cddb..13b93352918 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-23 Johannes Pfau <johannespfau@gmail.com>
+
+ * configure.ac: Update autotool version comment.
+
2019-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
* src/Makefile.am: Avoid the -D option which is not available
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)