repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Capture failures from krb5_cc_get_principal()
[heimdal.git]
/
autogen.sh
blob
c3facbf5c7eed71a4bb5e69abf3f025d4a116c07
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
; }