Further fixes to configuration system; don't put configure in CVS.

This commit is contained in:
hpa 2001-04-23 19:59:22 +00:00
parent 772b990b91
commit 6c5cce691c
6 changed files with 33 additions and 2232 deletions

View file

@ -19,9 +19,9 @@ all: MCONFIG $(patsubst %, %.build, $(SUB))
install: MCONFIG $(patsubst %, %.install, $(SUB))
clean: MCONFIG $(patsubst %, %.clean, $(SUB))
clean: $(patsubst %, %.clean, $(SUB))
spotless: MCONFIG $(patsubst %, %.spotless, $(SUB))
spotless: $(patsubst %, %.spotless, $(SUB))
rm -f MCONFIG config.cache config.log config.h *~ \#*
find . -type f \( -name \*.orig -o -name \*.rej \) | xargs -r rm -f