gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: move aux before canonical c


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: move aux before canonical checks
Date: Sat, 20 Oct 2018 11:09:49 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 6db3d3269 move aux before canonical checks
6db3d3269 is described below

commit 6db3d32691dfeaae7d8591eb7ddf6217a01e7077
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 20 11:09:47 2018 +0200

    move aux before canonical checks
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9700e1ced..25ff26aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,11 +21,11 @@
 AC_PREREQ(2.61)
 # Checks for programs.
 AC_INIT([gnunet], [0.11.0pre66], address@hidden)
+AC_CONFIG_AUX_DIR([build-aux])
 
 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])

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]