mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
* autoscan.pl (check_configure_ac): Pretty missing macro warnings
output.
This commit is contained in:
parent
bdfd64b325
commit
a70d38879b
@ -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
|
||||
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user