Skip to content
Snippets Groups Projects
Commit 15654532 authored by Christian Engwer's avatar Christian Engwer
Browse files

remove autom4te.cache and aclocal.m4, to enforce a recreation, otherwise...

remove autom4te.cache and aclocal.m4, to enforce a recreation, otherwise changes in the m4 files might be ignored

[[Imported from SVN: r850]]
parent 68a5d32f
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,8 @@ libtoolize --force
# prepare everything
echo "--> aclocal..."
rm -f aclocal.m4
rm -rf autom4te.cache
aclocal$AMVERSION $ACLOCAL_FLAGS
# applications should provide a config.h for now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment