After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689512 - autogen.sh arguments not quoted when passed to configure
autogen.sh arguments not quoted when passed to configure
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-12-03 09:36 UTC by Evan Nemerson
Modified: 2012-12-03 21:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: quote $@ in autogen.sh (567 bytes, patch)
2012-12-03 09:36 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2012-12-03 09:36:04 UTC
Created attachment 230509 [details] [review]
build: quote $@ in autogen.sh

$@ is not quoted in autogen.sh when passed to configure, which causes configure to emit an error when doing something like ./autogen.sh CFLAGS="-fno-omit-frame-pointer -fstack-protector-all"
Comment 1 Dan Winship 2012-12-03 21:06:05 UTC
Attachment 230509 [details] pushed as 208c53e - build: quote $@ in autogen.sh