]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoconf.sh: s/undefined macro/possibly undefined macro/.
authorAkim Demaille <akim@epita.fr>
Sat, 19 May 2001 16:55:05 +0000 (16:55 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 19 May 2001 16:55:05 +0000 (16:55 +0000)
ChangeLog
autoconf.in
autoconf.sh
bin/autoconf.in
man/autoconf.1

index b1f6e33b16a361474d587024faa60438adf4e21a..55c754faf514300687b8d95db1fafab7d4b09e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-19  Akim Demaille  <akim@epita.fr>
+
+       * autoconf.sh: s/undefined macro/possibly undefined macro/.
+
 2001-05-19  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Particular Programs): Explain the
index 349e421091eb99f5861ce3ad50b6d590f4160dbe..e87bbd61ae1c60d1d0790c5338748075e197f37a 100644 (file)
@@ -354,7 +354,7 @@ case $task in
 
     function undefined (file, line, macro)
     {
-      errprint(file ":" line ": error: undefined macro: " macro)
+      errprint(file ":" line ": error: possibly undefined macro: " macro)
     }
 
     # Body.
index 349e421091eb99f5861ce3ad50b6d590f4160dbe..e87bbd61ae1c60d1d0790c5338748075e197f37a 100644 (file)
@@ -354,7 +354,7 @@ case $task in
 
     function undefined (file, line, macro)
     {
-      errprint(file ":" line ": error: undefined macro: " macro)
+      errprint(file ":" line ": error: possibly undefined macro: " macro)
     }
 
     # Body.
index 349e421091eb99f5861ce3ad50b6d590f4160dbe..e87bbd61ae1c60d1d0790c5338748075e197f37a 100644 (file)
@@ -354,7 +354,7 @@ case $task in
 
     function undefined (file, line, macro)
     {
-      errprint(file ":" line ": error: undefined macro: " macro)
+      errprint(file ":" line ": error: possibly undefined macro: " macro)
     }
 
     # Body.
index 29375e37b789ce80d6ac2cdd8207f2d40ae36813..023288eeaa57a0313321330a368b35fb44546906 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH AUTOCONF "1" "April 2001" "GNU Autoconf 2.49f" FSF
+.TH AUTOCONF "1" "May 2001" "GNU Autoconf 2.49f" FSF
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS