projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca1750
)
Use AC_CONFIG_MACRO_DIR() instead of _DIRS().
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 15 Jul 2015 13:12:53 +0000
(15:12 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 15 Jul 2015 13:12:53 +0000
(15:12 +0200)
The former is guaranteed to work with autoconf 2.58 and later, and we
don't have multiple m4 directories anyway.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f045798d51f75e4f66fce76d0bb83b29b6e22f0f..04f16bf6141f090ca639eeaad20647037ab1f052 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-6,7
+6,7
@@
AC_CONFIG_SRCDIR([src/tincd.c])
AC_GNU_SOURCE
AM_INIT_AUTOMAKE([std-options subdir-objects -Wall])
AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_MACRO_DIR
S
([m4])
+AC_CONFIG_MACRO_DIR([m4])
# Enable GNU extensions.
# Define this here, not in acconfig's @TOP@ section, since definitions