>>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

Garst> setting --with-lyxname="lyxd" name to lyxd still puts the
Garst> binary in /usr/local/bin/lyx, but does create the
Garst> /usr/local/share/lyxd This is a BUG :) Garst

Lars, I finally took a look and don't know what to do. How can I force
automake to install (or build) lyx under the name $(PACKAGE)? I tried
the following, which (not surprisingly) is refused by automake:

[...]
bin_PROGRAMS = $(PACKAGE)
$(PACKAGE)_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la support/libsupport.la
$(PACKAGE)_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS)
[...]

automake does not want to see variable names here. Do you have another
idea?

JMarc

Reply via email to