From: jpfau Date: Sat, 23 Mar 2019 15:07:25 +0000 (+0000) Subject: [libphobos] Update info about required autotools versions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f580a793d60979b7c6634f4917621dae9351c1f;hp=62f12085b74a6c9cf9cbaeac17209a5bbecf38c0;p=thirdparty%2Fgcc.git [libphobos] Update info about required autotools versions git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269888 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index a2ccba0cddbf..13b93352918e 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,7 @@ +2019-03-23 Johannes Pfau + + * configure.ac: Update autotool version comment. + 2019-02-19 Bernd Edlinger * src/Makefile.am: Avoid the -D option which is not available diff --git a/libphobos/configure.ac b/libphobos/configure.ac index 96010333a394..8cc735563cb8 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)