After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726240 - require automake 1.11.2
require automake 1.11.2
Status: RESOLVED FIXED
Product: gnome-common
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Gnome Common Maintainer(s)
Gnome Common Maintainer(s)
Depends on:
Blocks: 726012
 
 
Reported: 2014-03-13 14:06 UTC by Allison Karlitskaya (desrt)
Modified: 2014-03-13 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnome-autogen: require automake 1.11.2 (2.05 KB, patch)
2014-03-13 14:06 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-03-13 14:06:27 UTC
Since we're using ACLOCAL_PATH now, we better make sure the version of automake that we use also understands this.
Comment 1 Allison Karlitskaya (desrt) 2014-03-13 14:06:37 UTC
Created attachment 271723 [details] [review]
gnome-autogen: require automake 1.11.2

This is the version of automake that introduced ACLOCAL_PATH support, so
make sure that we have it before attempting to configure the package.
Comment 2 Allison Karlitskaya (desrt) 2014-03-13 17:27:16 UTC
Thanks!