common/autoconf/basics_windows.m4

changeset 726
c31e9dc1fe3d
parent 577
3540aa40c868
child 802
9286a6e61291
equal deleted inserted replaced
725:03e60e87d92a 726:c31e9dc1fe3d
298 ]) 298 ])
299 299
300 # Setup basic configuration paths, and platform-specific stuff related to PATHs. 300 # Setup basic configuration paths, and platform-specific stuff related to PATHs.
301 AC_DEFUN([BASIC_CHECK_PATHS_WINDOWS], 301 AC_DEFUN([BASIC_CHECK_PATHS_WINDOWS],
302 [ 302 [
303 SRC_ROOT_LENGTH=`$THEPWDCMD|$WC -m` 303 SRC_ROOT_LENGTH=`$THEPWDCMD -L|$WC -m`
304 if test $SRC_ROOT_LENGTH -gt 100; then 304 if test $SRC_ROOT_LENGTH -gt 100; then
305 AC_MSG_ERROR([Your base path is too long. It is $SRC_ROOT_LENGTH characters long, but only 100 is supported]) 305 AC_MSG_ERROR([Your base path is too long. It is $SRC_ROOT_LENGTH characters long, but only 100 is supported])
306 fi 306 fi
307 307
308 if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.cygwin"; then 308 if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.cygwin"; then

mercurial