~ubuntu-branches/debian/wheezy/netatalk/wheezy

« back to all changes in this revision

Viewing changes to debian/patches/294_avoid_broken_xfs_autotools.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-06-05 21:04:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605210421-19gag2srevj0ocxh
Tags: 2.2~beta4-1
* New upstream release.
  + Fixes "Internal Error" after ad_open on sparc.
    Closes: bug#606005. Thanks to Alfredo Sola.
* Adjust references to unofficial packages in README.Debian.
* Use dversionmangle (not uversionmangle) in watch file. Fix add
  leading dash (-) to upstream version in mangling.
* Update patches:
  + Drop patches 107 and 294 (Zeroconf support): Implemented
    (differently) upstream now.
  + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete.
  + Drop patch 200 (hostname resolving): adopted upstream.
  + Refresh patch 205.
* Rewrite copyright file using draft 174 of DEP-5 format.
* Build-depend on and recommend unversioned (i.e. default) BerkeleyDB
  packages.
  Closes: bug#621413. Thanks to Ondřej Surý.
  Simplify suggestions on older versioned BerkeleyDB packages.
* Stop installing some documentation dropped upstream, and let CDBS
  automagically handle some of the remains.
* Update control file:
  + Bump policy compliance to standards-version 3.9.2.
  + Shorten Vcs-* URLs.
* Add patches 115 and (for automade file) 214 to avoid installing
  unneeded /default dir.
  Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes.
* Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler
  and Luk Claes.
* Stop renaming afile and achfile, dropped upstream.
* Explicitly enable DDP (AppleTalk), now disabled by default.
* Enable Zeroconf, should be stable now.
* Simplify package relations:
  + Drop (build-)dependency fallback unneeded even for oldstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/configure
2
 
+++ b/configure
3
 
@@ -29479,433 +29479,6 @@
4
 
 #              AC_MSG_RESULT([enabling quotactl wrapper])
5
 
 #      )
6
 
 
7
 
-        # For quotas on Linux XFS filesystems
8
 
-
9
 
-        # For linux > 2.5.56
10
 
-
11
 
-for ac_header in linux/dqblk_xfs.h
12
 
-do
13
 
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15
 
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
16
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
17
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
18
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
19
 
-fi
20
 
-ac_res=`eval echo '${'$as_ac_Header'}'`
21
 
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
22
 
-echo "${ECHO_T}$ac_res" >&6; }
23
 
-else
24
 
-  # Is the header compilable?
25
 
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
26
 
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
27
 
-cat >conftest.$ac_ext <<_ACEOF
28
 
-/* confdefs.h.  */
29
 
-_ACEOF
30
 
-cat confdefs.h >>conftest.$ac_ext
31
 
-cat >>conftest.$ac_ext <<_ACEOF
32
 
-/* end confdefs.h.  */
33
 
-$ac_includes_default
34
 
-#include <$ac_header>
35
 
-_ACEOF
36
 
-rm -f conftest.$ac_objext
37
 
-if { (ac_try="$ac_compile"
38
 
-case "(($ac_try" in
39
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40
 
-  *) ac_try_echo=$ac_try;;
41
 
-esac
42
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43
 
-  (eval "$ac_compile") 2>conftest.er1
44
 
-  ac_status=$?
45
 
-  grep -v '^ *+' conftest.er1 >conftest.err
46
 
-  rm -f conftest.er1
47
 
-  cat conftest.err >&5
48
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
49
 
-  (exit $ac_status); } && {
50
 
-        test -z "$ac_c_werror_flag" ||
51
 
-        test ! -s conftest.err
52
 
-       } && test -s conftest.$ac_objext; then
53
 
-  ac_header_compiler=yes
54
 
-else
55
 
-  echo "$as_me: failed program was:" >&5
56
 
-sed 's/^/| /' conftest.$ac_ext >&5
57
 
-
58
 
-       ac_header_compiler=no
59
 
-fi
60
 
-
61
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
62
 
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
63
 
-echo "${ECHO_T}$ac_header_compiler" >&6; }
64
 
-
65
 
-# Is the header present?
66
 
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
67
 
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
68
 
-cat >conftest.$ac_ext <<_ACEOF
69
 
-/* confdefs.h.  */
70
 
-_ACEOF
71
 
-cat confdefs.h >>conftest.$ac_ext
72
 
-cat >>conftest.$ac_ext <<_ACEOF
73
 
-/* end confdefs.h.  */
74
 
-#include <$ac_header>
75
 
-_ACEOF
76
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
77
 
-case "(($ac_try" in
78
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
79
 
-  *) ac_try_echo=$ac_try;;
80
 
-esac
81
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
82
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
83
 
-  ac_status=$?
84
 
-  grep -v '^ *+' conftest.er1 >conftest.err
85
 
-  rm -f conftest.er1
86
 
-  cat conftest.err >&5
87
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
88
 
-  (exit $ac_status); } >/dev/null && {
89
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
90
 
-        test ! -s conftest.err
91
 
-       }; then
92
 
-  ac_header_preproc=yes
93
 
-else
94
 
-  echo "$as_me: failed program was:" >&5
95
 
-sed 's/^/| /' conftest.$ac_ext >&5
96
 
-
97
 
-  ac_header_preproc=no
98
 
-fi
99
 
-
100
 
-rm -f conftest.err conftest.$ac_ext
101
 
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
102
 
-echo "${ECHO_T}$ac_header_preproc" >&6; }
103
 
-
104
 
-# So?  What about this header?
105
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
106
 
-  yes:no: )
107
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
108
 
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
109
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
110
 
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
111
 
-    ac_header_preproc=yes
112
 
-    ;;
113
 
-  no:yes:* )
114
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
115
 
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
116
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
117
 
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
118
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
119
 
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
120
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
121
 
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
122
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
123
 
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
124
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
125
 
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
126
 
-
127
 
-    ;;
128
 
-esac
129
 
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
130
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
131
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
132
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
133
 
-else
134
 
-  eval "$as_ac_Header=\$ac_header_preproc"
135
 
-fi
136
 
-ac_res=`eval echo '${'$as_ac_Header'}'`
137
 
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
138
 
-echo "${ECHO_T}$ac_res" >&6; }
139
 
-
140
 
-fi
141
 
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
142
 
-  cat >>confdefs.h <<_ACEOF
143
 
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
144
 
-_ACEOF
145
 
-
146
 
-else
147
 
-
148
 
-
149
 
-for ac_header in linux/xqm.h linux/xfs_fs.h
150
 
-do
151
 
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
152
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
153
 
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
154
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
155
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
156
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
157
 
-fi
158
 
-ac_res=`eval echo '${'$as_ac_Header'}'`
159
 
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
160
 
-echo "${ECHO_T}$ac_res" >&6; }
161
 
-else
162
 
-  # Is the header compilable?
163
 
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
164
 
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
165
 
-cat >conftest.$ac_ext <<_ACEOF
166
 
-/* confdefs.h.  */
167
 
-_ACEOF
168
 
-cat confdefs.h >>conftest.$ac_ext
169
 
-cat >>conftest.$ac_ext <<_ACEOF
170
 
-/* end confdefs.h.  */
171
 
-$ac_includes_default
172
 
-#include <$ac_header>
173
 
-_ACEOF
174
 
-rm -f conftest.$ac_objext
175
 
-if { (ac_try="$ac_compile"
176
 
-case "(($ac_try" in
177
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
178
 
-  *) ac_try_echo=$ac_try;;
179
 
-esac
180
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
181
 
-  (eval "$ac_compile") 2>conftest.er1
182
 
-  ac_status=$?
183
 
-  grep -v '^ *+' conftest.er1 >conftest.err
184
 
-  rm -f conftest.er1
185
 
-  cat conftest.err >&5
186
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
187
 
-  (exit $ac_status); } && {
188
 
-        test -z "$ac_c_werror_flag" ||
189
 
-        test ! -s conftest.err
190
 
-       } && test -s conftest.$ac_objext; then
191
 
-  ac_header_compiler=yes
192
 
-else
193
 
-  echo "$as_me: failed program was:" >&5
194
 
-sed 's/^/| /' conftest.$ac_ext >&5
195
 
-
196
 
-       ac_header_compiler=no
197
 
-fi
198
 
-
199
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
200
 
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
201
 
-echo "${ECHO_T}$ac_header_compiler" >&6; }
202
 
-
203
 
-# Is the header present?
204
 
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
205
 
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
206
 
-cat >conftest.$ac_ext <<_ACEOF
207
 
-/* confdefs.h.  */
208
 
-_ACEOF
209
 
-cat confdefs.h >>conftest.$ac_ext
210
 
-cat >>conftest.$ac_ext <<_ACEOF
211
 
-/* end confdefs.h.  */
212
 
-#include <$ac_header>
213
 
-_ACEOF
214
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
215
 
-case "(($ac_try" in
216
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
217
 
-  *) ac_try_echo=$ac_try;;
218
 
-esac
219
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
220
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
221
 
-  ac_status=$?
222
 
-  grep -v '^ *+' conftest.er1 >conftest.err
223
 
-  rm -f conftest.er1
224
 
-  cat conftest.err >&5
225
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
226
 
-  (exit $ac_status); } >/dev/null && {
227
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
228
 
-        test ! -s conftest.err
229
 
-       }; then
230
 
-  ac_header_preproc=yes
231
 
-else
232
 
-  echo "$as_me: failed program was:" >&5
233
 
-sed 's/^/| /' conftest.$ac_ext >&5
234
 
-
235
 
-  ac_header_preproc=no
236
 
-fi
237
 
-
238
 
-rm -f conftest.err conftest.$ac_ext
239
 
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
240
 
-echo "${ECHO_T}$ac_header_preproc" >&6; }
241
 
-
242
 
-# So?  What about this header?
243
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
244
 
-  yes:no: )
245
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
246
 
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
247
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
248
 
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
249
 
-    ac_header_preproc=yes
250
 
-    ;;
251
 
-  no:yes:* )
252
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
253
 
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
254
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
255
 
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
256
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
257
 
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
258
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
259
 
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
260
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
261
 
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
262
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
263
 
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
264
 
-
265
 
-    ;;
266
 
-esac
267
 
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
268
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
269
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
270
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
271
 
-else
272
 
-  eval "$as_ac_Header=\$ac_header_preproc"
273
 
-fi
274
 
-ac_res=`eval echo '${'$as_ac_Header'}'`
275
 
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
276
 
-echo "${ECHO_T}$ac_res" >&6; }
277
 
-
278
 
-fi
279
 
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
280
 
-  cat >>confdefs.h <<_ACEOF
281
 
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
282
 
-_ACEOF
283
 
-
284
 
-fi
285
 
-
286
 
-done
287
 
-
288
 
-
289
 
-
290
 
-
291
 
-for ac_header in xfs/libxfs.h xfs/xqm.h xfs/xfs_fs.h
292
 
-do
293
 
-as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
294
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
295
 
-  { echo "$as_me:$LINENO: checking for $ac_header" >&5
296
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
297
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
298
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
299
 
-fi
300
 
-ac_res=`eval echo '${'$as_ac_Header'}'`
301
 
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
302
 
-echo "${ECHO_T}$ac_res" >&6; }
303
 
-else
304
 
-  # Is the header compilable?
305
 
-{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
306
 
-echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
307
 
-cat >conftest.$ac_ext <<_ACEOF
308
 
-/* confdefs.h.  */
309
 
-_ACEOF
310
 
-cat confdefs.h >>conftest.$ac_ext
311
 
-cat >>conftest.$ac_ext <<_ACEOF
312
 
-/* end confdefs.h.  */
313
 
-$ac_includes_default
314
 
-#include <$ac_header>
315
 
-_ACEOF
316
 
-rm -f conftest.$ac_objext
317
 
-if { (ac_try="$ac_compile"
318
 
-case "(($ac_try" in
319
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
320
 
-  *) ac_try_echo=$ac_try;;
321
 
-esac
322
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
323
 
-  (eval "$ac_compile") 2>conftest.er1
324
 
-  ac_status=$?
325
 
-  grep -v '^ *+' conftest.er1 >conftest.err
326
 
-  rm -f conftest.er1
327
 
-  cat conftest.err >&5
328
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
329
 
-  (exit $ac_status); } && {
330
 
-        test -z "$ac_c_werror_flag" ||
331
 
-        test ! -s conftest.err
332
 
-       } && test -s conftest.$ac_objext; then
333
 
-  ac_header_compiler=yes
334
 
-else
335
 
-  echo "$as_me: failed program was:" >&5
336
 
-sed 's/^/| /' conftest.$ac_ext >&5
337
 
-
338
 
-       ac_header_compiler=no
339
 
-fi
340
 
-
341
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
342
 
-{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
343
 
-echo "${ECHO_T}$ac_header_compiler" >&6; }
344
 
-
345
 
-# Is the header present?
346
 
-{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
347
 
-echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
348
 
-cat >conftest.$ac_ext <<_ACEOF
349
 
-/* confdefs.h.  */
350
 
-_ACEOF
351
 
-cat confdefs.h >>conftest.$ac_ext
352
 
-cat >>conftest.$ac_ext <<_ACEOF
353
 
-/* end confdefs.h.  */
354
 
-#include <$ac_header>
355
 
-_ACEOF
356
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
357
 
-case "(($ac_try" in
358
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
359
 
-  *) ac_try_echo=$ac_try;;
360
 
-esac
361
 
-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
362
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
363
 
-  ac_status=$?
364
 
-  grep -v '^ *+' conftest.er1 >conftest.err
365
 
-  rm -f conftest.er1
366
 
-  cat conftest.err >&5
367
 
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
368
 
-  (exit $ac_status); } >/dev/null && {
369
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
370
 
-        test ! -s conftest.err
371
 
-       }; then
372
 
-  ac_header_preproc=yes
373
 
-else
374
 
-  echo "$as_me: failed program was:" >&5
375
 
-sed 's/^/| /' conftest.$ac_ext >&5
376
 
-
377
 
-  ac_header_preproc=no
378
 
-fi
379
 
-
380
 
-rm -f conftest.err conftest.$ac_ext
381
 
-{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
382
 
-echo "${ECHO_T}$ac_header_preproc" >&6; }
383
 
-
384
 
-# So?  What about this header?
385
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
386
 
-  yes:no: )
387
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
388
 
-echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
389
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
390
 
-echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
391
 
-    ac_header_preproc=yes
392
 
-    ;;
393
 
-  no:yes:* )
394
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
395
 
-echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
396
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
397
 
-echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
398
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
399
 
-echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
400
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
401
 
-echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
402
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
403
 
-echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
404
 
-    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
405
 
-echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
406
 
-
407
 
-    ;;
408
 
-esac
409
 
-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
410
 
-echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
411
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
412
 
-  echo $ECHO_N "(cached) $ECHO_C" >&6
413
 
-else
414
 
-  eval "$as_ac_Header=\$ac_header_preproc"
415
 
-fi
416
 
-ac_res=`eval echo '${'$as_ac_Header'}'`
417
 
-              { echo "$as_me:$LINENO: result: $ac_res" >&5
418
 
-echo "${ECHO_T}$ac_res" >&6; }
419
 
-
420
 
-fi
421
 
-if test `eval echo '${'$as_ac_Header'}'` = yes; then
422
 
-  cat >>confdefs.h <<_ACEOF
423
 
-#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
424
 
-_ACEOF
425
 
-
426
 
-fi
427
 
-
428
 
-done
429
 
-
430
 
-
431
 
-fi
432
 
-
433
 
-done
434
 
 
435
 
 
436