GNOME Bugzilla – Bug 622944
Require automake 1.9 or newer for $(builddir)
Last modified: 2010-06-28 15:09:10 UTC
Created attachment 164747 [details] [review] Require automake 1.9 Attached patch changes the minimum required automake version from 1.7 to 1.9. If 1.7 gets picked up by the buildsystem $(builddir) is undefined which makes the build faile in in the patsubst expressions containing $(builddir).
I thought $(builddir) was removed again in automake 1.11 or something... so maybe we simply shouldn't use it
It's there in 1.11 (which is what I'm building with) and it's listed here: http://www.gnu.org/software/hello/manual/autoconf/Preset-Output-Variables.html
I think it's fine to bump the automake requirement to 1.9 or 1.10 (released in 2004 and 2006 resp.).
Let's just bump it to 1.10: commit a6fc8a8738b8645e3c0c042ff46004640a757441 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Mon Jun 28 15:43:30 2010 +0100 Bump automake requirement to 1.10 For maintainability reasons and $(builddir). Fixes #622944.