diff options
author | midipix <writeonce@midipix.org> | 2015-10-31 18:02:40 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-10-31 18:02:40 -0400 |
commit | 8d38abc054d048f89dadd92c993d2febafeece8e (patch) | |
tree | c5d08a4144e257183d65f96fe00bd12a2cb16d85 /configure | |
parent | 12e9b94fdf448938cf24678a64312428d356b05b (diff) | |
download | dalist-8d38abc054d048f89dadd92c993d2febafeece8e.tar.bz2 dalist-8d38abc054d048f89dadd92c993d2febafeece8e.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 |