[Libosinfo] [PATCH] build: Fix build against latest intltool
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Thu Sep 5 21:20:39 UTC 2013
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.
---
configure.ac | 2 --
1 file changed, 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2766dd7..6a06a47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,8 +20,6 @@ IT_PROG_INTLTOOL(0.40.0)
GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[The name of the gettext domain])
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
# Autoconf 2.61a.99 and earlier don't support linking a file only
# in VPATH builds. But since GNUmakefile is for maintainer use
--
1.8.3.1
More information about the Libosinfo
mailing list