Add the generation of configure.log by ./configure.

This commit is contained in:
Mark Adler
2012-01-28 14:48:50 -08:00
parent 32d8a5379e
commit 520561c577
2 changed files with 160 additions and 101 deletions

View File

@@ -250,7 +250,7 @@ clean:
maintainer-clean: distclean
distclean: clean zconf zconf.h.cmakein docs
rm -f Makefile zlib.pc
rm -f Makefile zlib.pc configure.log
-@rm -f .DS_Store
-@printf 'all:\n\t-@echo "Please use ./configure first. Thank you."\n' > Makefile
-@printf '\ndistclean:\n\tmake -f Makefile.in distclean\n' >> Makefile