fix the dreadful "rm /dev/null" bug. Remember to run autogen.sh

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5919 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-01-08 11:07:03 +00:00
parent 750795620f
commit 3426dc660f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2003-01-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if
there has been an error in configuration. With autoconf 2.5x,
$cache_file is often set to /dev/null, and deleting that is not a
good idea...
2002-12-18 Lars Gullik Bjønnes <larsbj@birdstep.com>
* configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile

View File

@ -81,9 +81,7 @@ cat <<EOF
**** (see the section 'Problems' in the INSTALL file)
$lyx_error_txt
$lyx_warning_txt
deleting cache $cache_file
EOF
rm -f $cache_file
else
if test x$lyx_warning = xyes; then