kill gss_map_name_to_any
[heimdal.git] / autogen.sh
blobeb6511a5552183fd52b9616ea4d53fa6f2a4e1d0
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 PATH=/usr/local/bin:$PATH
6 /usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }