diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-24 01:23:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-24 01:23:30 +0000 |
commit | 51d77b034f9a363f4768c991ca947e804cb42db9 (patch) | |
tree | 48131c3a5577c703345de8a8d280e38bc4716e4c /Build/source/build-aux/config.sub | |
parent | d66613b12569df6ca55bdae774ba52c732794ec4 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@46731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/config.sub')
-rwxr-xr-x | Build/source/build-aux/config.sub | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 818892c1c31..1d8e98bcee2 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-01-15' +timestamp='2018-02-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1389,7 +1389,8 @@ case $os in | -morphos* | -superux* | -rtmk* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ + | -midnightbsd*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) |