+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
function undefined (file, line, macro)
{
- errprint(file ":" line ": error: undefined macro: " macro)
+ errprint(file ":" line ": error: possibly undefined macro: " macro)
}
# Body.
function undefined (file, line, macro)
{
- errprint(file ":" line ": error: undefined macro: " macro)
+ errprint(file ":" line ": error: possibly undefined macro: " macro)
}
# Body.
function undefined (file, line, macro)
{
- errprint(file ":" line ": error: undefined macro: " macro)
+ errprint(file ":" line ": error: possibly undefined macro: " macro)
}
# Body.
.\" 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