From: Francois-Xavier Coudert Date: Fri, 17 Nov 2023 11:50:42 +0000 (+0100) Subject: Build: fix error in fixinclude configure X-Git-Tag: basepoints/gcc-15~4385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce966ae66067d8d365431ef7a323f4207fcb729a;p=thirdparty%2Fgcc.git Build: fix error in fixinclude configure The stray line defining enable_darwin_at_rpath outside of the scope of _LT_DARWIN_LINKER_FEATURES is a mistake and should be removed. It leads to a wrong line in fixincludes/ChangeLog because there is no $1 argument at that point. ChangeLog: * libtool.m4: Fix stray call fixincludes/ChangeLog: * configure: Regenerated. --- diff --git a/fixincludes/configure b/fixincludes/configure index 1bb547a17241..662c94dc1120 100755 --- a/fixincludes/configure +++ b/fixincludes/configure @@ -3027,7 +3027,6 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # --------------------------- # _LT_COMPILER_PIC -enable_darwin_at_rpath_$1=no # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- diff --git a/libtool.m4 b/libtool.m4 index 7f8ae26db62b..add2d4a1e23d 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -4312,7 +4312,6 @@ _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC -_LT_TAGVAR(enable_darwin_at_rpath, $1)=no # _LT_LINKER_SHLIBS([TAGNAME]) # ----------------------------