From: Nick Bowler Date: Tue, 19 Feb 2019 21:40:10 +0000 (-0500) Subject: Modernize build system a bit. X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/c2cc7db1ccde3eb2ff723c4b7b213a055f56e8ae?hp=c2cc7db1ccde3eb2ff723c4b7b213a055f56e8ae Modernize build system a bit. Mostly rewrite the build system bits with the following changes: - Convert to a non-recursive Automake setup. - Convert to standard Automake variables where practical. - Add rules to regenerate treefuncs as required. - Avoid BUILT_SOURCES by adding accurate prerequisites. - Remove NOINSTGLOB functionality as it seems pointless. - Properly hook generated HTML documentation into Automake. - Remove test bits for now, will be reintroduced later. - Simplify configure.ac. ---