diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2004-02-14 18:50:15 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-02-14 18:50:15 +0000 |
| commit | d83af1a97e652d4a5cd14cd49251f626d74c7a57 (patch) | |
| tree | a6767f7e182f81698788bb580d905a2cf2dacc79 /Config/config.mk | |
| parent | 19418: update completions to new versions (diff) | |
| download | zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.tar zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.tar.gz zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.tar.bz2 zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.tar.lz zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.tar.xz zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.tar.zst zsh-d83af1a97e652d4a5cd14cd49251f626d74c7a57.zip | |
19420: Update configure.ac for better Autconf 2.50 support.
Diffstat (limited to 'Config/config.mk')
| -rw-r--r-- | Config/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config/config.mk b/Config/config.mk index 476ced11d..fd9abf6ad 100644 --- a/Config/config.mk +++ b/Config/config.mk @@ -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 |
