]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
This commit was manufactured by cvs2git to create branch
authorcvs2git <feedback@pld-linux.org>
Mon, 17 Aug 2009 16:10:32 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
'unlabeled-1.140.2'.

Sprout from master 2009-08-17 16:10:32 UTC Arkadiusz Miƛkiewicz <arekm@maven.pl> '- rel 3; disable gettext patch (was causing testsuite failures and it's unknow why it got added in first place)'
Delete:
    autoconf-AC_EGREP.patch
    autoconf-cxxcpp-warnonly.patch
    autoconf-gettext.patch
    autoconf-git.patch
    autoconf-info.patch
    autoconf-mawk.patch

autoconf-AC_EGREP.patch [deleted file]
autoconf-cxxcpp-warnonly.patch [deleted file]
autoconf-gettext.patch [deleted file]
autoconf-git.patch [deleted file]
autoconf-info.patch [deleted file]
autoconf-mawk.patch [deleted file]

diff --git a/autoconf-AC_EGREP.patch b/autoconf-AC_EGREP.patch
deleted file mode 100644 (file)
index 76768a1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- autoconf-2.60/lib/autoconf/general.m4.orig 2006-06-16 23:05:41.000000000 +0200
-+++ autoconf-2.60/lib/autoconf/general.m4      2006-06-27 23:05:25.877762000 +0200
-@@ -2326,7 +2326,7 @@
- AS_IF([dnl eval is necessary to expand ac_cpp.
- dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
- (eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
--dnl Quote $1 to prevent m4 from eating character classes
-+dnl Quote first arg to prevent m4 from eating character classes
-   $EGREP "[$1]" >/dev/null 2>&1],
-   [$3],
-   [$4])dnl
diff --git a/autoconf-cxxcpp-warnonly.patch b/autoconf-cxxcpp-warnonly.patch
deleted file mode 100644 (file)
index 44d9409..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- autoconf-2.58/lib/autoconf/c.m4.orig       Thu Sep 25 09:28:51 2003
-+++ autoconf-2.58/lib/autoconf/c.m4    Mon Nov 17 10:54:37 2003
-@@ -640,7 +640,7 @@
- fi
- AC_MSG_RESULT([$CXXCPP])
- _AC_PROG_PREPROC_WORKS_IFELSE([],
--        [AC_MSG_FAILURE([C++ preprocessor "$CXXCPP" fails sanity check])])
-+        [AC_MSG_WARN([C++ preprocessor "$CXXCPP" fails sanity check])])
- AC_SUBST(CXXCPP)dnl
- AC_LANG_POP(C++)dnl
- ])# AC_PROG_CXXCPP
diff --git a/autoconf-gettext.patch b/autoconf-gettext.patch
deleted file mode 100644 (file)
index ef667d9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- autoconf-2.61/lib/autom4te.in.orig 2006-10-03 08:27:17.000000000 +0200
-+++ autoconf-2.61/lib/autom4te.in      2006-11-22 23:31:59.210553250 +0100
-@@ -59,7 +59,6 @@
- args: --preselect AM_CONDITIONAL
- args: --preselect AM_ENABLE_MULTILIB
- args: --preselect AM_GNU_GETTEXT
--args: --preselect AM_GNU_GETTEXT_INTL_SUBDIR
- args: --preselect AM_INIT_AUTOMAKE
- args: --preselect AM_MAINTAINER_MODE
- args: --preselect AM_PROG_CC_C_O
diff --git a/autoconf-git.patch b/autoconf-git.patch
deleted file mode 100644 (file)
index 2c1858c..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From a19e829e674a52dc9cad535be9dd56e651527e56 Mon Sep 17 00:00:00 2001
-From: Paolo Bonzini <bonzini@gnu.org>
-Date: Wed, 29 Jul 2009 16:28:56 +0200
-Subject: [PATCH] Add back AH_CHECK_HEADERS.
-
-* lib/autoconf/general.m4 (AH_CHECK_HEADERS): New.
-* NEWS: Add new section.
----
- ChangeLog               |    6 ++++++
- NEWS                    |    9 +++++++++
- lib/autoconf/headers.m4 |    6 ++++++
- 3 files changed, 21 insertions(+), 0 deletions(-)
-
-diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4
-index 21b512c..36c1899 100644
---- a/lib/autoconf/headers.m4
-+++ b/lib/autoconf/headers.m4
-@@ -253,6 +253,12 @@ m4_define([_AH_CHECK_HEADER],
-   [Define to 1 if you have the <$1> header file.])])
-+# AH_CHECK_HEADERS(HEADER-FILE...)
-+# --------------------------------
-+m4_define([AH_CHECK_HEADERS],
-+[m4_foreach_w([AC_Header], [$1], [_AH_CHECK_HEADER(m4_defn([AC_Header]))])])
-+
-+
- # AC_CHECK_HEADERS(HEADER-FILE...,
- #                [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND],
- #                [INCLUDES])
--- 
-1.6.3.3
-
diff --git a/autoconf-info.patch b/autoconf-info.patch
deleted file mode 100644 (file)
index bc1eb21..0000000
+++ /dev/null
@@ -1,499 +0,0 @@
---- autoconf-2.63/doc/autoconf.texi.orig       2008-09-10 17:43:06.324991499 +0200
-+++ autoconf-2.63/doc/autoconf.texi    2008-09-10 17:43:06.468990661 +0200
-@@ -203,29 +203,19 @@
--@dircategory Software development
-+@dircategory Programming tools:
- @direntry
--* 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 conditionals in source.
--* autoconf-invocation: (autoconf)autoconf Invocation.
--                                How to create configuration scripts
--* autoreconf: (autoconf)autoreconf Invocation.
--                                Remaking multiple @command{configure} scripts
--* 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 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
-+* 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
- @titlepage
-@@ -267,7 +257,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
--* config.status Invocation::    Recreating a configuration
-+* config.status::               Recreating a configuration
- * Obsolete Constructs::         Kept for backward compatibility
- * Using Autotest::              Creating portable test suites
- * FAQ::                         Frequent Autoconf Questions, with answers
-@@ -288,10 +278,10 @@
- Making @command{configure} Scripts
- * 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
--* 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}
-@@ -326,7 +316,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
-@@ -443,7 +433,7 @@
- Using @command{autom4te}
--* autom4te Invocation::         A @acronym{GNU} M4 wrapper
-+* autom4te::                    A @acronym{GNU} M4 wrapper
- * Customizing autom4te::        Customizing the Autoconf package
- Programming in M4sugar
-@@ -561,13 +551,13 @@
- * System Type::                 Specifying the system type
- * 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
- * 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
-@@ -592,7 +582,7 @@
- * Using an Autotest Test Suite::  Autotest and the user
- * 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
-@@ -948,7 +938,7 @@
- @item
- 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}
-@@ -1008,10 +998,10 @@
- @menu
- * 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
--* 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 Autoconf Input
-@@ -1029,7 +1029,7 @@
- or specialized features, @file{configure.ac} might need to contain some
- 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).
- Previous versions of Autoconf promoted the name @file{configure.in},
-@@ -1283,7 +1273,7 @@
- @end display
--@node autoscan Invocation
-+@node autoscan
- @section Using @command{autoscan} to Create @file{configure.ac}
- @cindex @command{autoscan}
-@@ -1305,7 +1295,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
--order to make it work with Autoconf (@pxref{ifnames Invocation}, for
-+order to make it work with Autoconf (@pxref{ifnames}, for
- information about a program that can help with that job).
- When using @command{autoscan} to maintain a @file{configure.ac}, simply
-@@ -1348,7 +1338,7 @@
- Prepend @var{dir} to the include path.  Multiple invocations accumulate.
- @end table
--@node ifnames Invocation
-+@node ifnames
- @section Using @command{ifnames} to List Conditionals
- @cindex @command{ifnames}
-@@ -1357,8 +1347,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
--@file{configure.ac} generated by @command{autoscan} (@pxref{autoscan
--Invocation}).
-+@file{configure.ac} generated by @command{autoscan} (@pxref{autoscan}).
- @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
-@@ -1380,7 +1369,7 @@
- Print the version number of Autoconf and exit.
- @end table
--@node autoconf Invocation
-+@node autoconf
- @section Using @command{autoconf} to Create @command{configure}
- @cindex @command{autoconf}
-@@ -1474,8 +1463,7 @@
- @cindex Macro invocation stack
- Because @command{autoconf} uses @command{autom4te} behind the scenes, it
- displays a back trace for errors, but not for warnings; if you want
--them, just pass @option{-W error}.  @xref{autom4te Invocation}, for some
--examples.
-+them, just pass @option{-W error}.  @xref{autom4te}, for some examples.
- @item --trace=@var{macro}[:@var{format}]
- @itemx -t @var{macro}[:@var{format}]
-@@ -1487,7 +1475,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
-@@ -1561,7 +1549,7 @@
- @end group
- @end example
--@node autoreconf Invocation
-+@node autoreconf
- @section Using @command{autoreconf} to Update @command{configure} Scripts
- @cindex @command{autoreconf}
-@@ -1598,8 +1586,8 @@
- Gettext supplies the @command{autopoint} command to add translation
- infrastructure to a source package.  If you use @command{autopoint},
- your @file{configure.ac} should invoke both @code{AM_GNU_GETTEXT} and
--@code{AM_GNU_GETTEXT_VERSION(@var{gettext-version})}.  @xref{autopoint
--Invocation, , Invoking the @code{autopoint} Program, gettext,
-+@code{AM_GNU_GETTEXT_VERSION(@var{gettext-version})}.
-+@xref{autopoint, , Invoking the @code{autopoint} Program, gettext,
- @acronym{GNU} @code{gettext} utilities}, for further details.
- @noindent
-@@ -1914,8 +1902,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.
- @end defmac
-@@ -2128,7 +2116,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
--interface of @file{./config.status}, see @ref{config.status Invocation},
-+interface of @file{./config.status}, see @ref{config.status},
- for more details.
- The @var{inputs} may be absolute or relative file names.  In the latter
-@@ -2991,7 +2979,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
-@@ -3071,7 +3059,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
-@@ -3113,7 +3101,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
-@@ -3151,7 +3139,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}
-@@ -6801,7 +6789,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
-@@ -8794,7 +8782,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.
-@@ -8847,7 +8835,7 @@
- @item
- @var{variable} is kept during automatic reconfiguration
--(@pxref{config.status Invocation}) as if it had been passed as a command
-+(@pxref{config.status}) as if it had been passed as a command
- line argument, including when no cache is used:
- @example
-@@ -9856,11 +9844,11 @@
- It supports M4 extensions designed for use in tools like Autoconf.
- @menu
--* autom4te Invocation::         A @acronym{GNU} M4 wrapper
-+* autom4te::                    A @acronym{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:
-@@ -10118,7 +10106,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}
-@@ -10206,8 +10194,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}.
-@@ -12175,7 +12163,7 @@
- When the user runs @samp{autoconf -W error}, warnings from
- @code{m4_warn} (including those issued through @code{AC_DIAGNOSE} and
--@code{AC_WARNING}) are reported as errors, see @ref{autoconf Invocation}.
-+@code{AC_WARNING}) are reported as errors, see @ref{autoconf}.
- @node Dependencies Between Macros
- @section Dependencies Between Macros
-@@ -18580,16 +18568,16 @@
- * System Type::                 Specifying the system type
- * 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
- @set autoconf
- @include install.texi
--@c ============================================== config.status Invocation
-+@c ============================================== config.status
--@node config.status Invocation
-+@node config.status
- @chapter config.status Invocation
- @cindex @command{config.status}
-@@ -18735,7 +18723,7 @@
- @menu
- * 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
-@@ -18745,7 +18733,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.
- Before, environment variables had to be used.
- @defvar CONFIG_COMMANDS
-@@ -18776,7 +18764,7 @@
- @file{config.status} ignores this variable.
- @end defvar
--In @ref{config.status Invocation}, using this old interface, the example
-+In @ref{config.status}, using this old interface, the example
- would be:
- @example
-@@ -18850,7 +18838,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}
-@@ -20028,7 +20016,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
--@file{acsite.m4}.  @xref{autoconf Invocation}.
-+@file{acsite.m4}.  @xref{autoconf}.
- If you distribute @file{install.sh} with your package, rename it to
- @file{install-sh} so @command{make} builtin rules don't inadvertently
-@@ -20083,7 +20071,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
-@@ -20619,7 +20607,7 @@
- @menu
- * Using an Autotest Test Suite::  Autotest and the user
- * 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
-@@ -20681,7 +20669,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}
-@@ -20943,7 +20931,7 @@
- @end defmac
--@node testsuite Invocation
-+@node testsuite
- @section Running @command{testsuite} Scripts
- @cindex @command{testsuite}
-@@ -21115,7 +21103,7 @@
- An Autotest test suite is to be configured in @var{directory}.  This
- macro requires the instantiation of @file{@var{directory}/atconfig} from
- @file{@var{directory}/atconfig.in}, and sets the default
--@code{AUTOTEST_PATH} to @var{test-path} (@pxref{testsuite Invocation}).
-+@code{AUTOTEST_PATH} to @var{test-path} (@pxref{testsuite}).
- @end defmac
- @item
-@@ -21469,7 +21457,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.62/doc/install.texi.orig        2007-12-08 14:58:52.000000000 +0100
-+++ autoconf-2.62/doc/install.texi     2008-04-16 20:34:45.697178391 +0200
-@@ -239,7 +239,7 @@
- CONFIG_SHELL=/bin/bash /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
---- autoconf-2.62/doc/standards.texi.orig      2008-04-04 15:16:45.000000000 +0200
-+++ autoconf-2.62/doc/standards.texi   2008-04-16 20:39:27.317224488 +0200
-@@ -6,9 +6,9 @@
- @set lastupdate February 23, 2008
- @c %**end of header
--@dircategory GNU organization
-+@dircategory Miscellaneous:
- @direntry
--* Standards: (standards).       GNU coding standards.
-+* Standards: (standards).             GNU coding standards
- @end direntry
- @c @setchapternewpage odd
diff --git a/autoconf-mawk.patch b/autoconf-mawk.patch
deleted file mode 100644 (file)
index dc67b1f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-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 mawk gawk nawk awk
- 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
- @acindex PROG_AWK
- @ovindex AWK
--Check for @code{gawk}, @code{mawk}, @code{nawk}, and @code{awk}, in that
-+Check for @code{mawk}, @code{gawk}, @code{nawk}, and @code{awk}, in that
- order, and set output variable @code{AWK} to the first one that is found.
--It tries @code{gawk} first because that is reported to be the
--best implementation.
-+It tries @code{mawk} first because that is reported to be the
-+implementation that our system usually runs.
- @end defmac
-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 gawk first since it's generally better.
- AC_DEFUN([AC_PROG_AWK],
--[AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )])
-+[AC_CHECK_PROGS(AWK, mawk gawk nawk awk, )])
- # AC_PROG_INSTALL
This page took 0.063372 seconds and 4 git commands to generate.