From d83af1a97e652d4a5cd14cd49251f626d74c7a57 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 14 Feb 2004 18:50:15 +0000 Subject: 19420: Update configure.ac for better Autconf 2.50 support. --- Config/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Config/config.mk') 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 -- cgit 1.4.1