summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-05 19:03:28 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-05 19:16:05 +0100
commit9dfce83a3c849ec5f20dc5c18063eb3b0774e1ef (patch)
tree01db260232415e8d5f270074cbf0bd7ac0bc2c0e /configure.ac
parent1521d3de58250a9c475995f611bd2cae14741fb2 (diff)
build: move global automake options into configure.ac
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5a64fe..370b4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
AC_INIT([ulogd], [2.0.0beta4])
-AM_INIT_AUTOMAKE([-Wall])
+AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2 1.6])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])