Do not call autoconf in Makefile, since configure will automatically reconfigure itself if configure.ac has changed

darcs-hash:20060405124918-ac50b-0f45ddc7759383d930e0473a281f092566570210.gz
This commit is contained in:
axel 2006-04-05 22:49:18 +10:00
parent 5d9ba8c1a2
commit 5613d96001

View File

@ -198,7 +198,6 @@ all: $(PROGRAMS) user_doc
.PHONY: all
configure: configure.ac
autoconf
./config.status --recheck
Makefile: Makefile.in configure