Plus d’un million de livres à portée de main !
Bookbot

Gary V. Vaughan

    GNU M4 Reference Manual
    GNU Libtool Reference Manual
    • GNU Libtool Reference Manual

      • 128pages
      • 5 heures de lecture

      In the past, if you were a source code package developer and wanted to take advantage of the power of shared libraries, you needed to write custom support code for each platform on which your package ran. You also had to design a configuration interface so that the package installer could choose what sort of libraries were built. GNU Libtool simplifies your job by encapsulating both the platform-specific dependencies, and the user interface, in a single script. GNU Libtool is designed so that the complete functionality of each host type is available via a generic interface, but nasty quirks are hidden from the programmer. GNU Libtool's consistent interface is reassuring. . . users don't need to read obscure documentation to have their favorite source package build shared libraries. They just run your package configure script (or equivalent), and libtool does all the dirty work.

      GNU Libtool Reference Manual
    • GNU M4 Reference Manual

      • 162pages
      • 6 heures de lecture

      GNU m4 is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to macros). m4 also has builtin functions for including files, running shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for generating configure scripts, but not for running them.

      GNU M4 Reference Manual