* doc/lib-symbol-visibility.texi: Tweak BUILDING_SHARED snippet.
+2022-07-10 Bruno Haible <bruno@clisp.org>
+
+ lib-symbol-visibility: Improve documentation.
+ * doc/lib-symbol-visibility.texi: Tweak BUILDING_SHARED snippet.
+
2022-07-10 Bruno Haible <bruno@clisp.org>
doc: Mark Minix as no longer tested.
@smallexample
if test "$enable_shared" = yes; then
- shared=1
+ building_shared=1
else
- shared=0
+ building_shared=0
fi
- AC_DEFINE_UNQUOTED([BUILDING_SHARED], [$shared], [Define when --enable-shared is used.])
+ AC_DEFINE_UNQUOTED([BUILDING_SHARED], [$building_shared],
+ [Define when --enable-shared is used.])
@end smallexample