|
automake(1) -- automatically create Makefile.in's from Makefile.am's
|
To create all the Makefile.ins for a package, run the automake program in the top level directory, with no arguments. automake will automatically find each appropriate Makefile.am (by scanning configu... |
autoproject(1) -- create a skeleton source package for a new program
|
autoproject simplifies the creation of a source package for a new program. The idea is that you execute autoproject just once when you start a new project. It will create a new directory and populate ... |
autoreconf(1) -- update configure scripts
|
If you have a lot of Autoconf-generated configure scripts, the autore- conf program can save you some work. It runs autoconf (and autoheader, where appropriate) repeatedly to remake the Autoconf confi... |
autoreconf2.13(1) -- update configure scripts
|
If you have a lot of Autoconf-generated configure scripts, the autore- conf2.13 program can save you some work. It runs autoconf2.13 (and autoheader2.13, where appropriate) repeatedly to remake the Au... |
autoscan(1) -- help to create a configure.ac file for a software package
|
The autoscan program can help you create a configure.ac file for a software package. autoscan examines source files in the directory tree rooted at a directory given as a command line argument, or the... |
autoscan2.13(1) -- help to create a configure.in file for a software package
|
The autoscan2.13 program can help you create a configure.in file for a software package. autoscan2.13 examines source files in the directory tree rooted at a directory given as a command line argument... |
autoupdate(1) -- updates an old configure.in file to version 2
|
The autoupdate program updates a configure.in file that calls Autoconf macros by their old names to use the current macro names. In version 2 of Autoconf, most of the macros were renamed to use a more... |
autoupdate2.13(1) -- updates an old configure.in file to version 2
|
The autoupdate2.13 program updates a configure.in file that calls Autoconf macros by their old names to use the current macro names. In version 2 of Autoconf, most of the macros were renamed to use a ... |
basename(1) -- strip directory and suffix from filenames
|
Print NAME with any leading directory components removed. If specified, also remove a trailing SUFFIX. --help display this help and exit --version output version information and exit |
bash(1) -- GNU Bourne-Again SHell
|
Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh... |
bashbug(1) -- report a bug in bash
|
bashbug is a shell script to help the user compose and mail bug reports concerning bash in a standard format. bashbug invokes the editor specified by the environment variable EDITOR on a temporary cop... |
bison(1) -- GNU Project parser generator (yacc replacement)
|
Bison is a parser generator in the style of yacc(1). It should be upwardly compatible with input files designed for yacc. Input files should follow the yacc convention of ending in .y. Unlike yacc, th... |
bobo(1) -- Publish Python objects on web servers (command line version)
|
This manual page documents briefly the bobo command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. The command-line inter... |