I see, you did hacks with 2.0... What are your license concerns?
Sergey On Fri, Feb 11, 2011 at 7:37 PM, Jeremy Huddleston <[email protected]> wrote: > 1) No, there is no --disable-nls option. > > 2) inlttool raises license concerns. > > 3) 2.0 built with some hackery. I'm skipping "po" and doing things like: > if($module eq 'xkeyboard-config') { > sys_print("sed -e 's/_description/description/g' -e > 's/_shortDescription/shortDescription/g' rules/base.xml.in > rules/base.xml") > } > > I'll try to find a new way around this. Thanks. > > --Jeremy > > > On Feb 11, 2011, at 07:07, Gaetan Nadon wrote: > >> On Fri, 2011-02-11 at 01:42 -0800, Jeremy Huddleston wrote: >> >>> 2.0 built fine, but when I dropped 2.1 into my build system, things started >>> to go bonkers. It looks like I'm no longer able to build xkyboard-config >>> withoug intltool. >>> >>> autoreconf -fvi fails where it didn't before (because of this new >>> requirement): >>> >>> configure.in:40: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library >>> autoreconf: configure.in: tracing >>> autoreconf: configure.in: not using Libtool >>> autoreconf: running: /usr/bin/autoconf --force >>> configure.in:34: error: possibly undefined macro: AC_PROG_INTLTOOL >>> If this token and others are legitimate, please use m4_pattern_allow. >>> See the Autoconf documentation. >>> configure.in:40: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT >>> autoreconf: /usr/bin/autoconf failed with exit status: 1 >>> returned code 1 at ./build line 279. >>> >>> and configuring without autoreconfing similarly fails: >>> >>> checking for intltool >= 0.30... ./configure: line 3801: intltool-update: >>> command not found >>> found >>> configure: error: Your intltool is too old. You need intltool 0.30 or >>> later. >>> >>> --- >>> >>> Is there a way around this, or am I stuck on 2.0? >> >> Isn't there a --disbale-nls option? There is one in AM_GNU_GETTEXT >> >> >> http://www.gnu.org/software/gettext/FAQ.html >> >> Take a look at the package's configure.in/ac. Does it invoke >> AM_GNU_GETTEXT? >> If no: The gettext maintainers take no responsibilities for >> lookalikes named >> CY_GNU_GETTEXT, AM_GLIB_GNU_GETTEXT, AM_GNOME_GETTEXT and similar, >> or for homebrewn autoconf checks. Complain to the package maintainer. >> >> >> >>> >>> On Jan 25, 2011, at 13:03, Sergey Udaltsov wrote: >>> >>>> Here comes 2.1 - evolutionary successor of 2.0 >>>> >>>> Again, some tweaks and additions, here and there. Updated 12 >>>> translations, thanks to TP. >>>> >>>> The files are on the freedesktop site: >>>> >>>> http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.1.tar.bz2 >>>> http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.1.tar.gz >>>> >>>> The tag in git is xkeyboard-config-2.1 >>>> >>>> Bugzilla: >>>> https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config >>>> >>>> Regards, >>>> >>>> Sergey >>>> _______________________________________________ >>>> xorg-announce mailing list >>>> [email protected] >>>> http://lists.freedesktop.org/mailman/listinfo/xorg-announce >>> >>> _______________________________________________ >>> [email protected]: X.Org development >>> Archives: http://lists.x.org/archives/xorg-devel >>> Info: http://lists.x.org/mailman/listinfo/xorg-devel > > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
