source: branches/2.0/drmaa2_utils/m4/missing-dev-prog.sh @ 78

Revision 78, 206 bytes checked in by mmamonski, 12 years ago (diff)

DRMAA 2.0 utils cont...

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.