mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove automagic prefix determination from reLyX configure
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3108 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d917d5b57b
commit
5a213ad424
@ -1,3 +1,7 @@
|
||||
2001-11-29 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken.
|
||||
|
||||
2001-11-27 Garst R. Reese <reese@isn.net>
|
||||
|
||||
* tex/hollywood.cls:
|
||||
|
@ -19,8 +19,6 @@ AM_INIT_AUTOMAKE($lyxname, $VERSION)
|
||||
|
||||
# if reLyX has already been generated in this directory, delete it first
|
||||
test -x reLyX && rm -f reLyX
|
||||
# Find an already installed reLyX
|
||||
AC_PREFIX_PROGRAM(reLyX)
|
||||
# fix the value of the prefixes.
|
||||
test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
|
Loading…
Reference in New Issue
Block a user