diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-09 23:27:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-09 23:27:55 +0000 |
commit | 3038f02225f3203d8ddc095f40373c9e40bc3bfe (patch) | |
tree | 43d1df9cc673b13a0fb6582dd10e83a69c3c46e3 | |
parent | 6d8737eba83002296f2a0d084a778fa6238affc9 (diff) | |
download | coreutils-3038f02225f3203d8ddc095f40373c9e40bc3bfe.tar.xz |
Switch to UTF-8.
-rw-r--r-- | m4/fnmatch.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4 index ba2a88f59..ab7765b42 100644 --- a/m4/fnmatch.m4 +++ b/m4/fnmatch.m4 @@ -31,7 +31,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( [ |