Kaydet (Commit) c7caa3b9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Better error reporting

Change-Id: Ica81e236e205cbb994220015a51ffb1f98785bd6
üst 231678b9
...@@ -2857,6 +2857,8 @@ if test $_os = Darwin; then ...@@ -2857,6 +2857,8 @@ if test $_os = Darwin; then
MACOSX_CODESIGNING_IDENTITY=$identity MACOSX_CODESIGNING_IDENTITY=$identity
pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'` pretty_name=`security find-identity -p codesigning -v | grep "$MACOSX_CODESIGNING_IDENTITY" | sed -e 's/^[[^"]]*"//' -e 's/"//'`
AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name]) AC_MSG_RESULT([yes, using the identity $MACOSX_CODESIGNING_IDENTITY for $pretty_name])
else
AC_MSG_ERROR([cannot determine identity to use])
fi fi
elif test -n "$enable_macosx_code_signing" -a "$enable_macosx_code_signing" != no ; then elif test -n "$enable_macosx_code_signing" -a "$enable_macosx_code_signing" != no ; then
MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing MACOSX_CODESIGNING_IDENTITY=$enable_macosx_code_signing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment