On Sat, 1 Jan 2005, Ralf Wildenhues wrote:
* Russell Shaw wrote on Sat, Jan 01, 2005 at 05:12:56AM CET:
Russell Shaw wrote:
Hi,
If i've run ./configure CFLAGS=".", then is there
a way to find what CFLAGS were set to afterwards? I want
to find what flags i used last time i configured a program
a
Bob Friesenhahn <[EMAIL PROTECTED]> writes:
> Unfortunately, using
>
> ./config.status --recheck
>
> to reconfigure is not the complete solution to re-configuring since there
> are files it will not update (e.g. config.status).
Huh? config.status is the _only_ file that this updates. To get t
On Thu, 30 Dec 2004, Stepan Kasal wrote:
If /usr/xpg4/bin is available, insert it to the path at the beginning
of the configure script, in order to get working sed and awk.
So you prefer Solaris sed from /usr/xpg4/bin rather than GNU sed,
which may already be first in the user's path? I'm shocked