From 8077e81dc17c00bd6c7ce62a30778d57399ffa76 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Jan 2020 06:51:00 +0000 Subject: build system: added file annotations. --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 619ab6f..98a77db 100755 --- a/configure +++ b/configure @@ -1,5 +1,8 @@ #!/bin/sh +# project-agnostic ./configure script, written by hand. +# this file is covered by COPYING.SOFORT. + set -eu trap config_failure 1 2 EXIT -- cgit v1.2.3