From bfca57fb52ab7101f701560a2e6feb3a388ef5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 24 Aug 2016 04:12:59 +0200 Subject: Imported Upstream version 3.21.90 --- configure.ac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0686693..19c9a0a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(simple-scan, 3.21.1) +AC_INIT(simple-scan, 3.21.90) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE @@ -12,6 +12,8 @@ AM_PROG_CC_C_O GLIB_GSETTINGS AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources) +APPSTREAM_XML + dnl ########################################################################### dnl Dependencies dnl ########################################################################### @@ -80,8 +82,9 @@ dnl ########################################################################### dnl Internationalization dnl ########################################################################### -IT_PROG_INTLTOOL([0.35.0]) -AC_SUBST(GETTEXT_PACKAGE, simple-scan) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.19.7]) +AC_SUBST([GETTEXT_PACKAGE], [simple-scan]) dnl ########################################################################### dnl Files to generate @@ -90,7 +93,6 @@ dnl ########################################################################### AC_OUTPUT([ Makefile data/Makefile -data/appdata/Makefile data/icons/Makefile help/Makefile po/Makefile.in -- cgit v1.2.3