diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-10 02:45:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-10 02:45:04 +0000 |
commit | afe8728a3be63b0f6b7242d0d8b002f1f20d7139 (patch) | |
tree | 8e54e079fecd38737283caf3998cb522d005602c /configure | |
parent | 0ea1030bba20b5f8f3b909a4e5673b2f1798af92 (diff) | |
download | mandoc-afe8728a3be63b0f6b7242d0d8b002f1f20d7139.tar.gz |
Clarifications in comments and standard output suggested by
Paul Onyschuk <ptmelville at gmail dot com> (Alpine Linux)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +echo "/* RUNNING ./CONFIGURE - SHOULD BE USED ONLY VIA MAKE, READ INSTALL */" + set -e exec > config.h 2> config.log |