GNOME Bugzilla – Bug 708376
autogen.sh --simple-install option is broken
Last modified: 2013-09-19 14:28:57 UTC
As Carlos Soriano pointed out to me on IRC, using --simple-install with autogen.sh was broken by commit 3d03dc2487d128b949cde5e8b3b5a06d9ab40f89 because it wrongly assumed that 0 was true and 1 was false, when the enable_autotools variable treated them the other way around. I have a patch that inverts the interpretation again and works fine (tested with and without --simple-install and with and without the required autotools dependencies installed).
Created attachment 255303 [details] [review] fix the --simple-install case
Review of attachment 255303 [details] [review]: Right.
Comment on attachment 255303 [details] [review] fix the --simple-install case Thanks, pushed to master as commit 9ed3db648d6096c02f3937e7273eccfd436c227d.