diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-28 12:27:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-06-28 12:27:50 +0200 |
commit | 84bcd0b97df992d9e633cf3c3b9382f202e4f754 (patch) | |
tree | 8bae1f453a0723e74b7f6b6e349775475ba730e1 /configure.ac | |
parent | 21b9155ede6470d02c0aa026131532092e2db8d0 (diff) | |
parent | c2b991e03eeccb2c87efb12455bb674caa083f15 (diff) |
Merge tag 'upstream/3.17.3'
Upstream version 3.17.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6f83589..d3b5138 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(simple-scan, 3.17.2) +AC_INIT(simple-scan, 3.17.3) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE -GNOME_MAINTAINER_MODE_DEFINES +AC_CONFIG_MACRO_DIR([m4]) AM_PROG_VALAC([0.22.0], [], [AC_MSG_ERROR([Vala compiler not found])]) AM_PROG_CC_C_O |