]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- merge DEVEL branch.
authorkloczek <kloczek@pld-linux.org>
Sun, 28 Jul 2002 17:53:50 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-fhs.patch -> 1.4
    autoconf-info.patch -> 1.7
    autoconf-mawk.patch -> 1.5

autoconf-fhs.patch
autoconf-info.patch
autoconf-mawk.patch

index 30ec35933b4c24a18a63c4b0d3177d9c141bc3d6..2956dbc347aeae5dff5ab5df9901a045c122eda8 100644 (file)
@@ -1,6 +1,6 @@
---- autoconf-2.50/acgeneral.m4.fhs     Tue May 22 15:42:14 2001
-+++ autoconf-2.50/acgeneral.m4 Tue May 22 15:42:34 2001
-@@ -829,16 +829,16 @@
+--- autoconf-2.53.orig/lib/autoconf/general.m4 Mon Mar  4 16:14:52 2002
++++ autoconf-2.53/lib/autoconf/general.m4      Sat Mar 16 13:19:22 2002
+@@ -574,16 +574,16 @@
  # Use braces instead of parens because sh, perl, etc. also accept them.
  AC_SUBST([bindir],         ['${exec_prefix}/bin'])dnl
  AC_SUBST([sbindir],        ['${exec_prefix}/sbin'])dnl
@@ -8,16 +8,17 @@
 +AC_SUBST([libexecdir],     ['${exec_prefix}/lib'])dnl
  AC_SUBST([datadir],        ['${prefix}/share'])dnl
  AC_SUBST([sysconfdir],     ['${prefix}/etc'])dnl
- AC_SUBST([sharedstatedir], ['${prefix}/com'])dnl
+-AC_SUBST([sharedstatedir], ['${prefix}/com'])dnl
 -AC_SUBST([localstatedir],  ['${prefix}/var'])dnl
++AC_SUBST([sharedstatedir], ['/var/lib'])dnl
 +AC_SUBST([localstatedir],  ['/var/lib'])dnl
  AC_SUBST([libdir],         ['${exec_prefix}/lib'])dnl
  AC_SUBST([includedir],     ['${prefix}/include'])dnl
  AC_SUBST([oldincludedir],  ['/usr/include'])dnl
 -AC_SUBST([infodir],        ['${prefix}/info'])dnl
 -AC_SUBST([mandir],         ['${prefix}/man'])dnl
-+AC_SUBST([infodir],        ['${prefix}/share/info'])dnl
-+AC_SUBST([mandir],         ['${prefix}/share/man'])dnl
++AC_SUBST([infodir],        ['/usr/share/info'])dnl
++AC_SUBST([mandir],         ['/usr/share/man'])dnl
  
- # Identity of this package.
- AC_SUBST([PACKAGE_NAME],
+ ac_prev=
+ for ac_option
index 2d5420f503a41d4d032d10ed180d683811d289c6..b3fc7ed57e90bb40ab2f0bef3f5a2ee1e41f9616 100644 (file)
@@ -1,7 +1,7 @@
-diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
---- autoconf-2.52.orig/doc/autoconf.texi       Sat Aug  4 12:37:32 2001
-+++ autoconf-2.52/doc/autoconf.texi    Sat Aug  4 12:41:44 2001
-@@ -27,25 +27,16 @@
+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
  
  
@@ -20,56 +20,83 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
 -* autoconf: (autoconf)autoconf Invocation.
 -                                How to create configuration scripts
 -* autoreconf: (autoconf)autoreconf Invocation.
--                                Remaking multiple @code{configure} scripts
+-                                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
 +* 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
 +* autoconf: (autoconf)autoconf.               How to create configuration scripts
-+* autoreconf: (autoconf)autoreconf.   Remaking multiple @code{configure}
-+                                      scripts
++* autoreconf: (autoconf)autoreconf.   Remaking multiple @command{configure} scripts
 +* configure: (autoconf)configure.     Configuring a package
-+* config.status: (autoconf)config.status. Recreating a configuration
++* config.status: (autoconf)config.status.  Recreating a configuration
++* testsuite: (autoconf)testsuite.     Running an Autotest test suite
  @end direntry
  
  @ifinfo
-@@ -146,7 +137,7 @@
+@@ -162,7 +151,7 @@
  * Manual Configuration::        Selecting features that can't be guessed
- * Site Configuration::          Local defaults for @code{configure}
+ * Site Configuration::          Local defaults for @command{configure}
  * Running configure scripts::   How to use the Autoconf output
 -* config.status Invocation::    Recreating a configuration
-+* config.status::             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
- * History::                     History of Autoconf
-@@ -168,10 +159,10 @@
- Making @code{configure} Scripts
+@@ -182,10 +171,10 @@
+ Making @command{configure} Scripts
  
  * Writing configure.ac::        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
--* autoreconf Invocation::       Remaking multiple @code{configure} scripts
-+* autoscan::                  Semi-automatic @file{configure.ac} writing
-+* ifnames::                   Listing the conditionals in source code
-+* autoconf::                  How to create configuration scripts
-+* autoreconf::                        Remaking multiple @code{configure} scripts
+-* autoreconf Invocation::       Remaking multiple @command{configure} scripts
++* autoscan::                    Semi-automatic @file{configure.ac} writing
++* ifnames::                     Listing the conditionals in source code
++* autoconf::                    How to create configuration scripts
++* autoreconf::                  Remaking multiple @command{configure} scripts
  
  Writing @file{configure.ac}
  
-@@ -369,7 +360,7 @@
+@@ -218,7 +207,7 @@
+ Configuration Header Files
+ * Header Templates::            Input for the configuration headers
+-* autoheader Invocation::       How to create configuration templates
++* autoheader::                  How to create configuration templates
+ * Autoheader Macros::           How to specify CPP templates
+ Existing Tests
+@@ -389,13 +378,13 @@
  * System Type::                 Specifying the system type
- * Sharing Defaults::            Setting site-wide defaults for @code{configure}
- * Environment Variables::       Defining environment variables.
--* configure Invocation::        Changing how @code{configure} runs
-+* configure::                 Changing how @code{configure} runs
+ * Sharing Defaults::            Setting site-wide defaults for @command{configure}
+ * Defining Variables::          Specifying the compiler etc.
+-* configure Invocation::        Changing how @command{configure} runs
++* configure::                   Changing how @command{configure} runs
  
  Obsolete Constructs
  
-@@ -680,7 +671,7 @@
+ * Obsolete config.status Use::  Different calling convention
+ * acconfig.h::                  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 @@
+ * Using an Autotest Test Suite::  Autotest and the user
+ * Writing testsuite.at::        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 @@
  
  @item
  a shell script called @file{config.status} that, when run, will recreate
@@ -78,44 +105,40 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  
  @item
  an optional shell script normally called @file{config.cache}
-@@ -740,13 +731,13 @@
+@@ -789,10 +778,10 @@
  
  @menu
  * Writing configure.ac::        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
--* autoreconf Invocation::       Remaking multiple @code{configure} scripts
-+* autoscan::                  Semi-automatic @file{configure.ac} writing
-+* ifnames::                   Listing the conditionals in source code
-+* autoconf::                  How to create configuration scripts
-+* autoreconf::                        Remaking multiple @code{configure} scripts
+-* autoreconf Invocation::       Remaking multiple @command{configure} scripts
++* autoscan::                    Semi-automatic @file{configure.ac} writing
++* ifnames::                     Listing the conditionals in source code
++* autoconf::                    How to create configuration scripts
++* autoreconf::                  Remaking multiple @command{configure} scripts
  @end menu
  
--@node Writing configure.ac, autoscan Invocation, Making configure Scripts, Making configure Scripts
-+@node Writing configure.ac, autoscan, Making configure Scripts, Making configure Scripts
- @section Writing @file{configure.ac}
- To produce a @code{configure} script for a software package, create a
-@@ -759,7 +750,7 @@
+ @node Writing configure.ac
+@@ -808,7 +797,7 @@
  or specialized features, @file{configure.ac} might need to contain some
  hand-crafted shell commands; see @ref{Portable Shell}.  The
- @code{autoscan} program can give you a good start in writing
+ @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
-@@ -987,7 +978,7 @@
+@@ -1036,7 +1025,7 @@
  @end display
  
  
--@node autoscan Invocation, ifnames Invocation, Writing configure.ac, Making configure Scripts
-+@node autoscan, ifnames, Writing configure.ac, Making configure Scripts
- @section Using @code{autoscan} to Create @file{configure.ac}
- @cindex @code{autoscan}
+-@node autoscan Invocation
++@node autoscan
+ @section Using @command{autoscan} to Create @file{configure.ac}
+ @cindex @command{autoscan}
  
-@@ -1009,7 +1000,7 @@
+@@ -1058,7 +1047,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
@@ -124,45 +147,45 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  information about a program that can help with that job).
  
  When using @command{autoscan} to maintain a @file{configure.ac}, simply
-@@ -1051,7 +1042,7 @@
plays with different versions of Autoconf simultaneously.
+@@ -1094,7 +1083,7 @@
accumulate.  Directories are browsed from last to first.
  @end table
  
--@node ifnames Invocation, autoconf Invocation, autoscan Invocation, Making configure Scripts
-+@node ifnames, autoconf, autoscan, Making configure Scripts
- @section Using @code{ifnames} to List Conditionals
- @cindex @code{ifnames}
+-@node ifnames Invocation
++@node ifnames
+ @section Using @command{ifnames} to List Conditionals
+ @cindex @command{ifnames}
  
-@@ -1060,8 +1051,7 @@
+@@ -1103,8 +1092,7 @@
  preprocessor conditionals.  If a package has already been set up to have
- some portability, @code{ifnames} can thus help you figure out what its
- @code{configure} needs to check for.  It may help fill in some gaps in a
--@file{configure.ac} generated by @code{autoscan} (@pxref{autoscan
+ 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
+-@file{configure.ac} generated by @command{autoscan} (@pxref{autoscan
 -Invocation}).
-+@file{configure.ac} generated by @code{autoscan} (@pxref{autoscan}).
++@file{configure.ac} generated by @command{autoscan} (@pxref{autoscan}).
  
- @code{ifnames} scans all of the C source files named on the command line
+ @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
-@@ -1083,7 +1073,7 @@
+@@ -1126,7 +1114,7 @@
  Print the version number of Autoconf and exit.
  @end table
  
--@node autoconf Invocation, autoreconf Invocation, ifnames Invocation, Making configure Scripts
-+@node autoconf, autoreconf, ifnames, Making configure Scripts
- @section Using @code{autoconf} to Create @code{configure}
- @cindex @code{autoconf}
+-@node autoconf Invocation
++@node autoconf
+ @section Using @command{autoconf} to Create @command{configure}
+ @cindex @command{autoconf}
  
-@@ -1346,7 +1336,7 @@
+@@ -1383,7 +1371,7 @@
  @end group
  @end example
  
--@node autoreconf Invocation,  , autoconf Invocation, Making configure Scripts
-+@node autoreconf,  , autoconf, Making configure Scripts
- @section Using @code{autoreconf} to Update @code{configure} Scripts
- @cindex @code{autoreconf}
+-@node autoreconf Invocation
++@node autoreconf
+ @section Using @command{autoreconf} to Update @command{configure} Scripts
+ @cindex @command{autoreconf}
  
-@@ -1568,8 +1558,8 @@
- source directory; @code{configure} checks for this file's existence to
+@@ -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
@@ -172,7 +195,7 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  @end defmac
  
  
-@@ -1755,7 +1745,7 @@
+@@ -1778,7 +1766,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
@@ -181,7 +204,7 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  for more details.
  
  The @var{inputs} may be absolute or relative filenames.  In the latter
-@@ -2223,7 +2213,7 @@
+@@ -2350,7 +2338,7 @@
  @file{config.h} is considered up to date.  @xref{Output}, for more
  information about @code{AC_OUTPUT}.
  
@@ -189,8 +212,30 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
 +@xref{config.status}, for more examples of handling
  configuration-related dependencies.
  
- @node Configuration Headers, Configuration Commands, Makefile Substitutions, Setup
-@@ -5621,7 +5611,7 @@
+ @node Configuration Headers
+@@ -2411,7 +2399,7 @@
+ @menu
+ * Header Templates::            Input for the configuration headers
+-* autoheader Invocation::       How to create configuration templates
++* autoheader::                  How to create configuration templates
+ * Autoheader Macros::           How to specify CPP templates
+ @end menu
+@@ -2462,10 +2450,10 @@
+ @samp{#undef} is strongly discouraged.
+ 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}.
+-@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
  run via @samp{./config.status --recheck}, (@xref{Automatic Remaking},
@@ -199,7 +244,7 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  inconsistent, composed of results depending upon two different
  compilers.
  
-@@ -5665,7 +5655,7 @@
+@@ -6035,7 +6023,7 @@
  
  @item
  @var{variable} is kept during automatic reconfiguration
@@ -208,52 +253,52 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  line argument, including when no cache is used:
  
  @example
-@@ -6670,7 +6660,7 @@
+@@ -7162,7 +7150,7 @@
+ not.
+ @end table
+-@xref{autoconf Invocation}, for examples of trace uses.
++@xref{autoconf}, for examples of trace uses.
+ @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, Obsoleting Macros, Reporting Messages, Writing Autoconf Macros
+ @node Dependencies Between Macros
  @section Dependencies Between Macros
-@@ -9445,7 +9435,7 @@
- @c ============================================== Running configure Scripts.
--@node Running configure scripts, config.status Invocation, Site Configuration, Top
-+@node Running configure scripts, config.status, Site Configuration, Top
- @chapter Running @code{configure} Scripts
- @cindex @code{configure}
-@@ -9463,7 +9453,7 @@
+@@ -10555,7 +10543,7 @@
  * System Type::                 Specifying the system type
- * Sharing Defaults::            Setting site-wide defaults for @code{configure}
- * Environment Variables::       Defining environment variables.
--* configure Invocation::        Changing how @code{configure} runs
-+* configure::                 Changing how @code{configure} runs
+ * Sharing Defaults::            Setting site-wide defaults for @command{configure}
+ * Defining Variables::          Specifying the compiler etc.
+-* configure Invocation::        Changing how @command{configure} runs
++* configure::                   Changing how @command{configure} runs
  @end menu
  
- @include install.texi
-@@ -9471,7 +9461,7 @@
+ @set autoconf
+@@ -10564,7 +10552,7 @@
  
  @c ============================================== Recreating a Configuration
  
--@node config.status Invocation, Obsolete Constructs, Running configure scripts, Top
-+@node config.status, Obsolete Constructs, Running configure scripts, Top
+-@node config.status Invocation
++@node config.status
  @chapter Recreating a Configuration
- @cindex @code{config.status}
-@@ -9590,7 +9580,7 @@
- @c =================================================== Obsolete Constructs
+ @cindex @command{config.status}
  
--@node Obsolete Constructs, Questions, config.status Invocation, Top
-+@node Obsolete Constructs, Questions, config.status, Top
- @chapter Obsolete Constructs
- Autoconf changes, and throughout the years some constructs are obsoleted.
-@@ -9614,7 +9604,7 @@
+@@ -10698,7 +10686,7 @@
+ @menu
+ * Obsolete config.status Use::  Different calling convention
+ * acconfig.h::                  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 @@
  @section Obsolete @file{config.status} Invocation
  
  @file{config.status} now supports arguments to specify the files to
@@ -262,7 +307,7 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  Before, environment variables had to be used.
  
  @defvar CONFIG_COMMANDS
-@@ -9645,7 +9635,7 @@
+@@ -10739,7 +10727,7 @@
  @file{config.status} ignores this variable.
  @end defvar
  
@@ -271,7 +316,16 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  would be:
  
  @example
-@@ -10572,7 +10562,7 @@
+@@ -10813,7 +10801,7 @@
+ self-contained, and should not depend upon @file{acconfig.h} etc.
+-@node autoupdate Invocation
++@node autoupdate
+ @section Using @command{autoupdate} to Modernize @file{configure.ac}
+ @cindex @command{autoupdate}
+@@ -11660,7 +11648,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
@@ -280,23 +334,48 @@ diff -Nur autoconf-2.52.orig/doc/autoconf.texi autoconf-2.52/doc/autoconf.texi
  
  If you distribute @file{install.sh} with your package, rename it to
  @file{install-sh} so @code{make} builtin rules won't inadvertently
-diff -Nur autoconf-2.52.orig/doc/install.texi autoconf-2.52/doc/install.texi
---- autoconf-2.52.orig/doc/install.texi        Tue Jul 17 18:34:55 2001
-+++ autoconf-2.52/doc/install.texi     Sat Aug  4 12:37:51 2001
-@@ -215,8 +215,8 @@
+@@ -11715,7 +11703,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.
+-@xref{autoupdate Invocation}.
++@xref{autoupdate}.
+ 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 @@
+ @menu
+ * Using an Autotest Test Suite::  Autotest and the user
+ * Writing testsuite.at::        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 @@
+ @end defmac
+-@node testsuite Invocation
++@node testsuite
+ @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).
  
  
 -@node configure Invocation
--@section @code{configure} Invocation
 +@node configure
-+@section @code{configure}
+ @section @command{configure} Invocation
  
- @code{configure} recognizes the following options to control how it
- operates.
-diff -Nur autoconf-2.52.orig/doc/standards.texi autoconf-2.52/doc/standards.texi
---- autoconf-2.52.orig/doc/standards.texi      Tue Jul 17 18:34:55 2001
-+++ autoconf-2.52/doc/standards.texi   Sat Aug  4 12:44:46 2001
+ @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
index 23fe00fab761741bd907e8e903fe63de5756c40e..ebdb3a47400caf26494a62610089f6944c28df4c 100644 (file)
@@ -1,41 +1,41 @@
---- autoconf-2.50c/doc/autoconf.texi.wiget     Sat Jul 14 18:10:11 2001
-+++ autoconf-2.50c/doc/autoconf.texi   Mon Jul 16 13:53:46 2001
-@@ -2883,10 +2883,10 @@
+diff -Nur autoconf-2.53.orig/configure autoconf-2.53/configure
+--- autoconf-2.53.orig/configure       Fri Mar  8 14:09:59 2002
++++ autoconf-2.53/configure    Sat Mar 16 13:12:23 2002
+@@ -1312,7 +1312,7 @@
+ echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+ fi
+-for ac_prog in gawk mawk nawk awk
++for ac_prog in awk mawk gawk nawk
+ do
+   # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+diff -Nur autoconf-2.53.orig/doc/autoconf.texi autoconf-2.53/doc/autoconf.texi
+--- autoconf-2.53.orig/doc/autoconf.texi       Sat Mar 16 13:07:31 2002
++++ autoconf-2.53/doc/autoconf.texi    Sat Mar 16 13:09:40 2002
+@@ -3012,10 +3012,10 @@
  @defmac AC_PROG_AWK
- @maindex PROG_AWK
+ @acindex PROG_AWK
  @ovindex AWK
--Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
+-Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
 +Check for @code{awk}, @code{mawk}, @code{gawk}, and @code{nawk}, in that
  order, and set output variable @code{AWK} to the first one that is found.
--It tries @code{mawk} first because that is reported to be the
--fastest implementation.
+-It tries @code{gawk} first because that is reported to be the
+-best implementation.
 +It tries @code{awk} first because that is reported to be the
 +implementation that our system usually runs.
  @end defmac
  
  
---- autoconf-2.50c/acspecific.m4.wiget Fri Jun 15 19:46:01 2001
-+++ autoconf-2.50c/acspecific.m4       Mon Jul 16 13:53:46 2001
-@@ -113,9 +113,9 @@
- [AC_CHECK_TOOL(RANLIB, ranlib, :)])
+diff -Nur autoconf-2.53.orig/lib/autoconf/programs.m4 autoconf-2.53/lib/autoconf/programs.m4
+--- autoconf-2.53.orig/lib/autoconf/programs.m4        Mon Mar  4 15:34:20 2002
++++ autoconf-2.53/lib/autoconf/programs.m4     Sat Mar 16 13:11:53 2002
+@@ -258,7 +258,7 @@
  
--# Check for mawk first since it's generally faster.
-+# Check for awk first since it's generally the one we would like to use :)
+ # Check for gawk first since it's generally better.
  AC_DEFUN([AC_PROG_AWK],
--[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
+-[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
 +[AC_CHECK_PROGS(AWK, awk mawk gawk nawk, )])
  
  
- # AC_PROG_YACC
---- autoconf-2.50c/configure.wiget     Thu Jul 12 14:46:00 2001
-+++ autoconf-2.50c/configure   Mon Jul 16 13:55:40 2001
-@@ -1215,7 +1215,7 @@
- # a AC-SUBST inside AC-PROG-GNU-M4.  Grmph!
- # `autoconf' and `ifnames' use AWK.  And we need decent RE support.
--for ac_prog in mawk gawk nawk awk
-+for ac_prog in awk mawk gawk nawk
- do
-   # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
+ # AC_PROG_INSTALL
This page took 0.100485 seconds and 4 git commands to generate.