]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] cleanup: drop support for DJGPP, Windows 95/98/ME, MS-DOS
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 29 May 2012 17:51:22 +0000 (19:51 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 30 May 2012 06:58:31 +0000 (08:58 +0200)
commitc853c205e7e7be5f5f369eb100762b74ddf766a3
treee2904db2dbb0a083804de6514cca1b631f44663c
parenta881f72548360ed66b5b7c9189cb7c27992e06e6
[ng] cleanup: drop support for DJGPP, Windows 95/98/ME, MS-DOS

See also:
<http://lists.gnu.org/archive/html/automake-ng/2012-05/msg00104.html>

* automake.in (BEGIN): Don't override $ENV{SHELL} for DJGPP.
* bootstrap: Don't special case the default value for BOOTSTRAP_SHELL
on DJGPP.  While we are at, allow that variable to be overridden from
the environment.
* configure.ac (MODIFICATION_DELAY): Define to '2' unconditionally, as
we don't have to cater to quirks of Windows 95/98/ME anymore.
* lib/am/texibuild.am: Remove support for '*.iNN' files used on DJGPP.
* lib/am/texinfos.am: Likewise.
* NG-NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NG-NEWS
automake.in
bootstrap.sh
configure.ac
lib/am/texibuild.am
lib/am/texinfos.am
t/txinfo19.sh [deleted file]