1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

autogen.sh: Also remove autom4te.cache.

To stop it from getting in elinks-*.tar.gz.
(cherry picked from commit f7a16ba0e6)
This commit is contained in:
Kalle Olavi Niemitalo 2007-07-19 21:28:33 +03:00 committed by Kalle Olavi Niemitalo
parent 94c7e0d2a7
commit 23f9591a3e

View File

@ -21,7 +21,8 @@ echo timestamp > stamp-h.in
echo autoconf...
autoconf
echo config.cache...
echo config.cache, autom4te.cache...
rm -f config.cache
rm -rf autom4te.cache
echo done