]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add MISSING=: to ATF configure arguments to suppress checks for
authorEvan Hunt <each@isc.org>
Wed, 2 Mar 2011 06:40:12 +0000 (06:40 +0000)
committerEvan Hunt <each@isc.org>
Wed, 2 Mar 2011 06:40:12 +0000 (06:40 +0000)
missing autotools files

configure.in

index d48a57fba068557638b0ad5cc6663a2adbe77ecb..0ec4693fa7f68c5afb4f84f33ea4cf9dfc280eb4 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.512.8.4 $)
+AC_REVISION($Revision: 1.512.8.5 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -3044,7 +3044,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