Hello Jens, * Jens Seidel wrote on Thu, Jan 17, 2008 at 02:07:39PM CET: > > I often use head config.log to get the command line of the invocation of > configure. [...] > $ ../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:
Yes this is a problem. As a workaround you can use the output of ./config.status --version which lists properly quoted arguments. Cheers, Ralf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

