This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ and autotools
- From: Phil Edwards <phil at codesourcery dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 20 Oct 2003 01:06:16 -0400
- Subject: Re: libstdc++ and autotools
- References: <20031017100303.7cfa5616.bkoz@redhat.com>
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