]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add support for SerenityOS
authorTim Schumacher <timschumi@gmx.de>
Sun, 29 May 2022 13:01:28 +0000 (15:01 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 20 Nov 2024 15:36:31 +0000 (17:36 +0200)
commit23519121db9ad50d0229ea3a1de0d1f72b6cb361
tree8f1fe43128ff6b8df41608d30e1298ffc387bb4c
parentbd15931e57f5171732a1a911cbbad9b5e03d0308
libtool: Add support for SerenityOS

This hobbyist OS has already been added to `config.sub` (and
`config.guess` respectively) some time ago, but was still lacking
upstream support for building libraries using libtool.

Since it is a relatively up-to-date system with ports of modern
software, "adding support" mostly just means adding empty cases to avoid
falling though to the most basic behavior (that guarantees compatibility
at the expense of disabling everything that might be critical).

* m4/libtool.m4: Add support for SerenityOS.
m4/libtool.m4