]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Build: fix error in fixinclude configure
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Fri, 17 Nov 2023 11:50:42 +0000 (12:50 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 22 Nov 2023 10:54:33 +0000 (11:54 +0100)
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.

fixincludes/configure
libtool.m4

index 1bb547a1724122d48fb58eb723a07bd145201e12..662c94dc11207d1ecdf7b62c5998be6c6e94389f 100755 (executable)
@@ -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])
 # ----------------------------
index 7f8ae26db62b210b61d263c8b5beac66828a4ecd..add2d4a1e23d168af7a61765aee1b64c47b1927b 100644 (file)
@@ -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])
 # ----------------------------