зеркало из https://github.com/mozilla/gecko-dev.git
Bug 432911 - "Hardcoded autoconf-2.13 in client.mk breaks OS X builds". r=josh, sr+a=ted.
This commit is contained in:
Родитель
183a0e978a
Коммит
ae48e0b3e3
|
@ -91,7 +91,12 @@ endif
|
|||
TOPSRCDIR = $(CWD)
|
||||
endif
|
||||
|
||||
AUTOCONF := autoconf-2.13
|
||||
ifeq (Darwin,$(shell uname -s))
|
||||
AUTOCONF ?= autoconf213
|
||||
else
|
||||
AUTOCONF ?= autoconf-2.13
|
||||
endif
|
||||
|
||||
MKDIR := mkdir
|
||||
SH := /bin/sh
|
||||
ifndef MAKE
|
||||
|
|
Загрузка…
Ссылка в новой задаче