From: Jan Engelhardt Date: Tue, 19 Oct 2010 16:01:19 +0000 (+0200) Subject: build: use subdir-objects and CC_C_O X-Git-Tag: v5.0-pre9~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd3b2350dae31d16166d66e7e143f78b5d5b6e3;p=thirdparty%2Fipset.git build: use subdir-objects and CC_C_O Signed-off-by: Jan Engelhardt --- diff --git a/configure.ac b/configure.ac index 99129eab..b86ec14d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([ipset], [5.0], [kadlec@blackhole.kfki.hu]) AC_CANONICAL_SYSTEM AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) dnl Shortcut: Linux supported alone case $target in @@ -104,6 +104,7 @@ AM_CONDITIONAL([DISABLE_EXTRA_FLAGS], [test "x$extra_flags" = xno]) dnl Checks for programs AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_LIBTOOL AC_PROG_INSTALL AC_PROG_LN_S