@@ -87,19 +87,19 @@ AH_TEMPLATE([NETBSD], [Define if the operating system is NetBSD])
87
87
88
88
case $host in
89
89
*-*-aix*)
90
- echo "Checking plataform ... Identified as AIX"
90
+ echo "Checking platform ... Identified as AIX"
91
91
aixos=true
92
92
;;
93
93
*-*-hpux*)
94
- echo "Checking plataform ... Identified as HPUX"
94
+ echo "Checking platform ... Identified as HPUX"
95
95
hpuxos=true
96
96
;;
97
97
*-*-darwin*)
98
- echo "Checking plataform ... Identified as Macintosh OS X"
98
+ echo "Checking platform ... Identified as Macintosh OS X"
99
99
macos=true
100
100
;;
101
101
*-*-linux*)
102
- echo "Checking plataform ... Identified as Linux"
102
+ echo "Checking platform ... Identified as Linux"
103
103
linuxos=true
104
104
case "${host_cpu}" in
105
105
s390x)
@@ -108,27 +108,27 @@ case $host in
108
108
esac
109
109
;;
110
110
*-*-solaris*)
111
- echo "Checking plataform ... Identified as Solaris"
111
+ echo "Checking platform ... Identified as Solaris"
112
112
solarisos=true
113
113
;;
114
114
*-*-freebsd*)
115
- echo "Checking plataform ... Identified as FreeBSD"
115
+ echo "Checking platform ... Identified as FreeBSD"
116
116
freebsdos=true
117
117
;;
118
118
*-*-netbsd*)
119
- echo "Checking plataform ... Identified as NetBSD"
119
+ echo "Checking platform ... Identified as NetBSD"
120
120
netbsdos=true
121
121
;;
122
122
*-*-openbsd*)
123
- echo "Checking plataform ... Identified as OpenBSD"
123
+ echo "Checking platform ... Identified as OpenBSD"
124
124
openbsdos=true
125
125
;;
126
126
*-*-kfreebsd*)
127
- echo "Checking plataform ... Identified as kFreeBSD, treating as linux"
127
+ echo "Checking platform ... Identified as kFreeBSD, treating as linux"
128
128
linuxos=true
129
129
;;
130
130
*-*-gnu*.*)
131
- echo "Checking plataform ... Identified as HURD, treating as linux"
131
+ echo "Checking platform ... Identified as HURD, treating as linux"
132
132
linuxos=true
133
133
;;
134
134
*)
0 commit comments