mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
19a1d8bc10
commit
bb3f0fbec4
@ -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'.
|
||||
|
@ -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}\"\`"`
|
||||
|
Loading…
Reference in New Issue
Block a user