[RFC] Update to current automake/autoconf/libtool versions.

Klee Dienes klee@apple.com
Wed Dec 4 22:04:00 GMT 2002


The following patch updates the following directories to use the latest 
versions of libtool, autoconf, and automake:

bfd binutils gas gdb gprof ld libiberty mmalloc opcodes rda sim utils

ltmain.sh (GNU libtool) 1.4.3
autoconf (GNU Autoconf) 2.56
automake (GNU automake) 1.7.1
gettext (GNU gettext) 0.11.5

To apply the patch, I put the following four files in a directory, and 
ran 'files.sh' in the top-level directory of the GDB/Binutils tree, 
then configured and built with 'build.sh' (the script was necessary in 
order to pass --enable-maintainer-mode to only the subdirectories for 
which it was appropriate).  I then did a full build to verify that 
maintainer-mode was working, and used the files generated by 
--enable-maintainer-mode as the final versions.  I'm not including the 
ChangeLog entries for all of the auto-generated files, as they're not 
overly interesting; I plan to generate them with a perl script based on 
the result of the build.  I'm also not including the diffs to the 
generated files, since they were about 6Mb, and not all that 
interesting.  I'm happy to provide either if requested.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangeLog
Type: application/octet-stream
Size: 2582 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20021204/320cfd78/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: bfd.txt
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20021204/320cfd78/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: files.sh
Type: application/octet-stream
Size: 1167 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20021204/320cfd78/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.sh
Type: application/octet-stream
Size: 246 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20021204/320cfd78/attachment-0002.obj>
-------------- next part --------------




On Wednesday, November 13, 2002, at 01:32 PM, Klee Dienes wrote:

> I believe libtool-1.4.3 already has correct Darwin support, although I 
> haven't done overly much testing with it.
>
> I submitted a patch to the current GDB/binutils libtool because it was 
> unclear when the next libtool merge might be, because I didn't want to 
> get in the way of the folks doing the autoconfiscation work, and 
> because there was existing precedent (see the ChangeLog entries for 
> 2002-01-27 and 2001-11-13, for example).
>
> I'm certainly willing to try to push through an upgrade of the 
> GDB/binutils libtool to 1.4.3 if that's what's necessary, though; let 
> me know and I'll put together a patch.
>
> On Wednesday, November 13, 2002, at 12:57 PM, Andrew Cagney wrote:
>
>> These files are part of libtool.  From src/MAINTAINERS.
>>
>> Andrew
>>
>> ltconfig; ltmain.sh
>>         libtool: http://gnu.org
>>         Changes need to be done in tandem with the official LIBTOOL
>>         sources or submitted to the master file maintainer and brought
>>         in via a merge.


More information about the Gdb-patches mailing list