diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-04-06 19:10:43 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-04-06 19:10:43 +0000 |
commit | 40509f494d63f8650eb925bfe0b515838ed36f3c (patch) | |
tree | fc612026b25cc218c7b10162e4cd495703bff207 /usr.sbin/nsd | |
parent | 34ec9e9855950b0580384cd66c600c1e2f881f33 (diff) |
convert UTF-8 to plain ascii, spotted by florian
Diffstat (limited to 'usr.sbin/nsd')
-rw-r--r-- | usr.sbin/nsd/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/aclocal.m4 b/usr.sbin/nsd/aclocal.m4 index c9e043e0304..45cdde0c23a 100644 --- a/usr.sbin/nsd/aclocal.m4 +++ b/usr.sbin/nsd/aclocal.m4 @@ -15,8 +15,8 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 11 (pkg-config-0.29.1) -dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. -dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> +dnl Copyright (c) 2004 Scott James Remnant <scott@netsplit.com>. +dnl Copyright (c) 2012-2015 Dan Nicholson <dbn.lists@gmail.com> dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by |