From: Ruben Kerkhof Date: Sat, 27 May 2017 11:46:07 +0000 (+0200) Subject: configure.ac: remove unneeded include X-Git-Tag: collectd-5.8.0~162 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=5656ad0619d99be0eab5dd642f2e6d384c2d0ac0;hp=6466fcb423f2a7f4af2a4558b9871488c5628671 configure.ac: remove unneeded include All files in AC_CONFIG_MACRO_DIR are included by default. --- diff --git a/configure.ac b/configure.ac index cbad867e..00735df4 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,6 @@ dnl we don't really need the 'u' even in older toolchains. Then there is dnl older libtool, which spelled it AR_FLAGS m4_divert_text([DEFAULTS], [: "${ARFLAGS=cr} ${AR_FLAGS=cr}"]) -m4_include([m4/ax_compare_version.m4]) - LT_INIT([dlopen disable-static]) AM_INIT_AUTOMAKE([subdir-objects tar-pax dist-bzip2 no-dist-gzip foreign])