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 693449 - Build with automake-1.13 broken
Build with automake-1.13 broken
Status: RESOLVED WONTFIX
Product: gamin
Classification: Other
Component: general
0.1.x
Other Linux
: Normal normal
: ---
Assigned To: Gamin Maintainer(s)
Gamin Maintainer(s)
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2013-02-08 21:17 UTC by Marko Lindqvist
Modified: 2018-07-01 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (604 bytes, patch)
2013-02-08 21:17 UTC, Marko Lindqvist
accepted-commit_now Details | Review

Description Marko Lindqvist 2013-02-08 21:17:20 UTC
Created attachment 235540 [details] [review]
Fix

Automake-1.13 removed long obsolete AM_CONFIG_HEADER and AM_PROG_CC_STDC completely (
http://lists.gnu.org/archive/html/automake/2012-12/msg00038.html ) and errors
out upon seeing it.

Attached patch replaces AM_CONFIG_HEADER with proper AC_CONFIG_HEADERS, and just removes AM_PROG_CC_STDC as there is already equivalent AC_PROG_CC.

----

I'm mass submitting automake-1.13 fixes. Please see what you can do so
I don't need to do the same when automake-1.14 comes out:
http://cazfi.livejournal.com/195108.html
Comment 1 Matthias Clasen 2013-02-09 00:43:54 UTC
Review of attachment 235540 [details] [review]:

Looks good, thanks
Comment 2 André Klapper 2018-07-01 08:48:19 UTC
gamin is not under active development anymore and has not seen code changes for many years.
Its codebase has been archived: https://gitlab.gnome.org/Archive/gamin/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.