]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: improve automake coding guideline adherence
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 31 May 2016 22:47:03 +0000 (10:47 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 31 May 2016 22:47:03 +0000 (10:47 +1200)
commit8aafbbc1e6783de29790dd0d92a1d823d328bfa3
treee4239bdc230f20fbcd45ab52fd1bce2f3ef2cf14
parent8d06d8698ddf13ed6f64b6d0baedc65c3f666da1
Cleanup: improve automake coding guideline adherence

Several features were not following guidelines on ENABLE_* automake
variable naming.

As a result fix ESI unit tests which were not being run and simplify
adaptation conditional creation.

And remove unused HAVE_SPEGNO conditional.
configure.ac
lib/Makefile.am
src/Makefile.am
src/acl/Makefile.am
src/adaptation/Makefile.am
src/esi/Makefile.am
test-suite/Makefile.am