corretto / corretto-8

Amazon Corretto 8 is a no-cost, multi-platform, production-ready distribution of OpenJDK 8
GNU General Public License v2.0
2.1k stars 221 forks source link

generated-configure.sh: line 27701: 9: No such file or directory #486

Closed mrserb closed 5 months ago

mrserb commented 5 months ago

This is the fix for the next warning produced by the ./configure on macOS:

checking for xcodebuild... /usr/bin/xcodebuild ...../corretto/corretto-8/common/autoconf/generated-configure.sh: line 27701: 9: No such file or directory checking Determining Xcode SDK path... /

mrserb commented 5 months ago

FYI, I'll try to get rid this check completely in upstream.

benty-amzn commented 5 months ago

FYI, I'll try to get rid this check completely in upstream.

Agreed, it was dropped in newer versions and provides no value now that we're keeping current with XCode releases.

PR lgtm.