GNOME Bugzilla – Bug 692052
Modernize our autoconfs
Last modified: 2013-01-19 18:39:37 UTC
Just clean up some cruft that's accumulated over the years.
Created attachment 233827 [details] [review] configure.ac: Use GNOME_COMPILE_WARNINGS This is now implemented as standard in gnome-common.
Created attachment 233828 [details] [review] configure.ac: Remove checks for JS_NewGlobalObject The need for this is long gone.
Created attachment 233829 [details] [review] configure.ac: Remove an old variable I don't think anything has ever needed this in a long time.
Created attachment 233830 [details] [review] configure.ac: Remove old introspection infrastructure This hasn't been needed in quite some time.
Created attachment 233831 [details] [review] configure.ac: Rearrange pkg-config checks
Created attachment 233832 [details] [review] configure.ac: Remove deprecated macro AM_PROG_CC_C_O has been deprecated upstream for some time now. As a side effect, this makes "git grep taskpanel" turn up blank!
Review of attachment 233827 [details] [review]: This changes the warning flags at the same level, but I guess it's ok.
Review of attachment 233828 [details] [review]: Yes. (But if you wait, soon you'll be able to remove the check for XFixesCreatePointerBarrier too)
Review of attachment 233829 [details] [review]: Wrong, this is used by data/Makefile.am
Review of attachment 233830 [details] [review]: Yes.
Review of attachment 233831 [details] [review]: Ok
Review of attachment 233832 [details] [review]: Asd, yes.
Attachment 233827 [details] pushed as 3b57812 - configure.ac: Use GNOME_COMPILE_WARNINGS Attachment 233828 [details] pushed as 685a9f3 - configure.ac: Remove checks for JS_NewGlobalObject Attachment 233830 [details] pushed as 15b3318 - configure.ac: Remove old introspection infrastructure Attachment 233831 [details] pushed as 420f544 - configure.ac: Rearrange pkg-config checks Attachment 233832 [details] pushed as cdd3547 - configure.ac: Remove deprecated macro