common/autoconf/toolchain.m4

changeset 2220
47fda751abb6
parent 2215
7a73b8b4ac8a
child 2223
01cc48ed67f3
equal deleted inserted replaced
2219:cb1203f48728 2220:47fda751abb6
672 # Setup the resource compiler (RC) 672 # Setup the resource compiler (RC)
673 AC_CHECK_PROG([RC], [rc], [rc],,, [/usr/bin/rc]) 673 AC_CHECK_PROG([RC], [rc], [rc],,, [/usr/bin/rc])
674 BASIC_FIXUP_EXECUTABLE(RC) 674 BASIC_FIXUP_EXECUTABLE(RC)
675 AC_CHECK_PROG([DUMPBIN], [dumpbin], [dumpbin],,,) 675 AC_CHECK_PROG([DUMPBIN], [dumpbin], [dumpbin],,,)
676 BASIC_FIXUP_EXECUTABLE(DUMPBIN) 676 BASIC_FIXUP_EXECUTABLE(DUMPBIN)
677 # We need to check for 'msbuild.exe' because at the place where we expect to
678 # find 'msbuild.exe' there's also a directory called 'msbuild' and configure
679 # won't find the 'msbuild.exe' executable in that case (and the
680 # 'ac_executable_extensions' is unusable due to performance reasons).
681 # Notice that we intentionally don't fix up the path to MSBUILD because we
682 # will call it in a DOS shell during freetype detection on Windows (see
683 # 'LIB_SETUP_FREETYPE' in "libraries.m4"
684 AC_CHECK_PROG([MSBUILD], [msbuild.exe], [msbuild.exe],,,)
677 fi 685 fi
678 686
679 if test "x$OPENJDK_TARGET_OS" = xsolaris; then 687 if test "x$OPENJDK_TARGET_OS" = xsolaris; then
680 BASIC_PATH_PROGS(STRIP, strip) 688 BASIC_PATH_PROGS(STRIP, strip)
681 BASIC_FIXUP_EXECUTABLE(STRIP) 689 BASIC_FIXUP_EXECUTABLE(STRIP)

mercurial