autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf-2.57 fails on Tru64Unix 5.1A


From: Paul Eggert
Subject: Re: autoconf-2.57 fails on Tru64Unix 5.1A
Date: 19 May 2003 11:20:37 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Martin MOKREJŠ <address@hidden> writes:

> my name is Martin Mokrejs when written without accented chars. ;)

Our apologies for misspelling your name.  I installed the following
fix.  Also, I noticed a few other non-ASCII characters in the source
files, which are a problem for people who don't use Latin-1 by
default.  Rather than worry about fixing the source-code encoding
problem in general, I simply replaced them with ASCII characters too.
These changes are noted below.

cvs server: Diffing .
Index: ChangeLog
===================================================================
RCS file: /cvsroot/autoconf/autoconf/ChangeLog,v
retrieving revision 1.2159
diff -p -u -r1.2159 ChangeLog
--- ChangeLog   18 May 2003 14:51:15 -0000      1.2159
+++ ChangeLog   19 May 2003 18:11:40 -0000
@@ -30,7 +30,7 @@
        * bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
        * bin/autoscan.in, bin/autoupdate.in, bin/ifnames.in (BEGIN): Make
        them uniform, and more robust to Perl special characters.
-       Reported by Martin Mokrej.
+       Reported by Martin Mokrejs.
 
 2003-05-14  Akim Demaille  <address@hidden>
 
@@ -5246,7 +5246,7 @@
 
        * acfunctions.m4 (AC_FUNC_FORK): Fix typos.
 
-2001-06-18  Rüdiger Kuhlmann  <address@hidden>
+2001-06-18  Ruediger Kuhlmann  <address@hidden>
 
        * acfunctions.m4: (AC_FUNC_VFORK) rename as...
        (_AC_FUNC_VFORK): this.
Index: ChangeLog.2
===================================================================
RCS file: /cvsroot/autoconf/autoconf/ChangeLog.2,v
retrieving revision 1.4
diff -p -u -r1.4 ChangeLog.2
--- ChangeLog.2 20 Aug 2001 15:16:54 -0000      1.4
+++ ChangeLog.2 19 May 2003 18:11:46 -0000
@@ -3654,7 +3654,7 @@
        * tests/semantics.m4 (AC_PROG_CPP with warnings, AC_PROG_CPP
        without warnings): New tests.
 
-2000-09-18  Rüdiger Kuhlmann  <address@hidden>
+2000-09-18  Ruediger Kuhlmann  <address@hidden>
 
        * acgeneral.m4 (_AC_OUTPUT_SUBDIRS): Check for configure.gnu
        as well.
@@ -3691,7 +3691,7 @@
        it's useless here. Rename to ...
        (_AC_PROG_PREPROC_WORKS): ... this.
 
-2000-09-12  Rüdiger Kuhlmann  <address@hidden>
+2000-09-12  Ruediger Kuhlmann  <address@hidden>
 
        * acspecific.m4 (AC_PROG_INSTALL): Exclude c:install on AmigaOS.
 
@@ -3744,7 +3744,7 @@
        * acgeneral.m4 (AC_EGREP_CPP): Use additional quotes instead of
        changequote.
 
-2000-09-12  Rüdiger Kuhlmann  <address@hidden>
+2000-09-12  Ruediger Kuhlmann  <address@hidden>
 
        * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WIDTH): Add trailing
        semicolon to final fi.
@@ -4637,7 +4637,7 @@
        * acgeneral.m4 (_AC_SHELL_DIRNAME): Return `.', not `' when there
        is no directory part.
 
-2000-07-07  François Pinard  <address@hidden>
+2000-07-07  Franc,ois Pinard  <address@hidden>
 
        * tests/atgeneral.m4 (AT_CHECK): Fix a redirection problem.
 
@@ -5488,7 +5488,7 @@
 
        * acgeneral.m4 (AC_MSG_WARN): s/warning/WARNING/.
        * autoheader.sh: Likewise.
-       From François Pinard.
+       From Franc,ois Pinard.
 
 2000-05-19  Akim Demaille  <address@hidden>
 
Index: THANKS
===================================================================
RCS file: /cvsroot/autoconf/autoconf/THANKS,v
retrieving revision 1.110
diff -p -u -r1.110 THANKS
--- THANKS      17 May 2003 10:30:07 -0000      1.110
+++ THANKS      19 May 2003 18:11:46 -0000
@@ -122,7 +122,7 @@ Markku Savela               address@hidden
 Markus Oberhumer            address@hidden
 Martin Buchholz             address@hidden
 Martin Frydl                address@hidden
-Martin Mokrej               address@hidden
+Martin Mokrejs              address@hidden
 Martin Wilck                address@hidden
 Martyn Johnson              address@hidden
 Matthew D. Langston         address@hidden
@@ -166,8 +166,7 @@ Robert Lipe                 address@hidden
 Robert S. Maier             address@hidden
 Roberto Bagnara             address@hidden
 Roland McGrath              address@hidden
-Rüdiger Kuhlmann            address@hidden
-Ruediger Kuhlmann           address@hidden
+Ruediger Kuhlmann           address@hidden
 Russ Allbery                address@hidden
 Ryuji Abe                   address@hidden
 Sam Varshavchik             address@hidden
cvs server: Diffing bin
cvs server: Diffing config
cvs server: Diffing doc
cvs server: Diffing lib
cvs server: Diffing lib/Autom4te
cvs server: Diffing lib/autoconf
cvs server: Diffing lib/autoscan
cvs server: Diffing lib/autotest
cvs server: Diffing lib/emacs
cvs server: Diffing lib/m4sugar
Index: lib/m4sugar/m4sugar.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/m4sugar/m4sugar.m4,v
retrieving revision 2.68
diff -p -u -r2.68 m4sugar.m4
--- lib/m4sugar/m4sugar.m4      29 Sep 2002 08:14:32 -0000      2.68
+++ lib/m4sugar/m4sugar.m4      19 May 2003 18:11:46 -0000
@@ -843,7 +843,7 @@ m4_define([m4_undivert],
 # m4_require'd.
 #
 # The implementation is based on two ideas, (i) using diversions to
-# prepare the expansion of the macro and its dependencies (by François
+# prepare the expansion of the macro and its dependencies (by Franc,ois
 # Pinard), and (ii) expand the most recently m4_require'd macros _after_
 # the previous macros (by Axel Thimm).
 #
cvs server: Diffing man
cvs server: Diffing tests




reply via email to

[Prev in Thread] Current Thread [Next in Thread]