]> git.ipfire.org Git - thirdparty/pdns.git/blob - build-scripts/dist-recursor
Add support for dnsdist-15 to repo script.
[thirdparty/pdns.git] / build-scripts / dist-recursor
1 #!/usr/bin/env bash
2
3 set -e
4
5 if [ "$0" != "./build-scripts/dist-recursor" ]; then
6 echo "Please run me from the root checkout dir"
7 exit 1
8 fi
9 set -x
10
11 cd pdns/recursordist
12
13 autoreconf -vi
14 ./configure
15 make dist