aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-18 17:18:28 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-18 17:18:28 +0200
commit8b61a5fc9ea1c09a67758d296bc97533e0c07a68 (patch)
tree33ffd33744324794c9c21fa39471dfd6fb75fabf /configure.ac
parentd66b89ea37c9885f3ea8c42a6735b2c805c00618 (diff)
downloadgnunet-8b61a5fc9ea1c09a67758d296bc97533e0c07a68.tar.gz
gnunet-8b61a5fc9ea1c09a67758d296bc97533e0c07a68.zip
TR suggested using AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE to prevent build issue when parent dir is automake project dir
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 804a7dd56..9700e1ced 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_INIT([gnunet], [0.11.0pre66], [bug-gnunet@gnu.org])
25AC_CANONICAL_TARGET 25AC_CANONICAL_TARGET
26AC_CANONICAL_HOST 26AC_CANONICAL_HOST
27AC_CANONICAL_SYSTEM 27AC_CANONICAL_SYSTEM
28 28AC_CONFIG_AUX_DIR([build-aux])
29AM_INIT_AUTOMAKE 29AM_INIT_AUTOMAKE
30m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) 30m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
31AC_CONFIG_HEADERS([gnunet_config.h]) 31AC_CONFIG_HEADERS([gnunet_config.h])