Disabled compilation warnings.

merge-requests/1/head
Henning Geinitz 2005-07-31 15:37:53 +00:00
rodzic 4c4a945d1b
commit a1a5e6de83
3 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2005-07-31 Henning Meier-Geinitz <henning@meier-geinitz.de>
* configure configure.in: Disabled compilation warnings.
2005-07-30 Karl Heinz Kremer <khk@khk.net>
* backend/epson_usb.c: Applied Olaf Meuwissen's patch to add

2
configure vendored
Wyświetl plik

@ -1533,7 +1533,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
V_MAJOR=1
V_MINOR=0
V_REV=15
is_release=no
is_release=yes
ac_config_headers="$ac_config_headers include/sane/config.h"

Wyświetl plik

@ -7,7 +7,7 @@ AC_INIT([sane-backends],[1.0.15-cvs],[sane-devel@lists.alioth.debian.org])
V_MAJOR=1
V_MINOR=0
V_REV=15
is_release=no
is_release=yes
dnl ***********************************************************************
AC_CONFIG_HEADERS([include/sane/config.h])