summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL43
1 files changed, 0 insertions, 43 deletions
diff --git a/INSTALL b/INSTALL
index 29eb48f6cdea8..1f50bd860c32e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -94,14 +94,6 @@ The most common, standard flags given to 'configure' are:
Specifies where the program (binaries and all associated files) will
be installed.
-* --sysconfdir=directory
- Possible values: Any path
- Default: /usr/local/etc
-
- Specifies where the installed programs will look for configuration files.
- '/atf' will be appended to the given path unless ATF_CONFSUBDIR is
- redefined as explained later on.
-
* --help
Shows information about all available flags and exits immediately,
without running any configuration tasks.
@@ -152,14 +144,6 @@ script:
Specifies the C++ compiler flags that ATF will use at run time whenever
the build-time-specific checks are used.
-* ATF_CONFSUBDIR
- Possible values: empty, a relative path.
- Default: atf.
-
- Specifies the subdirectory of the configuration directory (given by the
- --sysconfdir argument) under which ATF will search for its configuration
- files.
-
* ATF_SHELL
Possible values: empty, absolute path to a POSIX shell interpreter.
Default: empty.
@@ -177,14 +161,6 @@ script:
and work directories for test cases. This is just a default and can be
overriden at run time.
-* GDB
- Possible values: empty, absolute path to GNU GDB.
- Default: empty.
-
- Specifies the path to the GNU GDB binary that atf-run will use to gather
- a stack trace of a crashing test program. If empty, the configure script
- will try to find a suitable binary for you.
-
The following flags are specific to ATF's 'configure' script:
* --enable-developer
@@ -199,25 +175,6 @@ The following flags are specific to ATF's 'configure' script:
detection features regardless of the value of this flag. However, such
warnings are only fatal when --enable-developer is 'yes'.
-* --enable-tools
- Possible values: yes, no
- Default: no.
-
- Enables the build of the deprecated atf-config, atf-report, atf-run
- and atf-version tools. atf-report and atf-run have been superseded by
- Kyua, and atf-config and atf-version are unnecessary.
-
-
-Post-installation steps
-***********************
-
-After installing ATF, you have to register the DTDs it provides into the
-system-wide XML catalog. See the comments at the top of the files in
-${datadir}/share/xml/atf to see the correct public identifiers. This
-directory will typically be /usr/local/share/xml/atf or /usr/share/xml/atf.
-Failure to do so will lead to further errors when processing the XML files
-generated by atf-report.
-
===========================================================================
vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2