! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Deprecate AC_PROG_INTLTOOL in favour of IT_PROG_INTLTOOL
Status:
RESOLVED: FIXED
Severity:
enhancement
Product:
Xfce4-dev-tools
Component:
General

Comments

Description Samuli Suominen 2012-05-21 20:27:58 CEST
This is a proposal to set minimum supported intltool version to 0.35.0 (or higher, like 0.40.0) and stop supporting AC_PROG_INTLTOOL in favour of IT_PROG_INTLTOOL.

A warning would get printed by xdt-autogen just like it's printing a warning now for AC_PROG_LIBTOOL vs. LT_INIT.

Related link is:

http://live.gnome.org/GnomeGoals/PoLinguas
Comment 1 Samuli Suominen 2012-05-21 20:29:25 CEST
Created attachment 4446 
Patch to deprecate AC_PROG_INTLTOOL.
Comment 2 Samuli Suominen 2012-05-21 20:37:12 CEST
http://packages.debian.org/search?keywords=intltool

Debian Stable is at 0.41.1
Gentoo Stable is at 0.50.2
ArchLinux is at 0.50.2
Comment 3 Jannis Pohlmann editbugs 2014-07-27 16:51:58 CEST
Fixed in master. Note that I've moved the check for AC_PROG_INTLTOOL to the top level of xdt-autogen, similar to the check for AC_PROG_LIBTOOL.

commit de3d7f023da850ad8fa834c94b999fb80343c1ec
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Sun Jul 27 16:46:34 2014 +0200

    Display warning if AC_PROG_INTLTOOL is used (bug #8930)
    
    Similar to AC_PROG_LIBTOOL, which has been replaced with LT_PREREQ
    and LT_INIT, AC_PROG_INTLTOOL has been replaced with IT_PROG_INTLTOOL.
    This commit makes xdt-autogen recommend intltool >= 0.35.0 and displays
    a warning if AC_PROG_INTLTOOL is still being used in a configure script
    template.
    
    Original patch by Samuli Suominen <ssuominen@gentoo.org>
Comment 4 Harald Judt editbugs 2015-02-17 15:28:41 CET
Closing as this has already been pushed to master and will be included in the next release. Thanks for the patch.
Comment 5 Git Bot editbugs 2017-09-10 23:13:07 CEST
Simon Steinbeiss referenced this bugreport in commit 84424f4a1b9c8c06e4f591cc7b994833d95719d5

Replace AC_PROG_LIBTOOL with IT_PROG_INTLTOOL (Bug #8930)

https://git.xfce.org/apps/xfce4-notifyd/commit?id=84424f4a1b9c8c06e4f591cc7b994833d95719d5

Bug #8930

Reported by:
Samuli Suominen
Reported on: 2012-05-21
Last modified on: 2017-09-10

People

Assignee:
Xfce Bug Triage
CC List:
2 users

Version

Attachments

Patch to deprecate AC_PROG_INTLTOOL. (726 bytes, patch)
2012-05-21 20:29 CEST , Samuli Suominen
no flags

Additional information