]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add a script to build the dnsdist tarball
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 22 Apr 2015 15:09:40 +0000 (17:09 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 22 Apr 2015 15:09:40 +0000 (17:09 +0200)
build-scripts/dist-dnsdist [new file with mode: 0755]

diff --git a/build-scripts/dist-dnsdist b/build-scripts/dist-dnsdist
new file mode 100755 (executable)
index 0000000..b69b9c1
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+set -e
+
+if [ "$0" != "./build-scripts/dist-dnsdist" ]; then
+  echo "Please run me from the root checkout dir"
+  exit 1
+fi
+
+set -x
+
+cd pdns/dnsdistdist
+
+./populate
+autoreconf -i
+./configure
+make dist