projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6466fcb
)
configure.ac: remove unneeded include
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 11:46:07 +0000
(13:46 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 11:46:42 +0000
(13:46 +0200)
All files in AC_CONFIG_MACRO_DIR are included by default.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
cbad867
..
00735df
100644
(file)
--- 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])