remove automake cache directories in autogen.sh to avoid version conflicts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9698 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-03-07 12:28:33 +00:00
parent 1fa17d5389
commit eac44e9194
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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