]> git.ipfire.org Git - thirdparty/pdns.git/blob - build-scripts/dist-dnsdist
Merge pull request #9053 from rgacogne/devpoll-no-naked-pointer
[thirdparty/pdns.git] / build-scripts / dist-dnsdist
1 #!/bin/sh
2 set -e
3
4 if [ "$0" != "./build-scripts/dist-dnsdist" ]; then
5 echo "Please run me from the root checkout dir"
6 exit 1
7 fi
8
9 set -x
10
11 cd pdns/dnsdistdist
12
13 autoreconf -i
14 ./configure
15 make dist