]> granicus.if.org Git - pdns/commitdiff
Remove outdated bootstrap.freebsd script
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 13 Oct 2014 17:51:01 +0000 (19:51 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 13 Oct 2014 17:51:01 +0000 (19:51 +0200)
The normal bootstrap script works just fine

bootstrap.freebsd [deleted file]

diff --git a/bootstrap.freebsd b/bootstrap.freebsd
deleted file mode 100755 (executable)
index 4f94d3d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-echo Please ignore this warning when you see it:
-echo warning: AC_TRY_RUN called without default to allow cross compiling
-echo
-
-
-aclocal19
-autoheader259
-libtoolize15 --force
-automake19 --add-missing --copy --foreign 
-autoconf259
-