summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-23 17:57:24 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-23 17:57:24 +0100
commit6986f33d63e40f9f0b24418efe754b69a718a58a (patch)
tree0457363bef6438f2ca3e51ee185b2c4442c576b5 /configure.ac
parent08306756b09e2508456fba943e2342e939536152 (diff)
downloadtumbler-6986f33d63e40f9f0b24418efe754b69a718a58a.tar.gz
Fix IT_PROG_INTLTOOL warning
xdt-autogen: It is recommended to use IT_PROG_INTLTOOL([0.35.0]) in your configure.ac file and remove AC_PROG_INTLTOOL See http://bugzilla.xfce.org/show_bug.cgi?id=8930 for more information.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 75e3879..1f303fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ AM_PROG_AS()
AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL([0.31], [no-xml])
+IT_PROG_INTLTOOL([0.35.0], [no-xml])
dnl ***********************
dnl *** Prepare libtool ***