> | Index: lib/reLyX/Makefile.am
> | ===================================================================
> | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v
> | retrieving revision 1.4
> | diff -p -u -r1.4 Makefile.am
> | --- lib/reLyX/Makefile.am 2000/03/27 15:34:41 1.4
> | +++ lib/reLyX/Makefile.am 2000/03/30 10:36:24
> | @@ -1,3 +1,4 @@
> | +DESTDIR = /usr/local/share/lyx/
> | AUTOMAKE_OPTIONS = foreign
>
> This is obviously wrong since we cannot have hardcoded paths in .am
> files.
Yes, but I don't know tthe right way to do this and you do.
I was merely pointing out an error in the Makefile as it is.
DESTDIR must be defined somehow???
Angus