/[libtool]/libtool/config.sub
ViewVC logotype

Diff of /libtool/config.sub

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.2.11 by rwild, Mon Apr 25 18:13:26 2005 UTC revision 1.10.2.12 by rwild, Mon May 16 10:00:20 2005 UTC
# Line 3  Line 3 
3  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4  #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.  #   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5    
6  timestamp='2005-04-22'  timestamp='2005-05-12'
7    
8  # This file is (in principle) common to ALL GNU software.  # This file is (in principle) common to ALL GNU software.
9  # The presence of a machine in this file suggests that SOME GNU software  # The presence of a machine in this file suggests that SOME GNU software
# Line 21  timestamp='2005-04-22' Line 21  timestamp='2005-04-22'
21  #  #
22  # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
23  # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
24  # Foundation, Inc., 59 Temple Place - Suite 330,  # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
25  # Boston, MA 02111-1307, USA.  # 02110-1301, USA.
26    #
27  # As a special exception to the GNU General Public License, if you  # As a special exception to the GNU General Public License, if you
28  # distribute this file as part of a program that contains a  # distribute this file as part of a program that contains a
29  # configuration script generated by Autoconf, you may include it under  # configuration script generated by Autoconf, you may include it under
30  # the same distribution terms that you use for the rest of that program.  # the same distribution terms that you use for the rest of that program.
31    
32    
33  # Please send patches to <config-patches@gnu.org>.  Submit a context  # Please send patches to <config-patches@gnu.org>.  Submit a context
34  # diff and a properly formatted ChangeLog entry.  # diff and a properly formatted ChangeLog entry.
35  #  #
# Line 83  Try \`$me --help' for more information." Line 84  Try \`$me --help' for more information."
84  while test $# -gt 0 ; do  while test $# -gt 0 ; do
85    case $1 in    case $1 in
86      --time-stamp | --time* | -t )      --time-stamp | --time* | -t )
87         echo "$timestamp" ; exit 0 ;;         echo "$timestamp" ; exit ;;
88      --version | -v )      --version | -v )
89         echo "$version" ; exit 0 ;;         echo "$version" ; exit ;;
90      --help | --h* | -h )      --help | --h* | -h )
91         echo "$usage"; exit 0 ;;         echo "$usage"; exit ;;
92      -- )     # Stop option processing      -- )     # Stop option processing
93         shift; break ;;         shift; break ;;
94      - ) # Use stdin as input.      - ) # Use stdin as input.
# Line 99  while test $# -gt 0 ; do Line 100  while test $# -gt 0 ; do
100      *local*)      *local*)
101         # First pass through any local machine types.         # First pass through any local machine types.
102         echo $1         echo $1
103         exit 0;;         exit ;;
104    
105      * )      * )
106         break ;;         break ;;
# Line 1181  case $os in Line 1182  case $os in
1182                | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \                | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1183                | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \                | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1184                | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \                | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1185                | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)                | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -skyos*)
1186          # Remember, each alternative MUST END IN *, to match a version number.          # Remember, each alternative MUST END IN *, to match a version number.
1187                  ;;                  ;;
1188          -qnx*)          -qnx*)
# Line 1559  case $basic_machine in Line 1560  case $basic_machine in
1560  esac  esac
1561    
1562  echo $basic_machine$os  echo $basic_machine$os
1563  exit 0  exit
1564    
1565  # Local variables:  # Local variables:
1566  # eval: (add-hook 'write-file-hooks 'time-stamp)  # eval: (add-hook 'write-file-hooks 'time-stamp)

Legend:
Removed from v.1.10.2.11  
changed lines
  Added in v.1.10.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26