autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure.lineno?


From: Eric Sunshine
Subject: Re: configure.lineno?
Date: Tue, 06 Jan 2004 14:55:34 -0500
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031007

Paul Eggert wrote:
Eric Sunshine <address@hidden> writes:
The configure scripts generated by the newest versions of Autoconf leave a configure.lineno file sitting around after running the configure script. Is this intentional?
I suspect so, as it helps debugging on hosts that lack line-number
support.  Automake removes it as part of "make distclean".

This seems wholly unnecessary. configure.lineno is an implementation detail which ensures that config.log will contain appropriate line number references, however the utility of configure.lineno expires once configure.lineno itself is done executing. The line numbers recorded in config.log will always validly reference lines in configure itself, and a user reading the line numbers for debugging purposes will always consult the mentioned lines in configure, rather than configure.lineno. There is no additional information to be gleaned from configure.lineno which is not already available from configure itself. Thus, configure.lineno is superfluous once execution terminates. Consequently, it is safe for configure to delete configure.lineno.

-- ES






reply via email to

[Prev in Thread] Current Thread [Next in Thread]