mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 01:40:23 -05:00
add MISSING=: to ATF configure arguments to suppress checks for
missing autotools files
This commit is contained in:
parent
e385b3f9b9
commit
bed2bf2ec7
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
|
|||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.489.22.18 $)
|
||||
AC_REVISION($Revision: 1.489.22.19 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.59)
|
||||
|
|
@ -2961,7 +2961,7 @@ if test "$atf" = yes; then
|
|||
ATFBUILD=atf-src
|
||||
AC_SUBST(ATFBUILD)
|
||||
AC_CONFIG_COMMANDS([atf-config],
|
||||
[cd unit/atf-src; sh ./configure --prefix $atfdir; cd ../..],
|
||||
[cd unit/atf-src; ${SHELL} ./configure MISSING=: --prefix $atfdir; cd ../..],
|
||||
[atfdir=`pwd`/unit/atf])
|
||||
AC_MSG_RESULT(building ATF from bind9/unit/atf-src)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue