mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
1fa17d5389
commit
eac44e9194
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user