зеркало из https://github.com/mozilla/gecko-dev.git
servo: Support autoconf's named autoconf-2.13
Source-Repo: https://github.com/servo/servo Source-Revision: be681d85b0c04a40ffba26e2e2b38ad93cea41cf
This commit is contained in:
Родитель
814d3443ca
Коммит
cf1c2b4005
|
@ -12,6 +12,11 @@ then
|
|||
AUTOCONF213=autoconf2.13
|
||||
fi
|
||||
|
||||
if [ ! -z `which autoconf-2.13` ]
|
||||
then
|
||||
AUTOCONF213=autoconf-2.13
|
||||
fi
|
||||
|
||||
if [ -z "$AUTOCONF213" ]
|
||||
then
|
||||
echo "I need autoconf 2.13"
|
||||
|
|
Загрузка…
Ссылка в новой задаче