diff --git a/bfd/ChangeLog b/bfd/ChangeLog index db81f26ed29..3c704c591c9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -58,6 +58,9 @@ Fri Dec 12 11:30:28 1997 Brendan Kehoe * configure: Only build libbfd shared if --enable-shared's value was `yes', or was set to `*bfd*'. * aclocal.m4: Likewise. + * NOTE: this really needs to be fixed in libtool/libtool.m4, the + original source of this bit of code. It's not clear what the best fix + would be, though. Thu Dec 11 17:48:11 1997 Richard Henderson diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 993ae280405..6fdba291786 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -16,6 +16,9 @@ end-sanitize-r5900 * configure: Only build libopcodes shared if --enable-shared's value was `yes', or was set to `*opcodes*'. * aclocal.m4: Likewise. + * NOTE: this really needs to be fixed in libtool/libtool.m4, the + original source of this bit of code. It's not clear what the best fix + would be, though. start-sanitize-r5900 Mon Dec 15 12:43:36 1997 Jeffrey A Law (law@cygnus.com)