]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use UTF-8 and spell "François" correctly
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2022 22:09:05 +0000 (14:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2022 22:38:51 +0000 (14:38 -0800)
20 files changed:
AUTHORS
ChangeLog.0
ChangeLog.1
ChangeLog.2
doc/autoconf.texi
lib/autoconf/autoheader.m4
lib/autoconf/autotest.m4
lib/autoconf/autoupdate.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/headers.m4
lib/autoconf/lang.m4
lib/autoconf/libs.m4
lib/autoconf/programs.m4
lib/autoconf/specific.m4
lib/autoconf/status.m4
lib/autoconf/types.m4
lib/m4sugar/m4sugar.m4

diff --git a/AUTHORS b/AUTHORS
index 1d73d4c3b4d7c7acd1b0cb878539940825030c9e..cbbcf82272822979a10f625dff1de73eef1bbdce 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -23,7 +23,7 @@ David J. MacKenzie          djm@gnu.org                         1991-07-09
 James L. Avera              ?                                   1993-10-04
 Roland McGrath              roland@gnu.org                      1994-06-24
 Noah Friedman               friedman@gnu.org                    1994-07-15
-Francois Pinard             pinard@iro.umontreal.ca             1997-02-02
+François Pinard             pinard@iro.umontreal.ca             1997-02-02
 Thomas E. Dickey            dickey@clark.net                    1998-01-11
 Matthew D. Langston         langston@slac.stanford.edu          1998-09-29
 Mark Elbrecht               snowball3@usa.net                   1999-01-11
index d8f857e5b6d98926dc8f4957a98828052c2127f2..67b720bdc35cc375d1bb0095d300d00fcfcf0f4e 100644 (file)
@@ -11,7 +11,7 @@ Sat Jul 18 13:40:46 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
 Fri Jul 17 00:00:07 1992  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
 
        * autoconf.sh: Print the lines of the input file where
-       unresolved macros occur.  From Francois Pinard.
+       unresolved macros occur.  From François Pinard.
 
        * acspecific.m4 (AC_PROG_INSTALL), acgeneral.m4
        (AC_PROGRAM_CHECK): Use test -f instead of -s.
@@ -107,7 +107,7 @@ Fri Jun 19 13:18:12 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
 Thu Jun 18 12:10:27 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
 
        * acgeneral.m4 (AC_BEFORE): Print message in next-error format.
-       From Franc,ois Pinard.
+       From François Pinard.
 
        * acgeneral.m4 (AC_PROGRAM_CHECK): If args-for-use is empty,
        don't put a space after the program name.
@@ -129,7 +129,7 @@ Tue Jun 16 14:46:29 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
        * autoconf.sh: Remove incomplete output file if interrupted.
 
        * acgeneral.m4 (AC_INIT): Avoid running an extra subshell for pwd.
-       From Franc,ois Pinard.
+       From François Pinard.
 
 Mon Jun 15 21:27:49 1992  David J. MacKenzie  (djm@wookumz.gnu.ai.mit.edu)
 
index ff1a5da1587c03f7a42fb5962ce0abfec0b1e21c..919488521f2c1c487ff2009b1b872b3651c25336 100644 (file)
@@ -640,7 +640,7 @@ Sat Oct  9 08:29:15 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
 
        * configure.in: Check for GNU m4 under several names.
        * Makefile.in: Use that value.
-       From Franc,ois Pinard.
+       From François Pinard.
 
        * acspecific.m4 (AC_STRUCT_TM): Use a member of struct tm, to
        make sure the compiler complains if it's not defined.
@@ -1576,7 +1576,7 @@ Wed Jan 13 16:05:59 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
        * acgeneral.m4 (AC_FUNC_CHECK): Add missing #endif.
 
        * acgeneral.m4 (AC_OUTPUT): Use sed, not basename.
-       From Francois Pinard.
+       From François Pinard.
 
 Wed Jan 13 15:49:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
@@ -1586,7 +1586,7 @@ Wed Jan 13 15:49:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 Wed Jan 13 15:29:04 1993  David J. MacKenzie  (djm@kropotkin.gnu.ai.mit.edu)
 
        * autoheader.sh: If input is empty, don't print all of
-       acconfig.h.  From Francois Pinard.
+       acconfig.h.  From François Pinard.
 
        * acgeneral.m4 (AC_OUTPUT): Have config.status check all of its
        args for validity.
index e596d9a9e2cbaa6eaa13e4056c2611cbdd2ea22c..7b1c7c99dece7a9f86529f569d8de4fa5aeb951d 100644 (file)
 2000-07-10  Akim Demaille  <akim@epita.fr>
 
        * AUTHORS: Update.
-       * doc/autoconf.texi: Free Franc,ois Pinard from iftex and ifinfo,
+       * doc/autoconf.texi: Free François Pinard from iftex and ifinfo,
        use @,c.
        Don't use `@code{m4}' when you mean M4, just as you shall not say
        `@code{cc}' when you refer to the C language.
        * acgeneral.m4 (_AC_SHELL_DIRNAME): Return `.', not `' when there
        is no directory part.
 
-2000-07-07  Franc,ois Pinard  <pinard@iro.umontreal.ca>
+2000-07-07  François Pinard  <pinard@iro.umontreal.ca>
 
        * tests/atgeneral.m4 (AT_CHECK): Fix a redirection problem.
 
 
        * acgeneral.m4 (AC_MSG_WARN): s/warning/WARNING/.
        * autoheader.sh: Likewise.
-       From Franc,ois Pinard.
+       From François Pinard.
 
 2000-05-19  Akim Demaille  <akim@epita.fr>
 
 2000-02-15  Akim Demaille  <akim@epita.fr>
 
        autoreconf had a silly syntax error, test it and fix it.
-       Reported by Franc,ois Pinard and Rainer Orth.
+       Reported by François Pinard and Rainer Orth.
 
        * autoreconf.sh: Removed spurious `;;'.
        Formatting changes.
 1999-10-31  Ben Elliston  <bje@cygnus.com>
 
        * acspecific.m4 (AC_PROG_CC_STDC, AC_C_PROTOTYPES): Inherit from
-       Automake. From Franc,ois Pinard.
+       Automake. From François Pinard.
        * autoconf.texi (Particular Programs): Document AC_PROG_CC_STDC.
        (C Compiler Characteristics): Document AC_C_PROTOTYPES.
 
 
        * autoconf.texi (System Services): Explain the semantics of the
        AC_SYS_RESTARTABLE_SYSCALLS macro in greater detail. Suggested by
-       Franc,ois Pinard.
+       François Pinard.
 
 1999-02-22  Stu Grossman  <grossman@cygnus.com>
 
@@ -10669,7 +10669,7 @@ Sun Oct  4 21:57:20 1998  Tom Tromey  <tromey@cygnus.com>
        Detect UnixWare 7.  Contributed by Paul Gampe.
 
        * acspecific.m4 (AC_PROG_INSTALL): Substitute `INSTALL_SCRIPT'.
-       Contributed by Franc,ois Pinard
+       Contributed by François Pinard
        (AC_C_STRINGIZE): New macro to test the availability of the
        stringizing operator in the C preprocessor. Contributed by Arnold
        Robbins on behalf of the GNU AWK project.
@@ -11461,7 +11461,7 @@ Wed Mar  8 17:05:06 1995  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
 Wed Mar  8 12:44:34 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
 
        * Makefile.in: Follow cd commands with &&, not ;.
-       From Franc,ois Pinard.
+       From François Pinard.
 
 Tue Mar  7 11:48:19 1995  David J. MacKenzie  <djm@catapult.va.pubnix.com>
 
@@ -12075,7 +12075,7 @@ Tue Aug 30 14:02:07 1994  David J. MacKenzie  (djm@mole.gnu.ai.mit.edu)
        (AC_DIVERT_PUSH, AC_DIVERT_POP): New macros.
        (AC_INIT, AC_ARG_ENABLE, AC_ARG_WITH, AC_SUBST, AC_SUBST_FILE,
        AC_REQUIRE): Use them.
-       From Franc,ois Pinard (bless his soul!).
+       From François Pinard (bless his soul!).
        (AC_PRO, AC_EPI): New macros.
        (AC_DEFUN): Use them.
        (AC_INIT): sinclude aclocal.m4 herea.
@@ -12181,7 +12181,7 @@ Thu Aug 25 09:26:36 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
        * Makefile.in (install): Use for loops.  From Jim Meyering.
 
        * acgeneral.m4: Revise diversions to rely on implicit flushing at
-        the end of the m4 run.  Idea from Franc,ois Pinard.
+        the end of the m4 run.  Idea from François Pinard.
         (AC_INIT_PREPARE, AC_ARG_ENABLE, AC_ARG_WITH, AC_PREFIX_PROGRAM):
         Write to the appropriate diversions.
         (AC_ENABLE, AC_WITH): Supply default help string.
@@ -12201,7 +12201,7 @@ Wed Aug 24 00:19:05 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
        * acgeneral.m4 (AC_EGREP_CPP, AC_TRY_LINK, AC_TRY_RUN,
         AC_TRY_CPP): Add #line directives.
        * autoconf.sh: Make the #line directives accurate.
-       From Franc,ois Pinard.
+       From François Pinard.
 
        * acgeneral.m4 (AC_OUTPUT): Set ac_given_INSTALL from INSTALL.
        (AC_SUBST_FILE): Replace with what was AC_INSERT_FILE.
@@ -12333,7 +12333,7 @@ Fri Aug 12 10:15:51 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
 
 Thu Aug 11 08:25:08 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
 
-       * acspecific.m4 (AC_OS_XENIX): Fix assignments.  From Franc,ois
+       * acspecific.m4 (AC_OS_XENIX): Fix assignments.  From François
         Pinard.
         (AC_SYS_REMOTE_TAPE): Fix typo.
 
@@ -12353,7 +12353,7 @@ Wed Aug 10 09:30:11 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
 
        * acgeneral.m4 (AC_CACHE_LOAD, AC_CACHE_SAVE, AC_SITE_LOAD,
         AC_MSG_CHECKING): Aesthetic changes to messages, suggested by
-        Franc,ois Pinard.
+        François Pinard.
 
        * acspecific.m4 acgeneral.m4 acoldnames.m4: Rename
        AC_TRY_CROSS to AC_C_CROSS.
@@ -12416,7 +12416,7 @@ Tue Aug  9 00:17:28 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
        * acgeneral.m4 (AC_CACHE_SAVE, AC_CACHE_LOAD, AC_SITE_LOAD):
        Use echo instead of AC_MSG_RESULT.
        (AC_INIT_PARSEARGS): Group options by topic in help message.  Idea
-       from Franc,ois Pinard.
+       from François Pinard.
 
        * TODO: New file.
 
@@ -12441,7 +12441,7 @@ Sat Jul 30 09:53:38 1994  David J. MacKenzie  (djm@vortex.eng.umd.edu)
         the old DIRENT, SYSDIR, etc.
 
        * acgeneral.m4 acspecific.m4: Add missing spaces between arguments
-        to m4 calls.  From Franc,ois Pinard.
+        to m4 calls.  From François Pinard.
 
        * autoconf.sh: Read acoldnames.m4.
        * Makefile.in (DISTFILES, PROGS, install, clean): Add
index 5948902f411b936b6654da975f43083acdec71e4..7d56758ab8f37718d2cb8a48b881124280972e09 100644 (file)
@@ -497,7 +497,7 @@ Writing Autoconf Macros
 * Macro Names::                 What to call your new macros
 * Dependencies Between Macros::  What to do when macros depend on other macros
 * Obsoleting Macros::           Warning about old ways of doing things
-* Coding Style::                Writing Autoconf macros @`a la Autoconf
+* Coding Style::                Writing Autoconf macros à la Autoconf
 
 Dependencies Between Macros
 
@@ -701,7 +701,7 @@ shouted: ``And the Chaos, where do you think it was coming from, hmm?''
 
 ---Anonymous
 @end flushright
-@c (via Franc,ois Pinard)
+@c (via François Pinard)
 
 Autoconf is a tool for producing shell scripts that automatically
 configure software source code packages to adapt to many kinds of
@@ -1325,7 +1325,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[char b[10];]])], [],
 @end example
 
 @noindent
-Voil@`a, you actually produce @samp{char b[10];} this time!
+Voilà, you actually produce @samp{char b[10];} this time!
 
 On the other hand, descriptions (e.g., the last parameter of
 @code{AC_DEFINE} or @code{AS_HELP_STRING}) are not literals---they
@@ -14670,7 +14670,7 @@ and M4sh (@pxref{Programming in M4sh}).
 * Macro Names::                 What to call your new macros
 * Dependencies Between Macros::  What to do when macros depend on other macros
 * Obsoleting Macros::           Warning about old ways of doing things
-* Coding Style::                Writing Autoconf macros @`a la Autoconf
+* Coding Style::                Writing Autoconf macros à la Autoconf
 @end menu
 
 @node Macro Definitions
@@ -26738,7 +26738,7 @@ FOO
 @noindent
 but that was getting complex, so the author wanted to offload some of
 the text into a new macro in another file included via
-@file{aclocal.m4}.  The na@"ive approach merely wraps the text in a new
+@file{aclocal.m4}.  The naïve approach merely wraps the text in a new
 macro:
 
 @example
@@ -27050,7 +27050,7 @@ In the fall of 1991 I called together a group of fellow questers after
 the Holy Grail of portability (er, that is, alpha testers) to give me
 feedback as I encapsulated pieces of my handwritten scripts in M4 macros
 and continued to add features and improve the techniques used in the
-checks.  Prominent among the testers were Fran@,{c}ois Pinard, who came up
+checks.  Prominent among the testers were François Pinard, who came up
 with the idea of making an Autoconf shell script to run M4
 and check for unresolved macro calls; Richard Pixley, who suggested
 running the compiler instead of searching the file system to find
@@ -27085,7 +27085,7 @@ version is better, but still doesn't provide everything we need.
 
 More development occurred as people put Autoconf under more stresses
 (and to uses I hadn't anticipated).  Karl Berry added checks for X11.
-david zuhn contributed C++ support.  Fran@,{c}ois Pinard made it diagnose
+david zuhn contributed C++ support.  François Pinard made it diagnose
 invalid arguments.  Jim Blandy bravely coerced it into configuring
 GNU Emacs, laying the groundwork for several later improvements.
 Roland McGrath got it to configure the GNU C Library, wrote the
@@ -27133,7 +27133,7 @@ of the program.  I made the messages showing results of the checks less
 ambiguous, always printing a result.  I regularized the names of the
 macros and cleaned up coding style inconsistencies.  I added some
 auxiliary utilities that I had developed to help convert source code
-packages to use Autoconf.  With the help of Fran@,{c}ois Pinard, I made
+packages to use Autoconf.  With the help of François Pinard, I made
 the macros not interrupt each others' messages.  (That feature revealed
 some performance bottlenecks in GNU M4, which he hastily
 corrected!)  I reorganized the documentation around problems people want
@@ -27141,7 +27141,7 @@ to solve.  And I began a test suite, because experience had shown that
 Autoconf has a pronounced tendency to regress when we change it.
 
 Again, several alpha testers gave invaluable feedback, especially
-Fran@,{c}ois Pinard, Jim Meyering, Karl Berry, Rob Savoye, Ken Raeburn,
+François Pinard, Jim Meyering, Karl Berry, Rob Savoye, Ken Raeburn,
 and Mark Eichin.
 
 Finally, version 2.0 was ready.  And there was much rejoicing.  (And I
@@ -27403,6 +27403,7 @@ introduced in this document.
 @c  LocalWords:  configmake vx bashdb tvtwm questers UUCP McGrath
 @c  LocalWords:  ispell
 @c Local Variables:
+@c coding: utf-8
 @c fill-column: 72
 @c ispell-local-dictionary: "american"
 @c indent-tabs-mode: nil
index e326aeb16620057e243e6d8a8f2a541ab692bd2c..071684b105ca8433f99bc44ec74860080d1ea67a 100644 (file)
@@ -25,7 +25,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.
 
 
index 40383c095b692ef12098daf381d8cb5c8f0bdacc..bb7f6ff3e0fbcd43adf1adfff498a10b21fc0b2d 100644 (file)
@@ -24,7 +24,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.
 
 
index adef7fb40df998831769ba26edc459d47f528813..068e9b7f6f43e67d548c2b83a72c674bc78808ab 100644 (file)
@@ -25,7 +25,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.
 
 
index a388599c1a37b445805706a4a6e615fb111e03ca..96a784a4b395b746551a0e77c6466ef4e65e37d7 100644 (file)
@@ -24,7 +24,7 @@
 
 # Written by David MacKenzie, with help from
 # Akim Demaille, Paul Eggert,
-# 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.
 
 
index d8e4e6b140092393c41c19830e30ed968ba8885a..22e2ae5f8910c82a3554e2fdf892bc0992d29758 100644 (file)
@@ -24,7 +24,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.
 
 
index de01f74a2f21e2ce4a1928ddd019cc40561d2460..110e2f052b39afdb314eeb0e4ff520a9280da7b2 100644 (file)
@@ -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>
index 5540ae057f31a91eecb16f934978b08e69f20b6c..29243142be4178678fe60051a97625e025243a91 100644 (file)
@@ -26,7 +26,7 @@ Inc.
 # 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.
 
 
index 5fde7f5af8158e820bc78acb2b2569563547f6fb..c5acd16e64930b570830eb1ff765c51a30421aad 100644 (file)
@@ -25,7 +25,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.
 
 
index cbe39ad213377a42be4775189bad7d46d4ebe09e..48da66b7e70557aa9d4c331dc24e74d6e2233850 100644 (file)
@@ -24,7 +24,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.
 
 
index a9350c3745ed0cd5fe61a16c7884b15911e2571a..796eaeaa19c84748a14a2d4d2aa8f92429708d7d 100644 (file)
@@ -24,7 +24,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.
 
 # Table of contents
index 618f3172a707b0e1a7f8faa2d849efa8a6869176..242a20cec9fab5c9efff41155c4c89e71c4ec180 100644 (file)
@@ -25,7 +25,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.
 
 
index 576212a3264283f7dbc155c937576dc5afdf1b68..231da8da62dc7bf32e52e4e729e1885531b80ad9 100644 (file)
@@ -25,7 +25,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.
 
 
index 55f2d9e921fc2e417abcf4051acf9651feaa109d..b8995cf2c3e901749578bb4af11f1e84640effdd 100644 (file)
@@ -25,7 +25,7 @@
 
 
 # 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.
 
 
index 5cbc193a84ee2204f38ca71bb0e30e9d5f67d0e6..0968767e75c7c13d92e66312318b565f5df9625a 100644 (file)
@@ -25,7 +25,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.
 
 
index 3bca80bbd886e77e4ebcbcb651f9cda79b09b1e1..2fe5e02196ac52e57ced0e6b6db46d3c263c4f7a 100644 (file)
@@ -1507,7 +1507,7 @@ m4_define([m4_undivert],
 # m4_require'd.
 #
 # The implementation is based on three ideas, (i) using diversions to
-# prepare the expansion of the macro and its dependencies (by Franc,ois
+# prepare the expansion of the macro and its dependencies (by François
 # Pinard), (ii) expand the most recently m4_require'd macros _after_
 # the previous macros (by Axel Thimm), and (iii) track instances of
 # provide before require (by Eric Blake).