source:
trunk/m4/missing-dev-prog.sh
@
12
Revision 12, 206 bytes checked in by mmamonski, 14 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[1] | 1 | #!/bin/sh |
2 | cat >&2 <<MESSAGE | |
3 | * ERROR: $1 was not found at configuration time while some | |
4 | * sources are build by it. Either install $1 or download | |
5 | * tarball with generated sources included. | |
6 | MESSAGE | |
7 | exit 1 |
Note: See TracBrowser
for help on using the repository browser.