mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
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:
parent
5d9ba8c1a2
commit
5613d96001
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ all: $(PROGRAMS) user_doc
|
|||
.PHONY: all
|
||||
|
||||
configure: configure.ac
|
||||
autoconf
|
||||
./config.status --recheck
|
||||
|
||||
Makefile: Makefile.in configure
|
||||
|
|
Loading…
Reference in a new issue