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
This commit is contained in:
Angus Leeming 2005-01-24 11:06:00 +00:00
parent 19a1d8bc10
commit bb3f0fbec4
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-01-24 Angus Leeming <leeming@lyx.org>
* reLyX/configure.ac: revert Jean-Marc's wrapping of the
prefix variable in single quotes.
2005-01-20 Angus Leeming <leeming@lyx.org>
* configure.m4: replace all occurences of '$$s/' with '$$s/scripts'.

View File

@ -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}\"\`"`