Some tidying and autotools updates and fixes. Changes since v1: * ignore `.dirstamp` anywhere; * fix `--disable-static`; * drop `AC_PREREQ` bump. Jeremy Sowden (12): gitignore: add Emacs artefacts gitignore: ignore .dirstamp build: remove unused Makefile fragment build: remove empty filter sub-directory build: move cpp flag to the only Makefile.am file where it's needed build: add Make_global.am for common flags and include it where necessary build: use `dist_man_MANS` build: only conditionally enter sub-directories containing optional code build: move library dependencies from LDFLAGS to LIBADD build: update obsolete autoconf macros build: quote and reformat some autoconf macro arguments build: reformat autoconf AC_ARG_WITH, AC_ARG_ENABLE and related macros .gitignore | 5 +- Make_global.am | 2 + Makefile.am | 11 +- Rules.make.in | 43 ------- configure.ac | 226 ++++++++++++++------------------- filter/Makefile.am | 7 +- filter/packet2flow/Makefile.am | 0 filter/raw2packet/Makefile.am | 4 +- include/libipulog/Makefile.am | 1 - include/ulogd/Makefile.am | 1 - input/Makefile.am | 9 +- input/flow/Makefile.am | 14 +- input/packet/Makefile.am | 23 ++-- input/sum/Makefile.am | 9 +- libipulog/Makefile.am | 4 +- output/Makefile.am | 41 +++++- output/dbi/Makefile.am | 8 +- output/ipfix/Makefile.am | 3 +- output/mysql/Makefile.am | 7 +- output/pcap/Makefile.am | 8 +- output/pgsql/Makefile.am | 8 +- output/sqlite3/Makefile.am | 7 +- src/Makefile.am | 8 +- 23 files changed, 189 insertions(+), 260 deletions(-) create mode 100644 Make_global.am delete mode 100644 Rules.make.in delete mode 100644 filter/packet2flow/Makefile.am -- 2.33.0