Mercurial > emacs
comparison config.sub @ 9610:6c39fe6d9581
Add licensing exception for Autoconf.
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Wed, 19 Oct 1994 19:55:36 +0000 |
parents | 07d0aeb633d8 |
children | 5cc36be39154 |
comparison
equal
deleted
inserted
replaced
9609:74985a8972e4 | 9610:6c39fe6d9581 |
---|---|
2 # Configuration validation subroutine script, version 1.1. | 2 # Configuration validation subroutine script, version 1.1. |
3 # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. | 3 # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. |
4 # This file is (in principle) common to ALL GNU software. | 4 # This file is (in principle) common to ALL GNU software. |
5 # The presence of a machine in this file suggests that SOME GNU software | 5 # The presence of a machine in this file suggests that SOME GNU software |
6 # can handle that machine. It does not imply ALL GNU software can. | 6 # can handle that machine. It does not imply ALL GNU software can. |
7 | 7 # |
8 #This file is free software; you can redistribute it and/or modify | 8 # This file is free software; you can redistribute it and/or modify |
9 #it under the terms of the GNU General Public License as published by | 9 # it under the terms of the GNU General Public License as published by |
10 #the Free Software Foundation; either version 2 of the License, or | 10 # the Free Software Foundation; either version 2 of the License, or |
11 #(at your option) any later version. | 11 # (at your option) any later version. |
12 | 12 # |
13 #This program is distributed in the hope that it will be useful, | 13 # This program is distributed in the hope that it will be useful, |
14 #but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 #GNU General Public License for more details. | 16 # GNU General Public License for more details. |
17 | 17 # |
18 #You should have received a copy of the GNU General Public License | 18 # You should have received a copy of the GNU General Public License |
19 #along with this program; if not, write to the Free Software | 19 # along with this program; if not, write to the Free Software |
20 #Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 20 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | 21 |
22 # As a special exception to the GNU General Public License, if you | |
23 # distribute this file as part of a program that contains a | |
24 # configuration script generated by Autoconf, you may include it under | |
25 # the same distribution terms that you use for the rest of that program. | |
22 | 26 |
23 # Configuration subroutine to validate and canonicalize a configuration type. | 27 # Configuration subroutine to validate and canonicalize a configuration type. |
24 # Supply the specified configuration type as an argument. | 28 # Supply the specified configuration type as an argument. |
25 # If it is invalid, we print an error message on stderr and exit with code 1. | 29 # If it is invalid, we print an error message on stderr and exit with code 1. |
26 # Otherwise, we print the canonical config type on stdout and succeed. | 30 # Otherwise, we print the canonical config type on stdout and succeed. |