Skip to content

Commit b003e45

Browse files
committed
Switch to libtool 2.4.7.
* m4/libtool.m4: Update from libtool-2.4.7, with modifications: 2008-04-06 Bruno Haible <[email protected]> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltoptions.m4: Likewise. * m4/ltsugar.m4: Likewise. * m4/ltversion.m4: Likewise. * m4/lt~obsolete.m4: Likewise. * build-aux/ltmain.sh: Update from libtool-2.4.7, with modifications: 2017-07-15 Bruno Haible <[email protected]> Allow building statically linked binaries, through LDFLAGS="-static". Apply patch from <https://lists.gnu.org/archive/html/bug-libtool/2017-07/msg00000.html>. * build-aux/ltmain.sh (func_mode_help, func_mode_link): In the link mode, accept option '-static-uninstalled-libs' in place of '-static', and make '-static' an equivalent of '-all-static'.
1 parent 8c9fa48 commit b003e45

File tree

14 files changed

+1474
-784
lines changed

14 files changed

+1474
-784
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2022-05-15 Bruno Haible <[email protected]>
2+
3+
Switch to libtool 2.4.7.
4+
* m4/libtool.m4: Update from libtool-2.4.7, with modifications:
5+
2008-04-06 Bruno Haible <[email protected]>
6+
* m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
7+
CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
8+
to ${CONFIG_SHELL}.
9+
* m4/ltoptions.m4: Likewise.
10+
* m4/ltsugar.m4: Likewise.
11+
* m4/ltversion.m4: Likewise.
12+
* m4/lt~obsolete.m4: Likewise.
13+
* build-aux/ltmain.sh: Update from libtool-2.4.7, with modifications:
14+
2017-07-15 Bruno Haible <[email protected]>
15+
Allow building statically linked binaries, through
16+
LDFLAGS="-static". Apply patch from
17+
<https://lists.gnu.org/archive/html/bug-libtool/2017-07/msg00000.html>.
18+
* build-aux/ltmain.sh (func_mode_help, func_mode_link): In the
19+
link mode, accept option '-static-uninstalled-libs' in place of
20+
'-static', and make '-static' an equivalent of '-all-static'.
21+
122
2022-04-13 Bruno Haible <[email protected]>
223

324
Fix undefined behaviour.

0 commit comments

Comments
 (0)