Files
heimdal/autogen.sh
Luke Howard 9455577b65 Merge branch 'master' of github.com:heimdal/heimdal
Conflicts:
	lib/gssapi/gssapi/gssapi.h
	lib/gssapi/gssapi_mech.h
	lib/gssapi/mech/gss_mech_switch.c
2011-03-20 19:08:10 +11:00

7 lines
275 B
Bash
Executable File

#!/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
PATH=/usr/local/bin:$PATH
/usr/local/bin/autoreconf -f -i || { echo "autoreconf failed: $?"; exit 1; }