]> git.lyx.org Git - features.git/commitdiff
fix configure --prefix option
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Nov 2001 14:29:14 +0000 (14:29 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 12 Nov 2001 14:29:14 +0000 (14:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3008 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
INSTALL
configure.in

index 0fa148507869c431536759c6fd2f3f5c6b811024..b1491dab80da2acd30ac978c8f212f64671e6060 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * INSTALL: document change in --prefix behaviour.
+
+       * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
+       autoconf 2.5[012].
+
 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * configure.in: check also for locale.h, so that things work out
diff --git a/INSTALL b/INSTALL
index 57a240626e58db146b5df00bd81a542e62c41176..88ccbebf78672dce7dd481fad46b244cbb20ecc8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -169,8 +169,7 @@ LyX:
 Moreover, the following generic configure flags may be useful:
 
   o --prefix=DIRECTORY specifies the root directory to use for
-    installation. [defaults to where lyx has already been installed or
-    /usr/local]
+    installation. [defaults to /usr/local]
 
   o --datadir=DIRECTORY gives the directory where all extra LyX 
     files (lyxrc example, documentation, templates and layouts
index 409f08939779cdf57321bfce7b968d318a9993f5..84f5caa80bd33518f9970b9c3f6e510e11fbbdaf 100644 (file)
@@ -22,8 +22,6 @@ AM_INIT_AUTOMAKE($lyxname, $VERSION)
 # This is needed by GNU gettext
 ALL_LINGUAS="ca cs da de es eu fi fr he hu it nl no pl pt ro ru sl sv tr wa"
 
-AC_PREFIX_PROGRAM(lyx)
-
 # fix the value of the prefixes.
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'