Bug 61111

Summary: autogen.sh arguments not quoted when passed to configure
Product: libqmi Reporter: Evan Nemerson <evan>
Component: libqmiAssignee: Dan Williams <dcbw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: build: fix passing arguments to configure from autogen.sh

Description Evan Nemerson 2013-02-19 11:15:12 UTC
Created attachment 75105 [details] [review]
build: fix passing arguments to configure from autogen.sh

When attempting to do something like

  ./autogen.sh CFLAGS="-fno-omit-frame-pointer -fstack-protector-all"

configure will emit an error because the arguments are not properly escaped in autogen.sh.
Comment 1 Aleksander Morgado 2013-03-12 15:13:19 UTC
Comment on attachment 75105 [details] [review]
build: fix passing arguments to configure from autogen.sh

Pushed, thanks

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.