]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use 'sh ./configure' since configure might not be executable...
authorEvan Hunt <each@isc.org>
Sat, 26 Feb 2011 02:52:45 +0000 (02:52 +0000)
committerEvan Hunt <each@isc.org>
Sat, 26 Feb 2011 02:52:45 +0000 (02:52 +0000)
configure.in

index 3ab7b621f8e633cbaf314d7931ce2d4d32ca3ad0..25244fb034ec42a06ee9dde5c2785077f01907de 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.2 $)
+AC_REVISION($Revision: 1.512.8.3 $)
 
 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; ./configure --prefix $atfdir; cd ../..],
+               [cd unit/atf-src; sh ./configure --prefix $atfdir; cd ../..],
                [atfdir=`pwd`/unit/atf])
        AC_MSG_RESULT(building ATF from bind9/unit/atf-src)
 fi