]> git.lyx.org Git - lyx.git/commitdiff
remove automake cache directories in autogen.sh to avoid version conflicts
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 7 Mar 2005 12:28:33 +0000 (12:28 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 7 Mar 2005 12:28:33 +0000 (12:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9698 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
autogen.sh

index 07bf5681f8c6f5537f13a66e29e4dad6ba7c1709..91fe0ffdee5a0ea5ac03d89f3254f4969cd318f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * autogen.sh: remove autom4te.cache directories
+
 2005-03-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * configure.ac: make the xforms part be built
index 8e45b0f43d09b462d48c17d2e86af267cceb52e0..ec15c28aedaa7c973bb81d886546e8ae1f2e28f6 100755 (executable)
@@ -68,6 +68,10 @@ else
        echo `which $GNUM4`
 fi
 
+# Delete old cache directories.
+# automake will stop if their contents was created by an earlier version.
+rm -rf autom4te.cache lib/reLyX/autom4te.cache
+
 # Generate acinclude.m4
 echo -n "Generate acinclude.m4... "
 rm -f acinclude.m4