Angus Leeming <[EMAIL PROTECTED]> writes:
| 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.
Lgb