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 406289 - intltool-* should be in DISTCLEANFILES, not CLEANFILES
intltool-* should be in DISTCLEANFILES, not CLEANFILES
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-10 02:54 UTC by James Andrewartha
Modified: 2007-02-10 05:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James Andrewartha 2007-02-10 02:54:49 UTC
Makefile.am sets CLEANFILES to intltool-{extract,merge,update} however these are files required for the build and should be in DISTCLEANFILES instead. This is the cause of the following build failure:

http://jhbuild.bxlug.be/builds/2007-02-09-0003/logs/xchat-gnome/#build
Comment 1 David Trowbridge 2007-02-10 05:01:39 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.

2007-02-09  David Trowbridge  <trowbrds@gmail.com>

        * Makefile.am:
          - Move intltool-* to DISTCLEANFILES.  Bug #406289.