update build instructions

This commit is contained in:
djcb
2016-12-13 23:03:25 +02:00
parent dde7928855
commit 50ba087b7a
3 changed files with 11 additions and 9 deletions

View File

@ -14,7 +14,7 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
AC_PREREQ([2.69])
AC_PREREQ([2.68])
AC_INIT([mu],[0.9.19],[https://github.com/djcb/mu/issues],[mu])
AC_COPYRIGHT([Copyright (C) 2008-2016 Dirk-Jan C. Binnema])
AC_CONFIG_HEADERS([config.h])
@ -24,6 +24,9 @@ AC_CONFIG_SRCDIR([mu/mu.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([xua]) # Win/DOS don't like 'aux'
m4_ifdef([AX_COMPILER_FLAGS], [],
AC_MSG_ERROR([Please install autoconf-archive]))
AX_IS_RELEASE([git-directory])
AX_CHECK_ENABLE_DEBUG([yes])