]> git.lyx.org Git - features.git/commitdiff
fix the dreadful "rm /dev/null" bug. Remember to run autogen.sh
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Jan 2003 11:07:03 +0000 (11:07 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 Jan 2003 11:07:03 +0000 (11:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5919 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index f366b6e8de9d73bfeb4f9cc43a3afbc5f2dd6dcb..70e674b2be7cec95a69ca5acbca5b68b5885f463 100644 (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
index 7055014f8cfbcb1f335eef293538435c310f9bf1..7260a9f6e8503b229358ec88931fa78875031317 100644 (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