Skip to content

Commit a9b7ae8

Browse files
committedJul 14, 2020
8249255: Build fails if source code in cygwin home dir
Reviewed-by: tbell
1 parent 7a6c1a6 commit a9b7ae8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎make/autoconf/basic.m4

+5-4
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,18 @@ AC_DEFUN_ONCE([BASIC_SETUP_PATHS],
8686
AC_SUBST(TOPDIR)
8787
AC_SUBST(CONFIGURE_START_DIR)
8888
89+
# We can only call UTIL_FIXUP_PATH after BASIC_CHECK_PATHS_WINDOWS.
90+
UTIL_FIXUP_PATH(TOPDIR)
91+
UTIL_FIXUP_PATH(CONFIGURE_START_DIR)
92+
8993
if test "x$CUSTOM_ROOT" != x; then
94+
UTIL_FIXUP_PATH(CUSTOM_ROOT)
9095
WORKSPACE_ROOT="${CUSTOM_ROOT}"
9196
else
9297
WORKSPACE_ROOT="${TOPDIR}"
9398
fi
9499
AC_SUBST(WORKSPACE_ROOT)
95100
96-
# We can only call UTIL_FIXUP_PATH after BASIC_CHECK_PATHS_WINDOWS.
97-
UTIL_FIXUP_PATH(CONFIGURE_START_DIR)
98-
UTIL_FIXUP_PATH(TOPDIR)
99-
100101
# Locate the directory of this script.
101102
AUTOCONF_DIR=$TOPDIR/make/autoconf
102103

0 commit comments

Comments
 (0)
Please sign in to comment.