mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-23 14:09:51 +08:00
(EDITION, VERSION): Update to 2.5.
This commit is contained in:
parent
200d1f3230
commit
09e96ebee5
@ -6,8 +6,8 @@
|
|||||||
@c @setchapternewpage odd
|
@c @setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
@set EDITION 2.4.2
|
@set EDITION 2.5
|
||||||
@set VERSION 2.4.2
|
@set VERSION 2.5
|
||||||
@set UPDATED July 1995
|
@set UPDATED July 1995
|
||||||
|
|
||||||
@iftex
|
@iftex
|
||||||
@ -27,7 +27,7 @@ This file documents the GNU Autoconf package for creating scripts to
|
|||||||
configure source code packages using templates and an @code{m4} macro
|
configure source code packages using templates and an @code{m4} macro
|
||||||
package.
|
package.
|
||||||
|
|
||||||
Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
|
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
@ -410,7 +410,7 @@ Files used in preparing a software package for distribution:
|
|||||||
your source files --> [autoscan*] --> [configure.scan] --> configure.in
|
your source files --> [autoscan*] --> [configure.scan] --> configure.in
|
||||||
|
|
||||||
configure.in --. .------> autoconf* -----> configure
|
configure.in --. .------> autoconf* -----> configure
|
||||||
+---+
|
+---+
|
||||||
[aclocal.m4] --+ `---.
|
[aclocal.m4] --+ `---.
|
||||||
[acsite.m4] ---' |
|
[acsite.m4] ---' |
|
||||||
+--> [autoheader*] -> [config.h.in]
|
+--> [autoheader*] -> [config.h.in]
|
||||||
@ -719,7 +719,7 @@ environment variable.
|
|||||||
@item --verbose
|
@item --verbose
|
||||||
Print the name of each directory where @code{autoreconf} runs
|
Print the name of each directory where @code{autoreconf} runs
|
||||||
@code{autoconf} (and @code{autoheader}, if appropriate).
|
@code{autoconf} (and @code{autoheader}, if appropriate).
|
||||||
|
|
||||||
@item --version
|
@item --version
|
||||||
Print the version number of Autoconf and exit.
|
Print the version number of Autoconf and exit.
|
||||||
@end table
|
@end table
|
||||||
@ -1418,7 +1418,7 @@ produces this in @code{configure}:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Revision: 1.30
|
# From configure.in Revision: 1.30
|
||||||
@end example
|
@end example
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@ -1457,7 +1457,7 @@ Symbols}, for how to get those symbol definitions into your program.
|
|||||||
|
|
||||||
These macros check for the presence or behavior of particular programs.
|
These macros check for the presence or behavior of particular programs.
|
||||||
They are used to choose between several alternative programs and to
|
They are used to choose between several alternative programs and to
|
||||||
decide what to do once one has been chosen.
|
decide what to do once one has been chosen.
|
||||||
If there is no macro specifically defined to check for a program you need,
|
If there is no macro specifically defined to check for a program you need,
|
||||||
and you don't need to check for any special properties of
|
and you don't need to check for any special properties of
|
||||||
it, then you can use one of the general program check macros.
|
it, then you can use one of the general program check macros.
|
||||||
@ -1651,7 +1651,7 @@ be in the user's @code{PATH}, you can pass a modified path to use
|
|||||||
instead, like this:
|
instead, like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
AC_PATH_PROG(INETD, inetd, /usr/libexec/inetd,
|
AC_PATH_PROG(INETD, inetd, /usr/libexec/inetd,
|
||||||
$PATH:/usr/libexec:/usr/sbin:/usr/etc:etc)
|
$PATH:/usr/libexec:/usr/sbin:/usr/etc:etc)
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@ -3027,7 +3027,7 @@ is fairly small. @xref{Utilities in Makefiles, , Utilities in
|
|||||||
Makefiles, standards, GNU Coding Standards}, for the list. This
|
Makefiles, standards, GNU Coding Standards}, for the list. This
|
||||||
restriction allows users to start out with a fairly small set of
|
restriction allows users to start out with a fairly small set of
|
||||||
programs and build the rest, avoiding too many interdependencies between
|
programs and build the rest, avoiding too many interdependencies between
|
||||||
packages.
|
packages.
|
||||||
|
|
||||||
Some of these external utilities have a portable subset of features, as
|
Some of these external utilities have a portable subset of features, as
|
||||||
well; for example, don't rely on @code{ln} having a @samp{-f} option or
|
well; for example, don't rely on @code{ln} having a @samp{-f} option or
|
||||||
@ -3374,7 +3374,7 @@ for example, @samp{ac_cv_header_stat_broken} or
|
|||||||
An abbreviation for your package or organization; the same prefix you
|
An abbreviation for your package or organization; the same prefix you
|
||||||
begin local Autoconf macros with, except lowercase by convention.
|
begin local Autoconf macros with, except lowercase by convention.
|
||||||
For cache values used by the distributed Autoconf macros, this value is
|
For cache values used by the distributed Autoconf macros, this value is
|
||||||
@samp{ac}.
|
@samp{ac}.
|
||||||
|
|
||||||
@item @code{_cv_}
|
@item @code{_cv_}
|
||||||
Indicates that this shell variable is a cache value.
|
Indicates that this shell variable is a cache value.
|
||||||
@ -3620,7 +3620,7 @@ Definitions of C structures in header files.
|
|||||||
@item SYS
|
@item SYS
|
||||||
Operating system features.
|
Operating system features.
|
||||||
@item TYPE
|
@item TYPE
|
||||||
C builtin or declared types.
|
C builtin or declared types.
|
||||||
@item VAR
|
@item VAR
|
||||||
C variables in libraries.
|
C variables in libraries.
|
||||||
@end table
|
@end table
|
||||||
@ -3866,7 +3866,7 @@ example, @samp{decstation} can be given on the command line instead of
|
|||||||
@code{config.sub} to canonicalize system type aliases.
|
@code{config.sub} to canonicalize system type aliases.
|
||||||
|
|
||||||
@node Canonicalizing, System Type Variables, Specifying Names, Manual Configuration
|
@node Canonicalizing, System Type Variables, Specifying Names, Manual Configuration
|
||||||
@section Getting the Canonical System Type
|
@section Getting the Canonical System Type
|
||||||
|
|
||||||
The following macros make the system type available to @code{configure}
|
The following macros make the system type available to @code{configure}
|
||||||
scripts. They run the shell script @code{config.guess} to determine any
|
scripts. They run the shell script @code{config.guess} to determine any
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
@c @setchapternewpage odd
|
@c @setchapternewpage odd
|
||||||
@c %**end of header
|
@c %**end of header
|
||||||
|
|
||||||
@set EDITION 2.4.2
|
@set EDITION 2.5
|
||||||
@set VERSION 2.4.2
|
@set VERSION 2.5
|
||||||
@set UPDATED July 1995
|
@set UPDATED July 1995
|
||||||
|
|
||||||
@iftex
|
@iftex
|
||||||
@ -27,7 +27,7 @@ This file documents the GNU Autoconf package for creating scripts to
|
|||||||
configure source code packages using templates and an @code{m4} macro
|
configure source code packages using templates and an @code{m4} macro
|
||||||
package.
|
package.
|
||||||
|
|
||||||
Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
|
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
@ -410,7 +410,7 @@ Files used in preparing a software package for distribution:
|
|||||||
your source files --> [autoscan*] --> [configure.scan] --> configure.in
|
your source files --> [autoscan*] --> [configure.scan] --> configure.in
|
||||||
|
|
||||||
configure.in --. .------> autoconf* -----> configure
|
configure.in --. .------> autoconf* -----> configure
|
||||||
+---+
|
+---+
|
||||||
[aclocal.m4] --+ `---.
|
[aclocal.m4] --+ `---.
|
||||||
[acsite.m4] ---' |
|
[acsite.m4] ---' |
|
||||||
+--> [autoheader*] -> [config.h.in]
|
+--> [autoheader*] -> [config.h.in]
|
||||||
@ -719,7 +719,7 @@ environment variable.
|
|||||||
@item --verbose
|
@item --verbose
|
||||||
Print the name of each directory where @code{autoreconf} runs
|
Print the name of each directory where @code{autoreconf} runs
|
||||||
@code{autoconf} (and @code{autoheader}, if appropriate).
|
@code{autoconf} (and @code{autoheader}, if appropriate).
|
||||||
|
|
||||||
@item --version
|
@item --version
|
||||||
Print the version number of Autoconf and exit.
|
Print the version number of Autoconf and exit.
|
||||||
@end table
|
@end table
|
||||||
@ -1418,7 +1418,7 @@ produces this in @code{configure}:
|
|||||||
|
|
||||||
@example
|
@example
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in Revision: 1.30
|
# From configure.in Revision: 1.30
|
||||||
@end example
|
@end example
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@ -1457,7 +1457,7 @@ Symbols}, for how to get those symbol definitions into your program.
|
|||||||
|
|
||||||
These macros check for the presence or behavior of particular programs.
|
These macros check for the presence or behavior of particular programs.
|
||||||
They are used to choose between several alternative programs and to
|
They are used to choose between several alternative programs and to
|
||||||
decide what to do once one has been chosen.
|
decide what to do once one has been chosen.
|
||||||
If there is no macro specifically defined to check for a program you need,
|
If there is no macro specifically defined to check for a program you need,
|
||||||
and you don't need to check for any special properties of
|
and you don't need to check for any special properties of
|
||||||
it, then you can use one of the general program check macros.
|
it, then you can use one of the general program check macros.
|
||||||
@ -1651,7 +1651,7 @@ be in the user's @code{PATH}, you can pass a modified path to use
|
|||||||
instead, like this:
|
instead, like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
AC_PATH_PROG(INETD, inetd, /usr/libexec/inetd,
|
AC_PATH_PROG(INETD, inetd, /usr/libexec/inetd,
|
||||||
$PATH:/usr/libexec:/usr/sbin:/usr/etc:etc)
|
$PATH:/usr/libexec:/usr/sbin:/usr/etc:etc)
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@ -3027,7 +3027,7 @@ is fairly small. @xref{Utilities in Makefiles, , Utilities in
|
|||||||
Makefiles, standards, GNU Coding Standards}, for the list. This
|
Makefiles, standards, GNU Coding Standards}, for the list. This
|
||||||
restriction allows users to start out with a fairly small set of
|
restriction allows users to start out with a fairly small set of
|
||||||
programs and build the rest, avoiding too many interdependencies between
|
programs and build the rest, avoiding too many interdependencies between
|
||||||
packages.
|
packages.
|
||||||
|
|
||||||
Some of these external utilities have a portable subset of features, as
|
Some of these external utilities have a portable subset of features, as
|
||||||
well; for example, don't rely on @code{ln} having a @samp{-f} option or
|
well; for example, don't rely on @code{ln} having a @samp{-f} option or
|
||||||
@ -3374,7 +3374,7 @@ for example, @samp{ac_cv_header_stat_broken} or
|
|||||||
An abbreviation for your package or organization; the same prefix you
|
An abbreviation for your package or organization; the same prefix you
|
||||||
begin local Autoconf macros with, except lowercase by convention.
|
begin local Autoconf macros with, except lowercase by convention.
|
||||||
For cache values used by the distributed Autoconf macros, this value is
|
For cache values used by the distributed Autoconf macros, this value is
|
||||||
@samp{ac}.
|
@samp{ac}.
|
||||||
|
|
||||||
@item @code{_cv_}
|
@item @code{_cv_}
|
||||||
Indicates that this shell variable is a cache value.
|
Indicates that this shell variable is a cache value.
|
||||||
@ -3620,7 +3620,7 @@ Definitions of C structures in header files.
|
|||||||
@item SYS
|
@item SYS
|
||||||
Operating system features.
|
Operating system features.
|
||||||
@item TYPE
|
@item TYPE
|
||||||
C builtin or declared types.
|
C builtin or declared types.
|
||||||
@item VAR
|
@item VAR
|
||||||
C variables in libraries.
|
C variables in libraries.
|
||||||
@end table
|
@end table
|
||||||
@ -3866,7 +3866,7 @@ example, @samp{decstation} can be given on the command line instead of
|
|||||||
@code{config.sub} to canonicalize system type aliases.
|
@code{config.sub} to canonicalize system type aliases.
|
||||||
|
|
||||||
@node Canonicalizing, System Type Variables, Specifying Names, Manual Configuration
|
@node Canonicalizing, System Type Variables, Specifying Names, Manual Configuration
|
||||||
@section Getting the Canonical System Type
|
@section Getting the Canonical System Type
|
||||||
|
|
||||||
The following macros make the system type available to @code{configure}
|
The following macros make the system type available to @code{configure}
|
||||||
scripts. They run the shell script @code{config.guess} to determine any
|
scripts. They run the shell script @code{config.guess} to determine any
|
||||||
|
Loading…
Reference in New Issue
Block a user