GNOME Bugzilla – Bug 690920
[PATCH] Support Automake 1.13
Last modified: 2013-01-08 17:49:58 UTC
Created attachment 232431 [details] [review] Patch fixing the issue When checking the Automake version in gnome-autogen.sh, only versions 1.9 through 1.12 are accepted, but Automake 1.13 was just released. I don't know if the way the version check is currently implemented (see [1]) makes much sense: automake_progs is just a list of candidate executables to look at, so it doesn't need to be changed according to the required Automake version - old versions will be rejected anyway. Also, automake_progs should include "automake" (so that the "automake" binary itself is checked) and perhaps "$AUTOMAKE" (allowing the Automake binary to be passed via an environment variable). I've attached a patch fixing the issue. [1] http://git.gnome.org/browse/gnome-common/tree/macros2/gnome-autogen.sh?id=4bb2a2450f67550ae761c75cb7ff2325bad54c8b#n346
This is the same issue as https://bugzilla.gnome.org/show_bug.cgi?id=690914 The code was just copied/pasted, I think.
The problem wouldn't have happened had the patch in 5 year old Bug 537772 been applied... (Why accept "autoconf" but insist on refusing "automake")
*** This bug has been marked as a duplicate of bug 691352 ***