From: Jean-Marc Lasgouttes Date: Thu, 29 Nov 2001 10:06:59 +0000 (+0000) Subject: remove automagic prefix determination from reLyX configure X-Git-Tag: 1.6.10~20268 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5a213ad424e9a5c80210d668d2f6e2e5b402d9ff;p=lyx.git remove automagic prefix determination from reLyX configure git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3108 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 6fe880244e..fa35997349 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2001-11-29 Jean-Marc Lasgouttes + + * reLyX/configure.in: do not use AC_PREFIX_PROGRAM, it is broken. + 2001-11-27 Garst R. Reese * tex/hollywood.cls: diff --git a/lib/reLyX/configure.in b/lib/reLyX/configure.in index 913a25e986..41946e7588 100644 --- a/lib/reLyX/configure.in +++ b/lib/reLyX/configure.in @@ -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}'