This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Re: Timestamps in distribution tarballs are broken


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


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