Package: autoconf
Version: 2.61-4
Severity: minor

Hi,

I often use head config.log to get the command line of the invocation of
configure. It contains:

It was created by MyProgram configure 20061113, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ../configure CXX=/usr/lib/gcc-snapshot/bin/g++ CXXFLAGS=-O0 -g3
-Wno-write-strings -msse -mfpmath=sse -ffloat-store
--enable-check --enable-unused
--prefix=/home/jens/local --no-create --no-recursion

As I often copy this to create a new build directory (with slightly
modified arguments) it would be nice if the arguments to CXXFLAGS, ...
would be properly quoted to make copy and paste easier:

CXXFLAGS="-O0 -g3 -Wno-write-strings -msse -mfpmath=sse -ffloat-store"

Jens



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to