Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1de7ae3

Browse files
committed
Adjust configuration message to give better guidance
On mac this now reports the following more helpful message:configure: WARNING: /usr/local/bin/mono not found. Prefix shouldnormally be set to the mono installation path. Please re-run with ./autogen.sh--prefix=/Library/Frameworks/Mono.framework/Versions/3.0.1
1 parentb8ef88b commit1de7ae3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎configure.ac‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ src/fsharp/policy.4.3.FSharp.Core/Makefile
9090
])
9191
AC_OUTPUT
9292

93+
CANON_MONODIR=`cd $MONODIR/../..; pwd`
94+
9395
if ! test -e $prefix/bin/mono; then
94-
AC_WARN($prefix/bin/mono not found: it is recommended to use the same install prefix where mono is installed)
96+
AC_WARN($prefix/bin/mono not found. Prefix should normally be set to the mono installation path. Consider using
97+
./autogen.sh --prefix=$CANON_MONODIR
98+
)
9599
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp