OpenDKIM icon indicating copy to clipboard operation
OpenDKIM copied to clipboard

build-aux directory missing need files for compilation

Open vanyell opened this issue 1 year ago • 1 comments
trafficstars

Opendkim 2.10.3 has the following under build-aux

README compile config.guess config.sub depcomp install-sh ltmain.sh missing test-driver

Was there any reason they are not in the 2.11 beta2 build?

vanyell avatar Jan 21 '24 08:01 vanyell

Was there any reason they are not in the 2.11 beta2 build?

I guess it is simply because 2.11.0-Beta2 is not a release, thus its asset were not built by the instruction described in HowToRelease file.

README compile config.guess config.sub depcomp install-sh ltmain.sh missing test-driver

Those files except README are produced by autoreconf, and they are not under version control.

futatuki avatar Mar 26 '24 20:03 futatuki