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.
This commit is contained in:
Harald Judt 2015-02-19 19:25:52 +01:00
parent fc84190519
commit 2b5a9bc600

View file

@ -35,7 +35,7 @@ AC_PROG_LD()
AC_PROG_INSTALL()
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
AC_PROG_INTLTOOL()
IT_PROG_INTLTOOL([0.35.0])
AM_PROG_CC_C_O()
dnl **********************************