From bb3f0fbec442fe6d0143c0f67fc53c79ecf33a95 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 24 Jan 2005 11:06:00 +0000 Subject: [PATCH] Revert JMarc's wrapping of the prefix variable in single quotes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9534 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/reLyX/configure.ac | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 932111e6c8..decccf0e3b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-01-24 Angus Leeming + + * reLyX/configure.ac: revert Jean-Marc's wrapping of the + prefix variable in single quotes. + 2005-01-20 Angus Leeming * configure.m4: replace all occurences of '$$s/' with '$$s/scripts'. diff --git a/lib/reLyX/configure.ac b/lib/reLyX/configure.ac index 880bb6399e..dcc4fe9f65 100644 --- a/lib/reLyX/configure.ac +++ b/lib/reLyX/configure.ac @@ -24,8 +24,6 @@ test -x reLyX && rm -f reLyX # fix the value of the prefixes. test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' -# make sure prefix is correctly quoted -prefix="'$prefix'" # we need to expand ${datadir} to put it into the reLyX wrapper. LYX_DIR=`eval "echo \`eval \"echo ${datadir}/${PACKAGE}\"\`"` -- 2.39.2