<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2011-02-11 at 01:42 -0800, Jeremy Huddleston wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
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?
</PRE>
</BLOCKQUOTE>
Isn't there a --disbale-nls option? There is one in AM_GNU_GETTEXT<BR>
<BR>
<PRE>
<A HREF="http://www.gnu.org/software/gettext/FAQ.html">http://www.gnu.org/software/gettext/FAQ.html</A>
</PRE>
<BLOCKQUOTE>
<PRE>
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.
</PRE>
</BLOCKQUOTE>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
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:
>
> <A HREF="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.bz2</A>
> <A HREF="http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.1.tar.gz">http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.1.tar.gz</A>
>
> The tag in git is xkeyboard-config-2.1
>
> Bugzilla: <A HREF="https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config">https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config</A>
>
> Regards,
>
> Sergey
> _______________________________________________
> xorg-announce mailing list
> <A HREF="mailto:xorg-announce@lists.freedesktop.org">xorg-announce@lists.freedesktop.org</A>
> <A HREF="http://lists.freedesktop.org/mailman/listinfo/xorg-announce">http://lists.freedesktop.org/mailman/listinfo/xorg-announce</A>
_______________________________________________
<A HREF="mailto:xorg-devel@lists.x.org">xorg-devel@lists.x.org</A>: X.Org development
Archives: <A HREF="http://lists.x.org/archives/xorg-devel">http://lists.x.org/archives/xorg-devel</A>
Info: <A HREF="http://lists.x.org/mailman/listinfo/xorg-devel">http://lists.x.org/mailman/listinfo/xorg-devel</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>