autoconf-2.64 compat: Don't use $(builddir)
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 17 Aug 2009 04:07:35 +0000 (00:07 -0400)
committerColin Walters <walters@verbum.org>
Mon, 17 Aug 2009 04:07:35 +0000 (00:07 -0400)
commit19db6454c48b6d8e4a0f033cf6c1d2b4be66f6c7
tree318b20be20c04da4fc15d7a910715448f612839c
parentb2d26635b316549c4e95f777961b68ea59372f91
autoconf-2.64 compat: Don't use $(builddir)

$(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.

Since $(builddir) was always '.', just use that instead.
gir/Makefile.am
tests/offsets/Makefile.am