]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Add tagging support for OBJC and OBJCXX
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 10 Jan 2025 17:54:28 +0000 (19:54 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 13 Feb 2025 14:57:05 +0000 (16:57 +0200)
commit1d871cc45bf13c643c61d3d368b50d7e3455c0b8
tree943b2474322675e34f7d9569a1ce311cf31def59
parent37c07d2ed01566e2399e9d4f17aabb74af0a919c
libtool: Add tagging support for OBJC and OBJCXX

Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67754

* Makefile.am: Set environment variables for tests.
* configure.ac: Add language support for Objective-C and Objective-C++.
* build-aux/ltmain.in: Update help message for tags available.
* m4/libtool.m4: Add tagging support for OBJC and OBJCXX.
* tests/flags.at: Add tests for passing OBJC and OBJCXX flags.
* tests/infer-tag.at: Add tests for inferring OBJC and OBJCXX tags.
* doc/libtool.texi: Update documentation.
* NEWS: Update.
Makefile.am
NEWS
build-aux/ltmain.in
configure.ac
doc/libtool.texi
m4/libtool.m4
tests/flags.at
tests/infer-tag.at