Diff for /wikisrc/pkgsrc/how_to_convert_autotools_to_meson.mdwn between versions 1.3 and 1.5

version 1.3, 2020/11/10 19:32:35 version 1.5, 2020/11/17 11:31:40
Line 14  Basics Line 14  Basics
   
 You won't need the following, so delete them:  You won't need the following, so delete them:
   
         GNU_CONFIUGRE=  yes          GNU_CONFIGURE=          yes
         USE_LIBTOOL=    yes          USE_LIBTOOL=            yes
           USE_PKGLOCALEDIR=       yes
   
 Neither meson or cmake (another increasingly popular alternative) uses  Neither meson or cmake (another increasingly popular alternative) uses
 libtool to make shared libraries.  libtool to make shared libraries.
   
   `USE_PKGLOCALEDIR` is also actively harmful here.
   
 You will need the following:  You will need the following:
   
         .include "../../devel/meson/build.mk"          .include "../../devel/meson/build.mk"

Removed from v.1.3  
changed lines
  Added in v.1.5


CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb