kwo pushed a commit to branch master. http://git.enlightenment.org/legacy/imlib2_loaders.git/commit/?id=f14573a63f0a24152b6d3ace8eb66e185be4a2f2
commit f14573a63f0a24152b6d3ace8eb66e185be4a2f2 Author: Kim Woelders <[email protected]> Date: Sat Mar 7 16:41:10 2020 +0100 configure.ac: Drop initial config.cache removal Not removing config.cache does not seem to cause trouble elsewhere. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index e77eb96..a8bdea0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,3 @@ -# get rid of that stupid cache mechanism -rm -f config.cache - AC_INIT([imlib2_loaders],[1.6.1],[[email protected]]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_MACRO_DIR([m4]) --
