Bug 861285 - Print AC_MSG_ERROR messages in config.log too. r=ted

This commit is contained in:
Mike Hommey 2013-08-15 23:45:07 +09:00
Родитель 2d009f5bef
Коммит 1bd775c719
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -24,3 +24,7 @@ define([AC_OUTPUT_SUBDIRS],
_MOZ_AC_OUTPUT_SUBDIRS($1)
MOZ_CONFIG_LOG_TRAP
])
dnl Print error messages in config.log as well as stderr
define([AC_MSG_ERROR],
[{ echo "configure: error: $1" 1>&2; echo "configure: error: $1" 1>&5; exit 1; }])

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

@ -24,3 +24,7 @@ define([AC_OUTPUT_SUBDIRS],
_MOZ_AC_OUTPUT_SUBDIRS($1)
MOZ_CONFIG_LOG_TRAP
])
dnl Print error messages in config.log as well as stderr
define([AC_MSG_ERROR],
[{ echo "configure: error: $1" 1>&2; echo "configure: error: $1" 1>&5; exit 1; }])