This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: 3.4.4 - libstdc++-v3/testsuite/Makefile.in generated with wrongautomake


Matthias Klose wrote:
The makefiles are generated with different automake versions:

  1.9.2  libstdc++-v3/testsuite/Makefile.in
  1.7.8  libstdc++-v3/Makefile.in

testsuite/Makefile.in calls am--recheck in Makefile.in, which doesn't
exist.

Ugh.


The string "recheck" doesn't actually occur in my copy of testsuite/Makefile.in, but maybe you mean am--refresh?

I imagine that this isn't a problem for people too often, in that it probably only affects you if you change things that cause the refresh to occur. But, still, very unfortunate. I apologize.

I shall find a version of automake-1.7.8 and rebuild.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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