mirror of
https://github.com/mirror/wget.git
synced 2024-12-26 21:00:26 +08:00
* configure.ac: Detect unresolved AX_ macros
This commit is contained in:
parent
ea6143d56c
commit
f81191951a
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user