Commit Diff


commit - 617ae38546228225f95507573ab21a4b5a7e9a40
commit + cb2b85512c2d10bf2f89b4d93f6157babc7e283f
blob - ce6e2c715b5ca94e8af8cc2f3e822a17f075863a
blob + b77d2bf5f02f1eea686236c38d1a85ac5e1348ab
--- configure
+++ configure
@@ -1,6 +1,8 @@
 #!/bin/sh
 #
 # Copyright (c) 2021 Omar Polo <op@omarpolo.com>
+# Copyright (c) 2011, 2013-2022 Ingo Schwarze <schwarze@openbsd.org>
+# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -14,9 +16,6 @@
 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# adapted from mandoc configure and oconfigure, thanks schwarze@ and
-# kristaps@!
-
 set -e
 
 [ -w config.log ] && mv config.log config.log.old