We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6c1a6 commit a9b7ae8Copy full SHA for a9b7ae8
make/autoconf/basic.m4
@@ -86,17 +86,18 @@ AC_DEFUN_ONCE([BASIC_SETUP_PATHS],
86
AC_SUBST(TOPDIR)
87
AC_SUBST(CONFIGURE_START_DIR)
88
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
+
93
if test "x$CUSTOM_ROOT" != x; then
94
+ UTIL_FIXUP_PATH(CUSTOM_ROOT)
95
WORKSPACE_ROOT="${CUSTOM_ROOT}"
96
else
97
WORKSPACE_ROOT="${TOPDIR}"
98
fi
99
AC_SUBST(WORKSPACE_ROOT)
100
- # We can only call UTIL_FIXUP_PATH after BASIC_CHECK_PATHS_WINDOWS.
- UTIL_FIXUP_PATH(CONFIGURE_START_DIR)
- UTIL_FIXUP_PATH(TOPDIR)
-
101
# Locate the directory of this script.
102
AUTOCONF_DIR=$TOPDIR/make/autoconf
103
0 commit comments