[Libosinfo] [PATCH] build: Fix build against latest intltool
Daniel P. Berrange
berrange at redhat.com
Fri Sep 6 14:50:46 UTC 2013
On Fri, Sep 06, 2013 at 04:44:41PM +0200, Christophe Fergeau wrote:
> On Fri, Sep 06, 2013 at 12:20:39AM +0300, Zeeshan Ali (Khattak) wrote:
> > From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> >
> > The use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT together is not
> > supported anymore apparently.
> >
> > Without this change you'll get this error at the end of configure script
> > run:
> >
> > config.status: error: po/Makefile.in.in was not created by intltoolize.
>
> What happens when using this change with older intltool?
I think it is fine. This code was bogus with any intltool version.
For reference, libvirt-glib does this without trouble
GETTEXT_PACKAGE=libvirt-glib
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],"$GETTEXT_PACKAGE", [GETTEXT package name])
IT_PROG_INTLTOOL([0.35.0])
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
More information about the Libosinfo
mailing list