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

Revision 27, 207 bytes checked in by mmamonski, 12 years ago (diff)

SLURM DRMAA implemented: job on_missing, cleaner job_update

  • Property svn:keywords set to Id Revision
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
7
8exit 1
Note: See TracBrowser for help on using the repository browser.