diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-12-17 03:00:31 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2011-12-17 03:47:27 +0100 |
commit | e93557848224f68e8cdd3e87e10fdcef987fc051 (patch) | |
tree | 29be953f1e7095e8a5ebd874cbc49ae683729715 /configure.ac | |
parent | ca7ba81e6598069057298fb2b0200ef93e62c313 (diff) | |
download | conntrack-tools-e93557848224f68e8cdd3e87e10fdcef987fc051.tar.gz conntrack-tools-e93557848224f68e8cdd3e87e10fdcef987fc051.zip |
build: use AC_CONFIG_AUX_DIR and stash away tools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 64d354f..3d536d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(conntrack-tools, 1.0.0, pablo@netfilter.org) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST - AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) |