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

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

version 1.0.7 release candidate

  • Property svn:keywords set to Id
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.