This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: regeneration of files
- From: Tom Tromey <tromey at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: 29 Oct 2006 22:49:00 -0700
- Subject: Re: regeneration of files
- References: <FB421F60-4641-4B81-8CD3-E9E137B1714C@apple.com>
- Reply-to: tromey at redhat dot com
>>>>> "Mike" == Mike Stump <mrs@apple.com> writes:
Mike> I found quite a few files out of date...
[...]
Mike> libjava/configure
I updated (svn trunk) and re-ran autoconf here, and didn't see any
change.
What version of autoconf are you using? I'm using the 2.59 that comes
with FC5.
Mike> I noticed quite a variety in the options for aclocal. :-(
This isn't a necessarily a problem -- e.g. the libjava ACLOCAL_AMFLAGS
includes '-I .' to pick up local .m4 files, and this is ok as a
difference from, say, the boehm-gc value.
Offhand libffi's looks incorrect, it should probably include
../config. zlib should probably have this setting too (though I
didn't look to see whether this makes a difference).
Tom