diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-01-26 19:30:33 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-26 19:30:33 +0100 |
commit | 4dd73e4e34b57685d8a85e041f6a0b4a65200e30 (patch) | |
tree | becf64574704dbffbd64f5698c0ec83d768677dc /Makefile.am | |
parent | 9532b922795943b0ea24e18cc878b28b7833b92e (diff) | |
download | conntrack-tools-4dd73e4e34b57685d8a85e041f6a0b4a65200e30.tar.gz conntrack-tools-4dd73e4e34b57685d8a85e041f6a0b4a65200e30.zip |
build: upgrade build system
- add .gitignore files
- replace outdated autoconf macros by new constructs, including autogen.sh
- and use AC_CONFIG_MACRO_DIR as suggested by libtool2:
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7383328..fde65aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ include Make_global.am # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs +ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 man_MANS = conntrack.8 conntrackd.8 |