summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/autogen.sh
blob: c3facbf5c7eed71a4bb5e69abf3f025d4a116c07 (plain)
1
2
3
4
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