Timestamps in distribution tarballs are broken
Ian Lance Taylor
iant@google.com
Sun Oct 23 00:46:00 GMT 2011
Paul Smith <psmith@gnu.org> writes:
> I think there's something wrong with the way binutils distribution
> tarballs are created. When I download and unpack them (tried 2.21.1 /
> 2.21.1a for example), the configure.ac files are newer than the
> configure scripts. This means when you try to run "make", it wants to
> rebuild the configure script and this fails unless you have exactly the
> right version of autoconf, etc. already installed on your system.
By default the binutils Makefiles do not have dependencies to rebuild
configure from configure.ac, to avoid this sort of problem. Did you
configure with --enable-maintainer-mode?
Ian
More information about the Binutils
mailing list