diff options
author | midipix <writeonce@midipix.org> | 2015-10-31 18:01:56 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-10-31 18:07:39 -0400 |
commit | 1a5f04dd5a261d05b4e7c898557c0f7181a41dda (patch) | |
tree | 8124d567025a1f01ba5be1471dff9e3b934130e5 /configure | |
parent | 79e98b6ff6e1ea4d137385df9eb604a9ea5e7aad (diff) | |
download | ntapi-1a5f04dd5a261d05b4e7c898557c0f7181a41dda.tar.bz2 ntapi-1a5f04dd5a261d05b4e7c898557c0f7181a41dda.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 |