mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
27de1486ca
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@140 a592a061-630c-0410-9148-cb99ea01b6c8
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
README for LyX configure stuff
|
|
Author: Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
|
|
-----------------------------------------------------------------------
|
|
|
|
This directory contains the things used to build the configure
|
|
scripts. The file present here are the following:
|
|
|
|
makefile a simple makefile to build configure script
|
|
acconfig.h template file describing src/config.h.in
|
|
aclocal.m4 local macros for configure.in
|
|
configure.in the template from which configure is built
|
|
lib_configure.m4 the template from which lib/configure is built
|
|
install-sh shell script used when no good install program
|
|
is found
|
|
mkinstalldirs shell script used to create installation dirs.
|
|
stamp-h.in file used by Makefile to check dependencies
|
|
hack-gcc a shell script to work around possible gcc bugs
|
|
|
|
How to use the makefile
|
|
-----------------------
|
|
|
|
When you make a modification to some configure component, just type
|
|
'make', with the config/ directory being current. This will create
|
|
configure, lib/configure and config.h.in. Do *not* try to run directly
|
|
autoconf or autoheader. Note that these scripts require autoconf 2.12
|
|
or later.
|
|
|
|
There is also a target 'clean' which delete backup files, etc.
|
|
|
|
Note: please do not rename `makefile' to `Makefile'! This name was
|
|
chosen in order avoid being excluded from LyX patches...
|
|
|