]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commitdiff
configure.ac.in: replace AC_PROG_INTLTOOL with IT_PROG_INTLTOOL.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 20 Oct 2019 12:37:19 +0000 (08:37 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 20 Oct 2019 12:37:19 +0000 (08:37 -0400)
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

index f616248c291ceb9c4563ef5cec8c5675e66aef6d..abdcce15c37c98f0e5ca5dcebf2f4c4dfc1f09f1 100644 (file)
@@ -39,7 +39,7 @@ AC_PROG_CC()
 AM_PROG_CC_C_O()
 AC_PROG_LD()
 AC_PROG_INSTALL()
 AM_PROG_CC_C_O()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl **************************
 dnl *** Initialize libtool ***
 
 dnl **************************
 dnl *** Initialize libtool ***