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:
parent
fc84190519
commit
2b5a9bc600
1 changed files with 1 additions and 1 deletions
|
|
@ -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 **********************************
|
||||
|
|
|
|||
Reference in a new issue