summaryrefslogtreecommitdiff
path: root/lib/autoconf/functions.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-24 14:09:05 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-24 14:38:51 -0800
commit8a228e9d58363ad3ebdb89a05bd77568d1d863b7 (patch)
treef1a5184961547354e23e5527755e5c80a1bf789f /lib/autoconf/functions.m4
parent28d3433229c1ec0095c1a5ed0a6301dffceaf8c6 (diff)
downloadautoconf-8a228e9d58363ad3ebdb89a05bd77568d1d863b7.tar.gz
Use UTF-8 and spell "François" correctly
Diffstat (limited to 'lib/autoconf/functions.m4')
-rw-r--r--lib/autoconf/functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index de01f74a..110e2f05 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -23,7 +23,7 @@
# respectively. If not, see <https://www.gnu.org/licenses/>.
# Written by David MacKenzie, with help from
-# Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
+# François Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor,
# Roland McGrath, Noah Friedman, david d zuhn, and many others.
@@ -560,7 +560,7 @@ AC_DEFUN([_AC_FUNC_FNMATCH_IF],
[# Some versions of Solaris, SCO, and the GNU C Library
# have a broken or incompatible fnmatch.
# So we run a test program. If we are cross-compiling, take no chance.
- # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
+ # Thanks to John Oleynick, François Pinard, and Paul Eggert for this test.
AC_RUN_IFELSE(
[AC_LANG_PROGRAM(
[#include <fnmatch.h>