Browse code

remove repackaged samtools, link to Rsamtools

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqbias@53961 bc3139a8-67e5-0310-9ffc-ced21a209358

Daniel Jones authored on 23/03/2011 07:12:04
Showing 1 changed files
... ...
@@ -1,5049 +1,9 @@
1
-#! /bin/sh
2
-# Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.67.
1
+#!/bin/sh
4 2
 #
5 3
 #
6
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8
-# Foundation, Inc.
4
+# This space intentionally left blank.
9 5
 #
6
+# (Unless a configure script is provided, check will complain that I named my C++
7
+# header files with a '.hpp' suffix. I will not capitulate to such nonsense,
8
+# hence this little hack.)
10 9
 #
11
-# This configure script is free software; the Free Software Foundation
12
-# gives unlimited permission to copy, distribute and modify it.
13
-## -------------------- ##
14
-## M4sh Initialization. ##
15
-## -------------------- ##
16
-
17
-# Be more Bourne compatible
18
-DUALCASE=1; export DUALCASE # for MKS sh
19
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20
-  emulate sh
21
-  NULLCMD=:
22
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23
-  # is contrary to our usage.  Disable this feature.
24
-  alias -g '${1+"$@"}'='"$@"'
25
-  setopt NO_GLOB_SUBST
26
-else
27
-  case `(set -o) 2>/dev/null` in #(
28
-  *posix*) :
29
-    set -o posix ;; #(
30
-  *) :
31
-     ;;
32
-esac
33
-fi
34
-
35
-
36
-as_nl='
37
-'
38
-export as_nl
39
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
40
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43
-# Prefer a ksh shell builtin over an external printf program on Solaris,
44
-# but without wasting forks for bash or zsh.
45
-if test -z "$BASH_VERSION$ZSH_VERSION" \
46
-    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47
-  as_echo='print -r --'
48
-  as_echo_n='print -rn --'
49
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
-  as_echo='printf %s\n'
51
-  as_echo_n='printf %s'
52
-else
53
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55
-    as_echo_n='/usr/ucb/echo -n'
56
-  else
57
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
-    as_echo_n_body='eval
59
-      arg=$1;
60
-      case $arg in #(
61
-      *"$as_nl"*)
62
-	expr "X$arg" : "X\\(.*\\)$as_nl";
63
-	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64
-      esac;
65
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66
-    '
67
-    export as_echo_n_body
68
-    as_echo_n='sh -c $as_echo_n_body as_echo'
69
-  fi
70
-  export as_echo_body
71
-  as_echo='sh -c $as_echo_body as_echo'
72
-fi
73
-
74
-# The user is always right.
75
-if test "${PATH_SEPARATOR+set}" != set; then
76
-  PATH_SEPARATOR=:
77
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79
-      PATH_SEPARATOR=';'
80
-  }
81
-fi
82
-
83
-
84
-# IFS
85
-# We need space, tab and new line, in precisely that order.  Quoting is
86
-# there to prevent editors from complaining about space-tab.
87
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88
-# splitting by setting IFS to empty value.)
89
-IFS=" ""	$as_nl"
90
-
91
-# Find who we are.  Look in the path if we contain no directory separator.
92
-case $0 in #((
93
-  *[\\/]* ) as_myself=$0 ;;
94
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95
-for as_dir in $PATH
96
-do
97
-  IFS=$as_save_IFS
98
-  test -z "$as_dir" && as_dir=.
99
-    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100
-  done
101
-IFS=$as_save_IFS
102
-
103
-     ;;
104
-esac
105
-# We did not find ourselves, most probably we were run as `sh COMMAND'
106
-# in which case we are not to be found in the path.
107
-if test "x$as_myself" = x; then
108
-  as_myself=$0
109
-fi
110
-if test ! -f "$as_myself"; then
111
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112
-  exit 1
113
-fi
114
-
115
-# Unset variables that we do not need and which cause bugs (e.g. in
116
-# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117
-# suppresses any "Segmentation fault" message there.  '((' could
118
-# trigger a bug in pdksh 5.2.14.
119
-for as_var in BASH_ENV ENV MAIL MAILPATH
120
-do eval test x\${$as_var+set} = xset \
121
-  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122
-done
123
-PS1='$ '
124
-PS2='> '
125
-PS4='+ '
126
-
127
-# NLS nuisances.
128
-LC_ALL=C
129
-export LC_ALL
130
-LANGUAGE=C
131
-export LANGUAGE
132
-
133
-# CDPATH.
134
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
-
136
-if test "x$CONFIG_SHELL" = x; then
137
-  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138
-  emulate sh
139
-  NULLCMD=:
140
-  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141
-  # is contrary to our usage.  Disable this feature.
142
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
143
-  setopt NO_GLOB_SUBST
144
-else
145
-  case \`(set -o) 2>/dev/null\` in #(
146
-  *posix*) :
147
-    set -o posix ;; #(
148
-  *) :
149
-     ;;
150
-esac
151
-fi
152
-"
153
-  as_required="as_fn_return () { (exit \$1); }
154
-as_fn_success () { as_fn_return 0; }
155
-as_fn_failure () { as_fn_return 1; }
156
-as_fn_ret_success () { return 0; }
157
-as_fn_ret_failure () { return 1; }
158
-
159
-exitcode=0
160
-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161
-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162
-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163
-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164
-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
-
166
-else
167
-  exitcode=1; echo positional parameters were not saved.
168
-fi
169
-test x\$exitcode = x0 || exit 1"
170
-  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171
-  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172
-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173
-  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174
-test \$(( 1 + 1 )) = 2 || exit 1"
175
-  if (eval "$as_required") 2>/dev/null; then :
176
-  as_have_required=yes
177
-else
178
-  as_have_required=no
179
-fi
180
-  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
-
182
-else
183
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184
-as_found=false
185
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186
-do
187
-  IFS=$as_save_IFS
188
-  test -z "$as_dir" && as_dir=.
189
-  as_found=:
190
-  case $as_dir in #(
191
-	 /*)
192
-	   for as_base in sh bash ksh sh5; do
193
-	     # Try only shells that exist, to save several forks.
194
-	     as_shell=$as_dir/$as_base
195
-	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196
-		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197
-  CONFIG_SHELL=$as_shell as_have_required=yes
198
-		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199
-  break 2
200
-fi
201
-fi
202
-	   done;;
203
-       esac
204
-  as_found=false
205
-done
206
-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207
-	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208
-  CONFIG_SHELL=$SHELL as_have_required=yes
209
-fi; }
210
-IFS=$as_save_IFS
211
-
212
-
213
-      if test "x$CONFIG_SHELL" != x; then :
214
-  # We cannot yet assume a decent shell, so we have to provide a
215
-	# neutralization value for shells without unset; and this also
216
-	# works around shells that cannot unset nonexistent variables.
217
-	BASH_ENV=/dev/null
218
-	ENV=/dev/null
219
-	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220
-	export CONFIG_SHELL
221
-	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222
-fi
223
-
224
-    if test x$as_have_required = xno; then :
225
-  $as_echo "$0: This script requires a shell more modern than all"
226
-  $as_echo "$0: the shells that I found on your system."
227
-  if test x${ZSH_VERSION+set} = xset ; then
228
-    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229
-    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230
-  else
231
-    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232
-$0: including any error possibly output before this
233
-$0: message. Then install a modern shell, or manually run
234
-$0: the script under such a shell if you do have one."
235
-  fi
236
-  exit 1
237
-fi
238
-fi
239
-fi
240
-SHELL=${CONFIG_SHELL-/bin/sh}
241
-export SHELL
242
-# Unset more variables known to interfere with behavior of common tools.
243
-CLICOLOR_FORCE= GREP_OPTIONS=
244
-unset CLICOLOR_FORCE GREP_OPTIONS
245
-
246
-## --------------------- ##
247
-## M4sh Shell Functions. ##
248
-## --------------------- ##
249
-# as_fn_unset VAR
250
-# ---------------
251
-# Portably unset VAR.
252
-as_fn_unset ()
253
-{
254
-  { eval $1=; unset $1;}
255
-}
256
-as_unset=as_fn_unset
257
-
258
-# as_fn_set_status STATUS
259
-# -----------------------
260
-# Set $? to STATUS, without forking.
261
-as_fn_set_status ()
262
-{
263
-  return $1
264
-} # as_fn_set_status
265
-
266
-# as_fn_exit STATUS
267
-# -----------------
268
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
269
-as_fn_exit ()
270
-{
271
-  set +e
272
-  as_fn_set_status $1
273
-  exit $1
274
-} # as_fn_exit
275
-
276
-# as_fn_mkdir_p
277
-# -------------
278
-# Create "$as_dir" as a directory, including parents if necessary.
279
-as_fn_mkdir_p ()
280
-{
281
-
282
-  case $as_dir in #(
283
-  -*) as_dir=./$as_dir;;
284
-  esac
285
-  test -d "$as_dir" || eval $as_mkdir_p || {
286
-    as_dirs=
287
-    while :; do
288
-      case $as_dir in #(
289
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290
-      *) as_qdir=$as_dir;;
291
-      esac
292
-      as_dirs="'$as_qdir' $as_dirs"
293
-      as_dir=`$as_dirname -- "$as_dir" ||
294
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
296
-	 X"$as_dir" : 'X\(//\)$' \| \
297
-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298
-$as_echo X"$as_dir" |
299
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
300
-	    s//\1/
301
-	    q
302
-	  }
303
-	  /^X\(\/\/\)[^/].*/{
304
-	    s//\1/
305
-	    q
306
-	  }
307
-	  /^X\(\/\/\)$/{
308
-	    s//\1/
309
-	    q
310
-	  }
311
-	  /^X\(\/\).*/{
312
-	    s//\1/
313
-	    q
314
-	  }
315
-	  s/.*/./; q'`
316
-      test -d "$as_dir" && break
317
-    done
318
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
319
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320
-
321
-
322
-} # as_fn_mkdir_p
323
-# as_fn_append VAR VALUE
324
-# ----------------------
325
-# Append the text in VALUE to the end of the definition contained in VAR. Take
326
-# advantage of any shell optimizations that allow amortized linear growth over
327
-# repeated appends, instead of the typical quadratic growth present in naive
328
-# implementations.
329
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330
-  eval 'as_fn_append ()
331
-  {
332
-    eval $1+=\$2
333
-  }'
334
-else
335
-  as_fn_append ()
336
-  {
337
-    eval $1=\$$1\$2
338
-  }
339
-fi # as_fn_append
340
-
341
-# as_fn_arith ARG...
342
-# ------------------
343
-# Perform arithmetic evaluation on the ARGs, and store the result in the
344
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
345
-# must be portable across $(()) and expr.
346
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
347
-  eval 'as_fn_arith ()
348
-  {
349
-    as_val=$(( $* ))
350
-  }'
351
-else
352
-  as_fn_arith ()
353
-  {
354
-    as_val=`expr "$@" || test $? -eq 1`
355
-  }
356
-fi # as_fn_arith
357
-
358
-
359
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
360
-# ----------------------------------------
361
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363
-# script with STATUS, using 1 if that was 0.
364
-as_fn_error ()
365
-{
366
-  as_status=$1; test $as_status -eq 0 && as_status=1
367
-  if test "$4"; then
368
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
370
-  fi
371
-  $as_echo "$as_me: error: $2" >&2
372
-  as_fn_exit $as_status
373
-} # as_fn_error
374
-
375
-if expr a : '\(a\)' >/dev/null 2>&1 &&
376
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
377
-  as_expr=expr
378
-else
379
-  as_expr=false
380
-fi
381
-
382
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383
-  as_basename=basename
384
-else
385
-  as_basename=false
386
-fi
387
-
388
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
389
-  as_dirname=dirname
390
-else
391
-  as_dirname=false
392
-fi
393
-
394
-as_me=`$as_basename -- "$0" ||
395
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396
-	 X"$0" : 'X\(//\)$' \| \
397
-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
398
-$as_echo X/"$0" |
399
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
400
-	    s//\1/
401
-	    q
402
-	  }
403
-	  /^X\/\(\/\/\)$/{
404
-	    s//\1/
405
-	    q
406
-	  }
407
-	  /^X\/\(\/\).*/{
408
-	    s//\1/
409
-	    q
410
-	  }
411
-	  s/.*/./; q'`
412
-
413
-# Avoid depending upon Character Ranges.
414
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417
-as_cr_digits='0123456789'
418
-as_cr_alnum=$as_cr_Letters$as_cr_digits
419
-
420
-
421
-  as_lineno_1=$LINENO as_lineno_1a=$LINENO
422
-  as_lineno_2=$LINENO as_lineno_2a=$LINENO
423
-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424
-  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425
-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
426
-  sed -n '
427
-    p
428
-    /[$]LINENO/=
429
-  ' <$as_myself |
430
-    sed '
431
-      s/[$]LINENO.*/&-/
432
-      t lineno
433
-      b
434
-      :lineno
435
-      N
436
-      :loop
437
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
438
-      t loop
439
-      s/-\n.*//
440
-    ' >$as_me.lineno &&
441
-  chmod +x "$as_me.lineno" ||
442
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
443
-
444
-  # Don't try to exec as it changes $[0], causing all sort of problems
445
-  # (the dirname of $[0] is not the place where we might find the
446
-  # original and so on.  Autoconf is especially sensitive to this).
447
-  . "./$as_me.lineno"
448
-  # Exit status is that of the last command.
449
-  exit
450
-}
451
-
452
-ECHO_C= ECHO_N= ECHO_T=
453
-case `echo -n x` in #(((((
454
--n*)
455
-  case `echo 'xy\c'` in
456
-  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
457
-  xy)  ECHO_C='\c';;
458
-  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
459
-       ECHO_T='	';;
460
-  esac;;
461
-*)
462
-  ECHO_N='-n';;
463
-esac
464
-
465
-rm -f conf$$ conf$$.exe conf$$.file
466
-if test -d conf$$.dir; then
467
-  rm -f conf$$.dir/conf$$.file
468
-else
469
-  rm -f conf$$.dir
470
-  mkdir conf$$.dir 2>/dev/null
471
-fi
472
-if (echo >conf$$.file) 2>/dev/null; then
473
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
474
-    as_ln_s='ln -s'
475
-    # ... but there are two gotchas:
476
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478
-    # In both cases, we have to default to `cp -p'.
479
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480
-      as_ln_s='cp -p'
481
-  elif ln conf$$.file conf$$ 2>/dev/null; then
482
-    as_ln_s=ln
483
-  else
484
-    as_ln_s='cp -p'
485
-  fi
486
-else
487
-  as_ln_s='cp -p'
488
-fi
489
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490
-rmdir conf$$.dir 2>/dev/null
491
-
492
-if mkdir -p . 2>/dev/null; then
493
-  as_mkdir_p='mkdir -p "$as_dir"'
494
-else
495
-  test -d ./-p && rmdir ./-p
496
-  as_mkdir_p=false
497
-fi
498
-
499
-if test -x / >/dev/null 2>&1; then
500
-  as_test_x='test -x'
501
-else
502
-  if ls -dL / >/dev/null 2>&1; then
503
-    as_ls_L_option=L
504
-  else
505
-    as_ls_L_option=
506
-  fi
507
-  as_test_x='
508
-    eval sh -c '\''
509
-      if test -d "$1"; then
510
-	test -d "$1/.";
511
-      else
512
-	case $1 in #(
513
-	-*)set "./$1";;
514
-	esac;
515
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
516
-	???[sx]*):;;*)false;;esac;fi
517
-    '\'' sh
518
-  '
519
-fi
520
-as_executable_p=$as_test_x
521
-
522
-# Sed expression to map a string onto a valid CPP name.
523
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524
-
525
-# Sed expression to map a string onto a valid variable name.
526
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527
-
528
-
529
-test -n "$DJDIR" || exec 7<&0 </dev/null
530
-exec 6>&1
531
-
532
-# Name of the host.
533
-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
534
-# so uname gets run too.
535
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
-
537
-#
538
-# Initializations.
539
-#
540
-ac_default_prefix=/usr/local
541
-ac_clean_files=
542
-ac_config_libobj_dir=.
543
-LIBOBJS=
544
-cross_compiling=no
545
-subdirs=
546
-MFLAGS=
547
-MAKEFLAGS=
548
-
549
-# Identity of this package.
550
-PACKAGE_NAME=
551
-PACKAGE_TARNAME=
552
-PACKAGE_VERSION=
553
-PACKAGE_STRING=
554
-PACKAGE_BUGREPORT=
555
-PACKAGE_URL=
556
-
557
-ac_unique_file=""DESCRIPTION""
558
-# Factoring default headers for most tests.
559
-ac_includes_default="\
560
-#include <stdio.h>
561
-#ifdef HAVE_SYS_TYPES_H
562
-# include <sys/types.h>
563
-#endif
564
-#ifdef HAVE_SYS_STAT_H
565
-# include <sys/stat.h>
566
-#endif
567
-#ifdef STDC_HEADERS
568
-# include <stdlib.h>
569
-# include <stddef.h>
570
-#else
571
-# ifdef HAVE_STDLIB_H
572
-#  include <stdlib.h>
573
-# endif
574
-#endif
575
-#ifdef HAVE_STRING_H
576
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577
-#  include <memory.h>
578
-# endif
579
-# include <string.h>
580
-#endif
581
-#ifdef HAVE_STRINGS_H
582
-# include <strings.h>
583
-#endif
584
-#ifdef HAVE_INTTYPES_H
585
-# include <inttypes.h>
586
-#endif
587
-#ifdef HAVE_STDINT_H
588
-# include <stdint.h>
589
-#endif
590
-#ifdef HAVE_UNISTD_H
591
-# include <unistd.h>
592
-#endif"
593
-
594
-ac_subst_vars='LTLIBOBJS
595
-LIBOBJS
596
-EGREP
597
-GREP
598
-CPP
599
-OBJEXT
600
-EXEEXT
601
-ac_ct_CC
602
-CPPFLAGS
603
-LDFLAGS
604
-CFLAGS
605
-CC
606
-target_alias
607
-host_alias
608
-build_alias
609
-LIBS
610
-ECHO_T
611
-ECHO_N
612
-ECHO_C
613
-DEFS
614
-mandir
615
-localedir
616
-libdir
617
-psdir
618
-pdfdir
619
-dvidir
620
-htmldir
621
-infodir
622
-docdir
623
-oldincludedir
624
-includedir
625
-localstatedir
626
-sharedstatedir
627
-sysconfdir
628
-datadir
629
-datarootdir
630
-libexecdir
631
-sbindir
632
-bindir
633
-program_transform_name
634
-prefix
635
-exec_prefix
636
-PACKAGE_URL
637
-PACKAGE_BUGREPORT
638
-PACKAGE_STRING
639
-PACKAGE_VERSION
640
-PACKAGE_TARNAME
641
-PACKAGE_NAME
642
-PATH_SEPARATOR
643
-SHELL'
644
-ac_subst_files=''
645
-ac_user_opts='
646
-enable_option_checking
647
-'
648
-      ac_precious_vars='build_alias
649
-host_alias
650
-target_alias
651
-CC
652
-CFLAGS
653
-LDFLAGS
654
-LIBS
655
-CPPFLAGS
656
-CPP'
657
-
658
-
659
-# Initialize some variables set by options.
660
-ac_init_help=
661
-ac_init_version=false
662
-ac_unrecognized_opts=
663
-ac_unrecognized_sep=
664
-# The variables have the same names as the options, with
665
-# dashes changed to underlines.
666
-cache_file=/dev/null
667
-exec_prefix=NONE
668
-no_create=
669
-no_recursion=
670
-prefix=NONE
671
-program_prefix=NONE
672
-program_suffix=NONE
673
-program_transform_name=s,x,x,
674
-silent=
675
-site=
676
-srcdir=
677
-verbose=
678
-x_includes=NONE
679
-x_libraries=NONE
680
-
681
-# Installation directory options.
682
-# These are left unexpanded so users can "make install exec_prefix=/foo"
683
-# and all the variables that are supposed to be based on exec_prefix
684
-# by default will actually change.
685
-# Use braces instead of parens because sh, perl, etc. also accept them.
686
-# (The list follows the same order as the GNU Coding Standards.)
687
-bindir='${exec_prefix}/bin'
688
-sbindir='${exec_prefix}/sbin'
689
-libexecdir='${exec_prefix}/libexec'
690
-datarootdir='${prefix}/share'
691
-datadir='${datarootdir}'
692
-sysconfdir='${prefix}/etc'
693
-sharedstatedir='${prefix}/com'
694
-localstatedir='${prefix}/var'
695
-includedir='${prefix}/include'
696
-oldincludedir='/usr/include'
697
-docdir='${datarootdir}/doc/${PACKAGE}'
698
-infodir='${datarootdir}/info'
699
-htmldir='${docdir}'
700
-dvidir='${docdir}'
701
-pdfdir='${docdir}'
702
-psdir='${docdir}'
703
-libdir='${exec_prefix}/lib'
704
-localedir='${datarootdir}/locale'
705
-mandir='${datarootdir}/man'
706
-
707
-ac_prev=
708
-ac_dashdash=
709
-for ac_option
710
-do
711
-  # If the previous option needs an argument, assign it.
712
-  if test -n "$ac_prev"; then
713
-    eval $ac_prev=\$ac_option
714
-    ac_prev=
715
-    continue
716
-  fi
717
-
718
-  case $ac_option in
719
-  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
720
-  *=)   ac_optarg= ;;
721
-  *)    ac_optarg=yes ;;
722
-  esac
723
-
724
-  # Accept the important Cygnus configure options, so we can diagnose typos.
725
-
726
-  case $ac_dashdash$ac_option in
727
-  --)
728
-    ac_dashdash=yes ;;
729
-
730
-  -bindir | --bindir | --bindi | --bind | --bin | --bi)
731
-    ac_prev=bindir ;;
732
-  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
733
-    bindir=$ac_optarg ;;
734
-
735
-  -build | --build | --buil | --bui | --bu)
736
-    ac_prev=build_alias ;;
737
-  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
738
-    build_alias=$ac_optarg ;;
739
-
740
-  -cache-file | --cache-file | --cache-fil | --cache-fi \
741
-  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
742
-    ac_prev=cache_file ;;
743
-  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
744
-  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
745
-    cache_file=$ac_optarg ;;
746
-
747
-  --config-cache | -C)
748
-    cache_file=config.cache ;;
749
-
750
-  -datadir | --datadir | --datadi | --datad)
751
-    ac_prev=datadir ;;
752
-  -datadir=* | --datadir=* | --datadi=* | --datad=*)
753
-    datadir=$ac_optarg ;;
754
-
755
-  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
756
-  | --dataroo | --dataro | --datar)
757
-    ac_prev=datarootdir ;;
758
-  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
759
-  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
760
-    datarootdir=$ac_optarg ;;
761
-
762
-  -disable-* | --disable-*)
763
-    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
764
-    # Reject names that are not valid shell variable names.
765
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
766
-      as_fn_error $? "invalid feature name: $ac_useropt"
767
-    ac_useropt_orig=$ac_useropt
768
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
769
-    case $ac_user_opts in
770
-      *"
771
-"enable_$ac_useropt"
772
-"*) ;;
773
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
774
-	 ac_unrecognized_sep=', ';;
775
-    esac
776
-    eval enable_$ac_useropt=no ;;
777
-
778
-  -docdir | --docdir | --docdi | --doc | --do)
779
-    ac_prev=docdir ;;
780
-  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
781
-    docdir=$ac_optarg ;;
782
-
783
-  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
784
-    ac_prev=dvidir ;;
785
-  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
786
-    dvidir=$ac_optarg ;;
787
-
788
-  -enable-* | --enable-*)
789
-    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
790
-    # Reject names that are not valid shell variable names.
791
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
792
-      as_fn_error $? "invalid feature name: $ac_useropt"
793
-    ac_useropt_orig=$ac_useropt
794
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
795
-    case $ac_user_opts in
796
-      *"
797
-"enable_$ac_useropt"
798
-"*) ;;
799
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
800
-	 ac_unrecognized_sep=', ';;
801
-    esac
802
-    eval enable_$ac_useropt=\$ac_optarg ;;
803
-
804
-  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
805
-  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
806
-  | --exec | --exe | --ex)
807
-    ac_prev=exec_prefix ;;
808
-  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
809
-  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
810
-  | --exec=* | --exe=* | --ex=*)
811
-    exec_prefix=$ac_optarg ;;
812
-
813
-  -gas | --gas | --ga | --g)
814
-    # Obsolete; use --with-gas.
815
-    with_gas=yes ;;
816
-
817
-  -help | --help | --hel | --he | -h)
818
-    ac_init_help=long ;;
819
-  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
820
-    ac_init_help=recursive ;;
821
-  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
822
-    ac_init_help=short ;;
823
-
824
-  -host | --host | --hos | --ho)
825
-    ac_prev=host_alias ;;
826
-  -host=* | --host=* | --hos=* | --ho=*)
827
-    host_alias=$ac_optarg ;;
828
-
829
-  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
830
-    ac_prev=htmldir ;;
831
-  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
832
-  | --ht=*)
833
-    htmldir=$ac_optarg ;;
834
-
835
-  -includedir | --includedir | --includedi | --included | --include \
836
-  | --includ | --inclu | --incl | --inc)
837
-    ac_prev=includedir ;;
838
-  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
839
-  | --includ=* | --inclu=* | --incl=* | --inc=*)
840
-    includedir=$ac_optarg ;;
841
-
842
-  -infodir | --infodir | --infodi | --infod | --info | --inf)
843
-    ac_prev=infodir ;;
844
-  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
845
-    infodir=$ac_optarg ;;
846
-
847
-  -libdir | --libdir | --libdi | --libd)
848
-    ac_prev=libdir ;;
849
-  -libdir=* | --libdir=* | --libdi=* | --libd=*)
850
-    libdir=$ac_optarg ;;
851
-
852
-  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
853
-  | --libexe | --libex | --libe)
854
-    ac_prev=libexecdir ;;
855
-  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
856
-  | --libexe=* | --libex=* | --libe=*)
857
-    libexecdir=$ac_optarg ;;
858
-
859
-  -localedir | --localedir | --localedi | --localed | --locale)
860
-    ac_prev=localedir ;;
861
-  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
862
-    localedir=$ac_optarg ;;
863
-
864
-  -localstatedir | --localstatedir | --localstatedi | --localstated \
865
-  | --localstate | --localstat | --localsta | --localst | --locals)
866
-    ac_prev=localstatedir ;;
867
-  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
868
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
869
-    localstatedir=$ac_optarg ;;
870
-
871
-  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
872
-    ac_prev=mandir ;;
873
-  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
874
-    mandir=$ac_optarg ;;
875
-
876
-  -nfp | --nfp | --nf)
877
-    # Obsolete; use --without-fp.
878
-    with_fp=no ;;
879
-
880
-  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
881
-  | --no-cr | --no-c | -n)
882
-    no_create=yes ;;
883
-
884
-  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
885
-  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
886
-    no_recursion=yes ;;
887
-
888
-  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
889
-  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
890
-  | --oldin | --oldi | --old | --ol | --o)
891
-    ac_prev=oldincludedir ;;
892
-  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
893
-  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
894
-  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
895
-    oldincludedir=$ac_optarg ;;
896
-
897