Ensure `--vips-config` only prints build configuration (#3062)

Also, remove a remnant of Autotools.
This commit is contained in:
Kleis Auke Wolthuizen 2022-09-24 12:26:30 +02:00 committed by GitHub
parent 5569022dbd
commit db96adfc00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View File

@ -88,7 +88,8 @@ foreach _, section : build_summary
foreach key, arr : section
if key.contains('gtk-doc') or \
key.contains('doxygen') or \
key.contains('introspection')
key.contains('introspection') or \
key.contains('examples')
continue
endif

View File

@ -1251,7 +1251,7 @@ vips_version_string( void )
* Get the major, minor or micro library version, with @flag values 0, 1 and
* 2.
*
* Get the ABI current, revision and age (as used by libtool) with @flag
* Get the ABI current, revision and age (as used by Meson) with @flag
* values 3, 4, 5.
*
* Returns: library version number

View File

@ -1,4 +0,0 @@
/* mac os x libtool needs to link libraries containing c++ (eg. cimg) with
* g++ ... force this with a dummy c++ file at the top level
*/
const int im__dummy_value = 42;