]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[libphobos] Update info about required autotools versions
authorjpfau <jpfau@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Mar 2019 15:07:25 +0000 (15:07 +0000)
committerjpfau <jpfau@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 23 Mar 2019 15:07:25 +0000 (15:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269888 138bc75d-0d04-0410-961f-82ee72b054a4

libphobos/ChangeLog
libphobos/configure.ac

index a2ccba0cddbfa8fd1fa146e0bf7701e700c67c45..13b93352918e73972d737dcad1cfc2d027340d0b 100644 (file)
@@ -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
index 96010333a39410f31ef2d46aa17650f26cd0605f..8cc735563cb8d6035b99b1864d366493f15a9894 100644 (file)
 # 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)