mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
19420: Update configure.ac for better Autconf 2.50 support.
This commit is contained in:
parent
c3b929c634
commit
d83af1a97e
8 changed files with 301 additions and 454 deletions
|
@ -35,8 +35,8 @@ $(dir_top)/Config/defs.mk $(dir_top)/Config/version.mk
|
|||
|
||||
Makefile: Makefile.in $(dir_top)/config.status $(CONFIG_INCS)
|
||||
cd $(dir_top) && \
|
||||
CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
$(SHELL) ./config.status `echo $(subdir)/$@ | sed 's%^./%%'`
|
||||
|
||||
$(dir_top)/Config/defs.mk: $(sdir_top)/Config/defs.mk.in $(dir_top)/config.status
|
||||
cd $(dir_top) && \
|
||||
CONFIG_FILES=Config/defs.mk CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
$(SHELL) ./config.status Config/defs.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue