lyx_mirror/config
Lars Gullik Bjønnes 4866387e32 some changes that perhaps will help cxx
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@330 a592a061-630c-0410-9148-cb99ea01b6c8
1999-11-23 14:39:02 +00:00
..
config.guess Initial revision 1999-09-27 18:44:28 +00:00
config.sub Initial revision 1999-09-27 18:44:28 +00:00
gettext.m4 Initial revision 1999-09-27 18:44:28 +00:00
hack-gcc Initial revision 1999-09-27 18:44:28 +00:00
install-sh Initial revision 1999-09-27 18:44:28 +00:00
lcmessage.m4 Initial revision 1999-09-27 18:44:28 +00:00
lib_configure.m4 some changes that perhaps will help cxx 1999-11-23 14:39:02 +00:00
ltconfig read ChangeLog, a lot of whitespace changes. experimental use of libtool 1999-11-22 16:19:48 +00:00
ltmain.sh read ChangeLog, a lot of whitespace changes. experimental use of libtool 1999-11-22 16:19:48 +00:00
missing Initial revision 1999-09-27 18:44:28 +00:00
mkinstalldirs Initial revision 1999-09-27 18:44:28 +00:00
progtest.m4 Initial revision 1999-09-27 18:44:28 +00:00
README Initial revision 1999-09-27 18:44:28 +00:00

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...