On Thu, Dec 10, 1998 at 06:37:43PM +0100, Lars Gullik Bj�nnes wrote:
> *Richard E Hawkins Esq writes:
> | hmm. I managed to install 1.1 source, I think. I figured out to
> | run autoconf to get configure (though the instructions seem to
> | imply that this somehow happens automatically).
>
> What instructions?
>
> | configure works (or so it claims, but:
> |
> | Configuration of LyX was successful. Type 'make' to compile the
> | program, and then 'make install' to install it. smithttyp2:lyx>make
> | make: *** No targets. Stop.
>
> You need to run:
>
> autoconf
> automake
> (aclocal?)
>
> then you can run
> make.
The "official" order that I was told was
aclocal
automake
autoconf
configure
make
Perhaps it doesn't really matter, though.
-Amir