]> git.pld-linux.org Git - packages/autoconf.git/blobdiff - autoconf-info.patch
- updated to 2.70
[packages/autoconf.git] / autoconf-info.patch
index b3fc7ed57e90bb40ab2f0bef3f5a2ee1e41f9616..f8649bb17a80655117c03527334b5748905bb53a 100644 (file)
@@ -1,56 +1,60 @@
-diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
---- autoconf-2.53.orig/doc/autoconf.texi       Fri Mar  8 13:57:41 2002
-+++ autoconf-2.53/doc/autoconf.texi    Sat Mar 16 12:31:46 2002
-@@ -32,27 +32,16 @@
- @end ifnothtml
+--- autoconf-2.70/doc/autoconf.texi.orig       2021-01-07 21:55:44.435169949 +0100
++++ autoconf-2.70/doc/autoconf.texi    2021-01-07 21:57:55.634459181 +0100
+@@ -225,29 +225,19 @@
  
  
--@dircategory GNU admin
+-@dircategory Software development
 +@dircategory Programming tools:
  @direntry
--* Autoconf: (autoconf).         Create source code configuration scripts
+-* Autoconf: (autoconf).         Create source code configuration scripts.
 -@end direntry
 -
 -@dircategory Individual utilities
 -@direntry
 -* autoscan: (autoconf)autoscan Invocation.
 -                                Semi-automatic @file{configure.ac} writing
--* ifnames: (autoconf)ifnames Invocation.
--                                Listing the conditionals in source code
--* autoconf: (autoconf)autoconf Invocation.
+-* ifnames: (autoconf)ifnames Invocation.        Listing conditionals in source.
+-* autoconf-invocation: (autoconf)autoconf Invocation.
 -                                How to create configuration scripts
 -* autoreconf: (autoconf)autoreconf Invocation.
 -                                Remaking multiple @command{configure} scripts
--* configure: (autoconf)configure Invocation.
--                                Configuring a package
--* config.status: (autoconf)config.status Invocation.
--                                Recreating a configuration
--* testsuite: (autoconf)testsuite Invocation.
--                                Running an Autotest test suite
+-* autoheader: (autoconf)autoheader Invocation.
+-                                How to create configuration templates
+-* autom4te: (autoconf)autom4te Invocation.
+-                                The Autoconf executables backbone
+-* configure: (autoconf)configure Invocation.    Configuring a package.
+-* autoupdate: (autoconf)autoupdate Invocation.
+-                                Automatic update of @file{configure.ac}
+-* config.status: (autoconf)config.status Invocation. Recreating configurations.
+-* testsuite: (autoconf)testsuite Invocation.    Running an Autotest test suite.
 +* Autoconf: (autoconf).                       Create source code configuration scripts
 +* autoscan: (autoconf)autoscan.               Semi-automatic @file{configure.ac} writing
-+* ifnames: (autoconf)ifnames.         Listing the conditionals in source code
++* ifnames: (autoconf)ifnames.         Listing conditionals in source
 +* autoconf: (autoconf)autoconf.               How to create configuration scripts
 +* autoreconf: (autoconf)autoreconf.   Remaking multiple @command{configure} scripts
++* autoheader: (autoconf)autoheader.   How to create configuration templates
++* autom4te: (autoconf)autom4te.               The Autoconf executables backbone
 +* configure: (autoconf)configure.     Configuring a package
-+* config.status: (autoconf)config.status.  Recreating a configuration
-+* testsuite: (autoconf)testsuite.     Running an Autotest test suite
++* autoupdate: (autoconf)autoupdate.   Automatic update of @file{configure.ac}
++* config.status: (autoconf)config.status.  Recreating configurations.
++* testsuite: (autoconf)testsuite.     Running an Autotest test suite.
  @end direntry
  
- @ifinfo
-@@ -162,7 +151,7 @@
+ @titlepage
+@@ -290,7 +280,7 @@
  * Manual Configuration::        Selecting features that can't be guessed
  * Site Configuration::          Local defaults for @command{configure}
- * Running configure scripts::   How to use the Autoconf output
+ * Running configure Scripts::   How to use the Autoconf output
 -* config.status Invocation::    Recreating a configuration
 +* config.status::               Recreating a configuration
  * Obsolete Constructs::         Kept for backward compatibility
  * Using Autotest::              Creating portable test suites
- * Questions::                   Questions about Autoconf, with answers
-@@ -182,10 +171,10 @@
+ * FAQ::                         Frequent Autoconf Questions, with answers
+@@ -311,10 +301,10 @@
  Making @command{configure} Scripts
  
- * Writing configure.ac::        What to put in an Autoconf input file
+ * Writing Autoconf Input::      What to put in an Autoconf input file
 -* autoscan Invocation::         Semi-automatic @file{configure.ac} writing
 -* ifnames Invocation::          Listing the conditionals in source code
 -* autoconf Invocation::         How to create configuration scripts
@@ -62,7 +66,7 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  
  Writing @file{configure.ac}
  
-@@ -218,7 +207,7 @@
+@@ -349,7 +339,7 @@
  Configuration Header Files
  
  * Header Templates::            Input for the configuration headers
@@ -71,7 +75,16 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  * Autoheader Macros::           How to specify CPP templates
  
  Existing Tests
-@@ -389,13 +378,13 @@
+@@ -468,7 +458,7 @@
+ Using @command{autom4te}
+-* autom4te Invocation::         A GNU M4 wrapper
++* autom4te::                    A GNU M4 wrapper
+ * Customizing autom4te::        Customizing the Autoconf package
+ Programming in M4sugar
+@@ -608,13 +598,13 @@
  * System Type::                 Specifying the system type
  * Sharing Defaults::            Setting site-wide defaults for @command{configure}
  * Defining Variables::          Specifying the compiler etc.
@@ -80,35 +93,35 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  
  Obsolete Constructs
  
- * Obsolete config.status Use::  Different calling convention
- * acconfig.h::                  Additional entries in @file{config.h.in}
+ * Obsolete config.status Use::  Obsolete convention for @command{config.status}
+ * acconfig Header::             Additional entries in @file{config.h.in}
 -* autoupdate Invocation::       Automatic update of @file{configure.ac}
 +* autoupdate::                  Automatic update of @file{configure.ac}
  * Obsolete Macros::             Backward compatibility macros
  * Autoconf 1::                  Tips for upgrading your files
  * Autoconf 2.13::               Some fresher tips
-@@ -419,7 +408,7 @@
+@@ -639,7 +629,7 @@
  
  * Using an Autotest Test Suite::  Autotest and the user
- * Writing testsuite.at::        Autotest macros
+ * Writing Testsuites::          Autotest macros
 -* testsuite Invocation::        Running @command{testsuite} scripts
 +* testsuite::                   Running @command{testsuite} scripts
  * Making testsuite Scripts::    Using autom4te to create @command{testsuite}
  
  Using an Autotest Test Suite
-@@ -729,7 +718,7 @@
+@@ -1000,7 +990,7 @@
  
  @item
- a shell script called @file{config.status} that, when run, will recreate
+ a shell script called @file{config.status} that, when run, recreates
 -the files listed above (@pxref{config.status Invocation});
 +the files listed above (@pxref{config.status});
  
  @item
  an optional shell script normally called @file{config.cache}
-@@ -789,10 +778,10 @@
+@@ -1080,10 +1070,10 @@
  
  @menu
- * Writing configure.ac::        What to put in an Autoconf input file
+ * Writing Autoconf Input::      What to put in an Autoconf input file
 -* autoscan Invocation::         Semi-automatic @file{configure.ac} writing
 -* ifnames Invocation::          Listing the conditionals in source code
 -* autoconf Invocation::         How to create configuration scripts
@@ -119,17 +132,17 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
 +* autoreconf::                  Remaking multiple @command{configure} scripts
  @end menu
  
- @node Writing configure.ac
-@@ -808,7 +797,7 @@
+ @node Writing Autoconf Input
+@@ -1099,7 +1089,7 @@
  or specialized features, @file{configure.ac} might need to contain some
- hand-crafted shell commands; see @ref{Portable Shell}.  The
- @command{autoscan} program can give you a good start in writing
--@file{configure.ac} (@pxref{autoscan Invocation}, for more information).
-+@file{configure.ac} (@pxref{autoscan}, for more information).
- Previous versions of Autoconf promoted the name @file{configure.in},
- which is somewhat ambiguous (the tool needed to produce this file is not
-@@ -1036,7 +1025,7 @@
+ hand-crafted shell commands; see @ref{Portable Shell, , Portable Shell
+ Programming}.  The @command{autoscan} program can give you a good start
+-in writing @file{configure.ac} (@pxref{autoscan Invocation}, for more
++in writing @file{configure.ac} (@pxref{autoscan} Invocation, for more
+ information).
+ @cindex @file{configure.in}
+@@ -1398,7 +1388,7 @@
  @end display
  
  
@@ -138,7 +151,7 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @section Using @command{autoscan} to Create @file{configure.ac}
  @cindex @command{autoscan}
  
-@@ -1058,7 +1047,7 @@
+@@ -1420,7 +1410,7 @@
  use a configuration header file, you must add a call to
  @code{AC_CONFIG_HEADERS} (@pxref{Configuration Headers}).  You might
  also have to change or add some @code{#if} directives to your program in
@@ -147,8 +160,8 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  information about a program that can help with that job).
  
  When using @command{autoscan} to maintain a @file{configure.ac}, simply
-@@ -1094,7 +1083,7 @@
accumulate.  Directories are browsed from last to first.
+@@ -1463,7 +1453,7 @@
Prepend @var{dir} to the include path.  Multiple invocations accumulate.
  @end table
  
 -@node ifnames Invocation
@@ -156,7 +169,7 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @section Using @command{ifnames} to List Conditionals
  @cindex @command{ifnames}
  
-@@ -1103,8 +1092,7 @@
+@@ -1472,8 +1462,7 @@
  preprocessor conditionals.  If a package has already been set up to have
  some portability, @command{ifnames} can thus help you figure out what its
  @command{configure} needs to check for.  It may help fill in some gaps in a
@@ -166,7 +179,7 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  
  @command{ifnames} scans all of the C source files named on the command line
  (or the standard input, if none are given) and writes to the standard
-@@ -1126,7 +1114,7 @@
+@@ -1495,7 +1484,7 @@
  Print the version number of Autoconf and exit.
  @end table
  
@@ -175,7 +188,16 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @section Using @command{autoconf} to Create @command{configure}
  @cindex @command{autoconf}
  
-@@ -1383,7 +1371,7 @@
+@@ -1597,7 +1586,7 @@
+ The @var{format} is a regular string, with newlines if desired, and
+ several special escape codes.  It defaults to @samp{$f:$l:$n:$%}; see
+-@ref{autom4te Invocation}, for details on the @var{format}.
++@ref{autom4te}, for details on the @var{format}.
+ @item --initialization
+ @itemx -i
+@@ -1671,7 +1660,7 @@
  @end group
  @end example
  
@@ -184,18 +206,25 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @section Using @command{autoreconf} to Update @command{configure} Scripts
  @cindex @command{autoreconf}
  
-@@ -1611,8 +1599,8 @@
- source directory; @command{configure} checks for this file's existence to
- make sure that the directory that it is told contains the source code in
- fact does.  Occasionally people accidentally specify the wrong directory
--with @option{--srcdir}; this is a safety check.  @xref{configure
--Invocation}, for more information.
-+with @option{--srcdir}; this is a safety check.  @xref{configure},
-+for more information.
+@@ -1710,7 +1699,7 @@
+ your @file{configure.ac} should invoke @code{AM_GNU_GETTEXT} and
+ one of @code{AM_GNU_GETTEXT_VERSION(@var{gettext-version})} or
+ @code{AM_GNU_GETTEXT_REQUIRE_VERSION(@var{min-gettext-version})}.
+-@xref{autopoint Invocation, , Invoking the @code{autopoint} Program,
++@xref{autopoint, , Invoking the @code{autopoint} Program,
+ gettext, GNU @code{gettext} utilities}, for further details.
+ @noindent
+@@ -2125,7 +2114,7 @@
+ Use of this macro is strongly recommended.  It protects against people
+ accidentally specifying the wrong directory with @option{--srcdir}.
+-@xref{configure Invocation}, for more information.
++@xref{configure}, for more information.
  @end defmac
  
-@@ -1778,7 +1766,7 @@
+ Packages that use @command{aclocal} to generate @file{aclocal.m4}
+@@ -2380,7 +2369,7 @@
  when used in @var{output}, or the standard input when used in the
  @var{inputs}.  You most probably don't need to use this in
  @file{configure.ac}, but it is convenient when using the command line
@@ -203,17 +232,17 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
 +interface of @file{./config.status}, see @ref{config.status},
  for more details.
  
- The @var{inputs} may be absolute or relative filenames.  In the latter
-@@ -2350,7 +2338,7 @@
- @file{config.h} is considered up to date.  @xref{Output}, for more
- information about @code{AC_OUTPUT}.
+ The @var{inputs} may be absolute or relative file names.  In the latter
+@@ -3341,7 +3330,7 @@
+ so @file{config.status} ensures that @file{config.h} is considered up to
date.  @xref{Output}, for more information about @code{AC_OUTPUT}.
  
 -@xref{config.status Invocation}, for more examples of handling
 +@xref{config.status}, for more examples of handling
  configuration-related dependencies.
  
  @node Configuration Headers
-@@ -2411,7 +2399,7 @@
+@@ -3428,7 +3417,7 @@
  
  @menu
  * Header Templates::            Input for the configuration headers
@@ -222,29 +251,69 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  * Autoheader Macros::           How to specify CPP templates
  @end menu
  
-@@ -2462,10 +2450,10 @@
@samp{#undef} is strongly discouraged.
+@@ -3470,7 +3459,7 @@
generated header.
  
  Since it is a tedious task to keep a template header up to date, you may
 -use @command{autoheader} to generate it, see @ref{autoheader Invocation}.
 +use @command{autoheader} to generate it, see @ref{autoheader}.
  
+ During the instantiation of the header, each @samp{#undef} line in the
+ template file for each symbol defined by @samp{AC_DEFINE} is changed to an
+@@ -3508,7 +3497,7 @@
+ probably use @samp{AH_BOTTOM} to append the @samp{#include} directive.
  
 -@node autoheader Invocation
 +@node autoheader
  @subsection Using @command{autoheader} to Create @file{config.h.in}
  @cindex @command{autoheader}
  
-@@ -5991,7 +5979,7 @@
- files will depend upon @command{bizarre-cc} being the C compiler.  If
- for some reason the user runs @command{/configure} again, or if it is
+@@ -7630,7 +7619,7 @@
+ And finally, the default for @var{action-if-universal} is to ensure that
+ @samp{WORDS_BIGENDIAN} is defined if and only if a universal build is
+ detected and the current code is big-endian; this default works only if
+-@command{autoheader} is used (@pxref{autoheader Invocation}).
++@command{autoheader} is used (@pxref{autoheader}).
+ If you use this macro without specifying @var{action-if-universal}, you
+ should also use @code{AC_CONFIG_HEADERS}; otherwise
+@@ -8460,10 +8449,8 @@
+ to call Fortran routines from some language other than C/C++.
+ @end defmac
+-@defmac AC_FC_SRCEXT (@var{ext}, @ovar{action-if-success}, @
+-  @dvar{action-if-failure, AC_MSG_FAILURE})
+-@defmacx AC_FC_PP_SRCEXT (@var{ext}, @ovar{action-if-success}, @
+-  @dvar{action-if-failure, AC_MSG_FAILURE})
++@defmac AC_FC_SRCEXT (@var{ext}, @ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
++@defmacx AC_FC_PP_SRCEXT (@var{ext}, @ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
+ @acindex{FC_SRCEXT}
+ @acindex{FC_PP_SRCEXT}
+ @caindex fc_srcext_@var{ext}
+@@ -8634,10 +8621,8 @@
+ variable.
+ @end defmac
+-@defmac AC_F77_IMPLICIT_NONE (@ovar{action-if-success}, @
+-  @dvar{action-if-failure, AC_MSG_FAILURE})
+-@defmacx AC_FC_IMPLICIT_NONE (@ovar{action-if-success}, @
+-  @dvar{action-if-failure, AC_MSG_FAILURE})
++@defmac AC_F77_IMPLICIT_NONE (@ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
++@defmacx AC_FC_IMPLICIT_NONE (@ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
+ @acindex{F77_IMPLICIT_NONE}
+ @acindex{FC_IMPLICIT_NONE}
+ @caindex f77_implicit_none
+@@ -10266,7 +10251,7 @@
+ files depend upon @command{bizarre-cc} being the C compiler.  If
+ for some reason the user runs @command{./configure} again, or if it is
  run via @samp{./config.status --recheck}, (@xref{Automatic Remaking},
 -and @pxref{config.status Invocation}), then the configuration can be
 +and @pxref{config.status}), then the configuration can be
  inconsistent, composed of results depending upon two different
  compilers.
  
-@@ -6035,7 +6023,7 @@
+@@ -10319,7 +10304,7 @@
  
  @item
  @var{variable} is kept during automatic reconfiguration
@@ -253,7 +322,21 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  line argument, including when no cache is used:
  
  @example
-@@ -7162,7 +7150,7 @@
+@@ -11480,11 +11465,11 @@
+ It supports M4 extensions designed for use in tools like Autoconf.
+ @menu
+-* autom4te Invocation::         A GNU M4 wrapper
++* autom4te::                    A GNU M4 wrapper
+ * Customizing autom4te::        Customizing the Autoconf package
+ @end menu
+-@node autom4te Invocation
++@node autom4te
+ @subsection Invoking @command{autom4te}
+ The command line arguments are modeled after M4's:
+@@ -11734,7 +11719,7 @@
  not.
  @end table
  
@@ -262,16 +345,18 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  
  @item --preselect=@var{macro}
  @itemx -p @var{macro}
-@@ -7575,7 +7563,7 @@
- When the user runs @samp{autoconf -W error}, warnings from
- @code{AC_DIAGNOSE} and @code{AC_WARNING} are reported as error, see
--@ref{autoconf Invocation}.
-+@ref{autoconf}.
- @node Dependencies Between Macros
- @section Dependencies Between Macros
-@@ -10555,7 +10543,7 @@
+@@ -11822,8 +11807,8 @@
+ wrapped in between a @samp{begin-language: "@var{language}"},
+ @samp{end-language: "@var{language}"} pair.
+-Customizing a language stands for appending options (@pxref{autom4te
+-Invocation}) to the current definition of the language.  Options, and
++Customizing a language stands for appending options (@pxref{autom4te})
++to the current definition of the language.  Options, and
+ more generally arguments, are introduced by @samp{args:
+ @var{arguments}}.  You may use the traditional shell syntax to quote the
+ @var{arguments}.
+@@ -23211,16 +23196,16 @@
  * System Type::                 Specifying the system type
  * Sharing Defaults::            Setting site-wide defaults for @command{configure}
  * Defining Variables::          Specifying the compiler etc.
@@ -280,34 +365,36 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @end menu
  
  @set autoconf
-@@ -10564,7 +10552,7 @@
+ @include install.texi
  
- @c ============================================== Recreating a Configuration
+-@c ============================================== config.status Invocation
++@c ============================================== config.status
  
 -@node config.status Invocation
 +@node config.status
- @chapter Recreating a Configuration
+ @chapter config.status Invocation
  @cindex @command{config.status}
  
-@@ -10698,7 +10686,7 @@
+@@ -23389,7 +23374,7 @@
  @menu
- * Obsolete config.status Use::  Different calling convention
- * acconfig.h::                  Additional entries in @file{config.h.in}
+ * Obsolete config.status Use::  Obsolete convention for @command{config.status}
+ * acconfig Header::             Additional entries in @file{config.h.in}
 -* autoupdate Invocation::       Automatic update of @file{configure.ac}
 +* autoupdate::                  Automatic update of @file{configure.ac}
  * Obsolete Macros::             Backward compatibility macros
  * Autoconf 1::                  Tips for upgrading your files
  * Autoconf 2.13::               Some fresher tips
-@@ -10708,7 +10696,7 @@
+@@ -23399,7 +23384,7 @@
  @section Obsolete @file{config.status} Invocation
  
  @file{config.status} now supports arguments to specify the files to
--instantiate, see @ref{config.status Invocation}, for more details.
-+instantiate, see @ref{config.status}, for more details.
+-instantiate; see @ref{config.status Invocation}, for more details.
++instantiate; see @ref{config.status}, for more details.
  Before, environment variables had to be used.
  
  @defvar CONFIG_COMMANDS
-@@ -10739,7 +10727,7 @@
+@@ -23430,7 +23415,7 @@
  @file{config.status} ignores this variable.
  @end defvar
  
@@ -316,7 +403,7 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  would be:
  
  @example
-@@ -10813,7 +10801,7 @@
+@@ -23504,7 +23489,7 @@
  self-contained, and should not depend upon @file{acconfig.h} etc.
  
  
@@ -325,7 +412,7 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @section Using @command{autoupdate} to Modernize @file{configure.ac}
  @cindex @command{autoupdate}
  
-@@ -11660,7 +11648,7 @@
+@@ -24741,7 +24726,7 @@
  
  If you have an @file{aclocal.m4} installed with Autoconf (as opposed to
  in a particular package's source directory), you must rename it to
@@ -333,8 +420,8 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
 +@file{acsite.m4}.  @xref{autoconf}.
  
  If you distribute @file{install.sh} with your package, rename it to
- @file{install-sh} so @code{make} builtin rules won't inadvertently
-@@ -11715,7 +11703,7 @@
+ @file{install-sh} so @command{make} builtin rules don't inadvertently
+@@ -24796,7 +24781,7 @@
  the documentation for them.  @xref{Obsolete Macros}, for a table showing the
  new names for the old macros.  Use the @command{autoupdate} program to
  convert your @file{configure.ac} to using the new macro names.
@@ -343,16 +430,44 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  
  Some macros have been superseded by similar ones that do the job better,
  but are not call-compatible.  If you get warnings about calling obsolete
-@@ -12214,7 +12202,7 @@
+@@ -25333,7 +25318,7 @@
  @menu
  * Using an Autotest Test Suite::  Autotest and the user
- * Writing testsuite.at::        Autotest macros
+ * Writing Testsuites::          Autotest macros
 -* testsuite Invocation::        Running @command{testsuite} scripts
 +* testsuite::                   Running @command{testsuite} scripts
  * Making testsuite Scripts::    Using autom4te to create @command{testsuite}
  @end menu
  
-@@ -12476,7 +12464,7 @@
+@@ -25395,7 +25380,7 @@
+ @itemize @bullet
+ @item a debugging script named @file{run} which reruns the test in
+-@dfn{debug mode} (@pxref{testsuite Invocation}).  The automatic generation
++@dfn{debug mode} (@pxref{testsuite}).  The automatic generation
+ of debugging scripts has the purpose of easing the chase for bugs.
+ @item all the files created with @code{AT_DATA}
+@@ -25667,7 +25652,7 @@
+ @var{shell-code} is only executed if at least one test is going to be
+ run.  In particular, it will not be executed if any of the @option{--help},
+ @option{--version}, @option{--list}, or @option{--clean} options are
+-given to @command{testsuite} (@pxref{testsuite Invocation}).
++given to @command{testsuite} (@pxref{testsuite}).
+ @end defmac
+ @defmac AT_PREPARE_EACH_TEST (@var{shell-code})
+@@ -25802,8 +25787,7 @@
+ on @var{contents}.
+ @end defmac
+-@defmac AT_CHECK (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @
+-  @ovar{stderr}, @ovar{run-if-fail}, @ovar{run-if-pass})
++@defmac AT_CHECK (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @@ovar{stderr}, @ovar{run-if-fail}, @ovar{run-if-pass})
+ @defmacx AT_CHECK_UNQUOTED (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @
+   @ovar{stderr}, @ovar{run-if-fail}, @ovar{run-if-pass})
+ @atindex{CHECK}
+@@ -25963,7 +25947,7 @@
  @end defmac
  
  
@@ -361,32 +476,32 @@ diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
  @section Running @command{testsuite} Scripts
  @cindex @command{testsuite}
  
-diff -Nur autoconf-2.53.orig/doc/install.texi autoconf-2.53/doc/install.texi
---- autoconf-2.53.orig/doc/install.texi        Mon Mar  4 16:11:11 2002
-+++ autoconf-2.53/doc/install.texi     Sat Mar 16 12:32:45 2002
-@@ -224,7 +224,7 @@
- overridden in the site shell script).
+@@ -26158,7 +26142,7 @@
+ An Autotest test suite is to be configured in @var{directory}.  This
+ macro causes @file{@var{directory}/atconfig} to be created by
+ @command{config.status} and sets the default @code{AUTOTEST_PATH} to
+-@var{test-path} (@pxref{testsuite Invocation}).
++@var{test-path} (@pxref{testsuite}).
+ @end defmac
  
+ @item
+@@ -26572,7 +26556,7 @@
+ which can be a long process for complex @file{configure.ac}.
+ This is why all these tools, instead of running directly M4, invoke
+-@command{autom4te} (@pxref{autom4te Invocation}) which, while answering to
++@command{autom4te} (@pxref{autom4te}) which, while answering to
+ a specific demand, stores additional information in
+ @file{autom4te.cache} for future runs.  For instance, if you run
+ @command{autoconf}, behind the scenes, @command{autom4te} also
+--- autoconf-2.70/doc/install.texi.orig        2020-12-01 15:47:57.000000000 +0100
++++ autoconf-2.70/doc/install.texi     2021-01-07 21:58:37.050901476 +0100
+@@ -372,7 +372,7 @@
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
+ @end example
  
 -@node configure Invocation
 +@node configure
  @section @command{configure} Invocation
  
  @command{configure} recognizes the following options to control how it
-diff -Nur autoconf-2.53.orig/doc/standards.texi autoconf-2.53/doc/standards.texi
---- autoconf-2.53.orig/doc/standards.texi      Fri Nov  2 17:29:03 2001
-+++ autoconf-2.53/doc/standards.texi   Sat Mar 16 12:34:09 2002
-@@ -8,9 +8,10 @@
- @ifinfo
- @format
--START-INFO-DIR-ENTRY
--* Standards: (standards).        GNU coding standards.
--END-INFO-DIR-ENTRY
-+@dircategory Miscellaneous:
-+@direntry
-+* Standards: (standards).             GNU coding standards.
-+@end direntry
- @end format
- @end ifinfo
This page took 0.068834 seconds and 4 git commands to generate.