From: Jean-Marc Lasgouttes Date: Wed, 8 Jan 2003 11:07:03 +0000 (+0000) Subject: fix the dreadful "rm /dev/null" bug. Remember to run autogen.sh X-Git-Tag: 1.6.10~17716 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3426dc660f93d5c2511a606812c9b690095e5c8a;p=features.git 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index f366b6e8de..70e674b2be 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,10 @@ +2003-01-08 Jean-Marc Lasgouttes + + * 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 * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 7055014f8c..7260a9f6e8 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -81,9 +81,7 @@ cat <