swig / cccl

Unix cc compiler to Microsoft's cl compiler wrapper
GNU General Public License v3.0
123 stars 36 forks source link

README: replace / add to deprecated AM_PROG_LIBTOOL and AC_LIBTOOL_WIN32_DLL #12

Closed GitMensch closed 2 years ago

GitMensch commented 2 years ago

Not sure if we should keep the old deprecated options at all - or just go with the "newer" one:

As seen in https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html

instead of

AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL

the "new" way (since years) should likely be the one (primarily) documented:

LT_INIT [win32-dll]
wsfulton commented 2 years ago

Good observation, fixing...