mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
make the use of --with-frontend mandatory; update README and INSTALL
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d523271fb5
commit
73b86ad30c
@ -1,3 +1,8 @@
|
|||||||
|
2005-07-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* README:
|
||||||
|
* INSTALL: update for 1.4
|
||||||
|
|
||||||
2005-07-16 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2005-07-16 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
|
||||||
* lyx.man: remove reLyX refs and ref to tex2lyx
|
* lyx.man: remove reLyX refs and ref to tex2lyx
|
||||||
|
74
INSTALL
74
INSTALL
@ -9,10 +9,9 @@ These four steps will compile, test and install LyX:
|
|||||||
0) Linux users beware: if compiling the Qt frontend, you need
|
0) Linux users beware: if compiling the Qt frontend, you need
|
||||||
qt and qt-devel packages of the same version to compile LyX.
|
qt and qt-devel packages of the same version to compile LyX.
|
||||||
|
|
||||||
1) ./configure
|
1) ./configure --with-frontend=[qt or xforms]
|
||||||
configures LyX to your system. By default, LyX configures
|
configures LyX according to your system.
|
||||||
the xforms frontend, use --with-frontend=qt to build a Qt
|
When compiling for Qt, you may have to set
|
||||||
version. You may have to set
|
|
||||||
--with-qt-dir=<path-to-your-qt-installation>
|
--with-qt-dir=<path-to-your-qt-installation>
|
||||||
if the environment variable QTDIR is not set.
|
if the environment variable QTDIR is not set.
|
||||||
|
|
||||||
@ -56,36 +55,11 @@ library to be able to compile this version of LyX. Users of gcc 2.95.x
|
|||||||
will have to install the STLPort version of these libraries as the
|
will have to install the STLPort version of these libraries as the
|
||||||
ones that come with gcc 2.95.x are too broken for us to use.
|
ones that come with gcc 2.95.x are too broken for us to use.
|
||||||
|
|
||||||
* xforms frontend
|
|
||||||
|
|
||||||
Both an Xforms and Xpm libraries should be installed to compile LyX.
|
|
||||||
It is imperative that you have the correct versions of these
|
|
||||||
libraries, and their associated header files.
|
|
||||||
|
|
||||||
The xforms library has been very recently updated to version 1.0.
|
|
||||||
This version has been released under the LGPL (Lesser General Public
|
|
||||||
License), and the availability of the source means that many bugs that
|
|
||||||
have been plaguing LyX have been fixed in xforms. You are advised to
|
|
||||||
upgrade to xforms 1.0 to enjoy all these new fixes.
|
|
||||||
In fact, LyX 1.3.x no longer supports versions of xforms older than 0.89.5.
|
|
||||||
|
|
||||||
You can get the source from
|
|
||||||
http://world.std.com/~xforms/
|
|
||||||
ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/xforms-1.0-release.tgz
|
|
||||||
ftp://ftp.lyx.org/pub/xforms/OpenSource/xforms-1.0-release.tgz
|
|
||||||
|
|
||||||
If you use a rpm-based linux distribution, such as RedHat or Mandrake,
|
|
||||||
we recommend that you grab a version of xforms from
|
|
||||||
ftp://ftp.lyx.org/pub/lyx/contrib
|
|
||||||
Look for the xforms-1.0-release.src.rpm or the binary libforms*.i386.rpm.
|
|
||||||
|
|
||||||
In addition, you must have libXpm version 4.7 or newer.
|
|
||||||
|
|
||||||
* Qt frontend
|
* Qt frontend
|
||||||
|
|
||||||
LyX has been tested with both Qt 2.x and 3.x libraries. The only special
|
LyX has been tested with Qt 3.x, though Qt 2.x may happen to work too.
|
||||||
point to make is that you must ensure that both LyX and the Qt libraries
|
The only special point to make is that you must ensure that both LyX
|
||||||
are compiled with the same C++ compiler.
|
and the Qt libraries are compiled with the same C++ compiler.
|
||||||
|
|
||||||
Note that if Qt is using Xft2/fontconfig, you may need to install the
|
Note that if Qt is using Xft2/fontconfig, you may need to install the
|
||||||
latex-xft-fonts package (at ftp://ftp.lyx.org/pub/lyx/contrib/) to get
|
latex-xft-fonts package (at ftp://ftp.lyx.org/pub/lyx/contrib/) to get
|
||||||
@ -99,16 +73,36 @@ to use fontconfig.
|
|||||||
If, however, your version of Qt does not use fontconfig, then TeX
|
If, however, your version of Qt does not use fontconfig, then TeX
|
||||||
fonts should be added to the font path. 'man xset' is your friend.
|
fonts should be added to the font path. 'man xset' is your friend.
|
||||||
|
|
||||||
|
* xforms frontend
|
||||||
|
|
||||||
|
Both an Xforms and Xpm libraries should be installed to compile LyX.
|
||||||
|
It is imperative that you have the correct versions of these
|
||||||
|
libraries, and their associated header files.
|
||||||
|
|
||||||
|
The xforms library has been very recently updated to version 1.0.
|
||||||
|
This version has been released under the LGPL (Lesser General Public
|
||||||
|
License), and the availability of the source means that many bugs that
|
||||||
|
have been plaguing LyX have been fixed in xforms. You are advised to
|
||||||
|
upgrade to xforms 1.0 to enjoy all these new fixes.
|
||||||
|
In fact, LyX 1.4.x no longer supports versions of xforms older than 1.0.
|
||||||
|
|
||||||
|
You can get the source from
|
||||||
|
http://savannah.nongnu.org/download/xforms/
|
||||||
|
|
||||||
|
If you use a rpm-based linux distribution, such as RedHat or Mandrake,
|
||||||
|
we recommend that you grab a version of xforms from
|
||||||
|
ftp://ftp.lyx.org/pub/lyx/contrib
|
||||||
|
Look for the xforms-1.0-release.src.rpm or the binary libforms*.i386.rpm.
|
||||||
|
|
||||||
|
In addition, you must have libXpm version 4.7 or newer.
|
||||||
|
|
||||||
* Other things to note
|
* Other things to note
|
||||||
|
|
||||||
If you make modifications to files in src/ (for example by applying a
|
If you make modifications to files in src/ (for example by applying a
|
||||||
patch), you will need to have the GNU gettext package installed, due
|
patch), you will need to have the GNU gettext package installed, due
|
||||||
to some dependencies in the makefiles. You can get the latest version
|
to some dependencies in the makefiles. You can get the latest version
|
||||||
from:
|
from:
|
||||||
ftp://ftp.gnu.org/gnu/gettext/gettext-0.11.4.tar.gz
|
ftp://ftp.gnu.org/gnu/gettext/
|
||||||
|
|
||||||
LyX contains a hack to work around this, but you should not rely too
|
|
||||||
much on it.
|
|
||||||
|
|
||||||
To use the thesaurus, you will need to install libAikSaurus, available
|
To use the thesaurus, you will need to install libAikSaurus, available
|
||||||
from:
|
from:
|
||||||
@ -352,14 +346,6 @@ notify us.
|
|||||||
latest updated gcc and related packages installed (at least -85),
|
latest updated gcc and related packages installed (at least -85),
|
||||||
or LyX will not compile or will be mis-compiled.
|
or LyX will not compile or will be mis-compiled.
|
||||||
|
|
||||||
o if you get an error message when compiling LyX that looks like this :
|
|
||||||
|
|
||||||
../../src/minibuffer.h:17: using directive `Object' introduced
|
|
||||||
ambiguous type `_ObjectRec *'
|
|
||||||
|
|
||||||
then you need to upgrade the version of the xforms library you have
|
|
||||||
installed.
|
|
||||||
|
|
||||||
o On SUN Sparc Solaris 8, you need gnumake. The LyX makefiles do not
|
o On SUN Sparc Solaris 8, you need gnumake. The LyX makefiles do not
|
||||||
work with Solaris make.
|
work with Solaris make.
|
||||||
|
|
||||||
|
179
README
179
README
@ -1,47 +1,6 @@
|
|||||||
Preamble: LyX version scheme
|
|
||||||
|
|
||||||
In September of 1999 the LyX Team decided that we could no
|
|
||||||
longer successfully use the two strand development process
|
|
||||||
like the Linux kernel. The idea was to to switch to a
|
|
||||||
development model similar to that used by Fetchmail where
|
|
||||||
we would make only small stable changes between releases
|
|
||||||
and release more often. This lead to the 1.1.x series of LyX
|
|
||||||
releases during which the inhards of the program were rewritten
|
|
||||||
to make use of the C++ Standard Library features, establish
|
|
||||||
the foundations of GUI/system independence, and generally
|
|
||||||
clean up the data structures used in the core of LyX.
|
|
||||||
|
|
||||||
As of April 2002, this transition phase is completed and we
|
|
||||||
feel it is time to switch to (yet) another version scheme.
|
|
||||||
This new series will be in a state of continual advancement.
|
|
||||||
Note the word "advancement" and not "development." Development
|
|
||||||
will be occurring in branches of CVS and once the
|
|
||||||
feature/modification has proved stable it will be merged into
|
|
||||||
the main releases.
|
|
||||||
|
|
||||||
LyX still uses a continuous numbering scheme in which odd or
|
|
||||||
even numbering is not significant. Instead a number '1.x.y'
|
|
||||||
indicates stable release '1.x', fix level 'y'. Prereleases
|
|
||||||
are labeled with a "pre" suffix. Thus there are three possible
|
|
||||||
file names:
|
|
||||||
|
|
||||||
lyx-1.2.0.tar.gz -- stable release
|
|
||||||
lyx-1.2.2.tar.gz -- second maintenance release of the
|
|
||||||
1.2.0 stable release
|
|
||||||
lyx-1.2.0pre1.tar.gz -- potentially unstable test release
|
|
||||||
|
|
||||||
The maintenance releases are designed primarily to fix bugs. The
|
|
||||||
goal here is not to have parallel development as for the linux
|
|
||||||
kernel (the team is too small to afford that), but rather to
|
|
||||||
include all the simple (so that the maintenance burden on us
|
|
||||||
is not too high) and safe (so that system administrators can
|
|
||||||
install them without fear) bug fixes. Experience shows that
|
|
||||||
these releases will contain a few new features, and that the
|
|
||||||
bulk of the patches will be documentation updates.
|
|
||||||
|
|
||||||
What is LyX?
|
What is LyX?
|
||||||
|
|
||||||
LyX is an advanced open-source "document processor". Unlike
|
LyX is an advanced, open-source "document processor". Unlike
|
||||||
standard word processors, LyX encourages writing based on the
|
standard word processors, LyX encourages writing based on the
|
||||||
structure of your documents, not their appearance. It lets you
|
structure of your documents, not their appearance. It lets you
|
||||||
concentrate on writing, leaving details of visual layout to the
|
concentrate on writing, leaving details of visual layout to the
|
||||||
@ -58,32 +17,62 @@ What is LyX not?
|
|||||||
Desktop Publishing program. It's a more modern way of
|
Desktop Publishing program. It's a more modern way of
|
||||||
creating documents that look much nicer, but without wasting
|
creating documents that look much nicer, but without wasting
|
||||||
time with layout-fiddling. For these reasons you might need
|
time with layout-fiddling. For these reasons you might need
|
||||||
little time to get used to the differences.
|
a little time to get used to the differences.
|
||||||
If you are looking for a free Desktop Publishing program for
|
If you are looking for a free Desktop Publishing program for
|
||||||
Unix, you will be disappointed.
|
Unix, you will be disappointed.
|
||||||
|
|
||||||
What do I need to run LyX?
|
What do I need to run LyX?
|
||||||
|
|
||||||
A Unix-like system or Windows with cygwin, OS/2 with XFree
|
Either of :
|
||||||
At least X11 Release 5.
|
* a Unix-like system (or Windows with cygwin, OS/2 with XFree)
|
||||||
A decent LaTeX2e installation (e.g. teTeX or NTeX) not older
|
with at least X11R5
|
||||||
|
* Windows 98 or newer
|
||||||
|
* Mac OS 10.2 or newer
|
||||||
|
|
||||||
|
A decent LaTeX2e installation (e.g. teTeX for unix) not older
|
||||||
than 1995/12/01.
|
than 1995/12/01.
|
||||||
Perl5.002 or later to import LaTeX files into LyX.
|
Python 1.5.2 or later to convert old LyX files
|
||||||
|
|
||||||
|
How does the LyX version scheme work?
|
||||||
|
|
||||||
|
LyX uses a continuous numbering scheme in which odd or
|
||||||
|
even numbering is not significant. Instead a number '1.x.y'
|
||||||
|
indicates stable release '1.x', fix level 'y'. Prereleases
|
||||||
|
are labeled with a "pre" suffix. Thus there are three possible
|
||||||
|
file names:
|
||||||
|
|
||||||
|
lyx-1.4.0.tar.gz -- stable release
|
||||||
|
lyx-1.4.5.tar.gz -- fifth maintenance release of the
|
||||||
|
1.4 stable release
|
||||||
|
lyx-1.4.0pre1.tar.gz -- potentially unstable test release
|
||||||
|
|
||||||
|
The maintenance releases are designed primarily to fix bugs. The
|
||||||
|
goal here is not to have parallel development as for the linux
|
||||||
|
kernel (the team is too small to afford that), but rather to
|
||||||
|
include all the simple (so that the maintenance burden on us
|
||||||
|
is not too high) and safe (so that system administrators can
|
||||||
|
install them without fear) bug fixes. Experience shows that
|
||||||
|
these releases will contain a few new features, and that the
|
||||||
|
bulk of the patches will be documentation updates.
|
||||||
|
|
||||||
|
If you get the source from cvs, the version string will look like
|
||||||
|
one of:
|
||||||
|
|
||||||
|
1.4.1cvs -- this is the stable branch on which maintenance
|
||||||
|
release 1.4.1 will eventually be tagged.
|
||||||
|
1.5.0cvs -- this is the main branch on which stable
|
||||||
|
release 1.5.0 will eventually be tagged.
|
||||||
|
|
||||||
What's new?
|
What's new?
|
||||||
|
|
||||||
Read NEWS.
|
Read NEWS.
|
||||||
|
|
||||||
How do I install a binary distribution of LyX?
|
How do I install .tar.gz a binary distribution of LyX?
|
||||||
|
|
||||||
Unpack it and run it. We recommend unpacking it in /usr/local,
|
Unpack it and run it. We recommend unpacking it in /usr/local,
|
||||||
but it should work anywhere. In particular, you can try LyX
|
but it should work anywhere. In particular, you can try LyX
|
||||||
in a temporary directory before installing permanently by
|
in a temporary directory 'my_bin' before installing permanently
|
||||||
typing "bin/lyx".
|
by typing "my_bin/lyx".
|
||||||
|
|
||||||
We recommend that you configure LyX system-wide by copying the
|
|
||||||
file share/lyx/lyxrc.example to share/lyx/lyxrc, and then
|
|
||||||
reading and modifying it.
|
|
||||||
|
|
||||||
You should read the notes regarding this particular build in
|
You should read the notes regarding this particular build in
|
||||||
the file README.bin.
|
the file README.bin.
|
||||||
@ -91,21 +80,20 @@ How do I install a binary distribution of LyX?
|
|||||||
How do I upgrade from an earlier LyX version?
|
How do I upgrade from an earlier LyX version?
|
||||||
|
|
||||||
Read the file UPGRADING for info on this subject.
|
Read the file UPGRADING for info on this subject.
|
||||||
If you are upgrading from version 0.12.0 or later, you don't
|
|
||||||
need to do anything special.
|
|
||||||
|
|
||||||
What do I need to compile LyX from the source distribution?
|
What do I need to compile LyX from the source distribution?
|
||||||
|
|
||||||
* A good c++ compiler. Development is being done mainly on
|
* A good C++ compiler. Development is being done mainly with
|
||||||
gcc/g++, but some others work. As of LyX 1.3.0, you need at
|
gcc/g++, but some others work also. As of LyX 1.4.0, you need at
|
||||||
least gcc 2.95.X (or egcs 1.1.x). Another compiler known to
|
least gcc 3.x.
|
||||||
work is compaq cxx 6.1.
|
|
||||||
Either:
|
Either:
|
||||||
* The Xforms library, version 0.89.5 or newer. We recommend
|
* The Xforms library, version 1.0.
|
||||||
the LGPL version 1.0.
|
|
||||||
* LibXpm, version 4.7 or newer.
|
* LibXpm, version 4.7 or newer.
|
||||||
|
|
||||||
Or:
|
Or:
|
||||||
* The Qt library, version 2.x or 3.x.
|
* The Qt library, version 3.0 or newer (although version 2.3
|
||||||
|
may work).
|
||||||
|
|
||||||
Read the file "INSTALL" for more information on compiling.
|
Read the file "INSTALL" for more information on compiling.
|
||||||
|
|
||||||
@ -114,7 +102,7 @@ Okay, I've installed LyX. What now?
|
|||||||
Once you've installed it, and everything looks fine, go read
|
Once you've installed it, and everything looks fine, go read
|
||||||
the "Introduction" item under the Help menu. You should follow
|
the "Introduction" item under the Help menu. You should follow
|
||||||
the instructions there, which tell you to read (or at least skim)
|
the instructions there, which tell you to read (or at least skim)
|
||||||
the Tutorial. After that, you should also read "Help/LaTeX
|
the Tutorial. After that, you should also read "Help>LaTeX
|
||||||
configuration" which provides info on your LaTeX configuration
|
configuration" which provides info on your LaTeX configuration
|
||||||
as LyX sees it. You might be missing a package or two that you'd
|
as LyX sees it. You might be missing a package or two that you'd
|
||||||
like to have.
|
like to have.
|
||||||
@ -123,34 +111,30 @@ Okay, I've installed LyX. What now?
|
|||||||
|
|
||||||
Does LyX have support for non-English speakers/writers/readers?
|
Does LyX have support for non-English speakers/writers/readers?
|
||||||
|
|
||||||
Yes. LyX supports writing in many languages.
|
Yes. LyX supports writing in many languages, including
|
||||||
|
right-to-left languages like Arabic or Hebrew. There is a port
|
||||||
|
of LyX named CJK-LyX which adds support for Chinese, Korean
|
||||||
|
and Japanese (http://cellular.phys.pusan.ac.kr/cjk.html)
|
||||||
|
|
||||||
Menus and error messages have been translated to the following
|
Menus and error messages have been translated to the following
|
||||||
languages (* means there are language-specific keyboard menu
|
languages (* means there are language-specific keyboard menu
|
||||||
bindings as well):
|
bindings as well):
|
||||||
|
|
||||||
Basque (eu)
|
French (fr)
|
||||||
Bulgarian (bg)
|
|
||||||
Catalan (ca)
|
|
||||||
Czech (cs)
|
|
||||||
Danish (da)
|
|
||||||
German (de) *
|
|
||||||
Spanish (es)
|
Spanish (es)
|
||||||
Finnish (fi)
|
|
||||||
French (fr) *
|
|
||||||
Hebrew (he)
|
|
||||||
Hungarian (hu) *
|
|
||||||
Italian (it)
|
Italian (it)
|
||||||
Dutch (nl)
|
Danish (da)
|
||||||
Norwegian (no)
|
Basque (eu)
|
||||||
Polish (pl)
|
Nynorsk (nn)
|
||||||
Portuguese (pt) *
|
Finnish (fi) *
|
||||||
Romanian (ro)
|
German (de) *
|
||||||
Russian (ru)
|
Russian (ru)
|
||||||
|
Polish (pl)
|
||||||
|
Slovak (sk)
|
||||||
Slovenian (sl)
|
Slovenian (sl)
|
||||||
Swedish (sv) *
|
Romanian (ro)
|
||||||
Turkish (tr)
|
Norwegian (no)
|
||||||
Walloon (wa)
|
Dutch (nl)
|
||||||
|
|
||||||
Keymaps can ease typing in one or more of the following languages:
|
Keymaps can ease typing in one or more of the following languages:
|
||||||
|
|
||||||
@ -177,11 +161,15 @@ Internet resources of relevance to LyX
|
|||||||
LyX homepages around the world:
|
LyX homepages around the world:
|
||||||
http://www.lyx.org/
|
http://www.lyx.org/
|
||||||
|
|
||||||
Main LyX archive site:
|
The LyX Wiki is the place where users can share information on
|
||||||
|
setting up and using LyX.
|
||||||
|
http://wiki.lyx.org/
|
||||||
|
|
||||||
|
The main LyX archive site:
|
||||||
ftp://ftp.lyx.org/pub/lyx/
|
ftp://ftp.lyx.org/pub/lyx/
|
||||||
|
|
||||||
The LyX Development page has information about the development
|
The LyX Development page has information about the development
|
||||||
effort. LyX is now under CVS control, so you can get the very
|
effort. LyX is under CVS control, so you can get the very
|
||||||
latest sources from there at any time.
|
latest sources from there at any time.
|
||||||
http://www.devel.lyx.org/
|
http://www.devel.lyx.org/
|
||||||
ftp://www.devel.lyx.org/pub/lyx/
|
ftp://www.devel.lyx.org/pub/lyx/
|
||||||
@ -191,14 +179,14 @@ How do I submit a bug report?
|
|||||||
If possible, read the Introduction found under the Help menu in LyX.
|
If possible, read the Introduction found under the Help menu in LyX.
|
||||||
You'll find detailed info on submitting bug reports there.
|
You'll find detailed info on submitting bug reports there.
|
||||||
|
|
||||||
If you can't do that, send details to the LyX Developers mailing
|
If you can't do that, send details to the LyX Developers' mailing
|
||||||
list, or use the LyX bug tracker at http://bugzilla.lyx.org/.
|
list, or use the LyX bug tracker at http://bugzilla.lyx.org/.
|
||||||
Don't forget to mention which version you are having problems with!
|
Don't forget to mention which version you are having problems with!
|
||||||
|
|
||||||
How can I participate in the development of LyX?
|
How can I participate in the development of LyX?
|
||||||
|
|
||||||
Any help with the development of LyX is greatly appreciated--
|
Any help with the development of LyX is greatly appreciated ---
|
||||||
after all LyX wouldn't be what it is today without the help
|
after all, LyX wouldn't be what it is today without the help
|
||||||
of volunteers. We need your help!
|
of volunteers. We need your help!
|
||||||
|
|
||||||
If you want to work on LyX, you should contact the developer's
|
If you want to work on LyX, you should contact the developer's
|
||||||
@ -206,14 +194,15 @@ How can I participate in the development of LyX?
|
|||||||
cleaned up, and therefore it's important to follow some rules.
|
cleaned up, and therefore it's important to follow some rules.
|
||||||
Read about those rules in development/Code_rules/.
|
Read about those rules in development/Code_rules/.
|
||||||
|
|
||||||
If you don't know C++, there are many other ways to contribute.
|
If you don't know C++, there are many other ways to
|
||||||
Write documentation. Help to internationalize LyX by translating
|
contribute. Write documentation. Help to internationalize LyX
|
||||||
documentation or menus/error messages, or by writing a new keymap.
|
by translating documentation or menus/error messages, or by
|
||||||
Write a new textclass. Work on reLyX (Perl). Find bugs (but please
|
writing a new keymap. Write a new textclass. Find bugs (but
|
||||||
read the list of known bugs first). Contribute money. Or just offer
|
please read the list of known bugs first). Contribute money.
|
||||||
feature suggestions (but please read the online TODO list first).
|
Or just offer feature suggestions (but please read the online
|
||||||
|
TODO list first).
|
||||||
|
|
||||||
Thank you for trying LyX, and we appreciate your feedback in the mailing
|
Thank you for trying LyX. We appreciate your feedback in the mailing
|
||||||
lists.
|
lists.
|
||||||
|
|
||||||
The LyX Team.
|
The LyX Team.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-07-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2005-07-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* lyxinclude.m4 (LYX_USE_FRONTENDS): require the user to select a
|
||||||
|
frontend.
|
||||||
|
|
||||||
* qt.m4 (QT_DO_IT_ALL): define QT_NO_STL.
|
* qt.m4 (QT_DO_IT_ALL): define QT_NO_STL.
|
||||||
|
|
||||||
2005-07-18 Lars Gullik Bjønnes <larsbj@lyx.org>
|
2005-07-18 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||||
|
@ -559,7 +559,11 @@ AC_DEFUN([LYX_USE_FRONTENDS],
|
|||||||
AC_ARG_WITH(frontend,
|
AC_ARG_WITH(frontend,
|
||||||
[ --with-frontend=THIS Use THIS frontend as main GUI:
|
[ --with-frontend=THIS Use THIS frontend as main GUI:
|
||||||
Possible values: xforms, qt, gtk(EXPERIMENTAL)],
|
Possible values: xforms, qt, gtk(EXPERIMENTAL)],
|
||||||
[FRONTENDS="$withval"], [FRONTENDS="xforms"])
|
[FRONTENDS="$withval"])
|
||||||
|
if test "x$FRONTENDS" = x ; then
|
||||||
|
AC_MSG_RESULT(none)
|
||||||
|
AC_ERROR("Please select a frontend using --with-frontend")
|
||||||
|
fi
|
||||||
AC_MSG_RESULT($FRONTENDS)
|
AC_MSG_RESULT($FRONTENDS)
|
||||||
AC_SUBST(FRONTENDS)
|
AC_SUBST(FRONTENDS)
|
||||||
AC_SUBST(FRONTENDS_SUBDIRS)
|
AC_SUBST(FRONTENDS_SUBDIRS)
|
||||||
|
Loading…
Reference in New Issue
Block a user