Don't ask user to remove /dev/null. Current autoconf doesn't use cache files.

33-incorporate-downstream-patches
Henning Geinitz 2004-10-16 13:20:24 +00:00
rodzic b19e1b09a8
commit f3e4c7c47d
3 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2004-10-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
* configure configure.in: Don't ask user to remove
/dev/null. Current autoconf doesn't use cache files.
-- snapshot 1.0.13-pre1
2004-10-10 Henning Meier-Geinitz <henning@meier-geinitz.de>

4
configure vendored
Wyświetl plik

@ -6375,15 +6375,13 @@ if test "x${HAVE_SANE}" = "x"; then
echo "**********************************************************************"
echo "ERROR: Couldn't find SANE libraries (sane-backends). Possible reasons:"
echo " - sane-backends isn't installed (install sane-backends before"
echo " sane-frontends"
echo " sane-frontends)"
echo " - the SANE header files aren't installed (if you installed"
echo " SANE as RPM make sure you also included the sane-devel RPM)"
echo " - the SANE libraries can't be found because /usr/local/lib/ isn't"
echo " searched by the dynamic linker (see INSTALL for details)"
echo "**********************************************************************"
echo ""
echo "You may need to remove $cache_file before you run configure again."
echo ""
exit
fi

Wyświetl plik

@ -118,15 +118,13 @@ if test "x${HAVE_SANE}" = "x"; then
echo "**********************************************************************"
echo "ERROR: Couldn't find SANE libraries (sane-backends). Possible reasons:"
echo " - sane-backends isn't installed (install sane-backends before"
echo " sane-frontends"
echo " sane-frontends)"
echo " - the SANE header files aren't installed (if you installed"
echo " SANE as RPM make sure you also included the sane-devel RPM)"
echo " - the SANE libraries can't be found because /usr/local/lib/ isn't"
echo " searched by the dynamic linker (see INSTALL for details)"
echo "**********************************************************************"
echo ""
echo "You may need to remove $cache_file before you run configure again."
echo ""
exit
fi