Displaying 1 result from an estimated 1 matches for "acclean".
Did you mean:
mcclean
1998 May 12
0
R-beta: R-0.61.3 with readline]
...gt;
> I am not a programmer and can get some help locally in principle.
>
> Any suggestions?
>
> A. Jan Kutylowski
> Buskerud College
Probably it isn't easy to persuade autoconf to do the right thing. A
better plan should be this:
Start with a clean source tree
(1)
make acclean # just so there are no config.cache or similar files
# floating around
(2)
./configure
(3)
edit src/include/Platform.h to contain
#define HAVE_LIBREADLINE 1
#define HAVE_READLINE_HISTORY_H 1
(4)
edit src/unix/Makefile to contain
system.o: system.c ../include/Defn.h...