diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2019-04-12 21:50:42 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-04-12 21:50:42 +0000 |
commit | d7e418a1d8664c7b1516e16fae65efe4802cd050 (patch) | |
tree | 6e0db98591c2647c2c9b593b95e1c9fcd9a674e4 /libphobos/ChangeLog | |
parent | 60a2c64519087972b16d94f6cca209fa6a3f0940 (diff) | |
download | gcc-d7e418a1d8664c7b1516e16fae65efe4802cd050.zip gcc-d7e418a1d8664c7b1516e16fae65efe4802cd050.tar.gz gcc-d7e418a1d8664c7b1516e16fae65efe4802cd050.tar.bz2 |
libphobos: Add subdir-objects to configure script.
Running autoreconf regenerates all files cleanly with autoconf2.69.
libphobos/ChangeLog:
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
* configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
* configure: Regenerate.
* libdruntime/Makefile.in: Regenerate.
From-SVN: r270330
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r-- | libphobos/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index e79b697..3220b1e 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,5 +1,11 @@ 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org> + * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects. + * configure: Regenerate. + * libdruntime/Makefile.in: Regenerate. + +2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org> + * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use libz_convenience.a if not using system zlib. * Makefile.in: Regenerate. @@ -11,7 +17,6 @@ 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org> - * testsuite/Makefile.am: * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu. (RUNTEST): Remove variable. (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0, @@ -25,6 +30,7 @@ 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org> + PR d/89255 * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals. * configure: Regenerate. * d_rules.am (%.t.lo, %.t.o): Remove rules. |