comparison m4/acinclude.m4 @ 29808:e0fded8bd7bb

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 24 Jun 2021 17:51:47 +0200
parents 7f339da6cabd 89b8a7d7f75b
children f254c302bb9c
comparison
equal deleted inserted replaced
29806:f4ccc941a941 29808:e0fded8bd7bb
2582 CXXPICFLAG= 2582 CXXPICFLAG=
2583 FPICFLAG= 2583 FPICFLAG=
2584 SH_LDFLAGS="-shared -Wl,-expect_unresolved -Wl,'*'" 2584 SH_LDFLAGS="-shared -Wl,-expect_unresolved -Wl,'*'"
2585 ;; 2585 ;;
2586 *-*-darwin*) 2586 *-*-darwin*)
2587 DL_LDFLAGS="-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${ac_top_build_prefix}libinterp/octave ${LDFLAGS}" 2587 DL_LDFLAGS="-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${ac_top_build_prefix}src/octave${EXEEXT} ${LDFLAGS}"
2588 dnl Contains variables that are defined and undefined at this point, so use 2588 dnl Contains variables that are defined and undefined at this point, so use
2589 dnl appropriate quoting to defer expansion of ${bindir} and ${version}. 2589 dnl appropriate quoting to defer expansion of ${bindir} and ${version}.
2590 MKOCTFILE_DL_LDFLAGS='-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${bindir}/octave-${version}'"${EXEEXT}" 2590 MKOCTFILE_DL_LDFLAGS='-bundle -undefined dynamic_lookup -bind_at_load -bundle_loader ${bindir}/octave-${version}'"${EXEEXT}"
2591 SH_LDFLAGS="-dynamiclib -single_module ${LDFLAGS}" 2591 SH_LDFLAGS="-dynamiclib -single_module ${LDFLAGS}"
2592 case $canonical_host_type in 2592 case $canonical_host_type in