summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/autogen.sh
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2008-05-07 13:39:42 +0000
committerdfr <dfr@FreeBSD.org>2008-05-07 13:39:42 +0000
commit51b6601db456e699ea5d4843cbc7239ee92d9c13 (patch)
tree4dbb862199a916e3ffe75f1cb08703ec0e662ffc /crypto/heimdal/autogen.sh
parent2565fa13487d5bfc858144e431e3dfd7ffa5200e (diff)
downloadFreeBSD-src-51b6601db456e699ea5d4843cbc7239ee92d9c13.zip
FreeBSD-src-51b6601db456e699ea5d4843cbc7239ee92d9c13.tar.gz
Vendor import of Heimdal 1.1
Diffstat (limited to 'crypto/heimdal/autogen.sh')
-rw-r--r--crypto/heimdal/autogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/heimdal/autogen.sh b/crypto/heimdal/autogen.sh
new file mode 100644
index 0000000..c3facbf
--- /dev/null
+++ b/crypto/heimdal/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# to really generate all files you need to run "make distcheck" in a
+# object tree, but this will do if you have all parts of the required
+# tool-chain installed
+autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }
OpenPOWER on IntegriCloud