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 794819 - autogen.sh - allow automake-1.16.
autogen.sh - allow automake-1.16.
Status: RESOLVED FIXED
Product: GIMP-manual
Classification: Other
Component: General
2.10
Other Linux
: Normal normal
: 2.10
Assigned To: Róman Joost
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2018-03-29 19:38 UTC by Ken Moffat
Modified: 2018-03-29 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
diff to bump the version of minor (373 bytes, patch)
2018-03-29 19:38 UTC, Ken Moffat
none Details | Review

Description Ken Moffat 2018-03-29 19:38:31 UTC
Created attachment 370309 [details] [review]
diff to bump the version of minor

With recently-released automake-1.16, autogen.sh tells me to install automake-1.10 or later.
Comment 1 Jehan 2018-03-29 20:46:12 UTC
Thanks.
Next time, could you follow this procedure:

(1) Make a local commit:

> git commit -a

Make sure you have set proper authorship data and write a comment explaining your fix.

(2) Generate a patch with the following command:

> git format-patch origin/master

It will output a .patch file which you can upload here.
This way, it will be easier to check your patch, and you will make sure to keep proper authorship (I made a commit and edited it manually to add your authorship, but I won't necessarily do it all the time! ;p).

Anyway thanks for the report and the patch. :-)

commit 6b6238801f86136f711b15c867b80fbcef8b7b01 (HEAD -> master, origin/master, origin/HEAD)
Author: Ken Moffat <zarniwhoop@ntlworld.com>
Date:   Thu Mar 29 22:41:22 2018 +0200

    Bug 794819 - autogen.sh - allow automake-1.16.

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)