On Wed, Sep 13, 2006 at 02:21:13PM -0700, Steve Langasek wrote: > > Hmmm, I do not get your point. Which build failure do you have in mind? > > Well, the gnome-lokkit build failure is one such example. Can you show me a > patch for this package that fixes the problem using autopoint, *not* using a > dependency on a newer version of automake?
This is exactly what is done in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386072;msg=28 I rearranged commands to call autopoint before aclocal, but the main point is to add AM_GNU_GETTEXT_VERSION(0.12.1) so that gettext.m4 comes from gettext 0.12.1 and does not require AM_PROG_MKDIR_P. I do not modify build dependency. You should give autopoint a try, this is really a magic command ;) Denis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

