source: trunk/m4/missing-dev-prog.sh @ 1

Revision 1, 206 bytes checked in by mmamonski, 13 years ago (diff)

Torque/PBS DRMAA initial commit

Line 
1#!/bin/sh
2cat >&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.
6MESSAGE
7exit 1
Note: See TracBrowser for help on using the repository browser.