X=$(foo) saves the output of command foo to $X.
X=${foo} is what you want.
Y=bar qux doesn't work.
Y="bar qux" is what you want.
For some reason g++ isn't picking up $CFLAGS and I need to set $CXXFLAGS for it
to get -m32. Fixing that is a bit beyond my autoconf knowledge, so I just set
CXXFLAGS as well.
Issue 197001: Fix ./configure --enable-m32
(Closed)
Created 14 years, 2 months ago by Lei Zhang (chromium)
Modified 14 years, 2 months ago
Reviewers: mochalatte
Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Comments: 0