Similar to the situation just fixed with Lefty, when Smyrna was disabled
(`--with-smyrna=no` passed to the build system), several Smyrna related
artifacts would still be built and installed. We now exclude the entire Smyrna
subdirectory, which should be less error prone.
Related to #2153.
- remove Bashism from `gvmap.sh` #2151
- Lefty artifacts are no longer installed when Lefty is disabled #2153
+- Smyrna artifacts are no longer installed when Smyrna is disabled
## [2.49.3] – 2021-10-22
## Process this file with automake to produce Makefile.in
-SUBDIRS = dot tools gvpr lneato dotty smyrna gvmap gvedit mingle edgepaint
+SUBDIRS = dot tools gvpr lneato dotty gvmap gvedit mingle edgepaint
if WITH_LEFTY
SUBDIRS += lefty
endif
+
+if WITH_SMYRNA
+SUBDIRS += smyrna
+endif
bin_PROGRAMS =
man_MANS =
pdf_DATA =
-if WITH_SMYRNA
if ENABLE_SHARED
bin_PROGRAMS += smyrna
endif
if ENABLE_MAN_PDFS
pdf_DATA += smyrna.1.pdf
endif
-endif
if ENABLE_MAN_PDFS
if HAVE_PS2PDF