2015-04-27 12:02:16 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
ldns=$(dirname $(realpath $0))
|
|
|
|
cd $ldns
|
|
|
|
|
|
|
|
libtoolize --copy
|
|
|
|
autoheader
|
|
|
|
autoconf
|
2018-05-12 12:00:18 +00:00
|
|
|
./configure --prefix= --exec-prefix=/usr --disable-dane-ta-usage
|
2015-04-27 12:02:16 +00:00
|
|
|
|
|
|
|
cd $ldns/drill
|
|
|
|
autoheader
|
|
|
|
autoconf
|
|
|
|
./configure --prefix= --exec-prefix=/usr
|