2001-04-16 Henning Meier-Geinitz <hmg@gmx.de>

* README: Updated xsane link.
	* configure configure.in backend/dll.c backend/dll.desc
	  backend/net.c backend/net.desc include/sane/config.h.in
	  Yet another change in the version system for dll and net.
	  For sane_init return the version of the package but use
	  own internal version number in the source (printed with
	  debugging enabled) and in *.desc. The internal versions
	  of both net and dll are set to 1.0.1. Please increase the
	  build number with every change on the source files.
	* doc/realeases.txt -> doc/releases.txt. Fixed spelling error.
	  Added entries about sane-backends.html, sane.ps, man pages,
	  platforms page.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-04-16 12:21:34 +00:00
rodzic 2480c257f6
commit 7f1cd21dcc
2 zmienionych plików z 205 dodań i 187 usunięć

389
configure vendored

Plik diff jest za duży Load Diff

Wyświetl plik

@ -15,6 +15,9 @@ PACKAGE_VERSION="$PACKAGE-$VERSION"
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_DEFINE_UNQUOTED(PACKAGE_VERSION, "$PACKAGE_VERSION")
AC_DEFINE_UNQUOTED(SANE_DLL_V_MAJOR, $V_MAJOR)
AC_DEFINE_UNQUOTED(SANE_DLL_V_MINOR, $V_MINOR)
AC_DEFINE_UNQUOTED(SANE_DLL_V_BUILD, $V_REV)
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AC_SUBST(PACKAGE_VERSION)