dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.57k stars 398 forks source link

Please package autotools output in releases #331

Open amluto opened 5 years ago

amluto commented 5 years ago

It's generally good practice to include the autotools output (i.e. a working configure script) in release tarballs. That way users can just run ./configure without making sure that they have a full autotools setup that matches their expectations. It also means that missing packages will be correctly reported by ./configure rather than causing incomprehensible errors when running autogen.sh.