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 169316 - update build system
update build system
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Shaun McCance
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-05 18:43 UTC by Christian Persch
Modified: 2005-03-10 21:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (9.38 KB, patch)
2005-03-05 18:44 UTC, Christian Persch
none Details | Review
updated patch to apply cleanly to current cvs (10.95 KB, patch)
2005-03-08 13:00 UTC, Christian Persch
none Details | Review
attach the right patch! (9.86 KB, patch)
2005-03-08 13:01 UTC, Christian Persch
none Details | Review

Description Christian Persch 2005-03-05 18:43:53 UTC
Attached patch does:
- make Yelp handle the compile warnings flags the gnome way
(GNOME_COMPILE_WARNINGS), so you can just configure
--enable-compile-warnings=error instead of editing src/Makefile.am
- same for --enable-debug check
- add missing files to .cvsignore
- removes usage of deprecated INCLUDES; use target_[CPP|C|CXX]FLAGS instead
- make distcheck work (remove non-disted file from POTFILES.in)

Yelp passes make distcheck with this patch.
Comment 1 Christian Persch 2005-03-05 18:44:14 UTC
Created attachment 38309 [details] [review]
the patch
Comment 2 Christian Persch 2005-03-08 13:00:08 UTC
Created attachment 38410 [details] [review]
updated patch to apply cleanly to current cvs
Comment 3 Christian Persch 2005-03-08 13:01:42 UTC
Created attachment 38411 [details] [review]
attach the right patch!
Comment 4 Christian Persch 2005-03-10 21:25:07 UTC
Checked in.