configure.ac: Drop initial config.cache removal

Not removing config.cache does not seem to cause trouble elsewhere.
This commit is contained in:
Kim Woelders 2020-03-07 08:49:37 +01:00
parent 204d994d8c
commit 0547caa67a
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([imlib2], [1.6.1], [enlightenment-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])