summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/autogen.sh
diff options
context:
space:
mode:
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