[Xfce4-commits] <gigolo:master> Use IT_PROG_INTLTOOL macro later so that --disable-nls option is considered properly
Enrico Tröger
noreply at xfce.org
Fri Nov 2 16:58:02 CET 2012
Updating branch refs/heads/master
to c80f3c0d55d7cec4c591ce8c98f05f19c8c3c48c (commit)
from 6d3364160fde466f0e7f6542197b3a5cc6de709f (commit)
commit c80f3c0d55d7cec4c591ce8c98f05f19c8c3c48c
Author: Enrico Tröger <enrico at xfce.org>
Date: Fri Nov 2 16:57:06 2012 +0100
Use IT_PROG_INTLTOOL macro later so that --disable-nls option is considered properly
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index ee77170..eecbbc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
-IT_PROG_INTLTOOL
# GTK checks
@@ -47,6 +46,7 @@ else
fi
AM_GLIB_GNU_GETTEXT
+IT_PROG_INTLTOOL
# workaround for intltool bug (http://bugzilla.gnome.org/show_bug.cgi?id=490845)
if test "x$MSGFMT" = "xno"; then
AC_MSG_ERROR([msgfmt not found. Please install the gettext package.])
More information about the Xfce4-commits
mailing list