]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-info.patch
- added patch for AC_SYS_LARGEFILE etc.
[packages/autoconf.git] / autoconf-info.patch
1 --- autoconf-2.69/doc/autoconf.texi.orig        2013-10-15 07:44:41.594844773 +0200
2 +++ autoconf-2.69/doc/autoconf.texi     2013-10-15 07:45:45.782179984 +0200
3 @@ -217,29 +217,19 @@
4  
5  
6  
7 -@dircategory Software development
8 +@dircategory Programming tools:
9  @direntry
10 -* Autoconf: (autoconf).         Create source code configuration scripts.
11 -@end direntry
12 -
13 -@dircategory Individual utilities
14 -@direntry
15 -* autoscan: (autoconf)autoscan Invocation.
16 -                                Semi-automatic @file{configure.ac} writing
17 -* ifnames: (autoconf)ifnames Invocation.        Listing conditionals in source.
18 -* autoconf-invocation: (autoconf)autoconf Invocation.
19 -                                How to create configuration scripts
20 -* autoreconf: (autoconf)autoreconf Invocation.
21 -                                Remaking multiple @command{configure} scripts
22 -* autoheader: (autoconf)autoheader Invocation.
23 -                                How to create configuration templates
24 -* autom4te: (autoconf)autom4te Invocation.
25 -                                The Autoconf executables backbone
26 -* configure: (autoconf)configure Invocation.    Configuring a package.
27 -* autoupdate: (autoconf)autoupdate Invocation.
28 -                                Automatic update of @file{configure.ac}
29 -* config.status: (autoconf)config.status Invocation. Recreating configurations.
30 -* testsuite: (autoconf)testsuite Invocation.    Running an Autotest test suite.
31 +* Autoconf: (autoconf).                        Create source code configuration scripts
32 +* autoscan: (autoconf)autoscan.                Semi-automatic @file{configure.ac} writing
33 +* ifnames: (autoconf)ifnames.          Listing conditionals in source
34 +* autoconf: (autoconf)autoconf.                How to create configuration scripts
35 +* autoreconf: (autoconf)autoreconf.    Remaking multiple @command{configure} scripts
36 +* autoheader: (autoconf)autoheader.    How to create configuration templates
37 +* autom4te: (autoconf)autom4te.                The Autoconf executables backbone
38 +* configure: (autoconf)configure.      Configuring a package
39 +* autoupdate: (autoconf)autoupdate.    Automatic update of @file{configure.ac}
40 +* config.status: (autoconf)config.status.  Recreating configurations.
41 +* testsuite: (autoconf)testsuite.      Running an Autotest test suite.
42  @end direntry
43  
44  @titlepage
45 @@ -282,7 +272,7 @@
46  * Manual Configuration::        Selecting features that can't be guessed
47  * Site Configuration::          Local defaults for @command{configure}
48  * Running configure Scripts::   How to use the Autoconf output
49 -* config.status Invocation::    Recreating a configuration
50 +* config.status::               Recreating a configuration
51  * Obsolete Constructs::         Kept for backward compatibility
52  * Using Autotest::              Creating portable test suites
53  * FAQ::                         Frequent Autoconf Questions, with answers
54 @@ -303,10 +293,10 @@
55  Making @command{configure} Scripts
56  
57  * Writing Autoconf Input::      What to put in an Autoconf input file
58 -* autoscan Invocation::         Semi-automatic @file{configure.ac} writing
59 -* ifnames Invocation::          Listing the conditionals in source code
60 -* autoconf Invocation::         How to create configuration scripts
61 -* autoreconf Invocation::       Remaking multiple @command{configure} scripts
62 +* autoscan::                    Semi-automatic @file{configure.ac} writing
63 +* ifnames::                     Listing the conditionals in source code
64 +* autoconf::                    How to create configuration scripts
65 +* autoreconf::                  Remaking multiple @command{configure} scripts
66  
67  Writing @file{configure.ac}
68  
69 @@ -341,7 +331,7 @@
70  Configuration Header Files
71  
72  * Header Templates::            Input for the configuration headers
73 -* autoheader Invocation::       How to create configuration templates
74 +* autoheader::                  How to create configuration templates
75  * Autoheader Macros::           How to specify CPP templates
76  
77  Existing Tests
78 @@ -460,7 +450,7 @@
79  
80  Using @command{autom4te}
81  
82 -* autom4te Invocation::         A GNU M4 wrapper
83 +* autom4te::                    A GNU M4 wrapper
84  * Customizing autom4te::        Customizing the Autoconf package
85  
86  Programming in M4sugar
87 @@ -601,13 +591,13 @@
88  * System Type::                 Specifying the system type
89  * Sharing Defaults::            Setting site-wide defaults for @command{configure}
90  * Defining Variables::          Specifying the compiler etc.
91 -* configure Invocation::        Changing how @command{configure} runs
92 +* configure::                   Changing how @command{configure} runs
93  
94  Obsolete Constructs
95  
96  * Obsolete config.status Use::  Obsolete convention for @command{config.status}
97  * acconfig Header::             Additional entries in @file{config.h.in}
98 -* autoupdate Invocation::       Automatic update of @file{configure.ac}
99 +* autoupdate::                  Automatic update of @file{configure.ac}
100  * Obsolete Macros::             Backward compatibility macros
101  * Autoconf 1::                  Tips for upgrading your files
102  * Autoconf 2.13::               Some fresher tips
103 @@ -632,7 +622,7 @@
104  
105  * Using an Autotest Test Suite::  Autotest and the user
106  * Writing Testsuites::          Autotest macros
107 -* testsuite Invocation::        Running @command{testsuite} scripts
108 +* testsuite::                   Running @command{testsuite} scripts
109  * Making testsuite Scripts::    Using autom4te to create @command{testsuite}
110  
111  Using an Autotest Test Suite
112 @@ -992,7 +982,7 @@
113  
114  @item
115  a shell script called @file{config.status} that, when run, recreates
116 -the files listed above (@pxref{config.status Invocation});
117 +the files listed above (@pxref{config.status});
118  
119  @item
120  an optional shell script normally called @file{config.cache}
121 @@ -1073,10 +1063,10 @@
122  
123  @menu
124  * Writing Autoconf Input::      What to put in an Autoconf input file
125 -* autoscan Invocation::         Semi-automatic @file{configure.ac} writing
126 -* ifnames Invocation::          Listing the conditionals in source code
127 -* autoconf Invocation::         How to create configuration scripts
128 -* autoreconf Invocation::       Remaking multiple @command{configure} scripts
129 +* autoscan::                    Semi-automatic @file{configure.ac} writing
130 +* ifnames::                     Listing the conditionals in source code
131 +* autoconf::                    How to create configuration scripts
132 +* autoreconf::                  Remaking multiple @command{configure} scripts
133  @end menu
134  
135  @node Writing Autoconf Input
136 @@ -1092,7 +1082,7 @@
137  or specialized features, @file{configure.ac} might need to contain some
138  hand-crafted shell commands; see @ref{Portable Shell, , Portable Shell
139  Programming}.  The @command{autoscan} program can give you a good start
140 -in writing @file{configure.ac} (@pxref{autoscan Invocation}, for more
141 +in writing @file{configure.ac} (@pxref{autoscan} Invocation, for more
142  information).
143  
144  Previous versions of Autoconf promoted the name @file{configure.in},
145 @@ -1380,7 +1370,7 @@
146  @end display
147  
148  
149 -@node autoscan Invocation
150 +@node autoscan
151  @section Using @command{autoscan} to Create @file{configure.ac}
152  @cindex @command{autoscan}
153  
154 @@ -1402,7 +1392,7 @@
155  use a configuration header file, you must add a call to
156  @code{AC_CONFIG_HEADERS} (@pxref{Configuration Headers}).  You might
157  also have to change or add some @code{#if} directives to your program in
158 -order to make it work with Autoconf (@pxref{ifnames Invocation}, for
159 +order to make it work with Autoconf (@pxref{ifnames}, for
160  information about a program that can help with that job).
161  
162  When using @command{autoscan} to maintain a @file{configure.ac}, simply
163 @@ -1445,7 +1435,7 @@
164  Prepend @var{dir} to the include path.  Multiple invocations accumulate.
165  @end table
166  
167 -@node ifnames Invocation
168 +@node ifnames
169  @section Using @command{ifnames} to List Conditionals
170  @cindex @command{ifnames}
171  
172 @@ -1454,8 +1444,7 @@
173  preprocessor conditionals.  If a package has already been set up to have
174  some portability, @command{ifnames} can thus help you figure out what its
175  @command{configure} needs to check for.  It may help fill in some gaps in a
176 -@file{configure.ac} generated by @command{autoscan} (@pxref{autoscan
177 -Invocation}).
178 +@file{configure.ac} generated by @command{autoscan} (@pxref{autoscan}).
179  
180  @command{ifnames} scans all of the C source files named on the command line
181  (or the standard input, if none are given) and writes to the standard
182 @@ -1477,7 +1466,7 @@
183  Print the version number of Autoconf and exit.
184  @end table
185  
186 -@node autoconf Invocation
187 +@node autoconf
188  @section Using @command{autoconf} to Create @command{configure}
189  @cindex @command{autoconf}
190  
191 @@ -1571,8 +1560,7 @@
192  @cindex Macro invocation stack
193  Because @command{autoconf} uses @command{autom4te} behind the scenes, it
194  displays a back trace for errors, but not for warnings; if you want
195 -them, just pass @option{-W error}.  @xref{autom4te Invocation}, for some
196 -examples.
197 +them, just pass @option{-W error}.  @xref{autom4te}, for some examples.
198  
199  @item --trace=@var{macro}[:@var{format}]
200  @itemx -t @var{macro}[:@var{format}]
201 @@ -1584,7 +1572,7 @@
202  
203  The @var{format} is a regular string, with newlines if desired, and
204  several special escape codes.  It defaults to @samp{$f:$l:$n:$%}; see
205 -@ref{autom4te Invocation}, for details on the @var{format}.
206 +@ref{autom4te}, for details on the @var{format}.
207  
208  @item --initialization
209  @itemx -i
210 @@ -1658,7 +1646,7 @@
211  @end group
212  @end example
213  
214 -@node autoreconf Invocation
215 +@node autoreconf
216  @section Using @command{autoreconf} to Update @command{configure} Scripts
217  @cindex @command{autoreconf}
218  
219 @@ -1695,8 +1683,8 @@
220  Gettext supplies the @command{autopoint} command to add translation
221  infrastructure to a source package.  If you use @command{autopoint},
222  your @file{configure.ac} should invoke both @code{AM_GNU_GETTEXT} and
223 -@code{AM_GNU_GETTEXT_VERSION(@var{gettext-version})}.  @xref{autopoint
224 -Invocation, , Invoking the @code{autopoint} Program, gettext,
225 +@code{AM_GNU_GETTEXT_VERSION(@var{gettext-version})}.
226 +@xref{autopoint, , Invoking the @code{autopoint} Program, gettext,
227  GNU @code{gettext} utilities}, for further details.
228  
229  @noindent
230 @@ -2032,8 +2020,8 @@
231  source directory; @command{configure} checks for this file's existence to
232  make sure that the directory that it is told contains the source code in
233  fact does.  Occasionally people accidentally specify the wrong directory
234 -with @option{--srcdir}; this is a safety check.  @xref{configure
235 -Invocation}, for more information.
236 +with @option{--srcdir}; this is a safety check.  @xref{configure},
237 +for more information.
238  @end defmac
239  
240  
241 @@ -2247,7 +2235,7 @@
242  when used in @var{output}, or the standard input when used in the
243  @var{inputs}.  You most probably don't need to use this in
244  @file{configure.ac}, but it is convenient when using the command line
245 -interface of @file{./config.status}, see @ref{config.status Invocation},
246 +interface of @file{./config.status}, see @ref{config.status},
247  for more details.
248  
249  The @var{inputs} may be absolute or relative file names.  In the latter
250 @@ -3182,7 +3170,7 @@
251  so @file{config.status} ensures that @file{config.h} is considered up to
252  date.  @xref{Output}, for more information about @code{AC_OUTPUT}.
253  
254 -@xref{config.status Invocation}, for more examples of handling
255 +@xref{config.status}, for more examples of handling
256  configuration-related dependencies.
257  
258  @node Configuration Headers
259 @@ -3262,7 +3250,7 @@
260  
261  @menu
262  * Header Templates::            Input for the configuration headers
263 -* autoheader Invocation::       How to create configuration templates
264 +* autoheader::                  How to create configuration templates
265  * Autoheader Macros::           How to specify CPP templates
266  @end menu
267  
268 @@ -3304,7 +3292,7 @@
269  generated header.
270  
271  Since it is a tedious task to keep a template header up to date, you may
272 -use @command{autoheader} to generate it, see @ref{autoheader Invocation}.
273 +use @command{autoheader} to generate it, see @ref{autoheader}.
274  
275  During the instantiation of the header, each @samp{#undef} line in the
276  template file for each symbol defined by @samp{AC_DEFINE} is changed to an
277 @@ -3342,7 +3330,7 @@
278  probably use @samp{AH_BOTTOM} to append the @samp{#include} directive.
279  
280  
281 -@node autoheader Invocation
282 +@node autoheader
283  @subsection Using @command{autoheader} to Create @file{config.h.in}
284  @cindex @command{autoheader}
285  
286 @@ -7424,7 +7412,7 @@
287  And finally, the default for @var{action-if-universal} is to ensure that
288  @samp{WORDS_BIGENDIAN} is defined if and only if a universal build is
289  detected and the current code is big-endian; this default works only if
290 -@command{autoheader} is used (@pxref{autoheader Invocation}).
291 +@command{autoheader} is used (@pxref{autoheader}).
292  
293  If you use this macro without specifying @var{action-if-universal}, you
294  should also use @code{AC_CONFIG_HEADERS}; otherwise
295 @@ -8013,10 +8001,8 @@
296  @code{ac_cv_f77_libs} or @code{ac_cv_fc_libs}, respectively.
297  @end defmac
298  
299 -@defmac AC_F77_DUMMY_MAIN (@ovar{action-if-found}, @dvar{action-if-not-found, @
300 -  AC_MSG_FAILURE})
301 -@defmacx AC_FC_DUMMY_MAIN (@ovar{action-if-found}, @dvar{action-if-not-found, @
302 -  AC_MSG_FAILURE})
303 +@defmac AC_F77_DUMMY_MAIN (@ovar{action-if-found}, @dvar{action-if-not-found, @AC_MSG_FAILURE})
304 +@defmacx AC_FC_DUMMY_MAIN (@ovar{action-if-found}, @dvar{action-if-not-found, @AC_MSG_FAILURE})
305  @acindex{F77_DUMMY_MAIN}
306  @cvindex F77_DUMMY_MAIN
307  @acindex{FC_DUMMY_MAIN}
308 @@ -8201,10 +8187,8 @@
309  to call Fortran routines from some language other than C/C++.
310  @end defmac
311  
312 -@defmac AC_FC_SRCEXT (@var{ext}, @ovar{action-if-success}, @
313 -  @dvar{action-if-failure, AC_MSG_FAILURE})
314 -@defmacx AC_FC_PP_SRCEXT (@var{ext}, @ovar{action-if-success}, @
315 -  @dvar{action-if-failure, AC_MSG_FAILURE})
316 +@defmac AC_FC_SRCEXT (@var{ext}, @ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
317 +@defmacx AC_FC_PP_SRCEXT (@var{ext}, @ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
318  @acindex{FC_SRCEXT}
319  @acindex{FC_PP_SRCEXT}
320  @caindex fc_srcext_@var{ext}
321 @@ -8267,8 +8251,7 @@
322  @code{ac_cv_fc_pp_srcext_@var{ext}} variables, respectively.
323  @end defmac
324  
325 -@defmac AC_FC_PP_DEFINE (@ovar{action-if-success}, @dvar{action-if-failure, @
326 -  AC_MSG_FAILURE})
327 +@defmac AC_FC_PP_DEFINE (@ovar{action-if-success}, @dvar{action-if-failure, @AC_MSG_FAILURE})
328  @acindex{FC_PP_DEFINE}
329  @caindex fc_pp_define
330  
331 @@ -8286,8 +8269,7 @@
332  variable.
333  @end defmac
334  
335 -@defmac AC_FC_FREEFORM (@ovar{action-if-success}, @dvar{action-if-failure, @
336 -  AC_MSG_FAILURE})
337 +@defmac AC_FC_FREEFORM (@ovar{action-if-success}, @dvar{action-if-failure, @AC_MSG_FAILURE})
338  @acindex{FC_FREEFORM}
339  @caindex fc_freeform
340  
341 @@ -8313,8 +8295,7 @@
342  the @code{ac_cv_fc_freeform} variable.
343  @end defmac
344  
345 -@defmac AC_FC_FIXEDFORM (@ovar{action-if-success}, @dvar{action-if-failure, @
346 -  AC_MSG_FAILURE})
347 +@defmac AC_FC_FIXEDFORM (@ovar{action-if-success}, @dvar{action-if-failure, @AC_MSG_FAILURE})
348  @acindex{FC_FIXEDFORM}
349  @caindex fc_fixedform
350  
351 @@ -8375,10 +8356,8 @@
352  variable.
353  @end defmac
354  
355 -@defmac AC_F77_IMPLICIT_NONE (@ovar{action-if-success}, @
356 -  @dvar{action-if-failure, AC_MSG_FAILURE})
357 -@defmacx AC_FC_IMPLICIT_NONE (@ovar{action-if-success}, @
358 -  @dvar{action-if-failure, AC_MSG_FAILURE})
359 +@defmac AC_F77_IMPLICIT_NONE (@ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
360 +@defmacx AC_FC_IMPLICIT_NONE (@ovar{action-if-success}, @@dvar{action-if-failure, AC_MSG_FAILURE})
361  @acindex{F77_IMPLICIT_NONE}
362  @acindex{FC_IMPLICIT_NONE}
363  @caindex f77_implicit_none
364 @@ -9914,7 +9893,7 @@
365  files depend upon @command{bizarre-cc} being the C compiler.  If
366  for some reason the user runs @command{./configure} again, or if it is
367  run via @samp{./config.status --recheck}, (@xref{Automatic Remaking},
368 -and @pxref{config.status Invocation}), then the configuration can be
369 +and @pxref{config.status}), then the configuration can be
370  inconsistent, composed of results depending upon two different
371  compilers.
372  
373 @@ -9967,7 +9946,7 @@
374  
375  @item
376  @var{variable} is kept during automatic reconfiguration
377 -(@pxref{config.status Invocation}) as if it had been passed as a command
378 +(@pxref{config.status}) as if it had been passed as a command
379  line argument, including when no cache is used:
380  
381  @example
382 @@ -11113,11 +11092,11 @@
383  It supports M4 extensions designed for use in tools like Autoconf.
384  
385  @menu
386 -* autom4te Invocation::         A GNU M4 wrapper
387 +* autom4te::                    A GNU M4 wrapper
388  * Customizing autom4te::        Customizing the Autoconf package
389  @end menu
390  
391 -@node autom4te Invocation
392 +@node autom4te
393  @subsection Invoking @command{autom4te}
394  
395  The command line arguments are modeled after M4's:
396 @@ -11376,7 +11355,7 @@
397  not.
398  @end table
399  
400 -@xref{autoconf Invocation}, for examples of trace uses.
401 +@xref{autoconf}, for examples of trace uses.
402  
403  @item --preselect=@var{macro}
404  @itemx -p @var{macro}
405 @@ -11464,8 +11443,8 @@
406  wrapped in between a @samp{begin-language: "@var{language}"},
407  @samp{end-language: "@var{language}"} pair.
408  
409 -Customizing a language stands for appending options (@pxref{autom4te
410 -Invocation}) to the current definition of the language.  Options, and
411 +Customizing a language stands for appending options (@pxref{autom4te})
412 +to the current definition of the language.  Options, and
413  more generally arguments, are introduced by @samp{args:
414  @var{arguments}}.  You may use the traditional shell syntax to quote the
415  @var{arguments}.
416 @@ -13793,8 +13772,7 @@
417  undefined if expansion of an indirect variable does not result in a
418  literal variable name.
419  
420 -@defmac AS_LITERAL_IF (@var{expression}, @ovar{if-literal}, @ovar{if-not}, @
421 -  @dvar{if-simple-ref, @var{if-not}})
422 +@defmac AS_LITERAL_IF (@var{expression}, @ovar{if-literal}, @ovar{if-not}, @@dvar{if-simple-ref, @var{if-not}})
423  @defmacx AS_LITERAL_WORD_IF (@var{expression}, @ovar{if-literal}, @
424    @ovar{if-not}, @dvar{if-simple-ref, @var{if-not}})
425  @asindex{LITERAL_IF}
426 @@ -14446,7 +14424,7 @@
427  
428  When the user runs @samp{autoconf -W error}, warnings from
429  @code{m4_warn} (including those issued through @code{AC_DIAGNOSE} and
430 -@code{AC_WARNING}) are reported as errors, see @ref{autoconf Invocation}.
431 +@code{AC_WARNING}) are reported as errors, see @ref{autoconf}.
432  
433  @node Dependencies Between Macros
434  @section Dependencies Between Macros
435 @@ -22640,16 +22618,16 @@
436  * System Type::                 Specifying the system type
437  * Sharing Defaults::            Setting site-wide defaults for @command{configure}
438  * Defining Variables::          Specifying the compiler etc.
439 -* configure Invocation::        Changing how @command{configure} runs
440 +* configure::                   Changing how @command{configure} runs
441  @end menu
442  
443  @set autoconf
444  @include install.texi
445  
446  
447 -@c ============================================== config.status Invocation
448 +@c ============================================== config.status
449  
450 -@node config.status Invocation
451 +@node config.status
452  @chapter config.status Invocation
453  @cindex @command{config.status}
454  
455 @@ -22818,7 +22796,7 @@
456  @menu
457  * Obsolete config.status Use::  Obsolete convention for @command{config.status}
458  * acconfig Header::             Additional entries in @file{config.h.in}
459 -* autoupdate Invocation::       Automatic update of @file{configure.ac}
460 +* autoupdate::                  Automatic update of @file{configure.ac}
461  * Obsolete Macros::             Backward compatibility macros
462  * Autoconf 1::                  Tips for upgrading your files
463  * Autoconf 2.13::               Some fresher tips
464 @@ -22828,7 +22806,7 @@
465  @section Obsolete @file{config.status} Invocation
466  
467  @file{config.status} now supports arguments to specify the files to
468 -instantiate; see @ref{config.status Invocation}, for more details.
469 +instantiate; see @ref{config.status}, for more details.
470  Before, environment variables had to be used.
471  
472  @defvar CONFIG_COMMANDS
473 @@ -22859,7 +22837,7 @@
474  @file{config.status} ignores this variable.
475  @end defvar
476  
477 -In @ref{config.status Invocation}, using this old interface, the example
478 +In @ref{config.status}, using this old interface, the example
479  would be:
480  
481  @example
482 @@ -22933,7 +22911,7 @@
483  self-contained, and should not depend upon @file{acconfig.h} etc.
484  
485  
486 -@node autoupdate Invocation
487 +@node autoupdate
488  @section Using @command{autoupdate} to Modernize @file{configure.ac}
489  @cindex @command{autoupdate}
490  
491 @@ -24111,7 +24089,7 @@
492  
493  If you have an @file{aclocal.m4} installed with Autoconf (as opposed to
494  in a particular package's source directory), you must rename it to
495 -@file{acsite.m4}.  @xref{autoconf Invocation}.
496 +@file{acsite.m4}.  @xref{autoconf}.
497  
498  If you distribute @file{install.sh} with your package, rename it to
499  @file{install-sh} so @command{make} builtin rules don't inadvertently
500 @@ -24166,7 +24144,7 @@
501  the documentation for them.  @xref{Obsolete Macros}, for a table showing the
502  new names for the old macros.  Use the @command{autoupdate} program to
503  convert your @file{configure.ac} to using the new macro names.
504 -@xref{autoupdate Invocation}.
505 +@xref{autoupdate}.
506  
507  Some macros have been superseded by similar ones that do the job better,
508  but are not call-compatible.  If you get warnings about calling obsolete
509 @@ -24703,7 +24681,7 @@
510  @menu
511  * Using an Autotest Test Suite::  Autotest and the user
512  * Writing Testsuites::          Autotest macros
513 -* testsuite Invocation::        Running @command{testsuite} scripts
514 +* testsuite::                   Running @command{testsuite} scripts
515  * Making testsuite Scripts::    Using autom4te to create @command{testsuite}
516  @end menu
517  
518 @@ -24765,7 +24743,7 @@
519  
520  @itemize @bullet
521  @item a debugging script named @file{run} which reruns the test in
522 -@dfn{debug mode} (@pxref{testsuite Invocation}).  The automatic generation
523 +@dfn{debug mode} (@pxref{testsuite}).  The automatic generation
524  of debugging scripts has the purpose of easing the chase for bugs.
525  
526  @item all the files created with @code{AT_DATA}
527 @@ -25125,8 +25103,7 @@
528  be a single shell word that expands into a single file name.
529  @end defmac
530  
531 -@defmac AT_CHECK (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @
532 -  @ovar{stderr}, @ovar{run-if-fail}, @ovar{run-if-pass})
533 +@defmac AT_CHECK (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @@ovar{stderr}, @ovar{run-if-fail}, @ovar{run-if-pass})
534  @defmacx AT_CHECK_UNQUOTED (@var{commands}, @dvar{status, 0}, @ovar{stdout}, @
535    @ovar{stderr}, @ovar{run-if-fail}, @ovar{run-if-pass})
536  @atindex{CHECK}
537 @@ -25270,7 +25247,7 @@
538  @end defmac
539  
540  
541 -@node testsuite Invocation
542 +@node testsuite
543  @section Running @command{testsuite} Scripts
544  @cindex @command{testsuite}
545  
546 @@ -25465,7 +25442,7 @@
547  An Autotest test suite is to be configured in @var{directory}.  This
548  macro causes @file{@var{directory}/atconfig} to be created by
549  @command{config.status} and sets the default @code{AUTOTEST_PATH} to
550 -@var{test-path} (@pxref{testsuite Invocation}).
551 +@var{test-path} (@pxref{testsuite}).
552  @end defmac
553  
554  @item
555 @@ -25858,7 +25835,7 @@
556  which can be a long process for complex @file{configure.ac}.
557  
558  This is why all these tools, instead of running directly M4, invoke
559 -@command{autom4te} (@pxref{autom4te Invocation}) which, while answering to
560 +@command{autom4te} (@pxref{autom4te}) which, while answering to
561  a specific demand, stores additional information in
562  @file{autom4te.cache} for future runs.  For instance, if you run
563  @command{autoconf}, behind the scenes, @command{autom4te} also
564 --- autoconf-2.62/doc/install.texi.orig 2007-12-08 14:58:52.000000000 +0100
565 +++ autoconf-2.62/doc/install.texi      2008-04-16 20:34:45.697178391 +0200
566 @@ -239,7 +239,7 @@
567  CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
568  @end example
569  
570 -@node configure Invocation
571 +@node configure
572  @section @command{configure} Invocation
573  
574  @command{configure} recognizes the following options to control how it
575 --- autoconf-2.62/doc/standards.texi.orig       2008-04-04 15:16:45.000000000 +0200
576 +++ autoconf-2.62/doc/standards.texi    2008-04-16 20:39:27.317224488 +0200
577 @@ -6,9 +6,9 @@
578  @set lastupdate February 23, 2008
579  @c %**end of header
580  
581 -@dircategory GNU organization
582 +@dircategory Miscellaneous:
583  @direntry
584 -* Standards: (standards).       GNU coding standards.
585 +* Standards: (standards).              GNU coding standards
586  @end direntry
587  
588  @c @setchapternewpage odd
This page took 0.106855 seconds and 3 git commands to generate.