From 55ceca472b615dffc9b7f059661d0d73f3a9f7e4 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 17 Nov 1999 17:14:14 +0000 Subject: [PATCH] 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 --- ChangeLog | 3 +++ src/Makefile.am | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2672d04a4b..1d57920702 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-11-17 Jean-Marc Lasgouttes + * 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 diff --git a/src/Makefile.am b/src/Makefile.am index f5e3b6644e..38b95732f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 = \ -- 2.39.5