Skip to content
Snippets Groups Projects
Commit 844bacab authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

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.
parent 1ca5c78b
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_LD()
AC_PROG_INSTALL()
AC_PROG_INTLTOOL()
IT_PROG_INTLTOOL([0.35.0])
AC_CHECK_PROGS([PERL], [perl5 perl])
m4_ifdef([AC_PROG_SED], [AC_PROG_SED], [AC_CHECK_PROG(SED, sed, sed)])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment