Re: Version defines in config.h

2006-12-08 Thread Stepan Kasal
Hello, On Fri, Dec 08, 2006 at 06:06:44AM +0100, Jerker Bäck wrote: > Is there a way to get the following defines to be written to config.h during > configure? > > #define FILEVERSION_MAJOR 1 [...] yes, use AC_CONFIG_HEADERS([config.h]) AC_DEFINE([FILEVERSION_MAJOR], [1], [Major versi

Usage of AS_FOR_TARGET

2006-12-08 Thread Eric Blake
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00574.html Obviously, any change we make for 2.62 won't help the gcc/gdb/binutils/cygwin ubertree for a while longer (since they are only now considering upgrading from 2.13 to 2.59), but is it worth excluding AS_FOR_TARGET from the Autoscan reserved

Re: Usage of AS_FOR_TARGET

2006-12-08 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > 2.13 to 2.59), but is it worth excluding AS_FOR_TARGET from the Autoscan > reserved namespace since it is in heavy use in real-world configure scripts? I assume AS_FOR_TARGET is some macro provided by the GCC developers? If so, I'm afraid I'd rather just

Re: Usage of AS_FOR_TARGET

2006-12-08 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 12/8/2006 5:31 PM: > Eric Blake <[EMAIL PROTECTED]> writes: > >> 2.13 to 2.59), but is it worth excluding AS_FOR_TARGET from the Autoscan >> reserved namespace since it is in heavy use in real-world configure scripts? > >