home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / config / README < prev    next >
Text File  |  1998-04-23  |  1KB  |  33 lines

  1. README for LyX configure stuff
  2. Author: Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
  3. -----------------------------------------------------------------------
  4.  
  5. This directory contains the things used to build the configure
  6. scripts. The file present here are the following:
  7.  
  8. makefile        a simple makefile to build configure script
  9. acconfig.h        template file describing src/config.h.in
  10. aclocal.m4        local macros for configure.in
  11. configure.in        the template from which configure is built
  12. lib_configure.m4    the template from which lib/configure is built
  13. install-sh        shell script used when no good install program
  14.             is found
  15. mkinstalldirs        shell script used to create installation dirs.
  16. stamp-h.in        file used by Makefile to check dependencies
  17. hack-gcc        a shell script to work around possible gcc bugs
  18.  
  19. How to use the makefile
  20. -----------------------
  21.  
  22. When you make a modification to some configure component, just type
  23. 'make', with the config/ directory being current. This will create
  24. configure, lib/configure and config.h.in. Do *not* try to run directly
  25. autoconf or autoheader. Note that these scripts require autoconf 2.12
  26. or later.
  27.  
  28. There is also a target 'clean' which delete backup files, etc.
  29.  
  30. Note: please do not rename `makefile' to `Makefile'! This name was
  31. chosen in order avoid being excluded from LyX patches...
  32.  
  33.