]> git.ipfire.org Git - thirdparty/libtool.git/commit
m4: Disable chained fixups for macOS
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 20 Jun 2024 13:57:26 +0000 (16:57 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 19 Jul 2024 16:26:09 +0000 (19:26 +0300)
commitf0507df8a780e3fda3eef05bce2c74ec8d032c8e
treee9bc30a941a3c8b3a51c765684824802e2ec7846
parent81dda9b5c7ffe4abb9c102e03da43c6da0057538
m4: Disable chained fixups for macOS

Append '-no_fixup_chains' flag to disable chained fixups since it
is not compatible with '-undefined dynamic_lookup'.

* m4/libtool.m4: AC_VAR_APPEND will handle appending the option to
  the variable, which allows the '+=' extension to be used by shells
  that provide this capability for more efficient scaling. Also, bump
  minimum required version of autoconf from 2.62 to 2.64.
* tests/no-executables.at: Set cache variable for link test.
* NO-THANKS: Add thanks for Carlo Cabrera and Dave Allured.
NO-THANKS
m4/libtool.m4
tests/no-executables.at