From: Jean-Marc Lasgouttes Date: Mon, 12 Nov 2001 14:29:14 +0000 (+0000) Subject: fix configure --prefix option X-Git-Tag: 1.6.10~20357 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=94aa4ea661acea0016a7dd43522bff573a8866be;p=features.git fix configure --prefix option git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3008 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 0fa1485078..b1491dab80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-11-12 Jean-Marc Lasgouttes + + * 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 * configure.in: check also for locale.h, so that things work out diff --git a/INSTALL b/INSTALL index 57a240626e..88ccbebf78 100644 --- 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 diff --git a/configure.in b/configure.in index 409f089397..84f5caa80b 100644 --- a/configure.in +++ b/configure.in @@ -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}'