diff --git a/ChangeLog b/ChangeLog index 0729e1be7..2fd35a926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ doc/gt68xx/gt68xx.CHANGES: Removed unused gain and offset options. * NEWS: Added (planned) release date. + * configure configure.in: Disabled compilation warnings. 2004-10-31 Gerhard Jaeger diff --git a/configure b/configure index 9363c24c2..9a2606ef9 100755 --- a/configure +++ b/configure @@ -1528,7 +1528,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu V_MAJOR=1 V_MINOR=0 V_REV=14 -is_release=no +is_release=yes ac_config_headers="$ac_config_headers include/sane/config.h" diff --git a/configure.in b/configure.in index 2ce4f03d4..0b07bc634 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT([sane-backends],[1.0.14-cvs],[sane-devel@lists.alioth.debian.org]) V_MAJOR=1 V_MINOR=0 V_REV=14 -is_release=no +is_release=yes dnl *********************************************************************** AC_CONFIG_HEADERS([include/sane/config.h])