From ea409398100df119bcf032d52e9d3d12827e50ba Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 12 Feb 2017 12:00:59 +0200 Subject: [PATCH] configure.ac: improve autoconf-archive warning Mention which version is needed. --- configure.ac | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index f769f8f6..b3b8d869 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2017 Dirk-Jan C. Binnema +c## Copyright (C) 2008-2017 Dirk-Jan C. Binnema ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -22,12 +22,14 @@ AC_CONFIG_SRCDIR([mu/mu.cc]) # libtoolize wants to put some stuff in here; if you have an old # autotools/libtool setup. you can try to comment this out AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_AUX_DIR([xua]) # Win/DOS don't like 'aux' +AC_CONFIG_AUX_DIR([build-aux]) m4_ifndef([AX_COMPILER_FLAGS],[ AC_MSG_ERROR([ - *** We need autoconf-archive for reconfiguring, but it is not found - *** Please install it.]) + *** autoconf-archive >= 20150925 required for the build setup. + *** Please install it, or get an official release from + *** https://github.com/djcb/mu/releases +]) ]) AX_IS_RELEASE([git-directory])