]> 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>
Mon, 13 Jan 2025 15:33:50 +0000 (17:33 +0200)
commitc010d1e93fa6e3580543353e4cdc33a1fcb68781
tree656db2b1057a21e5921e854a73b333584e690771
parent723924e9f3f04fd0cea3b919a97dc7fcbdde2710
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