Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/autoconf/dist import the latest autoconf



details:   https://anonhg.NetBSD.org/src/rev/463a65ddc8ca
branches:  trunk
changeset: 342969:463a65ddc8ca
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 16 18:35:58 2016 +0000

description:
import the latest autoconf

diffstat:

 external/gpl3/autoconf/dist/.prev-version                 |      1 +
 external/gpl3/autoconf/dist/.tarball-version              |      1 +
 external/gpl3/autoconf/dist/.version                      |      1 +
 external/gpl3/autoconf/dist/AUTHORS                       |    127 +
 external/gpl3/autoconf/dist/BUGS                          |     37 +
 external/gpl3/autoconf/dist/COPYING                       |    339 +
 external/gpl3/autoconf/dist/COPYING.EXCEPTION             |     43 +
 external/gpl3/autoconf/dist/COPYINGv3                     |    674 +
 external/gpl3/autoconf/dist/ChangeLog                     |    562 +
 external/gpl3/autoconf/dist/ChangeLog.0                   |    362 +
 external/gpl3/autoconf/dist/ChangeLog.1                   |   1939 +
 external/gpl3/autoconf/dist/ChangeLog.2                   |  12868 +++++
 external/gpl3/autoconf/dist/ChangeLog.3                   |  23224 ++++++++++
 external/gpl3/autoconf/dist/GNUmakefile                   |    127 +
 external/gpl3/autoconf/dist/INSTALL                       |    370 +
 external/gpl3/autoconf/dist/Makefile.am                   |    132 +
 external/gpl3/autoconf/dist/Makefile.in                   |    853 +
 external/gpl3/autoconf/dist/NEWS                          |   2114 +
 external/gpl3/autoconf/dist/README                        |     65 +
 external/gpl3/autoconf/dist/THANKS                        |    464 +
 external/gpl3/autoconf/dist/TODO                          |    601 +
 external/gpl3/autoconf/dist/aclocal.m4                    |    691 +
 external/gpl3/autoconf/dist/bin/Makefile.am               |    103 +
 external/gpl3/autoconf/dist/bin/Makefile.in               |    662 +
 external/gpl3/autoconf/dist/bin/autoconf.as               |    191 +
 external/gpl3/autoconf/dist/bin/autoheader.in             |    303 +
 external/gpl3/autoconf/dist/bin/autom4te.in               |   1074 +
 external/gpl3/autoconf/dist/bin/autoreconf.in             |    717 +
 external/gpl3/autoconf/dist/bin/autoscan.in               |    678 +
 external/gpl3/autoconf/dist/bin/autoupdate.in             |   1063 +
 external/gpl3/autoconf/dist/bin/ifnames.in                |    153 +
 external/gpl3/autoconf/dist/build-aux/announce-gen        |    542 +
 external/gpl3/autoconf/dist/build-aux/config.guess        |   1530 +
 external/gpl3/autoconf/dist/build-aux/config.sub          |   1779 +
 external/gpl3/autoconf/dist/build-aux/elisp-comp          |     93 +
 external/gpl3/autoconf/dist/build-aux/gendocs.sh          |    385 +
 external/gpl3/autoconf/dist/build-aux/git-version-gen     |    220 +
 external/gpl3/autoconf/dist/build-aux/gitlog-to-changelog |    385 +
 external/gpl3/autoconf/dist/build-aux/gnupload            |    416 +
 external/gpl3/autoconf/dist/build-aux/install-sh          |    527 +
 external/gpl3/autoconf/dist/build-aux/mdate-sh            |    224 +
 external/gpl3/autoconf/dist/build-aux/missing             |    330 +
 external/gpl3/autoconf/dist/build-aux/texinfo.tex         |  10011 ++++
 external/gpl3/autoconf/dist/cfg.mk                        |    141 +
 external/gpl3/autoconf/dist/configure                     |   4390 +
 external/gpl3/autoconf/dist/configure.ac                  |    241 +
 external/gpl3/autoconf/dist/doc/Makefile.am               |     33 +
 external/gpl3/autoconf/dist/doc/Makefile.in               |    665 +
 external/gpl3/autoconf/dist/doc/autoconf.info             |    Bin 
 external/gpl3/autoconf/dist/doc/autoconf.texi             |  26667 ++++++++++++
 external/gpl3/autoconf/dist/doc/fdl.texi                  |    505 +
 external/gpl3/autoconf/dist/doc/gendocs_template          |     89 +
 external/gpl3/autoconf/dist/doc/gnu-oids.texi             |     55 +
 external/gpl3/autoconf/dist/doc/install.texi              |    437 +
 external/gpl3/autoconf/dist/doc/make-stds.texi            |   1159 +
 external/gpl3/autoconf/dist/doc/stamp-vti                 |      4 +
 external/gpl3/autoconf/dist/doc/standards.info            |    Bin 
 external/gpl3/autoconf/dist/doc/standards.texi            |   4256 +
 external/gpl3/autoconf/dist/doc/version.texi              |      4 +
 external/gpl3/autoconf/dist/lib/Autom4te/C4che.pm         |    242 +
 external/gpl3/autoconf/dist/lib/Autom4te/ChannelDefs.pm   |    390 +
 external/gpl3/autoconf/dist/lib/Autom4te/Channels.pm      |    836 +
 external/gpl3/autoconf/dist/lib/Autom4te/Configure_ac.pm  |    127 +
 external/gpl3/autoconf/dist/lib/Autom4te/FileUtils.pm     |    452 +
 external/gpl3/autoconf/dist/lib/Autom4te/General.pm       |    426 +
 external/gpl3/autoconf/dist/lib/Autom4te/Getopt.pm        |    115 +
 external/gpl3/autoconf/dist/lib/Autom4te/Makefile.am      |     37 +
 external/gpl3/autoconf/dist/lib/Autom4te/Makefile.in      |    454 +
 external/gpl3/autoconf/dist/lib/Autom4te/Request.pm       |    114 +
 external/gpl3/autoconf/dist/lib/Autom4te/XFile.pm         |    319 +
 external/gpl3/autoconf/dist/lib/Makefile.am               |     44 +
 external/gpl3/autoconf/dist/lib/Makefile.in               |    622 +
 external/gpl3/autoconf/dist/lib/autoconf/Makefile.am      |     54 +
 external/gpl3/autoconf/dist/lib/autoconf/Makefile.in      |    606 +
 external/gpl3/autoconf/dist/lib/autoconf/autoconf.m4      |    105 +
 external/gpl3/autoconf/dist/lib/autoconf/autoheader.m4    |     78 +
 external/gpl3/autoconf/dist/lib/autoconf/autoscan.m4      |     50 +
 external/gpl3/autoconf/dist/lib/autoconf/autotest.m4      |     77 +
 external/gpl3/autoconf/dist/lib/autoconf/autoupdate.m4    |    108 +
 external/gpl3/autoconf/dist/lib/autoconf/c.m4             |   2031 +
 external/gpl3/autoconf/dist/lib/autoconf/erlang.m4        |    320 +
 external/gpl3/autoconf/dist/lib/autoconf/fortran.m4       |   1862 +
 external/gpl3/autoconf/dist/lib/autoconf/functions.m4     |   2030 +
 external/gpl3/autoconf/dist/lib/autoconf/general.m4       |   3081 +
 external/gpl3/autoconf/dist/lib/autoconf/go.m4            |    177 +
 external/gpl3/autoconf/dist/lib/autoconf/headers.m4       |    895 +
 external/gpl3/autoconf/dist/lib/autoconf/lang.m4          |    721 +
 external/gpl3/autoconf/dist/lib/autoconf/libs.m4          |    478 +
 external/gpl3/autoconf/dist/lib/autoconf/oldnames.m4      |     92 +
 external/gpl3/autoconf/dist/lib/autoconf/programs.m4      |    902 +
 external/gpl3/autoconf/dist/lib/autoconf/specific.m4      |    481 +
 external/gpl3/autoconf/dist/lib/autoconf/status.m4        |   1782 +
 external/gpl3/autoconf/dist/lib/autoconf/types.m4         |   1077 +
 external/gpl3/autoconf/dist/lib/autom4te.in               |    165 +
 external/gpl3/autoconf/dist/lib/autoscan/Makefile.am      |     40 +
 external/gpl3/autoconf/dist/lib/autoscan/Makefile.in      |    524 +
 external/gpl3/autoconf/dist/lib/autoscan/autoscan.pre     |     16 +
 external/gpl3/autoconf/dist/lib/autotest/Makefile.am      |     46 +
 external/gpl3/autoconf/dist/lib/autotest/Makefile.in      |    599 +
 external/gpl3/autoconf/dist/lib/autotest/autotest.m4      |     26 +
 external/gpl3/autoconf/dist/lib/autotest/general.m4       |   2215 +
 external/gpl3/autoconf/dist/lib/autotest/specific.m4      |     74 +
 external/gpl3/autoconf/dist/lib/emacs/Makefile.am         |      3 +
 external/gpl3/autoconf/dist/lib/emacs/Makefile.in         |    420 +
 external/gpl3/autoconf/dist/lib/emacs/autoconf-mode.el    |    100 +
 external/gpl3/autoconf/dist/lib/emacs/autotest-mode.el    |    101 +
 external/gpl3/autoconf/dist/lib/freeze.mk                 |    132 +
 external/gpl3/autoconf/dist/lib/m4sugar/Makefile.am       |     75 +
 external/gpl3/autoconf/dist/lib/m4sugar/Makefile.in       |    622 +
 external/gpl3/autoconf/dist/lib/m4sugar/foreach.m4        |    362 +
 external/gpl3/autoconf/dist/lib/m4sugar/m4sh.m4           |   2168 +
 external/gpl3/autoconf/dist/lib/m4sugar/m4sugar.m4        |   3301 +
 external/gpl3/autoconf/dist/m4/autobuild.m4               |     39 +
 external/gpl3/autoconf/dist/m4/m4.m4                      |     82 +
 external/gpl3/autoconf/dist/m4/make-case.m4               |     29 +
 external/gpl3/autoconf/dist/maint.mk                      |   1541 +
 external/gpl3/autoconf/dist/man/Makefile.am               |     68 +
 external/gpl3/autoconf/dist/man/Makefile.in               |    478 +
 external/gpl3/autoconf/dist/man/autoconf.1                |    113 +
 external/gpl3/autoconf/dist/man/autoconf.x                |      2 +
 external/gpl3/autoconf/dist/man/autoheader.1              |    108 +
 external/gpl3/autoconf/dist/man/autoheader.x              |      2 +
 external/gpl3/autoconf/dist/man/autom4te.1                |    192 +
 external/gpl3/autoconf/dist/man/autom4te.x                |      2 +
 external/gpl3/autoconf/dist/man/autoreconf.1              |    133 +
 external/gpl3/autoconf/dist/man/autoreconf.x              |      2 +
 external/gpl3/autoconf/dist/man/autoscan.1                |     70 +
 external/gpl3/autoconf/dist/man/autoscan.x                |      2 +
 external/gpl3/autoconf/dist/man/autoupdate.1              |     72 +
 external/gpl3/autoconf/dist/man/autoupdate.x              |      2 +
 external/gpl3/autoconf/dist/man/common.x                  |     11 +
 external/gpl3/autoconf/dist/man/config.guess.1            |     62 +
 external/gpl3/autoconf/dist/man/config.guess.x            |     24 +
 external/gpl3/autoconf/dist/man/config.sub.1              |     43 +
 external/gpl3/autoconf/dist/man/config.sub.x              |      4 +
 external/gpl3/autoconf/dist/man/ifnames.1                 |     57 +
 external/gpl3/autoconf/dist/man/ifnames.x                 |      2 +
 external/gpl3/autoconf/dist/tests/Makefile.am             |    227 +
 external/gpl3/autoconf/dist/tests/Makefile.in             |    643 +
 external/gpl3/autoconf/dist/tests/acc.at                  |     34 +
 external/gpl3/autoconf/dist/tests/acfortran.at            |     32 +
 external/gpl3/autoconf/dist/tests/acfunctions.at          |     43 +
 external/gpl3/autoconf/dist/tests/acgeneral.at            |     34 +
 external/gpl3/autoconf/dist/tests/acgo.at                 |     15 +
 external/gpl3/autoconf/dist/tests/acheaders.at            |     26 +
 external/gpl3/autoconf/dist/tests/aclang.at               |     16 +
 external/gpl3/autoconf/dist/tests/aclibs.at               |     15 +
 external/gpl3/autoconf/dist/tests/acprograms.at           |     27 +
 external/gpl3/autoconf/dist/tests/acspecific.at           |     28 +
 external/gpl3/autoconf/dist/tests/acstatus.at             |     15 +
 external/gpl3/autoconf/dist/tests/actypes.at              |     42 +
 external/gpl3/autoconf/dist/tests/atlocal.in              |     48 +
 external/gpl3/autoconf/dist/tests/autoscan.at             |     47 +
 external/gpl3/autoconf/dist/tests/autotest.at             |   1955 +
 external/gpl3/autoconf/dist/tests/base.at                 |    710 +
 external/gpl3/autoconf/dist/tests/c.at                    |    418 +
 external/gpl3/autoconf/dist/tests/compile.at              |    465 +
 external/gpl3/autoconf/dist/tests/erlang.at               |    134 +
 external/gpl3/autoconf/dist/tests/foreign.at              |    140 +
 external/gpl3/autoconf/dist/tests/fortran.at              |   1164 +
 external/gpl3/autoconf/dist/tests/go.at                   |     33 +
 external/gpl3/autoconf/dist/tests/local.at                |    527 +
 external/gpl3/autoconf/dist/tests/m4sh.at                 |   1957 +
 external/gpl3/autoconf/dist/tests/m4sugar.at              |   2140 +
 external/gpl3/autoconf/dist/tests/mktests.sh              |    236 +
 external/gpl3/autoconf/dist/tests/semantics.at            |    746 +
 external/gpl3/autoconf/dist/tests/statesave.m4            |     43 +
 external/gpl3/autoconf/dist/tests/suite.at                |     79 +
 external/gpl3/autoconf/dist/tests/tools.at                |   1337 +
 external/gpl3/autoconf/dist/tests/torture.at              |   1835 +
 external/gpl3/autoconf/dist/tests/wrapper.as              |     41 +
 171 files changed, 156193 insertions(+), 0 deletions(-)

diffs (truncated from 156873 to 300 lines):

diff -r 1265d447683b -r 463a65ddc8ca external/gpl3/autoconf/dist/.prev-version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/autoconf/dist/.prev-version Sat Jan 16 18:35:58 2016 +0000
@@ -0,0 +1,1 @@
+2.68b
diff -r 1265d447683b -r 463a65ddc8ca external/gpl3/autoconf/dist/.tarball-version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/autoconf/dist/.tarball-version      Sat Jan 16 18:35:58 2016 +0000
@@ -0,0 +1,1 @@
+2.69
diff -r 1265d447683b -r 463a65ddc8ca external/gpl3/autoconf/dist/.version
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/autoconf/dist/.version      Sat Jan 16 18:35:58 2016 +0000
@@ -0,0 +1,1 @@
+2.68b
diff -r 1265d447683b -r 463a65ddc8ca external/gpl3/autoconf/dist/AUTHORS
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/autoconf/dist/AUTHORS       Sat Jan 16 18:35:58 2016 +0000
@@ -0,0 +1,127 @@
+Authors of GNU Autoconf.
+
+Autoconf was originally written by David MacKenzie, with help from
+François Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor, Roland
+McGrath, Noah Friedman, david d zuhn, and many others.
+
+Ben Elliston next took over the maintenance, facing a huge Autoconf
+backlog that had been piling up since the departure of David.  Other
+maintainers have included Akim Demaille, Jim Meyering, Alexandre
+Oliva, and Tom Tromey, with plenty of contributions from Lars J. Aas,
+Mo DeJong, Steven G. Johnson, Matthew D. Langston, Pavel Roskin.
+
+Today, the primary maintainers are Paul Eggert and Eric Blake, with
+help from Ralf Wildenhues, Stepan Kasal, and Benoit Sigoure.  Many
+other people have contributed, as listed in the THANKS file.
+
+The following contributors have warranted legal paper exchanges with
+the Free Software Foundation for their contributions to GNU Autoconf.
+This list results from searching for AUTOCONF in the file
+/gd/gnuorg/copyright.list on the fencepost.gnu.org machine.
+
+David J. MacKenzie          djm%gnu.org@localhost                         1991-07-09
+James L. Avera              ?                                   1993-10-04
+Roland McGrath              roland%gnu.org@localhost                      1994-06-24
+Noah Friedman               friedman%gnu.org@localhost                    1994-07-15
+Francois Pinard             pinard%iro.umontreal.ca@localhost             1997-02-02
+Thomas E. Dickey            dickey%clark.net@localhost                    1998-01-11
+Matthew D. Langston         langston%slac.stanford.edu@localhost          1998-09-29
+Mark Elbrecht               snowball3%usa.net@localhost                   1999-01-11
+Akim Demaille               akim%gnu.org@localhost                        1999-02-02
+Pavel Roskin                pavel_roskin%geocities.com@localhost          1999-02-24
+Alexandre Oliva             oliva%dcc.unicamp.br@localhost                1999-03-26
+Thomas Tanner               tanner%ffii.org@localhost                     1999-06-23
+Gary V. Vaughan             gary%gnu.org@localhost                        2000-01-10
+Joseph Samuel Myers         jsm28%cam.ac.uk@localhost                     2000-03-13
+Lars J. Aas                 larsa%sim.no@localhost                        2000-07-07
+Morten Eriksen              mortene%sim.no@localhost                      2000-07-07
+Martin Wilck                martin%tropos.de@localhost                    2000-07-12
+Paul Eggert                 eggert%twinsun.com@localhost                  2000-10-13
+Alexandre Duret-Lutz        duret_g%epita.fr@localhost                    2001-02-12
+Tim Van Holder              tim.van.holder%pandora.be@localhost           2001-02-13
+Christian Marquardt         marq%gfz-potsdam.de@localhost                 2001-02-19
+Derek R. Price              dprice%collab.net@localhost                   2001-03-12
+Markus Kuhn                 Markus.Kuhn%cl.cam.ac.uk@localhost            2001-07-07
+Erik Lindahl                erik%theophys.kth.se@localhost                2001-08-22
+Hans-Peter Nilsson          hp%bitrange.com@localhost                     2001-10-24
+Paul Wagland                paul%wagland.net@localhost                    2001-10-30
+Paolo Bonzini               bonzini%gnu.org@localhost                     2001-11-08
+Nishio Futoshi              fut_nis%d3.dion.ne.jp@localhost               2002-01-23
+Federico G. Schwindt        fgsch%openbsd.org@localhost                   2002-05-21
+Mark D. Roth                roth%feep.net@localhost                       2002-05-28
+Greg McGary                 greg%mcgary.org@localhost                     2002-06-05
+Charles Stephen Wilson      cwilson%ece.gatech.edu@localhost              2002-07-25
+Robert Bernstein            rocky%panix.com@localhost                     2002-08-20
+Assar Westerlund            assar%kth.se@localhost                        2002-09-13
+Scott Bambrough             sbambrough%storm.ca@localhost                 2002-09-24
+Richard Dawe                rich%phekda.freeserve.co.uk@localhost         2003-01-23
+Andreas Buening             andreas.buening%nexgo.de@localhost            2003-02-18
+Raja R. Harinath            harinath%acm.org@localhost                    2003-02-25
+Ilya Zakharevich            ilya%Math.Berkeley.EDU@localhost              2003-03-11
+Kaveh Ghazi                 ghazi%caip.rutgers.edu@localhost              2003-03-15
+Felix Lee                   felix.1%canids.net@localhost                  2003-03-31
+Nathanael Nerode            neroden%twcny.rr.com@localhost                2003-04-04
+Gavin Puche                 user42%zip.com.au@localhost                   2003-04-10
+Steven Glenn Johnson        stevenj%alum.mit.edu@localhost                2003-07-26
+Bernardo Innocenti          bernie%codewiz.org@localhost                  2003-07-31
+Albert Marsden Chin-A-Young china%thewrittenword.com@localhost            2003-08-02
+Ralf Corsepius              corsepiu%faw.uni-ulm.de@localhost             2003-09-03
+Scott Remnant               scott%netsplit.com@localhost                  2003-10-04
+Daniel Jacobowitz           dan%debian.org@localhost                      2003-10-17
+Kevin Fleming               kpfleming%backtobasicsmgmt.com@localhost      2003-11-17
+John David Anglin           dave.anglin%nrc-cnrc.gc.ca@localhost          2004-01-21
+Eric Sunshine               sunshine%sunshineco.com@localhost             2004-01-25
+Ralf Wildenhues             Ralf.Wildenhues%gmx.de@localhost              2004-02-12
+Noah Jeffrey Misch          noah%cs.caltech.edu@localhost                 2004-07-05
+Thorsten Glaser             tg%66h.42h.de@localhost                       2004-10-11
+Peter O'Gorman              peter%pogma.com@localhost                     2004-11-14
+Toshio Ernie Kuratomi       toshio%tiki-lounge.com@localhost              2004-11-17
+Roger Leigh                 rleigh%whinlatter.ukfsn.org@localhost         2004-12-09
+Ian Lance Taylor            ian%airs.com@localhost                        2004-12-22
+Daniel Manthey              dan_manthey%partech.com@localhost             2005-02-14
+Gregorio Guidi              greg_g%gentoo.org@localhost                   2005-03-03
+Bruno Haible                bruno%clisp.org@localhost                     2005-06-12
+Toby Oliver Hilary White    tow21%cam.ac.uk@localhost                     2005-10-18
+Eric Benjamin Blake         ebb9%byu.net@localhost                        2006-01-18
+Romain Lenglet              romain.lenglet%laposte.net@localhost          2006-02-10
+Markus Duft                 markus.duft%salomon.at@localhost              2006-08-03
+Robert Schiele              rschiele%gmail.com@localhost                  2006-09-12
+Joel Edward Denny           jdenny%clemson.edu@localhost                  2006-09-15
+Helge Deller                deller%gmx.de@localhost                       2007-02-01
+Benoit Sigoure              tsuna%lrde.epita.fr@localhost                 2007-04-20
+Bob Proulx                  bob%proulx.com@localhost                      2007-06-25
+Bruce Korb                  bkorb%gnu.org@localhost                       2008-05-06
+Benjamin Pfaff              blp%gnu.org@localhost                         2008-09-29
+Peter Breitenlohner         peb%mppmu.mpg.de@localhost                    2009-08-18
+Stefano Lattarini           stefano.lattarini%gmail.com@localhost         2009-10-01
+Reuben Thomas               rrt%sc3d.org@localhost                        2010-03-10
+Peter Rosin                 peda%lysator.liu.se@localhost                 2010-07-21
+John W. Eaton               jwe%gnu.org@localhost                         2010-11-05
+Christopher Hulbert         cchgroupmail%gmail.com@localhost              2010-11-09
+Tim Rice                    tim%multitalents.net@localhost                2011-01-24
+KO Myun-Hun                 komh78%gmail.com@localhost                    2011-04-05
+Christian Roessel           christian.roessel%gmx.de@localhost            2011-08-26
+Nicolai Stange              nicolai.stange%zmaw.de@localhost              2011-10-13
+
+========================================================================
+
+Local Variables:
+mode: text
+coding: utf-8
+End:
+
+Copyright (C) 1996, 2000-2001, 2005, 2007-2012 Free Software Foundation,
+Inc.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff -r 1265d447683b -r 463a65ddc8ca external/gpl3/autoconf/dist/BUGS
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/autoconf/dist/BUGS  Sat Jan 16 18:35:58 2016 +0000
@@ -0,0 +1,37 @@
+-*- outline -*-
+
+This file lists the bugs you must be aware of.  Be sure to check this
+file before using Autoconf, and especially git versions of Autoconf.
+
+       Copyright (C) 2000-2002, 2006-2012 Free Software Foundation,
+       Inc.
+
+       Copying and distribution of this file, with or without
+       modification, are permitted in any medium without royalty provided
+       the copyright notice and this notice are preserved.  This file is
+       offered as-is, without warranty of any kind.
+
+Autoconf must not be used in production if there are ``Serious'' bugs,
+and use with caution an Autoconf with ``Important bugs''.
+
+* Status
+
+                 /*------------------------------------.
+                 | New features need further testing.  |
+                 `------------------------------------*/
+
+* Now that configure depends on shell functions, it is possible that
+  configure scripts may fail to run on old platforms that lack a shell
+  with proper function support.
+
+* Autotest parallel testsuite support is still a work in progress.
+  There are known issues in job handling under dash and some ksh
+  variants, where a parallel testsuite can hang or cause a 100%
+  processor load.  In the current release, the overall autoconf
+  testsuite only exercises parallel autotest under bash and zsh, or if
+  you have defined TEST_PARALLEL_AUTOTEST in the environment.
+  Meanwhile, Cygwin has known problems with named fifos that cause
+  failures when attempting parallel tests in an autotest suite.  It is
+  possible that other difficulties will be encountered, whether with
+  shell or platform limitations; help is appreciated in improving
+  parallel testsuite support.
diff -r 1265d447683b -r 463a65ddc8ca external/gpl3/autoconf/dist/COPYING
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/autoconf/dist/COPYING       Sat Jan 16 18:35:58 2016 +0000
@@ -0,0 +1,339 @@
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this



Home | Main Index | Thread Index | Old Index