Re: Re: [Queue-developers] new intermediate development Queue version
Brought to you by:
wkrebs
From: QingLong <qin...@Bo...> - 2001-02-27 12:16:50
|
On Tue, Feb 27, 2001 at 09:10:30AM +0100, Gert Van den Eynde wrote: > > I get errors when I do autoheader for the new CVS sources. > After doing autoheader -v -d, I could locate a (possible) bug > in configure.in. > The lines that contain the following give an error with autoheader: > > AC_MSG_WARN([Define/undefine RXVT_UTMP_FILE in config.h manually]) > > Is it possible autoheader flips on the word Define ? > Maybe. But if this is the case, then this probably is a bug in autoconf, as the mentioned message string is properly [quoted]. I guess it's worth writing bugreport to the autoconf maintainers. > > I use the following versions: > > autoheader (GNU Autoconf) 2.49c > Written by Roland McGrath. > > automake (GNU automake) 1.4d > AFAIK, the latest stable (released) versions of GNU autoconf and automake are 2.13 and 1.4 respectively. I had no problems with these versions. BTW, where have you got _GNU_ autoconf 2.49c? Hasn't it been ftp://alpha.gnu.org/? > > How do I work around this ? > It looks like you are using development versions of the tools. If so, then you are on your own here, I am not able to help you, so you would probably have to try yourself to find out if this is autoconf/automake or Queue bug. And if you find that it is Queue configure.in that should be fixed, please, teach us how should we modify it to meet autoconf requirements. Thank you. QingLong. |