diff options
author | midipix <writeonce@midipix.org> | 2018-12-21 03:23:28 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-21 22:48:15 -0500 |
commit | 2abc0e64df877a136f943fef549229562c3e5fb6 (patch) | |
tree | 55ce5048ffb00818f7c0586e26927248c410e710 /configure | |
parent | 8170fa15cd9a7397bf112918277af28d6e05372a (diff) | |
download | apimagic-2abc0e64df877a136f943fef549229562c3e5fb6.tar.bz2 apimagic-2abc0e64df877a136f943fef549229562c3e5fb6.tar.xz |
build system: configure: be strict (set -eu).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ # as well as both LDFLAGS and LDFLAGS_CMDLINE, however # the latter variable of each pair should be preferred. +set -eu + usage() { cat "$mb_project_dir"/config.usage |