kopia lustrzana https://gitlab.com/sane-project/frontends
Don't ask user to remove /dev/null. Current autoconf doesn't use cache files.
rodzic
b19e1b09a8
commit
f3e4c7c47d
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue