The R Project SVN R

Rev

Rev 87915 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87915 Rev 89778
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
# Attempt to guess a canonical system name.
2
# Attempt to guess a canonical system name.
3
#   Copyright 1992-2024 Free Software Foundation, Inc.
3
#   Copyright 1992-2025 Free Software Foundation, Inc.
4
 
4
 
5
# shellcheck disable=SC2006,SC2268 # see below for rationale
5
# shellcheck disable=SC2006,SC2268 # see below for rationale
6
 
6
 
7
timestamp='2024-07-27'
7
timestamp='2025-07-10'
8
 
8
 
9
# This file is free software; you can redistribute it and/or modify it
9
# This file is free software; you can redistribute it and/or modify it
10
# under the terms of the GNU General Public License as published by
10
# under the terms of the GNU General Public License as published by
11
# the Free Software Foundation, either version 3 of the License, or
11
# the Free Software Foundation, either version 3 of the License, or
12
# (at your option) any later version.
12
# (at your option) any later version.
Line 58... Line 58...
58
 
58
 
59
version="\
59
version="\
60
GNU config.guess ($timestamp)
60
GNU config.guess ($timestamp)
61
 
61
 
62
Originally written by Per Bothner.
62
Originally written by Per Bothner.
63
Copyright 1992-2024 Free Software Foundation, Inc.
63
Copyright 1992-2025 Free Software Foundation, Inc.
64
 
64
 
65
This is free software; see the source for copying conditions.  There is NO
65
This is free software; see the source for copying conditions.  There is NO
66
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
66
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
67
 
67
 
68
help="
68
help="
Line 1595... Line 1595...
1595
	GUESS=x86_64-unknown-onefs
1595
	GUESS=x86_64-unknown-onefs
1596
	;;
1596
	;;
1597
    *:Unleashed:*:*)
1597
    *:Unleashed:*:*)
1598
	GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
1598
	GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE
1599
	;;
1599
	;;
-
 
1600
    x86_64:[Ii]ronclad:*:*|i?86:[Ii]ronclad:*:*)
-
 
1601
	GUESS=$UNAME_MACHINE-pc-ironclad-mlibc
-
 
1602
	;;
1600
    *:Ironclad:*:*)
1603
    *:[Ii]ronclad:*:*)
1601
	GUESS=$UNAME_MACHINE-unknown-ironclad
1604
	GUESS=$UNAME_MACHINE-unknown-ironclad-mlibc
1602
	;;
1605
	;;
1603
esac
1606
esac
1604
 
1607
 
1605
# Do we have a guess based on uname results?
1608
# Do we have a guess based on uname results?
1606
if test "x$GUESS" != x; then
1609
if test "x$GUESS" != x; then
Line 1806... Line 1809...
1806
fi
1809
fi
1807
 
1810
 
1808
exit 1
1811
exit 1
1809
 
1812
 
1810
# Local variables:
1813
# Local variables:
1811
# eval: (add-hook 'before-save-hook 'time-stamp)
1814
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
1812
# time-stamp-start: "timestamp='"
1815
# time-stamp-start: "timestamp='"
1813
# time-stamp-format: "%:y-%02m-%02d"
1816
# time-stamp-format: "%Y-%02m-%02d"
1814
# time-stamp-end: "'"
1817
# time-stamp-end: "'"
1815
# End:
1818
# End: