]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - crypto/heimdal/autogen.sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / crypto / heimdal / autogen.sh
1 #!/bin/sh
2 # to really generate all files you need to run "make distcheck" in a
3 # object tree, but this will do if you have all parts of the required
4 # tool-chain installed
5 autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }