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:
Jean-Marc Lasgouttes 1999-11-17 17:14:14 +00:00
parent f47bc0dc25
commit 55ceca472b
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 = \