buildsys: remove some stray files

Since we depend on autoconf-archive now, we don't need the copies of
some of the m4 files, esp. since those break the autoconf-archive check
in configure.ac.
This commit is contained in:
djcb
2016-12-31 16:55:35 +02:00
parent 72a1da9da8
commit 5a03c115c9
7 changed files with 6 additions and 626 deletions

View File

@ -24,8 +24,11 @@ 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]))
m4_ifndef([AX_COMPILER_FLAGS],[
AC_MSG_ERROR([
*** We need autoconf-archive for reconfiguring, but it is not found
*** Please install it.])
])
AX_IS_RELEASE([git-directory])
AX_CHECK_ENABLE_DEBUG([yes])