Skip to content

Commit 68bece2

Browse files
dgrove-ossdas
authored andcommitted
autotools fixes for build/test outside src dir
Two small fixes needed to enable build/test to happen in an external directory (for example when building libdispatch under the control of swift/utils/build-script). Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent 20a1f4a commit 68bece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,6 @@ AC_CONFIG_FILES([Makefile dispatch/Makefile man/Makefile os/Makefile private/Mak
352352
#
353353
# Generate testsuite links
354354
#
355-
AC_CONFIG_LINKS([tests/dispatch:${x:+}private tests/leaks-wrapper:tests/leaks-wrapper.sh])
355+
AC_CONFIG_LINKS([tests/dispatch:$top_srcdir/private tests/leaks-wrapper:tests/leaks-wrapper.sh])
356356

357357
AC_OUTPUT

0 commit comments

Comments
 (0)