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