summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-26 14:29:46 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-26 14:29:46 +0100
commit0a95304b9b05455ac72fff35debfda8ac8d428be (patch)
tree394cd11f20d53b7656e5060e5555d0e977ed572b
parentb0b4d68acc015fadfe2bcf9da6c8c34003ab13b4 (diff)
downloadthunar-volman-0a95304b9b05455ac72fff35debfda8ac8d428be.tar.gz
Fix AC_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.
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 7eec7ee..66b65a0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -67,7 +67,7 @@ AC_PROG_CC()
AC_PROG_CC_C_O()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
dnl **************************
dnl *** Initialize libtool ***