This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Attachment: ChangeLog
Description: Binary data

Attachment: bfd.txt
Description: Text document

Attachment: files.sh
Description: Binary data

Attachment: build.sh
Description: Binary data




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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]