GNOME Bugzilla – Bug 591899
autoconf-2.64 compat: Don't use $(builddir)
Last modified: 2015-02-07 16:57:44 UTC
$(builddir) is not a standard automake variable. With autoconf < 2.64 it ends up getting set in every Makefile.in to '.' (because autoconf defines it), but that is no longer the case for 2.64. * We don't need $(builddir) in 'vpath %.gir $(builddir):$(srcdir)' since the builddir is always searched before vpath directories. * Replace inexplicable usage of $(builddir)/$(@F) and $(@F) with plain-old $@
Created attachment 140840 [details] [review] autoconf-2.64 compat: Don't use $(builddir)
*** This bug has been marked as a duplicate of bug 591901 ***
This was gir-repository, not gobject-introspection
Got earlier approval from Colin to push, will assume that it's OK. Definitely passes distcheck, which is the main stress test. Pushed.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]