]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoscan.pl (check_configure_ac): Pretty missing macro warnings
authorAkim Demaille <akim@epita.fr>
Tue, 20 Feb 2001 09:24:40 +0000 (09:24 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 20 Feb 2001 09:24:40 +0000 (09:24 +0000)
output.

ChangeLog
autoscan.in
autoscan.pl
bin/autoscan.in
man/autoupdate.1

index acef4e67e480a991ab62a18eccfb991d2f9a7759..5292188ec63cfd242e78562ac1bcc65f2ebcb03c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3daa46fd502c78a910c571f9b95c880695becf40..07cd709179e0f67da4720ad78f46a58db3f2d807 100644 (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";
+        }
     }
 }
 
index 3daa46fd502c78a910c571f9b95c880695becf40..07cd709179e0f67da4720ad78f46a58db3f2d807 100644 (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";
+        }
     }
 }
 
index 3daa46fd502c78a910c571f9b95c880695becf40..07cd709179e0f67da4720ad78f46a58db3f2d807 100644 (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";
+        }
     }
 }
 
index 2851251816b28d596590b5d8bf3ab63158dab32c..416cf182e7095bcba45b02f5ff4e61c75432c884 100644 (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