kopia lustrzana https://gitlab.com/sane-project/backends
Disabled compilation warnings. Increased version number.
rodzic
c69b84852c
commit
739ebe20e0
|
@ -6,6 +6,8 @@
|
||||||
* backend/Makefile.in: Added missing genesys_conv.c and
|
* backend/Makefile.in: Added missing genesys_conv.c and
|
||||||
genesys_conv_hlp.c to DISTFILES. Without this change the files
|
genesys_conv_hlp.c to DISTFILES. Without this change the files
|
||||||
wouldn't be part of the archive.
|
wouldn't be part of the archive.
|
||||||
|
* configure configure.in: Disabled compilation warnings. Increased
|
||||||
|
version number.
|
||||||
|
|
||||||
2005-12-17 Karl Heinz Kremer <khk@khk.net>
|
2005-12-17 Karl Heinz Kremer <khk@khk.net>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59 for sane-backends 1.0.16-cvs.
|
# Generated by GNU Autoconf 2.59 for sane-backends 1.0.17.
|
||||||
#
|
#
|
||||||
# Report bugs to <sane-devel@lists.alioth.debian.org>.
|
# Report bugs to <sane-devel@lists.alioth.debian.org>.
|
||||||
#
|
#
|
||||||
|
@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='sane-backends'
|
PACKAGE_NAME='sane-backends'
|
||||||
PACKAGE_TARNAME='sane-backends'
|
PACKAGE_TARNAME='sane-backends'
|
||||||
PACKAGE_VERSION='1.0.16-cvs'
|
PACKAGE_VERSION='1.0.17'
|
||||||
PACKAGE_STRING='sane-backends 1.0.16-cvs'
|
PACKAGE_STRING='sane-backends 1.0.17'
|
||||||
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
|
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
|
||||||
|
|
||||||
# Factoring default headers for most tests.
|
# Factoring default headers for most tests.
|
||||||
|
@ -953,7 +953,7 @@ if test "$ac_init_help" = "long"; then
|
||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures sane-backends 1.0.16-cvs to adapt to many kinds of systems.
|
\`configure' configures sane-backends 1.0.17 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
|
@ -1019,7 +1019,7 @@ fi
|
||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of sane-backends 1.0.16-cvs:";;
|
short | recursive ) echo "Configuration of sane-backends 1.0.17:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
|
@ -1180,7 +1180,7 @@ fi
|
||||||
test -n "$ac_init_help" && exit 0
|
test -n "$ac_init_help" && exit 0
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
sane-backends configure 1.0.16-cvs
|
sane-backends configure 1.0.17
|
||||||
generated by GNU Autoconf 2.59
|
generated by GNU Autoconf 2.59
|
||||||
|
|
||||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||||
|
@ -1194,7 +1194,7 @@ cat >&5 <<_ACEOF
|
||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by sane-backends $as_me 1.0.16-cvs, which was
|
It was created by sane-backends $as_me 1.0.17, which was
|
||||||
generated by GNU Autoconf 2.59. Invocation command line was
|
generated by GNU Autoconf 2.59. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
|
@ -1532,8 +1532,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
|
|
||||||
V_MAJOR=1
|
V_MAJOR=1
|
||||||
V_MINOR=0
|
V_MINOR=0
|
||||||
V_REV=16
|
V_REV=17
|
||||||
is_release=no
|
is_release=yes
|
||||||
|
|
||||||
ac_config_headers="$ac_config_headers include/sane/config.h"
|
ac_config_headers="$ac_config_headers include/sane/config.h"
|
||||||
|
|
||||||
|
@ -1552,7 +1552,7 @@ rm conftest.sed
|
||||||
|
|
||||||
|
|
||||||
PACKAGE=sane-backends
|
PACKAGE=sane-backends
|
||||||
VERSION=1.0.16-cvs
|
VERSION=1.0.17
|
||||||
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
|
NUMBER_VERSION=${V_MAJOR}.${V_MINOR}.${V_REV}
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
@ -27024,7 +27024,7 @@ _ASBOX
|
||||||
} >&5
|
} >&5
|
||||||
cat >&5 <<_CSEOF
|
cat >&5 <<_CSEOF
|
||||||
|
|
||||||
This file was extended by sane-backends $as_me 1.0.16-cvs, which was
|
This file was extended by sane-backends $as_me 1.0.17, which was
|
||||||
generated by GNU Autoconf 2.59. Invocation command line was
|
generated by GNU Autoconf 2.59. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
|
@ -27084,7 +27084,7 @@ _ACEOF
|
||||||
|
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF
|
cat >>$CONFIG_STATUS <<_ACEOF
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
sane-backends config.status 1.0.16-cvs
|
sane-backends config.status 1.0.17
|
||||||
configured by $0, generated by GNU Autoconf 2.59,
|
configured by $0, generated by GNU Autoconf 2.59,
|
||||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,11 @@ dnl Process this file with autoconf to produce a configure script. -*-m4-*-
|
||||||
dnl ***********************************************************************
|
dnl ***********************************************************************
|
||||||
dnl When preparing a release, increase the numeric and string version numbers,
|
dnl When preparing a release, increase the numeric and string version numbers,
|
||||||
dnl remove the "-cvs" suffix, and set is_release=yes
|
dnl remove the "-cvs" suffix, and set is_release=yes
|
||||||
AC_INIT([sane-backends],[1.0.16-cvs],[sane-devel@lists.alioth.debian.org])
|
AC_INIT([sane-backends],[1.0.17],[sane-devel@lists.alioth.debian.org])
|
||||||
V_MAJOR=1
|
V_MAJOR=1
|
||||||
V_MINOR=0
|
V_MINOR=0
|
||||||
V_REV=16
|
V_REV=17
|
||||||
is_release=no
|
is_release=yes
|
||||||
dnl ***********************************************************************
|
dnl ***********************************************************************
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([include/sane/config.h])
|
AC_CONFIG_HEADERS([include/sane/config.h])
|
||||||
|
|
Ładowanie…
Reference in New Issue