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:
Jean-Marc Lasgouttes 2001-11-29 10:06:59 +00:00
parent d917d5b57b
commit 5a213ad424
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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}'