* configure.ac: Detect unresolved AX_ macros

This commit is contained in:
Tim Rühsen 2021-01-23 19:09:36 +01:00
parent ea6143d56c
commit f81191951a

View File

@ -30,6 +30,11 @@ dnl
dnl Process this file with autoconf to produce a configure script.
dnl
dnl Error if AX_CODE_COVERAGE if missing (like on the 1.21 release).
m4_pattern_forbid([^_?AX_])
m4_pattern_allow([AX_CHECK_GNU_MAKE_HEADLINE])
m4_pattern_allow([_AX_CODE_COVERAGE_GCOV_PROG_WITH])
AC_INIT([wget],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[bug-wget@gnu.org])
AC_PREREQ([2.64])