This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with bfd/aclocal.m4


On Sep  6, 2000, Alexandre Oliva <aoliva@redhat.com> wrote:

> The following patch to the aclocal perl-script helped me find out
> which macros were causing m4 files to be brought into aclocal.m4.

I mean, this patch:

--- /usr/bin/aclocal	Sat Feb  5 02:05:16 2000
+++ /home/guarana/aoliva/bin/aclocal-d	Fri Jul 28 06:02:31 2000
@@ -321,6 +321,7 @@
 	return;
     }
 
+    print "Adding $map{$macro} because of $macro\n" unless $file_seen{$map{$macro}};
     print STDERR "saw macro $macro\n" if $verbosity;
     $macro_seen{$macro} = 1;
     &add_file ($map{$macro});

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]