From 34b9b710253afd9469e6715ddb2ad9062c81fad8 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster <guido+xfce@berhoerster.name> Date: Tue, 3 Mar 2015 20:10:36 +0100 Subject: [PATCH] Replace deprecated AC_PROC_INTLTOOL with IT_PROG_INTLTOOL --- configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index 53a6baf..9554e2a 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -38,7 +38,7 @@ dnl ******************************** AC_PROG_CC() AC_PROG_LD() AC_PROG_INSTALL() -AC_PROG_INTLTOOL() +IT_PROG_INTLTOOL([0.35.0]) LT_PREREQ([2.2.6]) LT_INIT([disable-static]) -- GitLab