* autoscan.pl (check_configure_ac): Pretty missing macro warnings

output.
This commit is contained in:
Akim Demaille 2001-02-20 09:24:40 +00:00
parent bdfd64b325
commit a70d38879b
5 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2001-02-20 Paul Martinolich <martinol@datasync.com>
* autoscan.pl (check_configure_ac): Pretty missing macro warnings
output.
2001-02-19 Paul Eggert <eggert@twinsun.com>
* aclang.m4 (AC_C_INLINE): Define "inline" to empty if the

View File

@ -617,7 +617,11 @@ sub check_configure_ac ($)
foreach my $macro (sort keys %needed_macros)
{
warn "warning: missing $macro wanted by: @{$needed_macros{$macro}}\n";
warn "$me: warning: missing $macro wanted by: \n";
foreach my $need (@{$needed_macros{$macro}})
{
warn "\t$need\n";
}
}
}

View File

@ -617,7 +617,11 @@ sub check_configure_ac ($)
foreach my $macro (sort keys %needed_macros)
{
warn "warning: missing $macro wanted by: @{$needed_macros{$macro}}\n";
warn "$me: warning: missing $macro wanted by: \n";
foreach my $need (@{$needed_macros{$macro}})
{
warn "\t$need\n";
}
}
}

View File

@ -617,7 +617,11 @@ sub check_configure_ac ($)
foreach my $macro (sort keys %needed_macros)
{
warn "warning: missing $macro wanted by: @{$needed_macros{$macro}}\n";
warn "$me: warning: missing $macro wanted by: \n";
foreach my $need (@{$needed_macros{$macro}})
{
warn "\t$need\n";
}
}
}

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOUPDATE "1" "January 2001" "GNU Autoconf 2.49d" FSF
.TH AUTOUPDATE "1" "February 2001" "GNU Autoconf 2.49d" FSF
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS