Re: command substitution and word splitting

2008-12-13 Thread Stephane Chazelas
On Sat, Dec 13, 2008 at 09:30:27AM +0100, Andreas Schwab wrote: > "S. Sevki Dincer" writes: > > > i want to start building a project with ./configure --prefix=... $(myflags) > > where myflags is an executable text file on my path. myflags has the > > following in it: > > printf 'CFLAGS="-O2 -fomi

Re: command substitution and word splitting

2008-12-13 Thread Andreas Schwab
"S. Sevki Dincer" writes: > i want to start building a project with ./configure --prefix=... $(myflags) > where myflags is an executable text file on my path. myflags has the > following in it: > printf 'CFLAGS="-O2 -fomit-frame-pointer" ' > printf 'LDFLAGS="-Wl,-O2"' > now, when i do that ./conf

command substitution and word splitting

2008-12-12 Thread S. Sevki Dincer
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE