From 47cd9fb8868a022deb280e79914ed833abe348ee Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 21 Jun 2006 16:35:27 +0000 Subject: 2006-06-21 Frank Ch. Eigler PR 21274 mf-runtime.h installation based on ssp patch for PR 26473 from Mark Mitchell . * configure.ac (ACX_NONCANONICAL_TARGET): Use it. * Makefile.am (target_noncanonical): Define. (libsubincludedir): New variable. (nobase_libsubinclude_HEADERS): Add mf-runtime.h. (include_HEADERS): Remove. * configure, aclocal.m4, config.h.in: Regenerated. * Makefile.in, testsuite/Makefile.in: Likewise. * mf-runtime.h: Add #ifndef protection for conflicting _REENTRANT and _THREAD_SAFE redefinition values. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114855 138bc75d-0d04-0410-961f-82ee72b054a4 --- libmudflap/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libmudflap/ChangeLog') diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index eb6c5b201fa..ea2c6f660f8 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,18 @@ +2006-06-21 Frank Ch. Eigler + + PR 21274 + mf-runtime.h installation based on ssp patch for PR 26473 from + Mark Mitchell . + * configure.ac (ACX_NONCANONICAL_TARGET): Use it. + * Makefile.am (target_noncanonical): Define. + (libsubincludedir): New variable. + (nobase_libsubinclude_HEADERS): Add mf-runtime.h. + (include_HEADERS): Remove. + * configure, aclocal.m4, config.h.in: Regenerated. + * Makefile.in, testsuite/Makefile.in: Likewise. + * mf-runtime.h: Add #ifndef protection for conflicting _REENTRANT + and _THREAD_SAFE redefinition values. + 2006-05-23 Carlos O'Donell * Makefile.am: Add install-html target. Add install-html to .PHONY -- cgit v1.2.1