summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-24 04:12:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-08-24 04:12:59 +0200
commitbfca57fb52ab7101f701560a2e6feb3a388ef5bf (patch)
treeea668fc507b13648e52caaa04e013e8f2356d501 /configure.ac
parentae99dce645e9bdde83f3e841b31e6bbba8262989 (diff)
Imported Upstream version 3.21.90upstream/3.21.90
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 6 insertions, 4 deletions
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