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 156684 - Switch yelp to a modern version of automake
Switch yelp to a modern version of automake
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Shaun McCance
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-28 10:56 UTC by James Henstridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
yelp-new-automake.patch (13.63 KB, patch)
2004-10-28 10:56 UTC, James Henstridge
none Details | Review

Description James Henstridge 2004-10-28 10:56:14 UTC
The following patch switches yelp over to a modern automake.  It doesn't quite
distcheck with this patch, mainly due to the fact that the tests wouldn't
compile (this is irrespective of the automake version).

I switched over to using gnome-common autogen.sh, since gnome-common is already
in yelp's list of dependencies.  In order for it to skip the test/ directory, I
had to create an empty NO-AUTO-GEN file in that dir.
Comment 1 James Henstridge 2004-10-28 10:56:44 UTC
Created attachment 33161 [details] [review]
yelp-new-automake.patch
Comment 2 James Henstridge 2004-10-28 15:29:11 UTC
Committed after approval from Shaun.