Skip to content

fix: always include dotty's lefty files in the tarball

Without dist_, Automake doesn't include files in the tarball. Whether they get installed or not is determined by the AM_CONDITIONAL.

@smattr the current Automake is broken and does conditional inclusion of the dotty/lefty files (which means if you try and run --enable-lefty with the 3.0.0 tarball, it fails). You want to include the files in tarball unconditionally, but only install them conditionally.

Merge request reports