[EMAIL PROTECTED] lyx-1.3.0]# make distclean cd . && /bin/sh ./config.status Makefile config.status: creating Makefile Making distclean in lib make[1]: Entering directory `/usr/bin/lyx-1.3.0/lib' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/usr/bin/lyx-1.3.0/lib' make: *** [distclean-recursive] Error 1
ignoring this I go on to do the rest of the patch install
[EMAIL PROTECTED] lyx-1.3.0]# zcat patch-1.3.1.gz | patch -p1
(note that in the patch it says patch-1.2.1.gz)
[EMAIL PROTECTED] lyx-1.3.0]# touch Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in src/config.h.in
[EMAIL PROTECTED] lyx-1.3.0]# ./configure
this seems to work but when running ./configure it pops up more "NO" then I remember the first time around
then I run make and it gives
[EMAIL PROTECTED] lyx-1.3.0]# make
cd . && /bin/sh /usr/bin/lyx-1.3.0/config/missing --run aclocal-1.6
/usr/bin/lyx-1.3.0/config/missing: aclocal-1.6: command not found
WARNING: `aclocal-1.6' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `aclocal-1.6' program.
make: *** [aclocal.m4] Error 1
I have aclocal aclocal-1.4 aclocal-1.5
I down loaded automake-1.6.2 which should have in it aclocal-1.6 but this does non even compile. What should I do.Is there some way of telling lyx to use aclocal-1.5 ?
[EMAIL PROTECTED] automake-1.6.2]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for perl... /usr/bin/perl
configure: error: Autoconf 2.52 or better is required
[2]+ Done emacs README
[EMAIL PROTECTED] automake-1.6.2]$ rpm -q Autoconf
package Autoconf is not installed