projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d66b89e
)
TR suggested using AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE to prevent build issue...
author
Christian Grothoff
<christian@grothoff.org>
Thu, 18 Oct 2018 15:18:28 +0000
(17:18 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 18 Oct 2018 15:18:28 +0000
(17:18 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 804a7dd56d9903c2cdec619546fa296bbb82f3df..9700e1ced9b47607923e0afe20ddab1003063691 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-25,7
+25,7
@@
AC_INIT([gnunet], [0.11.0pre66], [bug-gnunet@gnu.org])
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
AC_CANONICAL_SYSTEM
-
+AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS([gnunet_config.h])