This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, ping] PR30620 - missing dependencies of gcov-io.h breaks --enable-intermodule build


On Wed, Aug 22, 2007 at 09:52:52PM +0100, Dave Korn wrote:
>On 22 August 2007 21:44, Bernhard Fischer wrote:
>
>> The major problem i face with the build infrastructure is that i don't
>> seem to have the proper versions of autotools on my debian box 
>
>  Well sorry for asking the obvious question, but why not just install the proper
>versions of the autotools?  (automake 1.9.6/autoconf 2.59 IIRC)
>
>> (or is there some
>> magic option for autoreconf to DTRT that i was unable to find)?
>
>  It'll try and re-use the same versions the existing files were generated with
>to regenerate, if they're available.

iff, yes.

$ dpkg -l "*automake*" "*autoconf*"
ii  autoconf        2.61-4          automatic configure script builder
pn  autoconf-archiv <none>          (no description available)
ii  autoconf-doc    2.59-3          automatic configure script builder documentati
pn  autoconf2.13    <none>          (no description available)
ii  automake        1:1.10+nogfdl-1 A tool for generating GNU Standards-compliant 
un  automake1.10    <none>          (no description available)
pn  automake1.10-do <none>          (no description available)
pn  automake1.4     <none>          (no description available)
un  automake1.4-doc <none>          (no description available)
un  automake1.5     <none>          (no description available)
pn  automake1.6     <none>          (no description available)
pn  automake1.7     <none>          (no description available)
pn  automake1.8     <none>          (no description available)
pn  automake1.8-doc <none>          (no description available)
ii  automake1.9     1.9.6+nogfdl-3  A tool for generating GNU Standards-compliant 
pn  automake1.9-doc <none>          (no description available)
un  automaken       <none>          (no description available)

Doing an autoreconf in libgfortran produces alot of unrelated noise,
thus my question above :-/


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