diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:54 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:54 +0200 | 
| commit | 2d3786309780c22628c7e9d9ce4d6db97c437026 (patch) | |
| tree | b0705e10a7d8b77216cde0c757447b1234f9d095 /configure | |
| parent | 7180d98f3a1b400efb6060e88d9f27bdc24184bf (diff) | |
| parent | 53ff7b09f2995edfbd52b9789fe2dfe015e6c4a3 (diff) | |
Merge tag 'upstream/3.17.1.1'
Upstream version 3.17.1.1
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 23 | 
1 files changed, 12 insertions, 11 deletions
| @@ -1,6 +1,6 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for simple-scan 3.17.1. +# Generated by GNU Autoconf 2.69 for simple-scan 3.17.1.1.  #  #  # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -637,8 +637,8 @@ MAKEFLAGS=  # Identity of this package.  PACKAGE_NAME='simple-scan'  PACKAGE_TARNAME='simple-scan' -PACKAGE_VERSION='3.17.1' -PACKAGE_STRING='simple-scan 3.17.1' +PACKAGE_VERSION='3.17.1.1' +PACKAGE_STRING='simple-scan 3.17.1.1'  PACKAGE_BUGREPORT=''  PACKAGE_URL='' @@ -1397,7 +1397,7 @@ if test "$ac_init_help" = "long"; then    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat <<_ACEOF -\`configure' configures simple-scan 3.17.1 to adapt to many kinds of systems. +\`configure' configures simple-scan 3.17.1.1 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1463,7 +1463,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of simple-scan 3.17.1:";; +     short | recursive ) echo "Configuration of simple-scan 3.17.1.1:";;     esac    cat <<\_ACEOF @@ -1579,7 +1579,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -simple-scan configure 3.17.1 +simple-scan configure 3.17.1.1  generated by GNU Autoconf 2.69  Copyright (C) 2012 Free Software Foundation, Inc. @@ -1831,7 +1831,7 @@ cat >config.log <<_ACEOF  This file contains any messages produced by compilers while  running configure, to aid debugging if configure makes a mistake. -It was created by simple-scan $as_me 3.17.1, which was +It was created by simple-scan $as_me 3.17.1.1, which was  generated by GNU Autoconf 2.69.  Invocation command line was    $ $0 $@ @@ -2694,7 +2694,7 @@ fi  # Define the identity of the package.   PACKAGE='simple-scan' - VERSION='3.17.1' + VERSION='3.17.1.1'  cat >>confdefs.h <<_ACEOF @@ -5790,7 +5790,7 @@ GETTEXT_PACKAGE=simple-scan -ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile help/Makefile po/Makefile.in src/Makefile" +ac_config_files="$ac_config_files Makefile data/Makefile data/appdata/Makefile data/icons/Makefile help/Makefile po/Makefile.in src/Makefile"  cat >confcache <<\_ACEOF  # This file is a shell script that caches the results of configure @@ -6370,7 +6370,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1  # report actual input values of CONFIG_FILES etc. instead of their  # values after options handling.  ac_log=" -This file was extended by simple-scan $as_me 3.17.1, which was +This file was extended by simple-scan $as_me 3.17.1.1, which was  generated by GNU Autoconf 2.69.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -6427,7 +6427,7 @@ _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"  ac_cs_version="\\ -simple-scan config.status 3.17.1 +simple-scan config.status 3.17.1.1  configured by $0, generated by GNU Autoconf 2.69,    with options \\"\$ac_cs_config\\" @@ -6548,6 +6548,7 @@ do      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;      "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; +    "data/appdata/Makefile") CONFIG_FILES="$CONFIG_FILES data/appdata/Makefile" ;;      "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;      "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; | 
