kopia lustrzana https://gitlab.com/sane-project/backends
Disabled compilation warnings.
rodzic
641d6cfafc
commit
cc8f09f996
|
@ -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 <henning@meier-geinitz.de>
|
||||
|
||||
|
|
|
@ -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 <stdlib.h>' \
|
||||
'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 <stdlib.h>'
|
||||
do
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
|
@ -9880,12 +9880,12 @@ else
|
|||
fi
|
||||
for ac_declaration in \
|
||||
''\
|
||||
'#include <stdlib.h>' \
|
||||
'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 <stdlib.h>'
|
||||
do
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
|
|
|
@ -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])
|
||||
|
|
Ładowanie…
Reference in New Issue