config.guess (3ffd35307077b69e8e71772d0e2603f8ffbc4804) | config.guess (3e794565fce4e0901d6596368adacc38558278c7) |
---|---|
1#! /bin/sh 2# Attempt to guess a canonical system name. | 1#! /bin/sh 2# Attempt to guess a canonical system name. |
3# Copyright 1992-2016 Free Software Foundation, Inc. | 3# Copyright 1992-2017 Free Software Foundation, Inc. |
4 | 4 |
5timestamp='2016-10-02' | 5timestamp='2017-01-01' |
6 7# This file is free software; you can redistribute it and/or modify it 8# under the terms of the GNU General Public License as published by 9# the Free Software Foundation; either version 3 of the License, or 10# (at your option) any later version. 11# 12# This program is distributed in the hope that it will be useful, but 13# WITHOUT ANY WARRANTY; without even the implied warranty of --- 31 unchanged lines hidden (view full) --- 45 -v, --version print version number, then exit 46 47Report bugs and patches to <config-patches@gnu.org>." 48 49version="\ 50GNU config.guess ($timestamp) 51 52Originally written by Per Bothner. | 6 7# This file is free software; you can redistribute it and/or modify it 8# under the terms of the GNU General Public License as published by 9# the Free Software Foundation; either version 3 of the License, or 10# (at your option) any later version. 11# 12# This program is distributed in the hope that it will be useful, but 13# WITHOUT ANY WARRANTY; without even the implied warranty of --- 31 unchanged lines hidden (view full) --- 45 -v, --version print version number, then exit 46 47Report bugs and patches to <config-patches@gnu.org>." 48 49version="\ 50GNU config.guess ($timestamp) 51 52Originally written by Per Bothner. |
53Copyright 1992-2016 Free Software Foundation, Inc. | 53Copyright 1992-2017 Free Software Foundation, Inc. |
54 55This is free software; see the source for copying conditions. There is NO 56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 57 58help=" 59Try \`$me --help' for more information." 60 61# Parse command line --- 1401 unchanged lines hidden --- | 54 55This is free software; see the source for copying conditions. There is NO 56warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 57 58help=" 59Try \`$me --help' for more information." 60 61# Parse command line --- 1401 unchanged lines hidden --- |