From d2d9a7979edad705c91350cdd72f957fc63a1233 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 20 Oct 2019 08:37:19 -0400 Subject: [PATCH] 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. --- configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *** -- 2.43.2