Fix configure for people without '.' in their path.

This commit is contained in:
slamm%netscape.com 2000-03-14 04:31:49 +00:00
Родитель 7ee600dafc
Коммит 4ded3b899a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -305,7 +305,7 @@ CONFIG_STATUS_DEPS := \
# $(TOPSRCDIR) will set @srcdir@ to "."; otherwise, it is set to the full
# path of $(TOPSRCDIR).
ifeq ($(TOPSRCDIR),$(OBJDIR))
CONFIGURE := configure
CONFIGURE := ./configure
else
CONFIGURE := $(TOPSRCDIR)/configure
endif