|
Last change
on this file since 9 was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
297 bytes
|
| Line | |
|---|
| 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; }
|
|---|
| 6 | find . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.