annotate src/mingw-cfitsio-1-fixes.patch @ 4184:fc1bee8ff2d4

of-sparsersb: update to v1.0.1 * src/librsb.mk: update version, checksum to rc4. * src/of-sparsersb.mk: update version, checksum to 1.0.1 * src/librsb-1-nobzero.patch: remove patch * src/of-sparsersb-1-cross-build.patch: remove patch * src/of-sparsersb-1-fixes.patch: new patch * dist-files.mk: add of-sparsersb-1-fixes.patch * build_packages.m: update sparsersb version
author John D
date Sun, 07 Aug 2016 19:38:56 -0400
parents de7c1c03561a
children 97fc509bb1df
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
1 diff -ur cfitsio.orig/configure cfitsio/configure
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
2 --- cfitsio.orig/configure 2016-05-04 09:33:42.223458798 -0400
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
3 +++ cfitsio/configure 2016-05-04 09:34:05.530107491 -0400
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
4 @@ -1982,7 +1982,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 as_fn_error $? "failed to load site script $ac_site_file
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 -See \`config.log' for more details" "$LINENO" 5; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 +See \`config.log' for more details" "$LINENO" 5 ; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 fi
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 done
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
13 @@ -2123,7 +2123,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $as_echo "$ac_cv_build" >&6; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 case $ac_cv_build in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 *-*-*) ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 build=$ac_cv_build
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 ac_save_IFS=$IFS; IFS='-'
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
22 @@ -2156,7 +2156,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $as_echo "$ac_cv_host" >&6; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 case $ac_cv_host in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
25 *-*-*) ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
26 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
27 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
28 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
29 host=$ac_cv_host
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
30 ac_save_IFS=$IFS; IFS='-'
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
31 @@ -2189,7 +2189,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
32 $as_echo "$ac_cv_target" >&6; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
33 case $ac_cv_target in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
34 *-*-*) ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
35 -*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
36 +*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
37 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
38 target=$ac_cv_target
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
39 ac_save_IFS=$IFS; IFS='-'
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
40 @@ -3573,7 +3573,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
41 EXT="dec"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
42 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
43 *)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
44 - echo "cfitsio: == Don't know what do do with $host"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
45 + echo "cfitsio: == X Don't know what do do with $host"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
46 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
47 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
48
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
49 @@ -3927,7 +3927,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
50 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
51 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
52 as_fn_error $? "no acceptable C compiler found in \$PATH
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
53 -See \`config.log' for more details" "$LINENO" 5; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
54 +See \`config.log' for more details" "$LINENO" 5 ; }
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
55
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
56 # Provide some information about the compiler.
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
57 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
58 @@ -5876,7 +5876,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
59 case $ac_config_target in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
60 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
61
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
62 - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
63 + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
64 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
65 done
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
66
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
67 @@ -6084,7 +6084,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
68 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
69 case $ac_mode$ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
70 :[FHL]*:*);;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
71 - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
72 + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
73 :[FH]-) ac_tag=-:-;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
74 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
75 esac
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
76 @@ -6112,7 +6112,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
77 [\\/$]*) false;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
78 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
79 esac ||
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
80 - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
81 + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
82 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
83 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
84 as_fn_append ac_file_inputs " '$ac_f'"
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
85 @@ -6139,7 +6139,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
86
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
87 case $ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
88 *:-:* | *:-) cat >"$ac_tmp/stdin" \
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
89 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
90 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
91 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
92 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
93 esac
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
94 @@ -7034,7 +7034,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
95 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
96 "cfitsio.pc") CONFIG_FILES="$CONFIG_FILES cfitsio.pc" ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
97
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
98 - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
99 + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
100 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
101 done
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
102
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
103 @@ -7242,7 +7242,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
104 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
105 case $ac_mode$ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
106 :[FHL]*:*);;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
107 - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
108 + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
109 :[FH]-) ac_tag=-:-;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
110 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
111 esac
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
112 @@ -7270,7 +7270,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
113 [\\/$]*) false;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
114 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
115 esac ||
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
116 - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
117 + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
118 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
119 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
120 as_fn_append ac_file_inputs " '$ac_f'"
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
121 @@ -7297,7 +7297,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
122
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
123 case $ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
124 *:-:* | *:-) cat >"$ac_tmp/stdin" \
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
125 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
126 + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
127 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
128 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
129 esac
4142
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
130 diff -ur cfitsio.orig/configure.in cfitsio/configure.in
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
131 --- cfitsio.orig/configure.in 2016-05-04 09:33:42.238458572 -0400
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
132 +++ cfitsio/configure.in 2016-05-04 09:34:05.531107476 -0400
de7c1c03561a cfitsio: update to v3.390
John Donoghue
parents: 3619
diff changeset
133 @@ -154,7 +154,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
134 EXT="dec"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
135 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
136 *)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
137 - echo "cfitsio: == Don't know what do do with $host"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
138 + echo "cfitsio: == X Don't know what do do with $host"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
139 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
140 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
141