diff options
author | midipix <writeonce@midipix.org> | 2015-10-31 18:02:18 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:25 -0500 |
commit | a554c20592765a09bcc59a008cf4a29abc58aeb4 (patch) | |
tree | ed866d6846f22ef27e6f5f790ae116b6ffaae657 /configure | |
parent | 3d3888f9db42f8c97bc076899ae691f2a2530f78 (diff) | |
download | perk-a554c20592765a09bcc59a008cf4a29abc58aeb4.tar.bz2 perk-a554c20592765a09bcc59a008cf4a29abc58aeb4.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 |