autoconf: my turn to ask questions ;-( (actually sed expert question: answer
Peter L. Peres
plp-ysDPMY98cNQDDBjDh4tngg at public.gmane.org
Sun Oct 3 17:00:49 UTC 2004
Fixed. Solution:
Ok, the problem is with debian advertising itself too much ... the problem
is caused by the gcc veing too verbose. The version is extracted using:
CC_FLAGS=`gcc --version`
which prints the Debian credo under the version, like this:
gcc (GCC) 3.3.3 (Debian 20040429)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
the fix consists in changing the attribution to:
CC_FLAGS=`gcc --version|head -1`
bye,
Peter
--
The Toronto Linux Users Group. Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml
More information about the Legacy
mailing list