>>>>> "Angus" == 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.
Angus> Yes, but I don't know tthe right way to do this and you do. I
Angus> was merely pointing out an error in the Makefile as it is.
Angus> DESTDIR must be defined somehow???
In src/Makefile.in, it is defined as
DESTDIR =
probably auto-defined by some obscure automake macro. So we can add
the same definition in reLyX
JMarc