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: libstdc++ and autotools


On Fri, Oct 17, 2003 at 10:03:03AM -0500, Benjamin Kosnik wrote:
> Just confirming: I'm assuming that libstdc++ should be using the current
> versions of autotools to regenerate files. At the moment, this means:
> 
> automake: 1.7.8
> autoconf: 2.57

Yep, and there are minimum-accepted version numbers in configure.ac to
help enforce this.  (Although the numbers themselves are probably a few
points behind by now; next person to touch that file please feel free to
bump those.)

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


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