From cc8f09f996dcde7f20ae6d1804f49883cc4df0b1 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 18 May 2003 15:34:36 +0000 Subject: [PATCH] Disabled compilation warnings. --- ChangeLog | 1 + configure | 10 +++++----- configure.in | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c7a92c68..f6d498a80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * NEWS: Updated. * doc/descriptions/unsupported.desc: Added Mustek ScanMagic 9636P. * TODO: Added epson/saned/xsane problem. + * configure configure.in: Disabled compilation warnings. 2003-05-16 Henning Meier-Geinitz diff --git a/configure b/configure index 6b132ba32..43b85d0d7 100755 --- a/configure +++ b/configure @@ -1493,7 +1493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu V_MAJOR=1 V_MINOR=0 V_REV=11 -is_release=no +is_release=yes ac_config_headers="$ac_config_headers include/sane/config.h" @@ -2394,12 +2394,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ - '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ - 'void exit (int);' + 'void exit (int);' \ + '#include ' do cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" @@ -9880,12 +9880,12 @@ else fi for ac_declaration in \ ''\ - '#include ' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ - 'void exit (int);' + 'void exit (int);' \ + '#include ' do cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" diff --git a/configure.in b/configure.in index c77e791f2..6a52e2b59 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT([sane-backends],[1.0.11-cvs],[sane-devel@mostang.com]) V_MAJOR=1 V_MINOR=0 V_REV=11 -is_release=no +is_release=yes dnl *********************************************************************** AC_CONFIG_HEADERS([include/sane/config.h])