diff options
author | midipix <writeonce@midipix.org> | 2015-10-31 17:17:06 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-10-31 17:17:06 -0400 |
commit | 200877d9d51c3dca213e03072ac923706959caa4 (patch) | |
tree | 92148f57f737eca0ac54d4cd009582316cf078a1 /configure | |
parent | 0a2faaa427747c6346f83cf5a5ac23d9d3826f8c (diff) | |
download | pemagine-200877d9d51c3dca213e03072ac923706959caa4.tar.bz2 pemagine-200877d9d51c3dca213e03072ac923706959caa4.tar.xz |
build system: configure: usage(): initial documentation.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ # as well as both LDFLAGS and LDFLAGS_CMDLINE, however # the latter variable of each pair should be preferred. +usage() +{ + cat config.usage + exit $? +} + error_msg() { echo $@ >&2 |