GNOME Bugzilla – Bug 678909
build: Don't write tld_data.inc to srcdir which may not be writable
Last modified: 2012-06-26 20:49:22 UTC
Generated data should go in the builddir.
Created attachment 217313 [details] [review] build: Don't write tld_data.inc to srcdir which may not be writable
Created attachment 217314 [details] [review] tld-parser: Rewrite in Python This fixes 'make distcheck' issues. It also helps for cross-compilation, because automake doesn't sanely support building temporary tools for the host, as far as I know.
Comment on attachment 217313 [details] [review] build: Don't write tld_data.inc to srcdir which may not be writable right
Comment on attachment 217314 [details] [review] tld-parser: Rewrite in Python looks good, assuming it distchecks after this > It also helps for cross-compilation, because automake doesn't sanely > support building temporary tools for the host, as far as I know. It does, as long as you don't need to both run and install it. But python is better anyway.
Attachment 217313 [details] pushed as cb13cab - build: Don't write tld_data.inc to srcdir which may not be writable Attachment 217314 [details] pushed as 29345a6 - tld-parser: Rewrite in Python