annotate src/mingw-cfitsio-1-fixes.patch @ 3619:26e3a441d573

cfitsio: update to version 3370. * src/cfitsio.mk: update version, path to tarball. * src/mingw-cfitsio-1-fixes.patch: update patch.
author John Donoghue
date Thu, 26 Jun 2014 17:01:42 -0400
parents 23a5b6df3061
children de7c1c03561a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
1 diff -u cfitsio.orig/configure cfitsio/configure
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
2 --- cfitsio.orig/configure 2014-06-12 11:42:22.000000000 -0400
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
3 +++ cfitsio/configure 2014-06-26 15:38:26.323327942 -0400
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
4 @@ -1981,7 +1981,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
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
13 @@ -2122,7 +2122,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='-'
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
22 @@ -2155,7 +2155,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='-'
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
31 @@ -2188,7 +2188,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='-'
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
40 @@ -3592,7 +3592,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
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
49 @@ -3946,7 +3946,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
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
58 @@ -4716,6 +4716,10 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
59 CFITSIO_SHLIB_SONAME=""
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
60 lhea_shlib_cflags=
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
61 case $EXT in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
62 + mingw32)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
63 + SHLIB_LD="$CC -shared"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
64 + SHLIB_SUFFIX=".dll"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
65 + ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
66 cygwin)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
67 SHLIB_LD="$CC -shared"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
68 SHLIB_SUFFIX=".dll"
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
69 @@ -5878,7 +5882,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
70 case $ac_config_target in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
71 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
72
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
73 - *) 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
74 + *) 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
75 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
76 done
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
77
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
78 @@ -6086,7 +6090,7 @@
3182
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 case $ac_mode$ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
81 :[FHL]*:*);;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
82 - :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
83 + :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
84 :[FH]-) ac_tag=-:-;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
85 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
86 esac
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
87 @@ -6114,7 +6118,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
88 [\\/$]*) false;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
89 *) 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
90 esac ||
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
91 - 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
92 + 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
93 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
94 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
95 as_fn_append ac_file_inputs " '$ac_f'"
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
96 @@ -6141,7 +6145,7 @@
3182
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 case $ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
99 *:-:* | *:-) cat >"$ac_tmp/stdin" \
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
100 - || 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
101 + || 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
102 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
103 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
104 esac
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
105 @@ -7036,7 +7040,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
106 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
107 "cfitsio.pc") CONFIG_FILES="$CONFIG_FILES cfitsio.pc" ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
108
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
109 - *) 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
110 + *) 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
111 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
112 done
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
113
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
114 @@ -7244,7 +7248,7 @@
3182
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 case $ac_mode$ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
117 :[FHL]*:*);;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
118 - :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
119 + :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
120 :[FH]-) ac_tag=-:-;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
121 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
122 esac
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
123 @@ -7272,7 +7276,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
124 [\\/$]*) false;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
125 *) 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
126 esac ||
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
127 - 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
128 + 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
129 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
130 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
131 as_fn_append ac_file_inputs " '$ac_f'"
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
132 @@ -7299,7 +7303,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
133
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
134 case $ac_tag in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
135 *:-:* | *:-) cat >"$ac_tmp/stdin" \
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
136 - || 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
137 + || 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
138 esac
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
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
141 diff -u cfitsio.orig/configure.in cfitsio/configure.in
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
142 --- cfitsio.orig/configure.in 2014-06-12 11:42:38.000000000 -0400
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
143 +++ cfitsio/configure.in 2014-06-26 15:38:26.324327963 -0400
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
144 @@ -159,7 +159,7 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
145 EXT="dec"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
146 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
147 *)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
148 - 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
149 + 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
150 ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
151 esac
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
152
3619
26e3a441d573 cfitsio: update to version 3370.
John Donoghue
parents: 3182
diff changeset
153 @@ -379,6 +379,10 @@
3182
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
154 CFITSIO_SHLIB_SONAME=""
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
155 lhea_shlib_cflags=
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
156 case $EXT in
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
157 + mingw32)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
158 + SHLIB_LD="$CC -shared"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
159 + SHLIB_SUFFIX=".dll"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
160 + ;;
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
161 cygwin)
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
162 SHLIB_LD="$CC -shared"
23a5b6df3061 Update cfitsio for mingw build
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
163 SHLIB_SUFFIX=".dll"