]> git.lyx.org Git - features.git/commitdiff
remove automagic prefix determination from reLyX configure
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 29 Nov 2001 10:06:59 +0000 (10:06 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 29 Nov 2001 10:06:59 +0000 (10:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3108 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/reLyX/configure.in

index 6fe880244e970b98b49c34c73ac901ab1588fcd0..fa3599734996a1c057b518e7e957885da6d0abe9 100644 (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:
index 913a25e98676fc69447527a73c29ed42facc052d..41946e7588432fd43f744b4250deba30e8d8537a 100644 (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}'