Jean-Marc Lasgouttes wrote:

>>>>>> "Davor" == Davor Cengija <[EMAIL PROTECTED]> writes:
> 
> Davor> However, it looks that the configure script in 1.3.1 (at least
> Davor> the 1.3.0+patch version) is broken and make complains about the
> Davor> missing aclocal-1.6. With 1.3.0 I had no problems. I'll
> Davor> investigate it a little bit more deeply and post my findings.
> 
> I think it is a dependency problem. Files timestamps are not correctly
> ordered, so the stupid configure script wants to rebuild itself, and
> just fails for some reason.
> 
> This is why the text at the top of the patch advise to issue
> touch Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in
> src/config.h.in
> 
> although it would not have helped in this particular case. If you can
> find the correct list of files to touc in order to be able to build
> without triggering the autotools, I would appreciate that.
> 

LyX compile process takes 3 hours on my system so it would be pretty slow 
to find which files need to be touched explicitly, so I decided to touch 
them all. 

for i in `find`; do echo $i; touch -t 200301010000 $i; done

Compiled and happily installed. It works.

It's important to mention that the files' timestamps need to be set in the 
past (Jan 01 2003, in my case), otherwise config script keeps complaining 
about missing aclocal. 
-- 
[EMAIL PROTECTED]

Reply via email to