summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-12-11 06:37:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-12-11 06:37:18 +0000
commitb1bfe8005ed6332ed73109cb40b99d4bc38e764b (patch)
treeecd0532c844dca5ecbe0b002534bf759f0a49174 /man
parentcaf889e96e7cbc9d5e40c6cf0e92f76ccf5970a1 (diff)
downloadautoconf-b1bfe8005ed6332ed73109cb40b99d4bc38e764b.tar.gz
Remove from CVS, as these files are generated automatically.
Diffstat (limited to 'man')
-rw-r--r--man/autoconf.1107
-rw-r--r--man/autoheader.1103
-rw-r--r--man/autom4te.1156
-rw-r--r--man/autoreconf.1128
-rw-r--r--man/autoscan.165
-rw-r--r--man/autoupdate.167
-rw-r--r--man/config.guess.157
-rw-r--r--man/config.sub.141
-rw-r--r--man/ifnames.152
9 files changed, 0 insertions, 776 deletions
diff --git a/man/autoconf.1 b/man/autoconf.1
deleted file mode 100644
index 3664c3bd..00000000
--- a/man/autoconf.1
+++ /dev/null
@@ -1,107 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH AUTOCONF "1" "November 2006" "autoconf 2.61a" "User Commands"
-.SH NAME
-autoconf \- Generate configuration scripts
-.SH SYNOPSIS
-.B autoconf
-[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
-.SH DESCRIPTION
-Generate a configuration script from a TEMPLATE\-FILE if given, or
-`configure.ac' if present, or else `configure.in'. Output is sent
-to the standard output if TEMPLATE\-FILE is given, else into
-`configure'.
-.SS "Operation modes:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-verbosely report processing
-.TP
-\fB\-d\fR, \fB\-\-debug\fR
-don't remove temporary files
-.TP
-\fB\-f\fR, \fB\-\-force\fR
-consider all files obsolete
-.TP
-\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
-save output in FILE (stdout is the default)
-.TP
-\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
-report the warnings falling in CATEGORY [syntax]
-.SS "Warning categories include:"
-.TP
-`cross'
-cross compilation issues
-.TP
-`obsolete'
-obsolete constructs
-.TP
-`syntax'
-dubious syntactic constructs
-.TP
-`all'
-all the warnings
-.TP
-`no\-CATEGORY'
-turn off the warnings on CATEGORY
-.TP
-`none'
-turn off all the warnings
-.TP
-`error'
-warnings are error
-.PP
-The environment variables `M4' and `WARNINGS' are honored.
-.SS "Library directories:"
-.TP
-\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
-prepend directory DIR to search path
-.TP
-\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
-append directory DIR to search path
-.SS "Tracing:"
-.TP
-\fB\-t\fR, \fB\-\-trace\fR=\fIMACRO\fR
-report the list of calls to MACRO
-.TP
-\fB\-i\fR, \fB\-\-initialization\fR
-also trace Autoconf's initialization process
-.PP
-In tracing mode, no configuration script is created.
-.SH AUTHOR
-Written by David J. MacKenzie and Akim Demaille.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B autoconf
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B autoconf
-programs are properly installed at your site, the command
-.IP
-.B info autoconf
-.PP
-should give you access to the complete manual.
diff --git a/man/autoheader.1 b/man/autoheader.1
deleted file mode 100644
index 1f3f0ec2..00000000
--- a/man/autoheader.1
+++ /dev/null
@@ -1,103 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH AUTOHEADER "1" "November 2006" "autoheader 2.61a" "User Commands"
-.SH NAME
-autoheader \- Create a template header for configure
-.SH SYNOPSIS
-.B autoheader
-[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR]
-.SH DESCRIPTION
-Create a template file of C `#define' statements for `configure' to
-use. To this end, scan TEMPLATE\-FILE, or `configure.ac' if present,
-or else `configure.in'.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-verbosely report processing
-.TP
-\fB\-d\fR, \fB\-\-debug\fR
-don't remove temporary files
-.TP
-\fB\-f\fR, \fB\-\-force\fR
-consider all files obsolete
-.TP
-\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
-report the warnings falling in CATEGORY
-.SS "Warning categories include:"
-.TP
-`cross'
-cross compilation issues
-.TP
-`gnu'
-GNU coding standards (default in gnu and gnits modes)
-.TP
-`obsolete'
-obsolete features or constructions
-.TP
-`override'
-user redefinitions of Automake rules or variables
-.TP
-`portability'
-portability issues (default in gnu and gnits modes)
-.TP
-`syntax'
-dubious syntactic constructs (default)
-.TP
-`unsupported'
-unsupported or incomplete features (default)
-.TP
-`all'
-all the warnings
-.TP
-`no\-CATEGORY'
-turn off warnings in CATEGORY
-.TP
-`none'
-turn off all the warnings
-.TP
-`error'
-treat warnings as errors
-.SS "Library directories:"
-.TP
-\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
-prepend directory DIR to search path
-.TP
-\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
-append directory DIR to search path
-.SH AUTHOR
-Written by Roland McGrath and Akim Demaille.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B autoheader
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B autoheader
-programs are properly installed at your site, the command
-.IP
-.B info autoheader
-.PP
-should give you access to the complete manual.
diff --git a/man/autom4te.1 b/man/autom4te.1
deleted file mode 100644
index f9b566ac..00000000
--- a/man/autom4te.1
+++ /dev/null
@@ -1,156 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH AUTOM4TE "1" "November 2006" "autom4te 2.61a" "User Commands"
-.SH NAME
-autom4te \- Generate files and scripts thanks to M4
-.SH SYNOPSIS
-.B autom4te
-[\fIOPTION\fR] ... [\fIFILES\fR]
-.SH DESCRIPTION
-Run GNU M4 on the FILES, avoiding useless runs. Output the traces if tracing,
-the frozen file if freezing, otherwise the expansion of the FILES.
-.PP
-If some of the FILES are named `FILE.m4f' they are considered to be M4
-frozen files of all the previous files (which are therefore not loaded).
-If `FILE.m4f' is not found, then `FILE.m4' will be used, together with
-all the previous files.
-.PP
-Some files may be optional, i.e., will only be processed if found in the
-include path, but then must end in `.m4?'; the question mark is not part of
-the actual file name.
-.SS "Operation modes:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-verbosely report processing
-.TP
-\fB\-d\fR, \fB\-\-debug\fR
-don't remove temporary files
-.TP
-\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
-save output in FILE (defaults to `\-', stdout)
-.TP
-\fB\-f\fR, \fB\-\-force\fR
-don't rely on cached values
-.TP
-\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
-report the warnings falling in CATEGORY
-.TP
-\fB\-l\fR, \fB\-\-language\fR=\fILANG\fR
-specify the set of M4 macros to use
-.TP
-\fB\-C\fR, \fB\-\-cache\fR=\fIDIRECTORY\fR
-preserve results for future runs in DIRECTORY
-.TP
-\fB\-\-no\-cache\fR
-disable the cache
-.TP
-\fB\-m\fR, \fB\-\-mode\fR=\fIOCTAL\fR
-change the non trace output file mode (0666)
-.TP
-\fB\-M\fR, \fB\-\-melt\fR
-don't use M4 frozen files
-.SS "Languages include:"
-.TP
-`Autoconf'
-create Autoconf configure scripts
-.TP
-`Autotest'
-create Autotest test suites
-.TP
-`M4sh'
-create M4sh shell scripts
-.TP
-`M4sugar'
-create M4sugar output
-.SS "Warning categories include:"
-.TP
-`cross'
-cross compilation issues
-.TP
-`gnu'
-GNU coding standards (default in gnu and gnits modes)
-.TP
-`obsolete'
-obsolete features or constructions
-.TP
-`override'
-user redefinitions of Automake rules or variables
-.TP
-`portability'
-portability issues (default in gnu and gnits modes)
-.TP
-`syntax'
-dubious syntactic constructs (default)
-.TP
-`unsupported'
-unsupported or incomplete features (default)
-.TP
-`all'
-all the warnings
-.TP
-`no\-CATEGORY'
-turn off warnings in CATEGORY
-.TP
-`none'
-turn off all the warnings
-.TP
-`error'
-treat warnings as errors
-.PP
-The environment variables `M4' and `WARNINGS' are honored.
-.SS "Library directories:"
-.TP
-\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
-prepend directory DIR to search path
-.TP
-\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
-append directory DIR to search path
-.SS "Tracing:"
-.TP
-\fB\-t\fR, \fB\-\-trace\fR=\fIMACRO\fR
-report the MACRO invocations
-.TP
-\fB\-p\fR, \fB\-\-preselect\fR=\fIMACRO\fR
-prepare to trace MACRO in a future run
-.SS "Freezing:"
-.TP
-\fB\-F\fR, \fB\-\-freeze\fR
-produce an M4 frozen state file for FILES
-.SH AUTHOR
-Written by Akim Demaille.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B autom4te
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B autom4te
-programs are properly installed at your site, the command
-.IP
-.B info autom4te
-.PP
-should give you access to the complete manual.
diff --git a/man/autoreconf.1 b/man/autoreconf.1
deleted file mode 100644
index 3efb5055..00000000
--- a/man/autoreconf.1
+++ /dev/null
@@ -1,128 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH AUTORECONF "1" "November 2006" "autoreconf 2.61a" "User Commands"
-.SH NAME
-autoreconf \- Update generated configuration files
-.SH SYNOPSIS
-.B autoreconf
-[\fIOPTION\fR] ... [\fIDIRECTORY\fR] ...
-.SH DESCRIPTION
-Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint'
-(formerly `gettextize'), and `libtoolize' where appropriate)
-repeatedly to remake the GNU Build System files in specified
-DIRECTORIES and their subdirectories (defaulting to `.').
-.PP
-By default, it only remakes those files that are older than their
-sources. If you install new versions of the GNU Build System,
-you can make `autoreconf' remake all of the files by giving it the
-`\-\-force' option.
-.SS "Operation modes:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-verbosely report processing
-.TP
-\fB\-d\fR, \fB\-\-debug\fR
-don't remove temporary files
-.TP
-\fB\-f\fR, \fB\-\-force\fR
-consider all files obsolete
-.TP
-\fB\-i\fR, \fB\-\-install\fR
-copy missing auxiliary files
-.TP
-\fB\-\-no\-recursive\fR
-don't rebuild sub\-packages
-.TP
-\fB\-s\fR, \fB\-\-symlink\fR
-with \fB\-i\fR, install symbolic links instead of copies
-.TP
-\fB\-m\fR, \fB\-\-make\fR
-when applicable, re\-run ./configure && make
-.TP
-\fB\-W\fR, \fB\-\-warnings\fR=\fICATEGORY\fR
-report the warnings falling in CATEGORY [syntax]
-.SS "Warning categories include:"
-.TP
-`cross'
-cross compilation issues
-.TP
-`gnu'
-GNU coding standards (default in gnu and gnits modes)
-.TP
-`obsolete'
-obsolete features or constructions
-.TP
-`override'
-user redefinitions of Automake rules or variables
-.TP
-`portability'
-portability issues (default in gnu and gnits modes)
-.TP
-`syntax'
-dubious syntactic constructs (default)
-.TP
-`unsupported'
-unsupported or incomplete features (default)
-.TP
-`all'
-all the warnings
-.TP
-`no\-CATEGORY'
-turn off warnings in CATEGORY
-.TP
-`none'
-turn off all the warnings
-.TP
-`error'
-treat warnings as errors
-.PP
-The environment variable `WARNINGS' is honored. Some subtools might
-support other warning types, using `all' is encouraged.
-.SS "Library directories:"
-.TP
-\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
-prepend directory DIR to search path
-.TP
-\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
-append directory DIR to search path
-.PP
-The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL,
-AUTOPOINT, LIBTOOLIZE, M4 are honored.
-.SH AUTHOR
-Written by David J. MacKenzie and Akim Demaille.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B autoreconf
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B autoreconf
-programs are properly installed at your site, the command
-.IP
-.B info autoreconf
-.PP
-should give you access to the complete manual.
diff --git a/man/autoscan.1 b/man/autoscan.1
deleted file mode 100644
index 3b1558f4..00000000
--- a/man/autoscan.1
+++ /dev/null
@@ -1,65 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH AUTOSCAN "1" "November 2006" "autoscan 2.61a" "User Commands"
-.SH NAME
-autoscan \- Generate a preliminary configure.in
-.SH SYNOPSIS
-.B autoscan
-[\fIOPTION\fR] ... [\fISRCDIR\fR]
-.SH DESCRIPTION
-Examine source files in the directory tree rooted at SRCDIR, or the
-current directory if none is given. Search the source files for
-common portability problems, check for incompleteness of
-`configure.ac', and create a file `configure.scan' which is a
-preliminary `configure.ac' for that package.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-verbosely report processing
-.TP
-\fB\-d\fR, \fB\-\-debug\fR
-don't remove temporary files
-.SS "Library directories:"
-.TP
-\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
-prepend directory DIR to search path
-.TP
-\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
-append directory DIR to search path
-.SH AUTHOR
-Written by David J. MacKenzie and Akim Demaille.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B autoscan
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B autoscan
-programs are properly installed at your site, the command
-.IP
-.B info autoscan
-.PP
-should give you access to the complete manual.
diff --git a/man/autoupdate.1 b/man/autoupdate.1
deleted file mode 100644
index 20b5b81e..00000000
--- a/man/autoupdate.1
+++ /dev/null
@@ -1,67 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH AUTOUPDATE "1" "November 2006" "autoupdate 2.61a" "User Commands"
-.SH NAME
-autoupdate \- Update a configure.in to a newer Autoconf
-.SH SYNOPSIS
-.B autoupdate
-[\fIOPTION\fR] ... [\fITEMPLATE-FILE\fR...]
-.SH DESCRIPTION
-Update the TEMPLATE\-FILE... if given, or `configure.ac' if present,
-or else `configure.in', to the syntax of the current version of
-Autoconf. The original files are backed up.
-.SS "Operation modes:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.TP
-\fB\-v\fR, \fB\-\-verbose\fR
-verbosely report processing
-.TP
-\fB\-d\fR, \fB\-\-debug\fR
-don't remove temporary files
-.TP
-\fB\-f\fR, \fB\-\-force\fR
-consider all files obsolete
-.SS "Library directories:"
-.TP
-\fB\-B\fR, \fB\-\-prepend\-include\fR=\fIDIR\fR
-prepend directory DIR to search path
-.TP
-\fB\-I\fR, \fB\-\-include\fR=\fIDIR\fR
-append directory DIR to search path
-.SH AUTHOR
-Written by David J. MacKenzie and Akim Demaille.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B autoupdate
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B autoupdate
-programs are properly installed at your site, the command
-.IP
-.B info autoupdate
-.PP
-should give you access to the complete manual.
diff --git a/man/config.guess.1 b/man/config.guess.1
deleted file mode 100644
index ab13ace9..00000000
--- a/man/config.guess.1
+++ /dev/null
@@ -1,57 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH CONFIG.GUESS "1" "November 2006" "config.guess (2006-11-15)" "User Commands"
-.SH NAME
-config.guess \- guess the build system triplet
-.SH SYNOPSIS
-.B config.guess
-[\fIOPTION\fR]
-.SH DESCRIPTION
-The GNU build system distinguishes three types of machines, the
-`build' machine on which the compilers are run, the `host' machine
-on which the package being built will run, and, exclusively when you
-build a compiler, assembler etc., the `target' machine, for which the
-compiler being built will produce code.
-
-This script will guess the type of the `build' machine.
-.PP
-Output the configuration name of the system `config.guess' is run on.
-.SS "Operation modes:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-t\fR, \fB\-\-time\-stamp\fR
-print date of last modification, then exit
-.TP
-\fB\-v\fR, \fB\-\-version\fR
-print version number, then exit
-.SH "ENVIRONMENT VARIABLES"
-config.guess might need to compile and run C code, hence it needs a
-compiler for the `build' machine: use the environment variable
-`CC_FOR_BUILD' to specify the compiler for the build machine. If
-`CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to
-specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
-machine.
-
- CC_FOR_BUILD a native C compiler, defaults to `cc'
- CC a native C compiler, the previous variable is preferred
-.SH "REPORTING BUGS"
-Report bugs and patches to <config\-patches@gnu.org>.
-.PP
-Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
-.PP
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
diff --git a/man/config.sub.1 b/man/config.sub.1
deleted file mode 100644
index 0d4beef8..00000000
--- a/man/config.sub.1
+++ /dev/null
@@ -1,41 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH CONFIG.SUB "1" "November 2006" "config.sub (2006-11-07)" "User Commands"
-.SH NAME
-config.sub \- validate and canonicalize a configuration triplet
-.SH SYNOPSIS
-.B config.sub
-[\fIOPTION\fR] \fICPU-MFR-OPSYS\fR
-.SH DESCRIPTION
-.IP
-\&../build\-aux/config.sub [OPTION] ALIAS
-.PP
-Canonicalize a configuration name.
-.SS "Operation modes:"
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-t\fR, \fB\-\-time\-stamp\fR
-print date of last modification, then exit
-.TP
-\fB\-v\fR, \fB\-\-version\fR
-print version number, then exit
-.SH "REPORTING BUGS"
-Report bugs and patches to <config\-patches@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
-.PP
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
diff --git a/man/ifnames.1 b/man/ifnames.1
deleted file mode 100644
index 80c0973f..00000000
--- a/man/ifnames.1
+++ /dev/null
@@ -1,52 +0,0 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
-.TH IFNAMES "1" "November 2006" "ifnames 2.61a" "User Commands"
-.SH NAME
-ifnames \- Extract CPP conditionals from a set of files
-.SH SYNOPSIS
-.B ifnames
-[\fIOPTION\fR] ... [\fIFILE\fR] ...
-.SH DESCRIPTION
-Scan all of the C source FILES (or the standard input, if none are
-given) and write to the standard output a sorted list of all the
-identifiers that appear in those files in `#if', `#elif', `#ifdef', or
-`#ifndef' directives. Print each identifier on a line, followed by a
-space\-separated list of the files in which that identifier occurs.
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-print this help, then exit
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-print version number, then exit
-.SH AUTHOR
-Written by David J. MacKenzie and Paul Eggert.
-.SH "REPORTING BUGS"
-Report bugs to <bug\-autoconf@gnu.org>.
-.SH COPYRIGHT
-Copyright \(co 2006 Free Software Foundation, Inc.
-.br
-This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
-There is NO WARRANTY, to the extent permitted by law.
-.SH "SEE ALSO"
-.BR autoconf (1),
-.BR automake (1),
-.BR autoreconf (1),
-.BR autoupdate (1),
-.BR autoheader (1),
-.BR autoscan (1),
-.BR config.guess (1),
-.BR config.sub (1),
-.BR ifnames (1),
-.BR libtool (1).
-.PP
-The full documentation for
-.B ifnames
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B ifnames
-programs are properly installed at your site, the command
-.IP
-.B info ifnames
-.PP
-should give you access to the complete manual.