-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
528 additions
and
525 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.25. | ||
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.26git. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -590,8 +590,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='sane-backends' | ||
PACKAGE_TARNAME='sane-backends' | ||
PACKAGE_VERSION='1.0.25' | ||
PACKAGE_STRING='sane-backends 1.0.25' | ||
PACKAGE_VERSION='1.0.26git' | ||
PACKAGE_STRING='sane-backends 1.0.26git' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1423,7 +1423,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 sane-backends 1.0.25 to adapt to many kinds of systems. | ||
\`configure' configures sane-backends 1.0.26git to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1493,7 +1493,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of sane-backends 1.0.25:";; | ||
short | recursive ) echo "Configuration of sane-backends 1.0.26git:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1657,7 +1657,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
sane-backends configure 1.0.25 | ||
sane-backends configure 1.0.26git | ||
generated by GNU Autoconf 2.69 | ||
|
||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2263,7 +2263,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 sane-backends $as_me 1.0.25, which was | ||
It was created by sane-backends $as_me 1.0.26git, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -2616,8 +2616,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
|
||
V_MAJOR=1 | ||
V_MINOR=0 | ||
V_REV=25 | ||
is_release=yes | ||
V_REV=26 | ||
is_release=no | ||
|
||
|
||
|
||
|
@@ -3136,7 +3136,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='sane-backends' | ||
VERSION='1.0.25' | ||
VERSION='1.0.26git' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -3256,7 +3256,7 @@ ac_config_headers="$ac_config_headers include/sane/config.h" | |
|
||
|
||
PACKAGE=sane-backends | ||
VERSION=1.0.25 | ||
VERSION=1.0.26git | ||
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV} | ||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -19062,7 +19062,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 sane-backends $as_me 1.0.25, which was | ||
This file was extended by sane-backends $as_me 1.0.26git, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -19128,7 +19128,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="\\ | ||
sane-backends config.status 1.0.25 | ||
sane-backends config.status 1.0.26git | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*- | |
dnl *********************************************************************** | ||
dnl When preparing a release, increase the numeric and string version numbers, | ||
dnl remove the "cvs" suffix, and set is_release=yes | ||
AC_INIT([sane-backends],[1.0.25],[[email protected]]) | ||
AC_INIT([sane-backends],[1.0.26git],[[email protected]]) | ||
V_MAJOR=1 | ||
V_MINOR=0 | ||
V_REV=25 | ||
is_release=yes | ||
V_REV=26 | ||
is_release=no | ||
dnl *********************************************************************** | ||
|
||
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
:backend "epsonds" | ||
:version "1.0.18" | ||
:new :yes | ||
:new :no | ||
:manpage "sane-epsonds" | ||
|
||
:devicetype :scanner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters