diff options
author | Alan Modra <amodra@gmail.com> | 2019-04-12 19:02:44 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-04-13 12:12:43 +0930 |
commit | 50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4 (patch) | |
tree | 5da1073c6f1f1a089bef93c79f842c3b54bb08d8 /ld/ChangeLog | |
parent | 35add35e85c21f02e3e5808273cb77b24069b0aa (diff) | |
download | gdb-50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4.zip gdb-50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4.tar.gz gdb-50ff67e6cf65dbe1b8fbbdb7a6c2e43919af95f4.tar.bz2 |
ld TDIRS substitution
It is no longer true that autoconf/automake cannot substitute vars
with embedded new-lines.
* configure.ac (TDIRS): Build up tdirs in this variable and
AC_SUBST, also using AM_SUBST_NOTMAKE.
* configure: Regenerate.
* Makefile.am (DISTCLEANFILES): Remove tdirs.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c161ffe..9b5e3a3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2019-04-13 Alan Modra <amodra@gmail.com> + + * configure.ac (TDIRS): Build up tdirs in this variable and + AC_SUBST, also using AM_SUBST_NOTMAKE. + * configure: Regenerate. + * Makefile.am (DISTCLEANFILES): Remove tdirs. + * Makefile.in: Regenerate. + 2019-04-12 Nick Clifton <nickc@redhat.com> PR 24450 |