From: Michael Orlitzky Date: Sun, 20 Oct 2019 12:37:19 +0000 (-0400) Subject: configure.ac.in: replace AC_PROG_INTLTOOL with IT_PROG_INTLTOOL. X-Git-Tag: v1.0.0~28 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=d2d9a7979edad705c91350cdd72f957fc63a1233 configure.ac.in: replace AC_PROG_INTLTOOL with IT_PROG_INTLTOOL. Running autogen.sh told me to do this, and pointed me at the upstream bug, https://bugzilla.xfce.org/show_bug.cgi?id=8930. --- diff --git a/configure.ac.in b/configure.ac.in index f616248..abdcce1 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -39,7 +39,7 @@ AC_PROG_CC() AM_PROG_CC_C_O() AC_PROG_LD() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +IT_PROG_INTLTOOL([0.35.0]) dnl ************************** dnl *** Initialize libtool ***