mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
LYX_DIR was not set correctly as hardcoded path in the binary
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@322 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f47bc0dc25
commit
55ceca472b
@ -1,5 +1,8 @@
|
||||
1999-11-17 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/Makefile.am (LYX_DIR): add this definition, so that a
|
||||
default path is hardcoded in LyX.
|
||||
|
||||
* configure.in: Use LYX_GNU_GETTEXT.
|
||||
|
||||
* acinclude.m4 (LYX_GNU_GETTEXT): new macro, essentially a copy of
|
||||
|
@ -8,6 +8,7 @@ lyx_LDADD = mathed/mathed.o insets/insets.o support/libsupport.a \
|
||||
lyx_DEPENDENCIES = mathed insets support/libsupport.a
|
||||
EXTRA_DIST = config.h.in stamp-h.in cheaders
|
||||
ETAGS_ARGS = --c++
|
||||
LYX_DIR = $(datadir)/$(PACKAGE)
|
||||
INCLUDES = -I${top_srcdir}/images
|
||||
localedir = $(datadir)/locale
|
||||
lyx_SOURCES = \
|
||||
|
Loading…
Reference in New Issue
Block a user