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 341843 - [gail-gnome] use newer automake
[gail-gnome] use newer automake
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: gail
unspecified
Other Linux
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks: 323868
 
 
Reported: 2006-05-15 12:01 UTC by Christian Persch
Modified: 2006-12-01 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (11.48 KB, patch)
2006-05-15 12:05 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2006-05-15 12:01:53 UTC
Gail-GNOME currently uses automake 1.4. Attached patch ports to 1.9 and modernises configure a bit.
Comment 1 Christian Persch 2006-05-15 12:05:13 UTC
Created attachment 65491 [details] [review]
patch

- use automake 1.9
- use gnome-autogen
- use gnome common macros for compile warning flags & debug flags

I verified that "make distcheck" passes.
I cannot test on win32, though, but I left the win32 portions of configure alone.
Comment 2 Wouter Bolsterlee (uws) 2006-05-15 12:08:16 UTC
ehm...
+AC_INIT([Gail GNOME],[gail_gnome_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[libgail-gnome])

?? :)
Comment 3 Christian Persch 2006-05-15 12:37:25 UTC
Sorry, copypaste error. Pretend it reads
[http://bugzilla.gnome.org/enter_bug.cgi?product=atk&component=gail]
(I'll fix it on commit).
Comment 4 Christian Persch 2006-09-25 16:53:25 UTC
Checked in, with the corrected bugzilla URL (comment 4), of course.