From 54e8a458a2c87c8387a7de7addd8a134dbabfac2 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Wed, 24 Sep 2003 13:23:25 +0000 Subject: [PATCH] Updated contact information (website, mailing lists, bug tracker). Minor fixes. --- README | 39 +++++++++++------------- README.os2 | 2 +- configure | 86 +++++++++++++++++++++++++--------------------------- configure.in | 2 +- 4 files changed, 62 insertions(+), 67 deletions(-) diff --git a/README b/README index 1a674d9d7..4cdb3cfc2 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ This package contains the SANE libraries (this means backends and network scanning parts) and the command line frontend scanimage. You always find the most recent version of SANE on: - http://www.mostang.com/sane/ + http://www.sane-project.org/ At the same location there are also links to snapshots of the CVS server and sometimes beta releases of sane-backends. These are unstable development @@ -16,7 +16,7 @@ versions, so be careful when using them. Please report any problems to us. See contact section for details. There are several graphical frontends available for SANE, see the list at -http://www.mostang.com/sane/sane-frontends.html. +http://www.sane-project.org/sane-frontends.html. Quick install: @@ -51,14 +51,14 @@ functionality may be lost if they are not available: - libgphoto2 (>=2.0): For the gphoto2 backend. -SANE should build on most Unix-like systems. Support for OS/2, MacOS X and -BeOS is also available. For more details look at the operating system specific -README.* files. For a detailed support matrix, see: +SANE should build on most Unix-like systems. Support for OS/2, MacOS X, BeOS, +and Microsoft Windows is also available. For more details look at the +operating system specific README.* files. For a detailed support matrix, see: - http://www.mostang.com/sane/sane-support.html + http://www.sane-project.org/sane-support.html This table may be out of date. Please tell us about any corrections or -additions. Please mention your operating sytem and platform and all the other +additions. Please mention your operating system and platform and all the other details mentioned in the table. See also the contact section. Please check that there aren't any older versions of SANE installed on your @@ -146,7 +146,7 @@ Before running any SANE program, read the PROBLEMS file in this directory. For information on configuring and trouble-shooting the various SANE components, please refer to the manual page sane(7). -The tools/ directory contains some small programs that may be helpfull. They +The tools/ directory contains some small programs that may be helpful. They are described in tools/README. @@ -155,22 +155,19 @@ Removing Type "make uninstall" to remove SANE from your system. This will also remove older versions of SANE if they have been installed at the same prefix. -Warning: Your configuration will be deleted also so make sure you have a -backup. By default the configuration files are located in -the directory /usr/local/etc/sane.d/. +Warning: Your configuration files will be deleted also so make sure you have a +backup. By default the configuration files are located in the directory +/usr/local/etc/sane.d/. Contact ======= -For general discussion about SANE, bug reports and feature requests contact -the sane-devel mailing list. You must be subscribed to the list to send -mail. See http://www.mostang.com/sane/mail.html for details. +For questions and general discussion about SANE contact the sane-devel mailing +list. You must be subscribed to the list to send mail. See +http://www.sane-project.org/mailing-lists.html for details. -If you have a question or bug report for a specific backend, you may also -contact the author of this backend directly. See the AUTHORS file for a list -of addresses. - -If you don't want to subscribe to sane-devel and want to report bugs -concerning security, compilation, installation, porting, or documentation of -SANE, you can also contact Henning Meier-Geinitz . +If you want to submit a bug report or feature request please use our bug +tracking system. See http://www.sane-project.org/bugs.html for details. You +may also contact the author of a specific backend directly. See the AUTHORS +file for a list of addresses. diff --git a/README.os2 b/README.os2 index 69eababc4..71cb8d80b 100644 --- a/README.os2 +++ b/README.os2 @@ -23,7 +23,7 @@ SANE (Scanner Access Now Easy) ------------------------------ For more info about the SANE Project, please visit - http://www.mostang.com/sane + http://www.sane-project.org/ You should also check the main site for an updated list of supported scanners. diff --git a/configure b/configure index bb87d768c..deff05066 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for sane-backends 1.0.12-cvs. # -# Report bugs to . +# Report bugs to . # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. @@ -424,7 +424,7 @@ PACKAGE_NAME='sane-backends' PACKAGE_TARNAME='sane-backends' PACKAGE_VERSION='1.0.12-cvs' PACKAGE_STRING='sane-backends 1.0.12-cvs' -PACKAGE_BUGREPORT='sane-devel@mostang.com' +PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org' # Factoring default headers for most tests. ac_includes_default="\ @@ -1076,7 +1076,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF fi @@ -1132,7 +1132,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi - cd $ac_popdir + cd "$ac_popdir" done fi @@ -1331,7 +1331,7 @@ _ASBOX echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 - rm -f core core.* *.core && + rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 @@ -2393,8 +2393,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&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 ();' \ @@ -2408,8 +2407,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include $ac_declaration +#include int main () { @@ -3493,7 +3492,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi @@ -5731,7 +5730,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi @@ -7257,7 +7256,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_bigendian=yes fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -7748,7 +7747,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 @@ -8150,7 +8149,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 @@ -9234,7 +9233,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 9237 "configure"' > conftest.$ac_ext + echo '#line 9236 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -9996,8 +9995,7 @@ else fi 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 ();' \ @@ -10011,8 +10009,8 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include $ac_declaration +#include int main () { @@ -10413,7 +10411,7 @@ fi # Provide some information about the compiler. -echo "$as_me:10416:" \ +echo "$as_me:10414:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 @@ -11418,11 +11416,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11421: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11419: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11425: \$? = $ac_status" >&5 + echo "$as_me:11423: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -11650,11 +11648,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11653: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11651: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11657: \$? = $ac_status" >&5 + echo "$as_me:11655: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -11717,11 +11715,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11720: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11718: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11724: \$? = $ac_status" >&5 + echo "$as_me:11722: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13729,7 +13727,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:15960: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15966: \$? = $ac_status" >&5 + echo "$as_me:15964: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -16026,11 +16024,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16029: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16027: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16033: \$? = $ac_status" >&5 + echo "$as_me:16031: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17269,7 +17267,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:18190: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:18196: \$? = $ac_status" >&5 + echo "$as_me:18194: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -18256,11 +18254,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:18259: $lt_compile\"" >&5) + (eval echo "\"\$as_me:18257: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:18263: \$? = $ac_status" >&5 + echo "$as_me:18261: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -20196,11 +20194,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:20199: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20197: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:20203: \$? = $ac_status" >&5 + echo "$as_me:20201: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -20428,11 +20426,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:20431: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20429: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:20435: \$? = $ac_status" >&5 + echo "$as_me:20433: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -20495,11 +20493,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:20498: $lt_compile\"" >&5) + (eval echo "\"\$as_me:20496: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:20502: \$? = $ac_status" >&5 + echo "$as_me:20500: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -22507,7 +22505,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <