~ubuntu-branches/ubuntu/vivid/norsp/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Eva Reisinger
  • Date: 2012-07-13 11:53:07 UTC
  • Revision ID: package-import@ubuntu.com-20120713115307-zbz1meotlv33rem5
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
# Guess values for system-dependent variables and create Makefiles.
 
3
# Generated by GNU Autoconf 2.69 for norsp 1.0.4.
 
4
#
 
5
# Report bugs to <https://rostlab.org/bugzilla3/enter_bug.cgi?product=norsp>.
 
6
#
 
7
#
 
8
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
 
9
#
 
10
#
 
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
as_myself=
 
93
case $0 in #((
 
94
  *[\\/]* ) as_myself=$0 ;;
 
95
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
96
for as_dir in $PATH
 
97
do
 
98
  IFS=$as_save_IFS
 
99
  test -z "$as_dir" && as_dir=.
 
100
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
101
  done
 
102
IFS=$as_save_IFS
 
103
 
 
104
     ;;
 
105
esac
 
106
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
107
# in which case we are not to be found in the path.
 
108
if test "x$as_myself" = x; then
 
109
  as_myself=$0
 
110
fi
 
111
if test ! -f "$as_myself"; then
 
112
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
113
  exit 1
 
114
fi
 
115
 
 
116
# Unset variables that we do not need and which cause bugs (e.g. in
 
117
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
118
# suppresses any "Segmentation fault" message there.  '((' could
 
119
# trigger a bug in pdksh 5.2.14.
 
120
for as_var in BASH_ENV ENV MAIL MAILPATH
 
121
do eval test x\${$as_var+set} = xset \
 
122
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
123
done
 
124
PS1='$ '
 
125
PS2='> '
 
126
PS4='+ '
 
127
 
 
128
# NLS nuisances.
 
129
LC_ALL=C
 
130
export LC_ALL
 
131
LANGUAGE=C
 
132
export LANGUAGE
 
133
 
 
134
# CDPATH.
 
135
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
136
 
 
137
# Use a proper internal environment variable to ensure we don't fall
 
138
  # into an infinite loop, continuously re-executing ourselves.
 
139
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
 
140
    _as_can_reexec=no; export _as_can_reexec;
 
141
    # We cannot yet assume a decent shell, so we have to provide a
 
142
# neutralization value for shells without unset; and this also
 
143
# works around shells that cannot unset nonexistent variables.
 
144
# Preserve -v and -x to the replacement shell.
 
145
BASH_ENV=/dev/null
 
146
ENV=/dev/null
 
147
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
 
148
case $- in # ((((
 
149
  *v*x* | *x*v* ) as_opts=-vx ;;
 
150
  *v* ) as_opts=-v ;;
 
151
  *x* ) as_opts=-x ;;
 
152
  * ) as_opts= ;;
 
153
esac
 
154
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 
155
# Admittedly, this is quite paranoid, since all the known shells bail
 
156
# out after a failed `exec'.
 
157
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
 
158
as_fn_exit 255
 
159
  fi
 
160
  # We don't want this to propagate to other subprocesses.
 
161
          { _as_can_reexec=; unset _as_can_reexec;}
 
162
if test "x$CONFIG_SHELL" = x; then
 
163
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
 
164
  emulate sh
 
165
  NULLCMD=:
 
166
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
 
167
  # is contrary to our usage.  Disable this feature.
 
168
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
169
  setopt NO_GLOB_SUBST
 
170
else
 
171
  case \`(set -o) 2>/dev/null\` in #(
 
172
  *posix*) :
 
173
    set -o posix ;; #(
 
174
  *) :
 
175
     ;;
 
176
esac
 
177
fi
 
178
"
 
179
  as_required="as_fn_return () { (exit \$1); }
 
180
as_fn_success () { as_fn_return 0; }
 
181
as_fn_failure () { as_fn_return 1; }
 
182
as_fn_ret_success () { return 0; }
 
183
as_fn_ret_failure () { return 1; }
 
184
 
 
185
exitcode=0
 
186
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
 
187
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
 
188
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
 
189
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
 
190
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
 
191
 
 
192
else
 
193
  exitcode=1; echo positional parameters were not saved.
 
194
fi
 
195
test x\$exitcode = x0 || exit 1
 
196
test -x / || exit 1"
 
197
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
 
198
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
 
199
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
 
200
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
 
201
  if (eval "$as_required") 2>/dev/null; then :
 
202
  as_have_required=yes
 
203
else
 
204
  as_have_required=no
 
205
fi
 
206
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
 
207
 
 
208
else
 
209
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
210
as_found=false
 
211
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
212
do
 
213
  IFS=$as_save_IFS
 
214
  test -z "$as_dir" && as_dir=.
 
215
  as_found=:
 
216
  case $as_dir in #(
 
217
         /*)
 
218
           for as_base in sh bash ksh sh5; do
 
219
             # Try only shells that exist, to save several forks.
 
220
             as_shell=$as_dir/$as_base
 
221
             if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
222
                    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
223
  CONFIG_SHELL=$as_shell as_have_required=yes
 
224
                   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
225
  break 2
 
226
fi
 
227
fi
 
228
           done;;
 
229
       esac
 
230
  as_found=false
 
231
done
 
232
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
 
233
              { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
 
234
  CONFIG_SHELL=$SHELL as_have_required=yes
 
235
fi; }
 
236
IFS=$as_save_IFS
 
237
 
 
238
 
 
239
      if test "x$CONFIG_SHELL" != x; then :
 
240
  export CONFIG_SHELL
 
241
             # We cannot yet assume a decent shell, so we have to provide a
 
242
# neutralization value for shells without unset; and this also
 
243
# works around shells that cannot unset nonexistent variables.
 
244
# Preserve -v and -x to the replacement shell.
 
245
BASH_ENV=/dev/null
 
246
ENV=/dev/null
 
247
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
 
248
case $- in # ((((
 
249
  *v*x* | *x*v* ) as_opts=-vx ;;
 
250
  *v* ) as_opts=-v ;;
 
251
  *x* ) as_opts=-x ;;
 
252
  * ) as_opts= ;;
 
253
esac
 
254
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
 
255
# Admittedly, this is quite paranoid, since all the known shells bail
 
256
# out after a failed `exec'.
 
257
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
 
258
exit 255
 
259
fi
 
260
 
 
261
    if test x$as_have_required = xno; then :
 
262
  $as_echo "$0: This script requires a shell more modern than all"
 
263
  $as_echo "$0: the shells that I found on your system."
 
264
  if test x${ZSH_VERSION+set} = xset ; then
 
265
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
 
266
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
 
267
  else
 
268
    $as_echo "$0: Please tell bug-autoconf@gnu.org and
 
269
$0: https://rostlab.org/bugzilla3/enter_bug.cgi?product=norsp
 
270
$0: about your system, including any error possibly output
 
271
$0: before this message. Then install a modern shell, or
 
272
$0: manually run the script under such a shell if you do
 
273
$0: have one."
 
274
  fi
 
275
  exit 1
 
276
fi
 
277
fi
 
278
fi
 
279
SHELL=${CONFIG_SHELL-/bin/sh}
 
280
export SHELL
 
281
# Unset more variables known to interfere with behavior of common tools.
 
282
CLICOLOR_FORCE= GREP_OPTIONS=
 
283
unset CLICOLOR_FORCE GREP_OPTIONS
 
284
 
 
285
## --------------------- ##
 
286
## M4sh Shell Functions. ##
 
287
## --------------------- ##
 
288
# as_fn_unset VAR
 
289
# ---------------
 
290
# Portably unset VAR.
 
291
as_fn_unset ()
 
292
{
 
293
  { eval $1=; unset $1;}
 
294
}
 
295
as_unset=as_fn_unset
 
296
 
 
297
# as_fn_set_status STATUS
 
298
# -----------------------
 
299
# Set $? to STATUS, without forking.
 
300
as_fn_set_status ()
 
301
{
 
302
  return $1
 
303
} # as_fn_set_status
 
304
 
 
305
# as_fn_exit STATUS
 
306
# -----------------
 
307
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
308
as_fn_exit ()
 
309
{
 
310
  set +e
 
311
  as_fn_set_status $1
 
312
  exit $1
 
313
} # as_fn_exit
 
314
 
 
315
# as_fn_mkdir_p
 
316
# -------------
 
317
# Create "$as_dir" as a directory, including parents if necessary.
 
318
as_fn_mkdir_p ()
 
319
{
 
320
 
 
321
  case $as_dir in #(
 
322
  -*) as_dir=./$as_dir;;
 
323
  esac
 
324
  test -d "$as_dir" || eval $as_mkdir_p || {
 
325
    as_dirs=
 
326
    while :; do
 
327
      case $as_dir in #(
 
328
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
329
      *) as_qdir=$as_dir;;
 
330
      esac
 
331
      as_dirs="'$as_qdir' $as_dirs"
 
332
      as_dir=`$as_dirname -- "$as_dir" ||
 
333
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
334
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
335
         X"$as_dir" : 'X\(//\)$' \| \
 
336
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
337
$as_echo X"$as_dir" |
 
338
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
339
            s//\1/
 
340
            q
 
341
          }
 
342
          /^X\(\/\/\)[^/].*/{
 
343
            s//\1/
 
344
            q
 
345
          }
 
346
          /^X\(\/\/\)$/{
 
347
            s//\1/
 
348
            q
 
349
          }
 
350
          /^X\(\/\).*/{
 
351
            s//\1/
 
352
            q
 
353
          }
 
354
          s/.*/./; q'`
 
355
      test -d "$as_dir" && break
 
356
    done
 
357
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
358
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
359
 
 
360
 
 
361
} # as_fn_mkdir_p
 
362
 
 
363
# as_fn_executable_p FILE
 
364
# -----------------------
 
365
# Test if FILE is an executable regular file.
 
366
as_fn_executable_p ()
 
367
{
 
368
  test -f "$1" && test -x "$1"
 
369
} # as_fn_executable_p
 
370
# as_fn_append VAR VALUE
 
371
# ----------------------
 
372
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
373
# advantage of any shell optimizations that allow amortized linear growth over
 
374
# repeated appends, instead of the typical quadratic growth present in naive
 
375
# implementations.
 
376
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
377
  eval 'as_fn_append ()
 
378
  {
 
379
    eval $1+=\$2
 
380
  }'
 
381
else
 
382
  as_fn_append ()
 
383
  {
 
384
    eval $1=\$$1\$2
 
385
  }
 
386
fi # as_fn_append
 
387
 
 
388
# as_fn_arith ARG...
 
389
# ------------------
 
390
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
391
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
392
# must be portable across $(()) and expr.
 
393
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
394
  eval 'as_fn_arith ()
 
395
  {
 
396
    as_val=$(( $* ))
 
397
  }'
 
398
else
 
399
  as_fn_arith ()
 
400
  {
 
401
    as_val=`expr "$@" || test $? -eq 1`
 
402
  }
 
403
fi # as_fn_arith
 
404
 
 
405
 
 
406
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
407
# ----------------------------------------
 
408
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
409
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
410
# script with STATUS, using 1 if that was 0.
 
411
as_fn_error ()
 
412
{
 
413
  as_status=$1; test $as_status -eq 0 && as_status=1
 
414
  if test "$4"; then
 
415
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
416
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
417
  fi
 
418
  $as_echo "$as_me: error: $2" >&2
 
419
  as_fn_exit $as_status
 
420
} # as_fn_error
 
421
 
 
422
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
423
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
424
  as_expr=expr
 
425
else
 
426
  as_expr=false
 
427
fi
 
428
 
 
429
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
430
  as_basename=basename
 
431
else
 
432
  as_basename=false
 
433
fi
 
434
 
 
435
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
436
  as_dirname=dirname
 
437
else
 
438
  as_dirname=false
 
439
fi
 
440
 
 
441
as_me=`$as_basename -- "$0" ||
 
442
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
443
         X"$0" : 'X\(//\)$' \| \
 
444
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
445
$as_echo X/"$0" |
 
446
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
447
            s//\1/
 
448
            q
 
449
          }
 
450
          /^X\/\(\/\/\)$/{
 
451
            s//\1/
 
452
            q
 
453
          }
 
454
          /^X\/\(\/\).*/{
 
455
            s//\1/
 
456
            q
 
457
          }
 
458
          s/.*/./; q'`
 
459
 
 
460
# Avoid depending upon Character Ranges.
 
461
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
462
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
463
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
464
as_cr_digits='0123456789'
 
465
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
466
 
 
467
 
 
468
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
 
469
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
 
470
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
 
471
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
 
472
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
 
473
  sed -n '
 
474
    p
 
475
    /[$]LINENO/=
 
476
  ' <$as_myself |
 
477
    sed '
 
478
      s/[$]LINENO.*/&-/
 
479
      t lineno
 
480
      b
 
481
      :lineno
 
482
      N
 
483
      :loop
 
484
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
485
      t loop
 
486
      s/-\n.*//
 
487
    ' >$as_me.lineno &&
 
488
  chmod +x "$as_me.lineno" ||
 
489
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
 
490
 
 
491
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
 
492
  # already done that, so ensure we don't try to do so again and fall
 
493
  # in an infinite loop.  This has already happened in practice.
 
494
  _as_can_reexec=no; export _as_can_reexec
 
495
  # Don't try to exec as it changes $[0], causing all sort of problems
 
496
  # (the dirname of $[0] is not the place where we might find the
 
497
  # original and so on.  Autoconf is especially sensitive to this).
 
498
  . "./$as_me.lineno"
 
499
  # Exit status is that of the last command.
 
500
  exit
 
501
}
 
502
 
 
503
ECHO_C= ECHO_N= ECHO_T=
 
504
case `echo -n x` in #(((((
 
505
-n*)
 
506
  case `echo 'xy\c'` in
 
507
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
508
  xy)  ECHO_C='\c';;
 
509
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
510
       ECHO_T=' ';;
 
511
  esac;;
 
512
*)
 
513
  ECHO_N='-n';;
 
514
esac
 
515
 
 
516
rm -f conf$$ conf$$.exe conf$$.file
 
517
if test -d conf$$.dir; then
 
518
  rm -f conf$$.dir/conf$$.file
 
519
else
 
520
  rm -f conf$$.dir
 
521
  mkdir conf$$.dir 2>/dev/null
 
522
fi
 
523
if (echo >conf$$.file) 2>/dev/null; then
 
524
  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
525
    as_ln_s='ln -s'
 
526
    # ... but there are two gotchas:
 
527
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
528
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
529
    # In both cases, we have to default to `cp -pR'.
 
530
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
531
      as_ln_s='cp -pR'
 
532
  elif ln conf$$.file conf$$ 2>/dev/null; then
 
533
    as_ln_s=ln
 
534
  else
 
535
    as_ln_s='cp -pR'
 
536
  fi
 
537
else
 
538
  as_ln_s='cp -pR'
 
539
fi
 
540
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
541
rmdir conf$$.dir 2>/dev/null
 
542
 
 
543
if mkdir -p . 2>/dev/null; then
 
544
  as_mkdir_p='mkdir -p "$as_dir"'
 
545
else
 
546
  test -d ./-p && rmdir ./-p
 
547
  as_mkdir_p=false
 
548
fi
 
549
 
 
550
as_test_x='test -x'
 
551
as_executable_p=as_fn_executable_p
 
552
 
 
553
# Sed expression to map a string onto a valid CPP name.
 
554
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
555
 
 
556
# Sed expression to map a string onto a valid variable name.
 
557
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
558
 
 
559
 
 
560
test -n "$DJDIR" || exec 7<&0 </dev/null
 
561
exec 6>&1
 
562
 
 
563
# Name of the host.
 
564
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
 
565
# so uname gets run too.
 
566
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
 
567
 
 
568
#
 
569
# Initializations.
 
570
#
 
571
ac_default_prefix=/usr/local
 
572
ac_clean_files=
 
573
ac_config_libobj_dir=.
 
574
LIBOBJS=
 
575
cross_compiling=no
 
576
subdirs=
 
577
MFLAGS=
 
578
MAKEFLAGS=
 
579
 
 
580
# Identity of this package.
 
581
PACKAGE_NAME='norsp'
 
582
PACKAGE_TARNAME='norsp'
 
583
PACKAGE_VERSION='1.0.4'
 
584
PACKAGE_STRING='norsp 1.0.4'
 
585
PACKAGE_BUGREPORT='https://rostlab.org/bugzilla3/enter_bug.cgi?product=norsp'
 
586
PACKAGE_URL=''
 
587
 
 
588
ac_unique_file="norsp"
 
589
ac_subst_vars='LTLIBOBJS
 
590
LIBOBJS
 
591
am__untar
 
592
am__tar
 
593
AMTAR
 
594
am__leading_dot
 
595
SET_MAKE
 
596
AWK
 
597
mkdir_p
 
598
MKDIR_P
 
599
INSTALL_STRIP_PROGRAM
 
600
STRIP
 
601
install_sh
 
602
MAKEINFO
 
603
AUTOHEADER
 
604
AUTOMAKE
 
605
AUTOCONF
 
606
ACLOCAL
 
607
VERSION
 
608
PACKAGE
 
609
CYGPATH_W
 
610
am__isrc
 
611
INSTALL_DATA
 
612
INSTALL_SCRIPT
 
613
INSTALL_PROGRAM
 
614
target_alias
 
615
host_alias
 
616
build_alias
 
617
LIBS
 
618
ECHO_T
 
619
ECHO_N
 
620
ECHO_C
 
621
DEFS
 
622
mandir
 
623
localedir
 
624
libdir
 
625
psdir
 
626
pdfdir
 
627
dvidir
 
628
htmldir
 
629
infodir
 
630
docdir
 
631
oldincludedir
 
632
includedir
 
633
localstatedir
 
634
sharedstatedir
 
635
sysconfdir
 
636
datadir
 
637
datarootdir
 
638
libexecdir
 
639
sbindir
 
640
bindir
 
641
program_transform_name
 
642
prefix
 
643
exec_prefix
 
644
PACKAGE_URL
 
645
PACKAGE_BUGREPORT
 
646
PACKAGE_STRING
 
647
PACKAGE_VERSION
 
648
PACKAGE_TARNAME
 
649
PACKAGE_NAME
 
650
PATH_SEPARATOR
 
651
SHELL'
 
652
ac_subst_files=''
 
653
ac_user_opts='
 
654
enable_option_checking
 
655
'
 
656
      ac_precious_vars='build_alias
 
657
host_alias
 
658
target_alias'
 
659
 
 
660
 
 
661
# Initialize some variables set by options.
 
662
ac_init_help=
 
663
ac_init_version=false
 
664
ac_unrecognized_opts=
 
665
ac_unrecognized_sep=
 
666
# The variables have the same names as the options, with
 
667
# dashes changed to underlines.
 
668
cache_file=/dev/null
 
669
exec_prefix=NONE
 
670
no_create=
 
671
no_recursion=
 
672
prefix=NONE
 
673
program_prefix=NONE
 
674
program_suffix=NONE
 
675
program_transform_name=s,x,x,
 
676
silent=
 
677
site=
 
678
srcdir=
 
679
verbose=
 
680
x_includes=NONE
 
681
x_libraries=NONE
 
682
 
 
683
# Installation directory options.
 
684
# These are left unexpanded so users can "make install exec_prefix=/foo"
 
685
# and all the variables that are supposed to be based on exec_prefix
 
686
# by default will actually change.
 
687
# Use braces instead of parens because sh, perl, etc. also accept them.
 
688
# (The list follows the same order as the GNU Coding Standards.)
 
689
bindir='${exec_prefix}/bin'
 
690
sbindir='${exec_prefix}/sbin'
 
691
libexecdir='${exec_prefix}/libexec'
 
692
datarootdir='${prefix}/share'
 
693
datadir='${datarootdir}'
 
694
sysconfdir='${prefix}/etc'
 
695
sharedstatedir='${prefix}/com'
 
696
localstatedir='${prefix}/var'
 
697
includedir='${prefix}/include'
 
698
oldincludedir='/usr/include'
 
699
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
 
700
infodir='${datarootdir}/info'
 
701
htmldir='${docdir}'
 
702
dvidir='${docdir}'
 
703
pdfdir='${docdir}'
 
704
psdir='${docdir}'
 
705
libdir='${exec_prefix}/lib'
 
706
localedir='${datarootdir}/locale'
 
707
mandir='${datarootdir}/man'
 
708
 
 
709
ac_prev=
 
710
ac_dashdash=
 
711
for ac_option
 
712
do
 
713
  # If the previous option needs an argument, assign it.
 
714
  if test -n "$ac_prev"; then
 
715
    eval $ac_prev=\$ac_option
 
716
    ac_prev=
 
717
    continue
 
718
  fi
 
719
 
 
720
  case $ac_option in
 
721
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
722
  *=)   ac_optarg= ;;
 
723
  *)    ac_optarg=yes ;;
 
724
  esac
 
725
 
 
726
  # Accept the important Cygnus configure options, so we can diagnose typos.
 
727
 
 
728
  case $ac_dashdash$ac_option in
 
729
  --)
 
730
    ac_dashdash=yes ;;
 
731
 
 
732
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
 
733
    ac_prev=bindir ;;
 
734
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
 
735
    bindir=$ac_optarg ;;
 
736
 
 
737
  -build | --build | --buil | --bui | --bu)
 
738
    ac_prev=build_alias ;;
 
739
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
 
740
    build_alias=$ac_optarg ;;
 
741
 
 
742
  -cache-file | --cache-file | --cache-fil | --cache-fi \
 
743
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
 
744
    ac_prev=cache_file ;;
 
745
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
746
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
 
747
    cache_file=$ac_optarg ;;
 
748
 
 
749
  --config-cache | -C)
 
750
    cache_file=config.cache ;;
 
751
 
 
752
  -datadir | --datadir | --datadi | --datad)
 
753
    ac_prev=datadir ;;
 
754
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
 
755
    datadir=$ac_optarg ;;
 
756
 
 
757
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 
758
  | --dataroo | --dataro | --datar)
 
759
    ac_prev=datarootdir ;;
 
760
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 
761
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
 
762
    datarootdir=$ac_optarg ;;
 
763
 
 
764
  -disable-* | --disable-*)
 
765
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
766
    # Reject names that are not valid shell variable names.
 
767
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
768
      as_fn_error $? "invalid feature name: $ac_useropt"
 
769
    ac_useropt_orig=$ac_useropt
 
770
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
771
    case $ac_user_opts in
 
772
      *"
 
773
"enable_$ac_useropt"
 
774
"*) ;;
 
775
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
 
776
         ac_unrecognized_sep=', ';;
 
777
    esac
 
778
    eval enable_$ac_useropt=no ;;
 
779
 
 
780
  -docdir | --docdir | --docdi | --doc | --do)
 
781
    ac_prev=docdir ;;
 
782
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
 
783
    docdir=$ac_optarg ;;
 
784
 
 
785
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
 
786
    ac_prev=dvidir ;;
 
787
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
 
788
    dvidir=$ac_optarg ;;
 
789
 
 
790
  -enable-* | --enable-*)
 
791
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
792
    # Reject names that are not valid shell variable names.
 
793
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
794
      as_fn_error $? "invalid feature name: $ac_useropt"
 
795
    ac_useropt_orig=$ac_useropt
 
796
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
797
    case $ac_user_opts in
 
798
      *"
 
799
"enable_$ac_useropt"
 
800
"*) ;;
 
801
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
 
802
         ac_unrecognized_sep=', ';;
 
803
    esac
 
804
    eval enable_$ac_useropt=\$ac_optarg ;;
 
805
 
 
806
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
807
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
808
  | --exec | --exe | --ex)
 
809
    ac_prev=exec_prefix ;;
 
810
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
 
811
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
 
812
  | --exec=* | --exe=* | --ex=*)
 
813
    exec_prefix=$ac_optarg ;;
 
814
 
 
815
  -gas | --gas | --ga | --g)
 
816
    # Obsolete; use --with-gas.
 
817
    with_gas=yes ;;
 
818
 
 
819
  -help | --help | --hel | --he | -h)
 
820
    ac_init_help=long ;;
 
821
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
 
822
    ac_init_help=recursive ;;
 
823
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
 
824
    ac_init_help=short ;;
 
825
 
 
826
  -host | --host | --hos | --ho)
 
827
    ac_prev=host_alias ;;
 
828
  -host=* | --host=* | --hos=* | --ho=*)
 
829
    host_alias=$ac_optarg ;;
 
830
 
 
831
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
 
832
    ac_prev=htmldir ;;
 
833
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 
834
  | --ht=*)
 
835
    htmldir=$ac_optarg ;;
 
836
 
 
837
  -includedir | --includedir | --includedi | --included | --include \
 
838
  | --includ | --inclu | --incl | --inc)
 
839
    ac_prev=includedir ;;
 
840
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
 
841
  | --includ=* | --inclu=* | --incl=* | --inc=*)
 
842
    includedir=$ac_optarg ;;
 
843
 
 
844
  -infodir | --infodir | --infodi | --infod | --info | --inf)
 
845
    ac_prev=infodir ;;
 
846
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
 
847
    infodir=$ac_optarg ;;
 
848
 
 
849
  -libdir | --libdir | --libdi | --libd)
 
850
    ac_prev=libdir ;;
 
851
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
 
852
    libdir=$ac_optarg ;;
 
853
 
 
854
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
 
855
  | --libexe | --libex | --libe)
 
856
    ac_prev=libexecdir ;;
 
857
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 
858
  | --libexe=* | --libex=* | --libe=*)
 
859
    libexecdir=$ac_optarg ;;
 
860
 
 
861
  -localedir | --localedir | --localedi | --localed | --locale)
 
862
    ac_prev=localedir ;;
 
863
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
 
864
    localedir=$ac_optarg ;;
 
865
 
 
866
  -localstatedir | --localstatedir | --localstatedi | --localstated \
 
867
  | --localstate | --localstat | --localsta | --localst | --locals)
 
868
    ac_prev=localstatedir ;;
 
869
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 
870
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
 
871
    localstatedir=$ac_optarg ;;
 
872
 
 
873
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
 
874
    ac_prev=mandir ;;
 
875
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
 
876
    mandir=$ac_optarg ;;
 
877
 
 
878
  -nfp | --nfp | --nf)
 
879
    # Obsolete; use --without-fp.
 
880
    with_fp=no ;;
 
881
 
 
882
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 
883
  | --no-cr | --no-c | -n)
 
884
    no_create=yes ;;
 
885
 
 
886
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 
887
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
 
888
    no_recursion=yes ;;
 
889
 
 
890
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
 
891
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
 
892
  | --oldin | --oldi | --old | --ol | --o)
 
893
    ac_prev=oldincludedir ;;
 
894
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
 
895
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
 
896
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
 
897
    oldincludedir=$ac_optarg ;;
 
898
 
 
899
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
 
900
    ac_prev=prefix ;;
 
901
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
 
902
    prefix=$ac_optarg ;;
 
903
 
 
904
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
 
905
  | --program-pre | --program-pr | --program-p)
 
906
    ac_prev=program_prefix ;;
 
907
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
 
908
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
 
909
    program_prefix=$ac_optarg ;;
 
910
 
 
911
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
 
912
  | --program-suf | --program-su | --program-s)
 
913
    ac_prev=program_suffix ;;
 
914
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
 
915
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
 
916
    program_suffix=$ac_optarg ;;
 
917
 
 
918
  -program-transform-name | --program-transform-name \
 
919
  | --program-transform-nam | --program-transform-na \
 
920
  | --program-transform-n | --program-transform- \
 
921
  | --program-transform | --program-transfor \
 
922
  | --program-transfo | --program-transf \
 
923
  | --program-trans | --program-tran \
 
924
  | --progr-tra | --program-tr | --program-t)
 
925
    ac_prev=program_transform_name ;;
 
926
  -program-transform-name=* | --program-transform-name=* \
 
927
  | --program-transform-nam=* | --program-transform-na=* \
 
928
  | --program-transform-n=* | --program-transform-=* \
 
929
  | --program-transform=* | --program-transfor=* \
 
930
  | --program-transfo=* | --program-transf=* \
 
931
  | --program-trans=* | --program-tran=* \
 
932
  | --progr-tra=* | --program-tr=* | --program-t=*)
 
933
    program_transform_name=$ac_optarg ;;
 
934
 
 
935
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
 
936
    ac_prev=pdfdir ;;
 
937
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
 
938
    pdfdir=$ac_optarg ;;
 
939
 
 
940
  -psdir | --psdir | --psdi | --psd | --ps)
 
941
    ac_prev=psdir ;;
 
942
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
 
943
    psdir=$ac_optarg ;;
 
944
 
 
945
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
946
  | -silent | --silent | --silen | --sile | --sil)
 
947
    silent=yes ;;
 
948
 
 
949
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
 
950
    ac_prev=sbindir ;;
 
951
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
 
952
  | --sbi=* | --sb=*)
 
953
    sbindir=$ac_optarg ;;
 
954
 
 
955
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
 
956
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 
957
  | --sharedst | --shareds | --shared | --share | --shar \
 
958
  | --sha | --sh)
 
959
    ac_prev=sharedstatedir ;;
 
960
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 
961
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 
962
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 
963
  | --sha=* | --sh=*)
 
964
    sharedstatedir=$ac_optarg ;;
 
965
 
 
966
  -site | --site | --sit)
 
967
    ac_prev=site ;;
 
968
  -site=* | --site=* | --sit=*)
 
969
    site=$ac_optarg ;;
 
970
 
 
971
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
 
972
    ac_prev=srcdir ;;
 
973
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
 
974
    srcdir=$ac_optarg ;;
 
975
 
 
976
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 
977
  | --syscon | --sysco | --sysc | --sys | --sy)
 
978
    ac_prev=sysconfdir ;;
 
979
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 
980
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
 
981
    sysconfdir=$ac_optarg ;;
 
982
 
 
983
  -target | --target | --targe | --targ | --tar | --ta | --t)
 
984
    ac_prev=target_alias ;;
 
985
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
 
986
    target_alias=$ac_optarg ;;
 
987
 
 
988
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
 
989
    verbose=yes ;;
 
990
 
 
991
  -version | --version | --versio | --versi | --vers | -V)
 
992
    ac_init_version=: ;;
 
993
 
 
994
  -with-* | --with-*)
 
995
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
996
    # Reject names that are not valid shell variable names.
 
997
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
998
      as_fn_error $? "invalid package name: $ac_useropt"
 
999
    ac_useropt_orig=$ac_useropt
 
1000
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
1001
    case $ac_user_opts in
 
1002
      *"
 
1003
"with_$ac_useropt"
 
1004
"*) ;;
 
1005
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
 
1006
         ac_unrecognized_sep=', ';;
 
1007
    esac
 
1008
    eval with_$ac_useropt=\$ac_optarg ;;
 
1009
 
 
1010
  -without-* | --without-*)
 
1011
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
1012
    # Reject names that are not valid shell variable names.
 
1013
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
1014
      as_fn_error $? "invalid package name: $ac_useropt"
 
1015
    ac_useropt_orig=$ac_useropt
 
1016
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
1017
    case $ac_user_opts in
 
1018
      *"
 
1019
"with_$ac_useropt"
 
1020
"*) ;;
 
1021
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
 
1022
         ac_unrecognized_sep=', ';;
 
1023
    esac
 
1024
    eval with_$ac_useropt=no ;;
 
1025
 
 
1026
  --x)
 
1027
    # Obsolete; use --with-x.
 
1028
    with_x=yes ;;
 
1029
 
 
1030
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 
1031
  | --x-incl | --x-inc | --x-in | --x-i)
 
1032
    ac_prev=x_includes ;;
 
1033
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 
1034
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
 
1035
    x_includes=$ac_optarg ;;
 
1036
 
 
1037
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
 
1038
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
 
1039
    ac_prev=x_libraries ;;
 
1040
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 
1041
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
1042
    x_libraries=$ac_optarg ;;
 
1043
 
 
1044
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
1045
Try \`$0 --help' for more information"
 
1046
    ;;
 
1047
 
 
1048
  *=*)
 
1049
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
1050
    # Reject names that are not valid shell variable names.
 
1051
    case $ac_envvar in #(
 
1052
      '' | [0-9]* | *[!_$as_cr_alnum]* )
 
1053
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
 
1054
    esac
 
1055
    eval $ac_envvar=\$ac_optarg
 
1056
    export $ac_envvar ;;
 
1057
 
 
1058
  *)
 
1059
    # FIXME: should be removed in autoconf 3.0.
 
1060
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
1061
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
1062
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
1063
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
 
1064
    ;;
 
1065
 
 
1066
  esac
 
1067
done
 
1068
 
 
1069
if test -n "$ac_prev"; then
 
1070
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
1071
  as_fn_error $? "missing argument to $ac_option"
 
1072
fi
 
1073
 
 
1074
if test -n "$ac_unrecognized_opts"; then
 
1075
  case $enable_option_checking in
 
1076
    no) ;;
 
1077
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
 
1078
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
1079
  esac
 
1080
fi
 
1081
 
 
1082
# Check all directory arguments for consistency.
 
1083
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
1084
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
1085
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
1086
                libdir localedir mandir
 
1087
do
 
1088
  eval ac_val=\$$ac_var
 
1089
  # Remove trailing slashes.
 
1090
  case $ac_val in
 
1091
    */ )
 
1092
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
 
1093
      eval $ac_var=\$ac_val;;
 
1094
  esac
 
1095
  # Be sure to have absolute directory names.
 
1096
  case $ac_val in
 
1097
    [\\/$]* | ?:[\\/]* )  continue;;
 
1098
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
1099
  esac
 
1100
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
 
1101
done
 
1102
 
 
1103
# There might be people who depend on the old broken behavior: `$host'
 
1104
# used to hold the argument of --host etc.
 
1105
# FIXME: To remove some day.
 
1106
build=$build_alias
 
1107
host=$host_alias
 
1108
target=$target_alias
 
1109
 
 
1110
# FIXME: To remove some day.
 
1111
if test "x$host_alias" != x; then
 
1112
  if test "x$build_alias" = x; then
 
1113
    cross_compiling=maybe
 
1114
  elif test "x$build_alias" != "x$host_alias"; then
 
1115
    cross_compiling=yes
 
1116
  fi
 
1117
fi
 
1118
 
 
1119
ac_tool_prefix=
 
1120
test -n "$host_alias" && ac_tool_prefix=$host_alias-
 
1121
 
 
1122
test "$silent" = yes && exec 6>/dev/null
 
1123
 
 
1124
 
 
1125
ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
1126
ac_ls_di=`ls -di .` &&
 
1127
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
1128
  as_fn_error $? "working directory cannot be determined"
 
1129
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
1130
  as_fn_error $? "pwd does not report name of working directory"
 
1131
 
 
1132
 
 
1133
# Find the source files, if location was not specified.
 
1134
if test -z "$srcdir"; then
 
1135
  ac_srcdir_defaulted=yes
 
1136
  # Try the directory containing this script, then the parent directory.
 
1137
  ac_confdir=`$as_dirname -- "$as_myself" ||
 
1138
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
1139
         X"$as_myself" : 'X\(//\)[^/]' \| \
 
1140
         X"$as_myself" : 'X\(//\)$' \| \
 
1141
         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
 
1142
$as_echo X"$as_myself" |
 
1143
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
1144
            s//\1/
 
1145
            q
 
1146
          }
 
1147
          /^X\(\/\/\)[^/].*/{
 
1148
            s//\1/
 
1149
            q
 
1150
          }
 
1151
          /^X\(\/\/\)$/{
 
1152
            s//\1/
 
1153
            q
 
1154
          }
 
1155
          /^X\(\/\).*/{
 
1156
            s//\1/
 
1157
            q
 
1158
          }
 
1159
          s/.*/./; q'`
 
1160
  srcdir=$ac_confdir
 
1161
  if test ! -r "$srcdir/$ac_unique_file"; then
 
1162
    srcdir=..
 
1163
  fi
 
1164
else
 
1165
  ac_srcdir_defaulted=no
 
1166
fi
 
1167
if test ! -r "$srcdir/$ac_unique_file"; then
 
1168
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
1169
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
 
1170
fi
 
1171
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
1172
ac_abs_confdir=`(
 
1173
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
 
1174
        pwd)`
 
1175
# When building in place, set srcdir=.
 
1176
if test "$ac_abs_confdir" = "$ac_pwd"; then
 
1177
  srcdir=.
 
1178
fi
 
1179
# Remove unnecessary trailing slashes from srcdir.
 
1180
# Double slashes in file names in object file debugging info
 
1181
# mess up M-x gdb in Emacs.
 
1182
case $srcdir in
 
1183
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
 
1184
esac
 
1185
for ac_var in $ac_precious_vars; do
 
1186
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
 
1187
  eval ac_env_${ac_var}_value=\$${ac_var}
 
1188
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
 
1189
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
 
1190
done
 
1191
 
 
1192
#
 
1193
# Report the --help message.
 
1194
#
 
1195
if test "$ac_init_help" = "long"; then
 
1196
  # Omit some internal or obsolete options to make the list less imposing.
 
1197
  # This message is too long to be a string in the A/UX 3.1 sh.
 
1198
  cat <<_ACEOF
 
1199
\`configure' configures norsp 1.0.4 to adapt to many kinds of systems.
 
1200
 
 
1201
Usage: $0 [OPTION]... [VAR=VALUE]...
 
1202
 
 
1203
To assign environment variables (e.g., CC, CFLAGS...), specify them as
 
1204
VAR=VALUE.  See below for descriptions of some of the useful variables.
 
1205
 
 
1206
Defaults for the options are specified in brackets.
 
1207
 
 
1208
Configuration:
 
1209
  -h, --help              display this help and exit
 
1210
      --help=short        display options specific to this package
 
1211
      --help=recursive    display the short help of all the included packages
 
1212
  -V, --version           display version information and exit
 
1213
  -q, --quiet, --silent   do not print \`checking ...' messages
 
1214
      --cache-file=FILE   cache test results in FILE [disabled]
 
1215
  -C, --config-cache      alias for \`--cache-file=config.cache'
 
1216
  -n, --no-create         do not create output files
 
1217
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
 
1218
 
 
1219
Installation directories:
 
1220
  --prefix=PREFIX         install architecture-independent files in PREFIX
 
1221
                          [$ac_default_prefix]
 
1222
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
1223
                          [PREFIX]
 
1224
 
 
1225
By default, \`make install' will install all the files in
 
1226
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
1227
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
 
1228
for instance \`--prefix=\$HOME'.
 
1229
 
 
1230
For better control, use the options below.
 
1231
 
 
1232
Fine tuning of the installation directories:
 
1233
  --bindir=DIR            user executables [EPREFIX/bin]
 
1234
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
 
1235
  --libexecdir=DIR        program executables [EPREFIX/libexec]
 
1236
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
 
1237
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
 
1238
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
 
1239
  --libdir=DIR            object code libraries [EPREFIX/lib]
 
1240
  --includedir=DIR        C header files [PREFIX/include]
 
1241
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
 
1242
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
 
1243
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
 
1244
  --infodir=DIR           info documentation [DATAROOTDIR/info]
 
1245
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
 
1246
  --mandir=DIR            man documentation [DATAROOTDIR/man]
 
1247
  --docdir=DIR            documentation root [DATAROOTDIR/doc/norsp]
 
1248
  --htmldir=DIR           html documentation [DOCDIR]
 
1249
  --dvidir=DIR            dvi documentation [DOCDIR]
 
1250
  --pdfdir=DIR            pdf documentation [DOCDIR]
 
1251
  --psdir=DIR             ps documentation [DOCDIR]
 
1252
_ACEOF
 
1253
 
 
1254
  cat <<\_ACEOF
 
1255
 
 
1256
Program names:
 
1257
  --program-prefix=PREFIX            prepend PREFIX to installed program names
 
1258
  --program-suffix=SUFFIX            append SUFFIX to installed program names
 
1259
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
 
1260
_ACEOF
 
1261
fi
 
1262
 
 
1263
if test -n "$ac_init_help"; then
 
1264
  case $ac_init_help in
 
1265
     short | recursive ) echo "Configuration of norsp 1.0.4:";;
 
1266
   esac
 
1267
  cat <<\_ACEOF
 
1268
 
 
1269
Report bugs to <https://rostlab.org/bugzilla3/enter_bug.cgi?product=norsp>.
 
1270
_ACEOF
 
1271
ac_status=$?
 
1272
fi
 
1273
 
 
1274
if test "$ac_init_help" = "recursive"; then
 
1275
  # If there are subdirs, report their specific --help.
 
1276
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
1277
    test -d "$ac_dir" ||
 
1278
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
 
1279
      continue
 
1280
    ac_builddir=.
 
1281
 
 
1282
case "$ac_dir" in
 
1283
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1284
*)
 
1285
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
1286
  # A ".." for each directory in $ac_dir_suffix.
 
1287
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
1288
  case $ac_top_builddir_sub in
 
1289
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
1290
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
1291
  esac ;;
 
1292
esac
 
1293
ac_abs_top_builddir=$ac_pwd
 
1294
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
1295
# for backward compatibility:
 
1296
ac_top_builddir=$ac_top_build_prefix
 
1297
 
 
1298
case $srcdir in
 
1299
  .)  # We are building in place.
 
1300
    ac_srcdir=.
 
1301
    ac_top_srcdir=$ac_top_builddir_sub
 
1302
    ac_abs_top_srcdir=$ac_pwd ;;
 
1303
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
1304
    ac_srcdir=$srcdir$ac_dir_suffix;
 
1305
    ac_top_srcdir=$srcdir
 
1306
    ac_abs_top_srcdir=$srcdir ;;
 
1307
  *) # Relative name.
 
1308
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
1309
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
1310
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
1311
esac
 
1312
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
1313
 
 
1314
    cd "$ac_dir" || { ac_status=$?; continue; }
 
1315
    # Check for guested configure.
 
1316
    if test -f "$ac_srcdir/configure.gnu"; then
 
1317
      echo &&
 
1318
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
1319
    elif test -f "$ac_srcdir/configure"; then
 
1320
      echo &&
 
1321
      $SHELL "$ac_srcdir/configure" --help=recursive
 
1322
    else
 
1323
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
1324
    fi || ac_status=$?
 
1325
    cd "$ac_pwd" || { ac_status=$?; break; }
 
1326
  done
 
1327
fi
 
1328
 
 
1329
test -n "$ac_init_help" && exit $ac_status
 
1330
if $ac_init_version; then
 
1331
  cat <<\_ACEOF
 
1332
norsp configure 1.0.4
 
1333
generated by GNU Autoconf 2.69
 
1334
 
 
1335
Copyright (C) 2012 Free Software Foundation, Inc.
 
1336
This configure script is free software; the Free Software Foundation
 
1337
gives unlimited permission to copy, distribute and modify it.
 
1338
_ACEOF
 
1339
  exit
 
1340
fi
 
1341
 
 
1342
## ------------------------ ##
 
1343
## Autoconf initialization. ##
 
1344
## ------------------------ ##
 
1345
cat >config.log <<_ACEOF
 
1346
This file contains any messages produced by compilers while
 
1347
running configure, to aid debugging if configure makes a mistake.
 
1348
 
 
1349
It was created by norsp $as_me 1.0.4, which was
 
1350
generated by GNU Autoconf 2.69.  Invocation command line was
 
1351
 
 
1352
  $ $0 $@
 
1353
 
 
1354
_ACEOF
 
1355
exec 5>>config.log
 
1356
{
 
1357
cat <<_ASUNAME
 
1358
## --------- ##
 
1359
## Platform. ##
 
1360
## --------- ##
 
1361
 
 
1362
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
 
1363
uname -m = `(uname -m) 2>/dev/null || echo unknown`
 
1364
uname -r = `(uname -r) 2>/dev/null || echo unknown`
 
1365
uname -s = `(uname -s) 2>/dev/null || echo unknown`
 
1366
uname -v = `(uname -v) 2>/dev/null || echo unknown`
 
1367
 
 
1368
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
 
1369
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
 
1370
 
 
1371
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
 
1372
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
 
1373
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
 
1374
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
 
1375
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
 
1376
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
 
1377
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
 
1378
 
 
1379
_ASUNAME
 
1380
 
 
1381
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1382
for as_dir in $PATH
 
1383
do
 
1384
  IFS=$as_save_IFS
 
1385
  test -z "$as_dir" && as_dir=.
 
1386
    $as_echo "PATH: $as_dir"
 
1387
  done
 
1388
IFS=$as_save_IFS
 
1389
 
 
1390
} >&5
 
1391
 
 
1392
cat >&5 <<_ACEOF
 
1393
 
 
1394
 
 
1395
## ----------- ##
 
1396
## Core tests. ##
 
1397
## ----------- ##
 
1398
 
 
1399
_ACEOF
 
1400
 
 
1401
 
 
1402
# Keep a trace of the command line.
 
1403
# Strip out --no-create and --no-recursion so they do not pile up.
 
1404
# Strip out --silent because we don't want to record it for future runs.
 
1405
# Also quote any args containing shell meta-characters.
 
1406
# Make two passes to allow for proper duplicate-argument suppression.
 
1407
ac_configure_args=
 
1408
ac_configure_args0=
 
1409
ac_configure_args1=
 
1410
ac_must_keep_next=false
 
1411
for ac_pass in 1 2
 
1412
do
 
1413
  for ac_arg
 
1414
  do
 
1415
    case $ac_arg in
 
1416
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
 
1417
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
1418
    | -silent | --silent | --silen | --sile | --sil)
 
1419
      continue ;;
 
1420
    *\'*)
 
1421
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1422
    esac
 
1423
    case $ac_pass in
 
1424
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
 
1425
    2)
 
1426
      as_fn_append ac_configure_args1 " '$ac_arg'"
 
1427
      if test $ac_must_keep_next = true; then
 
1428
        ac_must_keep_next=false # Got value, back to normal.
 
1429
      else
 
1430
        case $ac_arg in
 
1431
          *=* | --config-cache | -C | -disable-* | --disable-* \
 
1432
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
1433
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
1434
          | -with-* | --with-* | -without-* | --without-* | --x)
 
1435
            case "$ac_configure_args0 " in
 
1436
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
 
1437
            esac
 
1438
            ;;
 
1439
          -* ) ac_must_keep_next=true ;;
 
1440
        esac
 
1441
      fi
 
1442
      as_fn_append ac_configure_args " '$ac_arg'"
 
1443
      ;;
 
1444
    esac
 
1445
  done
 
1446
done
 
1447
{ ac_configure_args0=; unset ac_configure_args0;}
 
1448
{ ac_configure_args1=; unset ac_configure_args1;}
 
1449
 
 
1450
# When interrupted or exit'd, cleanup temporary files, and complete
 
1451
# config.log.  We remove comments because anyway the quotes in there
 
1452
# would cause problems or look ugly.
 
1453
# WARNING: Use '\'' to represent an apostrophe within the trap.
 
1454
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
 
1455
trap 'exit_status=$?
 
1456
  # Save into config.log some information that might help in debugging.
 
1457
  {
 
1458
    echo
 
1459
 
 
1460
    $as_echo "## ---------------- ##
 
1461
## Cache variables. ##
 
1462
## ---------------- ##"
 
1463
    echo
 
1464
    # The following way of writing the cache mishandles newlines in values,
 
1465
(
 
1466
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
 
1467
    eval ac_val=\$$ac_var
 
1468
    case $ac_val in #(
 
1469
    *${as_nl}*)
 
1470
      case $ac_var in #(
 
1471
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
1472
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
1473
      esac
 
1474
      case $ac_var in #(
 
1475
      _ | IFS | as_nl) ;; #(
 
1476
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
1477
      *) { eval $ac_var=; unset $ac_var;} ;;
 
1478
      esac ;;
 
1479
    esac
 
1480
  done
 
1481
  (set) 2>&1 |
 
1482
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
 
1483
    *${as_nl}ac_space=\ *)
 
1484
      sed -n \
 
1485
        "s/'\''/'\''\\\\'\'''\''/g;
 
1486
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
 
1487
      ;; #(
 
1488
    *)
 
1489
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
1490
      ;;
 
1491
    esac |
 
1492
    sort
 
1493
)
 
1494
    echo
 
1495
 
 
1496
    $as_echo "## ----------------- ##
 
1497
## Output variables. ##
 
1498
## ----------------- ##"
 
1499
    echo
 
1500
    for ac_var in $ac_subst_vars
 
1501
    do
 
1502
      eval ac_val=\$$ac_var
 
1503
      case $ac_val in
 
1504
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1505
      esac
 
1506
      $as_echo "$ac_var='\''$ac_val'\''"
 
1507
    done | sort
 
1508
    echo
 
1509
 
 
1510
    if test -n "$ac_subst_files"; then
 
1511
      $as_echo "## ------------------- ##
 
1512
## File substitutions. ##
 
1513
## ------------------- ##"
 
1514
      echo
 
1515
      for ac_var in $ac_subst_files
 
1516
      do
 
1517
        eval ac_val=\$$ac_var
 
1518
        case $ac_val in
 
1519
        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
1520
        esac
 
1521
        $as_echo "$ac_var='\''$ac_val'\''"
 
1522
      done | sort
 
1523
      echo
 
1524
    fi
 
1525
 
 
1526
    if test -s confdefs.h; then
 
1527
      $as_echo "## ----------- ##
 
1528
## confdefs.h. ##
 
1529
## ----------- ##"
 
1530
      echo
 
1531
      cat confdefs.h
 
1532
      echo
 
1533
    fi
 
1534
    test "$ac_signal" != 0 &&
 
1535
      $as_echo "$as_me: caught signal $ac_signal"
 
1536
    $as_echo "$as_me: exit $exit_status"
 
1537
  } >&5
 
1538
  rm -f core *.core core.conftest.* &&
 
1539
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
1540
    exit $exit_status
 
1541
' 0
 
1542
for ac_signal in 1 2 13 15; do
 
1543
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
 
1544
done
 
1545
ac_signal=0
 
1546
 
 
1547
# confdefs.h avoids OS command line length limits that DEFS can exceed.
 
1548
rm -f -r conftest* confdefs.h
 
1549
 
 
1550
$as_echo "/* confdefs.h */" > confdefs.h
 
1551
 
 
1552
# Predefined preprocessor variables.
 
1553
 
 
1554
cat >>confdefs.h <<_ACEOF
 
1555
#define PACKAGE_NAME "$PACKAGE_NAME"
 
1556
_ACEOF
 
1557
 
 
1558
cat >>confdefs.h <<_ACEOF
 
1559
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 
1560
_ACEOF
 
1561
 
 
1562
cat >>confdefs.h <<_ACEOF
 
1563
#define PACKAGE_VERSION "$PACKAGE_VERSION"
 
1564
_ACEOF
 
1565
 
 
1566
cat >>confdefs.h <<_ACEOF
 
1567
#define PACKAGE_STRING "$PACKAGE_STRING"
 
1568
_ACEOF
 
1569
 
 
1570
cat >>confdefs.h <<_ACEOF
 
1571
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 
1572
_ACEOF
 
1573
 
 
1574
cat >>confdefs.h <<_ACEOF
 
1575
#define PACKAGE_URL "$PACKAGE_URL"
 
1576
_ACEOF
 
1577
 
 
1578
 
 
1579
# Let the site file select an alternate cache file if it wants to.
 
1580
# Prefer an explicitly selected file to automatically selected ones.
 
1581
ac_site_file1=NONE
 
1582
ac_site_file2=NONE
 
1583
if test -n "$CONFIG_SITE"; then
 
1584
  # We do not want a PATH search for config.site.
 
1585
  case $CONFIG_SITE in #((
 
1586
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
1587
    */*) ac_site_file1=$CONFIG_SITE;;
 
1588
    *)   ac_site_file1=./$CONFIG_SITE;;
 
1589
  esac
 
1590
elif test "x$prefix" != xNONE; then
 
1591
  ac_site_file1=$prefix/share/config.site
 
1592
  ac_site_file2=$prefix/etc/config.site
 
1593
else
 
1594
  ac_site_file1=$ac_default_prefix/share/config.site
 
1595
  ac_site_file2=$ac_default_prefix/etc/config.site
 
1596
fi
 
1597
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
1598
do
 
1599
  test "x$ac_site_file" = xNONE && continue
 
1600
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
 
1601
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 
1602
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
1603
    sed 's/^/| /' "$ac_site_file" >&5
 
1604
    . "$ac_site_file" \
 
1605
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
1606
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1607
as_fn_error $? "failed to load site script $ac_site_file
 
1608
See \`config.log' for more details" "$LINENO" 5; }
 
1609
  fi
 
1610
done
 
1611
 
 
1612
if test -r "$cache_file"; then
 
1613
  # Some versions of bash will fail to source /dev/null (special files
 
1614
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
1615
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
 
1616
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
 
1617
$as_echo "$as_me: loading cache $cache_file" >&6;}
 
1618
    case $cache_file in
 
1619
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
1620
      *)                      . "./$cache_file";;
 
1621
    esac
 
1622
  fi
 
1623
else
 
1624
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
 
1625
$as_echo "$as_me: creating cache $cache_file" >&6;}
 
1626
  >$cache_file
 
1627
fi
 
1628
 
 
1629
# Check that the precious variables saved in the cache have kept the same
 
1630
# value.
 
1631
ac_cache_corrupted=false
 
1632
for ac_var in $ac_precious_vars; do
 
1633
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
 
1634
  eval ac_new_set=\$ac_env_${ac_var}_set
 
1635
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
 
1636
  eval ac_new_val=\$ac_env_${ac_var}_value
 
1637
  case $ac_old_set,$ac_new_set in
 
1638
    set,)
 
1639
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
1640
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
1641
      ac_cache_corrupted=: ;;
 
1642
    ,set)
 
1643
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
 
1644
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
1645
      ac_cache_corrupted=: ;;
 
1646
    ,);;
 
1647
    *)
 
1648
      if test "x$ac_old_val" != "x$ac_new_val"; then
 
1649
        # differences in whitespace do not lead to failure.
 
1650
        ac_old_val_w=`echo x $ac_old_val`
 
1651
        ac_new_val_w=`echo x $ac_new_val`
 
1652
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
1653
          { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
 
1654
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
1655
          ac_cache_corrupted=:
 
1656
        else
 
1657
          { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
1658
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
1659
          eval $ac_var=\$ac_old_val
 
1660
        fi
 
1661
        { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
 
1662
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
1663
        { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
 
1664
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
1665
      fi;;
 
1666
  esac
 
1667
  # Pass precious variables to config.status.
 
1668
  if test "$ac_new_set" = set; then
 
1669
    case $ac_new_val in
 
1670
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
1671
    *) ac_arg=$ac_var=$ac_new_val ;;
 
1672
    esac
 
1673
    case " $ac_configure_args " in
 
1674
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 
1675
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
 
1676
    esac
 
1677
  fi
 
1678
done
 
1679
if $ac_cache_corrupted; then
 
1680
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
1681
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
1682
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 
1683
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
1684
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
1685
fi
 
1686
## -------------------- ##
 
1687
## Main body of script. ##
 
1688
## -------------------- ##
 
1689
 
 
1690
ac_ext=c
 
1691
ac_cpp='$CPP $CPPFLAGS'
 
1692
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
1693
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
1694
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
1695
 
 
1696
 
 
1697
 
 
1698
am__api_version='1.11'
 
1699
 
 
1700
ac_aux_dir=
 
1701
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
 
1702
  if test -f "$ac_dir/install-sh"; then
 
1703
    ac_aux_dir=$ac_dir
 
1704
    ac_install_sh="$ac_aux_dir/install-sh -c"
 
1705
    break
 
1706
  elif test -f "$ac_dir/install.sh"; then
 
1707
    ac_aux_dir=$ac_dir
 
1708
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
1709
    break
 
1710
  elif test -f "$ac_dir/shtool"; then
 
1711
    ac_aux_dir=$ac_dir
 
1712
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
1713
    break
 
1714
  fi
 
1715
done
 
1716
if test -z "$ac_aux_dir"; then
 
1717
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
1718
fi
 
1719
 
 
1720
# These three variables are undocumented and unsupported,
 
1721
# and are intended to be withdrawn in a future Autoconf release.
 
1722
# They can cause serious problems if a builder's source tree is in a directory
 
1723
# whose full name contains unusual characters.
 
1724
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
 
1725
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
 
1726
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
 
1727
 
 
1728
 
 
1729
# Find a good install program.  We prefer a C program (faster),
 
1730
# so one script is as good as another.  But avoid the broken or
 
1731
# incompatible versions:
 
1732
# SysV /etc/install, /usr/sbin/install
 
1733
# SunOS /usr/etc/install
 
1734
# IRIX /sbin/install
 
1735
# AIX /bin/install
 
1736
# AmigaOS /C/install, which installs bootblocks on floppy discs
 
1737
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 
1738
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 
1739
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
1740
# OS/2's system install, which has a completely different semantic
 
1741
# ./install, which can be erroneously created by make from ./install.sh.
 
1742
# Reject install programs that cannot install multiple files.
 
1743
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
 
1744
$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
1745
if test -z "$INSTALL"; then
 
1746
if ${ac_cv_path_install+:} false; then :
 
1747
  $as_echo_n "(cached) " >&6
 
1748
else
 
1749
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1750
for as_dir in $PATH
 
1751
do
 
1752
  IFS=$as_save_IFS
 
1753
  test -z "$as_dir" && as_dir=.
 
1754
    # Account for people who put trailing slashes in PATH elements.
 
1755
case $as_dir/ in #((
 
1756
  ./ | .// | /[cC]/* | \
 
1757
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
1758
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
 
1759
  /usr/ucb/* ) ;;
 
1760
  *)
 
1761
    # OSF1 and SCO ODT 3.0 have their own names for install.
 
1762
    # Don't use installbsd from OSF since it installs stuff as root
 
1763
    # by default.
 
1764
    for ac_prog in ginstall scoinst install; do
 
1765
      for ac_exec_ext in '' $ac_executable_extensions; do
 
1766
        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
 
1767
          if test $ac_prog = install &&
 
1768
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1769
            # AIX install.  It has an incompatible calling convention.
 
1770
            :
 
1771
          elif test $ac_prog = install &&
 
1772
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
1773
            # program-specific install script used by HP pwplus--don't use.
 
1774
            :
 
1775
          else
 
1776
            rm -rf conftest.one conftest.two conftest.dir
 
1777
            echo one > conftest.one
 
1778
            echo two > conftest.two
 
1779
            mkdir conftest.dir
 
1780
            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
1781
              test -s conftest.one && test -s conftest.two &&
 
1782
              test -s conftest.dir/conftest.one &&
 
1783
              test -s conftest.dir/conftest.two
 
1784
            then
 
1785
              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
1786
              break 3
 
1787
            fi
 
1788
          fi
 
1789
        fi
 
1790
      done
 
1791
    done
 
1792
    ;;
 
1793
esac
 
1794
 
 
1795
  done
 
1796
IFS=$as_save_IFS
 
1797
 
 
1798
rm -rf conftest.one conftest.two conftest.dir
 
1799
 
 
1800
fi
 
1801
  if test "${ac_cv_path_install+set}" = set; then
 
1802
    INSTALL=$ac_cv_path_install
 
1803
  else
 
1804
    # As a last resort, use the slow shell script.  Don't cache a
 
1805
    # value for INSTALL within a source directory, because that will
 
1806
    # break other packages using the cache if that directory is
 
1807
    # removed, or if the value is a relative name.
 
1808
    INSTALL=$ac_install_sh
 
1809
  fi
 
1810
fi
 
1811
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
 
1812
$as_echo "$INSTALL" >&6; }
 
1813
 
 
1814
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
1815
# It thinks the first close brace ends the variable substitution.
 
1816
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
1817
 
 
1818
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 
1819
 
 
1820
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
1821
 
 
1822
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
 
1823
$as_echo_n "checking whether build environment is sane... " >&6; }
 
1824
# Just in case
 
1825
sleep 1
 
1826
echo timestamp > conftest.file
 
1827
# Reject unsafe characters in $srcdir or the absolute working directory
 
1828
# name.  Accept space and tab only in the latter.
 
1829
am_lf='
 
1830
'
 
1831
case `pwd` in
 
1832
  *[\\\"\#\$\&\'\`$am_lf]*)
 
1833
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
 
1834
esac
 
1835
case $srcdir in
 
1836
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
 
1837
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
1838
esac
 
1839
 
 
1840
# Do `set' in a subshell so we don't clobber the current shell's
 
1841
# arguments.  Must try -L first in case configure is actually a
 
1842
# symlink; some systems play weird games with the mod time of symlinks
 
1843
# (eg FreeBSD returns the mod time of the symlink's containing
 
1844
# directory).
 
1845
if (
 
1846
   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
1847
   if test "$*" = "X"; then
 
1848
      # -L didn't work.
 
1849
      set X `ls -t "$srcdir/configure" conftest.file`
 
1850
   fi
 
1851
   rm -f conftest.file
 
1852
   if test "$*" != "X $srcdir/configure conftest.file" \
 
1853
      && test "$*" != "X conftest.file $srcdir/configure"; then
 
1854
 
 
1855
      # If neither matched, then we have a broken ls.  This can happen
 
1856
      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1857
      # broken ls alias from the environment.  This has actually
 
1858
      # happened.  Such a system could not be considered "sane".
 
1859
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
 
1860
alias in your environment" "$LINENO" 5
 
1861
   fi
 
1862
 
 
1863
   test "$2" = conftest.file
 
1864
   )
 
1865
then
 
1866
   # Ok.
 
1867
   :
 
1868
else
 
1869
   as_fn_error $? "newly created file is older than distributed files!
 
1870
Check your system clock" "$LINENO" 5
 
1871
fi
 
1872
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
1873
$as_echo "yes" >&6; }
 
1874
test "$program_prefix" != NONE &&
 
1875
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
1876
# Use a double $ so make ignores it.
 
1877
test "$program_suffix" != NONE &&
 
1878
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
1879
# Double any \ or $.
 
1880
# By default was `s,x,x', remove it if useless.
 
1881
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
1882
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
1883
 
 
1884
# expand $ac_aux_dir to an absolute path
 
1885
am_aux_dir=`cd $ac_aux_dir && pwd`
 
1886
 
 
1887
if test x"${MISSING+set}" != xset; then
 
1888
  case $am_aux_dir in
 
1889
  *\ * | *\     *)
 
1890
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
1891
  *)
 
1892
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
1893
  esac
 
1894
fi
 
1895
# Use eval to expand $SHELL
 
1896
if eval "$MISSING --run true"; then
 
1897
  am_missing_run="$MISSING --run "
 
1898
else
 
1899
  am_missing_run=
 
1900
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
 
1901
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
1902
fi
 
1903
 
 
1904
if test x"${install_sh}" != xset; then
 
1905
  case $am_aux_dir in
 
1906
  *\ * | *\     *)
 
1907
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
1908
  *)
 
1909
    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
1910
  esac
 
1911
fi
 
1912
 
 
1913
# Installed binaries are usually stripped using `strip' when the user
 
1914
# run `make install-strip'.  However `strip' might not be the right
 
1915
# tool to use in cross-compilation environments, therefore Automake
 
1916
# will honor the `STRIP' environment variable to overrule this program.
 
1917
if test "$cross_compiling" != no; then
 
1918
  if test -n "$ac_tool_prefix"; then
 
1919
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
1920
set dummy ${ac_tool_prefix}strip; ac_word=$2
 
1921
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
1922
$as_echo_n "checking for $ac_word... " >&6; }
 
1923
if ${ac_cv_prog_STRIP+:} false; then :
 
1924
  $as_echo_n "(cached) " >&6
 
1925
else
 
1926
  if test -n "$STRIP"; then
 
1927
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
1928
else
 
1929
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1930
for as_dir in $PATH
 
1931
do
 
1932
  IFS=$as_save_IFS
 
1933
  test -z "$as_dir" && as_dir=.
 
1934
    for ac_exec_ext in '' $ac_executable_extensions; do
 
1935
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1936
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
1937
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1938
    break 2
 
1939
  fi
 
1940
done
 
1941
  done
 
1942
IFS=$as_save_IFS
 
1943
 
 
1944
fi
 
1945
fi
 
1946
STRIP=$ac_cv_prog_STRIP
 
1947
if test -n "$STRIP"; then
 
1948
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
 
1949
$as_echo "$STRIP" >&6; }
 
1950
else
 
1951
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
1952
$as_echo "no" >&6; }
 
1953
fi
 
1954
 
 
1955
 
 
1956
fi
 
1957
if test -z "$ac_cv_prog_STRIP"; then
 
1958
  ac_ct_STRIP=$STRIP
 
1959
  # Extract the first word of "strip", so it can be a program name with args.
 
1960
set dummy strip; ac_word=$2
 
1961
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
1962
$as_echo_n "checking for $ac_word... " >&6; }
 
1963
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
 
1964
  $as_echo_n "(cached) " >&6
 
1965
else
 
1966
  if test -n "$ac_ct_STRIP"; then
 
1967
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
1968
else
 
1969
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
1970
for as_dir in $PATH
 
1971
do
 
1972
  IFS=$as_save_IFS
 
1973
  test -z "$as_dir" && as_dir=.
 
1974
    for ac_exec_ext in '' $ac_executable_extensions; do
 
1975
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
1976
    ac_cv_prog_ac_ct_STRIP="strip"
 
1977
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
1978
    break 2
 
1979
  fi
 
1980
done
 
1981
  done
 
1982
IFS=$as_save_IFS
 
1983
 
 
1984
fi
 
1985
fi
 
1986
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
1987
if test -n "$ac_ct_STRIP"; then
 
1988
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
 
1989
$as_echo "$ac_ct_STRIP" >&6; }
 
1990
else
 
1991
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
1992
$as_echo "no" >&6; }
 
1993
fi
 
1994
 
 
1995
  if test "x$ac_ct_STRIP" = x; then
 
1996
    STRIP=":"
 
1997
  else
 
1998
    case $cross_compiling:$ac_tool_warned in
 
1999
yes:)
 
2000
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
2001
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
2002
ac_tool_warned=yes ;;
 
2003
esac
 
2004
    STRIP=$ac_ct_STRIP
 
2005
  fi
 
2006
else
 
2007
  STRIP="$ac_cv_prog_STRIP"
 
2008
fi
 
2009
 
 
2010
fi
 
2011
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
2012
 
 
2013
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
 
2014
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
2015
if test -z "$MKDIR_P"; then
 
2016
  if ${ac_cv_path_mkdir+:} false; then :
 
2017
  $as_echo_n "(cached) " >&6
 
2018
else
 
2019
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2020
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
2021
do
 
2022
  IFS=$as_save_IFS
 
2023
  test -z "$as_dir" && as_dir=.
 
2024
    for ac_prog in mkdir gmkdir; do
 
2025
         for ac_exec_ext in '' $ac_executable_extensions; do
 
2026
           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
 
2027
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
2028
             'mkdir (GNU coreutils) '* | \
 
2029
             'mkdir (coreutils) '* | \
 
2030
             'mkdir (fileutils) '4.1*)
 
2031
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
2032
               break 3;;
 
2033
           esac
 
2034
         done
 
2035
       done
 
2036
  done
 
2037
IFS=$as_save_IFS
 
2038
 
 
2039
fi
 
2040
 
 
2041
  test -d ./--version && rmdir ./--version
 
2042
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2043
    MKDIR_P="$ac_cv_path_mkdir -p"
 
2044
  else
 
2045
    # As a last resort, use the slow shell script.  Don't cache a
 
2046
    # value for MKDIR_P within a source directory, because that will
 
2047
    # break other packages using the cache if that directory is
 
2048
    # removed, or if the value is a relative name.
 
2049
    MKDIR_P="$ac_install_sh -d"
 
2050
  fi
 
2051
fi
 
2052
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 
2053
$as_echo "$MKDIR_P" >&6; }
 
2054
 
 
2055
mkdir_p="$MKDIR_P"
 
2056
case $mkdir_p in
 
2057
  [\\/$]* | ?:[\\/]*) ;;
 
2058
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2059
esac
 
2060
 
 
2061
for ac_prog in gawk mawk nawk awk
 
2062
do
 
2063
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
2064
set dummy $ac_prog; ac_word=$2
 
2065
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
2066
$as_echo_n "checking for $ac_word... " >&6; }
 
2067
if ${ac_cv_prog_AWK+:} false; then :
 
2068
  $as_echo_n "(cached) " >&6
 
2069
else
 
2070
  if test -n "$AWK"; then
 
2071
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
2072
else
 
2073
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2074
for as_dir in $PATH
 
2075
do
 
2076
  IFS=$as_save_IFS
 
2077
  test -z "$as_dir" && as_dir=.
 
2078
    for ac_exec_ext in '' $ac_executable_extensions; do
 
2079
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
2080
    ac_cv_prog_AWK="$ac_prog"
 
2081
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2082
    break 2
 
2083
  fi
 
2084
done
 
2085
  done
 
2086
IFS=$as_save_IFS
 
2087
 
 
2088
fi
 
2089
fi
 
2090
AWK=$ac_cv_prog_AWK
 
2091
if test -n "$AWK"; then
 
2092
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
 
2093
$as_echo "$AWK" >&6; }
 
2094
else
 
2095
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2096
$as_echo "no" >&6; }
 
2097
fi
 
2098
 
 
2099
 
 
2100
  test -n "$AWK" && break
 
2101
done
 
2102
 
 
2103
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
2104
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
2105
set x ${MAKE-make}
 
2106
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
2107
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
 
2108
  $as_echo_n "(cached) " >&6
 
2109
else
 
2110
  cat >conftest.make <<\_ACEOF
 
2111
SHELL = /bin/sh
 
2112
all:
 
2113
        @echo '@@@%%%=$(MAKE)=@@@%%%'
 
2114
_ACEOF
 
2115
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
 
2116
case `${MAKE-make} -f conftest.make 2>/dev/null` in
 
2117
  *@@@%%%=?*=@@@%%%*)
 
2118
    eval ac_cv_prog_make_${ac_make}_set=yes;;
 
2119
  *)
 
2120
    eval ac_cv_prog_make_${ac_make}_set=no;;
 
2121
esac
 
2122
rm -f conftest.make
 
2123
fi
 
2124
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
2125
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
2126
$as_echo "yes" >&6; }
 
2127
  SET_MAKE=
 
2128
else
 
2129
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2130
$as_echo "no" >&6; }
 
2131
  SET_MAKE="MAKE=${MAKE-make}"
 
2132
fi
 
2133
 
 
2134
rm -rf .tst 2>/dev/null
 
2135
mkdir .tst 2>/dev/null
 
2136
if test -d .tst; then
 
2137
  am__leading_dot=.
 
2138
else
 
2139
  am__leading_dot=_
 
2140
fi
 
2141
rmdir .tst 2>/dev/null
 
2142
 
 
2143
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2144
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2145
  # is not polluted with repeated "-I."
 
2146
  am__isrc=' -I$(srcdir)'
 
2147
  # test to see if srcdir already configured
 
2148
  if test -f $srcdir/config.status; then
 
2149
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
2150
  fi
 
2151
fi
 
2152
 
 
2153
# test whether we have cygpath
 
2154
if test -z "$CYGPATH_W"; then
 
2155
  if (cygpath --version) >/dev/null 2>/dev/null; then
 
2156
    CYGPATH_W='cygpath -w'
 
2157
  else
 
2158
    CYGPATH_W=echo
 
2159
  fi
 
2160
fi
 
2161
 
 
2162
 
 
2163
# Define the identity of the package.
 
2164
 PACKAGE='norsp'
 
2165
 VERSION='1.0.4'
 
2166
 
 
2167
 
 
2168
cat >>confdefs.h <<_ACEOF
 
2169
#define PACKAGE "$PACKAGE"
 
2170
_ACEOF
 
2171
 
 
2172
 
 
2173
cat >>confdefs.h <<_ACEOF
 
2174
#define VERSION "$VERSION"
 
2175
_ACEOF
 
2176
 
 
2177
# Some tools Automake needs.
 
2178
 
 
2179
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
 
2180
 
 
2181
 
 
2182
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
 
2183
 
 
2184
 
 
2185
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
 
2186
 
 
2187
 
 
2188
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
 
2189
 
 
2190
 
 
2191
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
 
2192
 
 
2193
# We need awk for the "check" target.  The system "awk" is bad on
 
2194
# some platforms.
 
2195
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2196
# in the wild :-(  We should find a proper way to deprecate it ...
 
2197
AMTAR='$${TAR-tar}'
 
2198
 
 
2199
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
2200
 
 
2201
 
 
2202
 
 
2203
 
 
2204
 
 
2205
ac_config_files="$ac_config_files Makefile"
 
2206
 
 
2207
 
 
2208
cat >confcache <<\_ACEOF
 
2209
# This file is a shell script that caches the results of configure
 
2210
# tests run on this system so they can be shared between configure
 
2211
# scripts and configure runs, see configure's option --config-cache.
 
2212
# It is not useful on other systems.  If it contains results you don't
 
2213
# want to keep, you may remove or edit it.
 
2214
#
 
2215
# config.status only pays attention to the cache file if you give it
 
2216
# the --recheck option to rerun configure.
 
2217
#
 
2218
# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
2219
# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
2220
# following values.
 
2221
 
 
2222
_ACEOF
 
2223
 
 
2224
# The following way of writing the cache mishandles newlines in values,
 
2225
# but we know of no workaround that is simple, portable, and efficient.
 
2226
# So, we kill variables containing newlines.
 
2227
# Ultrix sh set writes to stderr and can't be redirected directly,
 
2228
# and sets the high bit in the cache file unless we assign to the vars.
 
2229
(
 
2230
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
2231
    eval ac_val=\$$ac_var
 
2232
    case $ac_val in #(
 
2233
    *${as_nl}*)
 
2234
      case $ac_var in #(
 
2235
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
2236
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
2237
      esac
 
2238
      case $ac_var in #(
 
2239
      _ | IFS | as_nl) ;; #(
 
2240
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
2241
      *) { eval $ac_var=; unset $ac_var;} ;;
 
2242
      esac ;;
 
2243
    esac
 
2244
  done
 
2245
 
 
2246
  (set) 2>&1 |
 
2247
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
2248
    *${as_nl}ac_space=\ *)
 
2249
      # `set' does not quote correctly, so add quotes: double-quote
 
2250
      # substitution turns \\\\ into \\, and sed turns \\ into \.
 
2251
      sed -n \
 
2252
        "s/'/'\\\\''/g;
 
2253
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
2254
      ;; #(
 
2255
    *)
 
2256
      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
2257
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
2258
      ;;
 
2259
    esac |
 
2260
    sort
 
2261
) |
 
2262
  sed '
 
2263
     /^ac_cv_env_/b end
 
2264
     t clear
 
2265
     :clear
 
2266
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
2267
     t end
 
2268
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
2269
     :end' >>confcache
 
2270
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
2271
  if test -w "$cache_file"; then
 
2272
    if test "x$cache_file" != "x/dev/null"; then
 
2273
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 
2274
$as_echo "$as_me: updating cache $cache_file" >&6;}
 
2275
      if test ! -f "$cache_file" || test -h "$cache_file"; then
 
2276
        cat confcache >"$cache_file"
 
2277
      else
 
2278
        case $cache_file in #(
 
2279
        */* | ?:*)
 
2280
          mv -f confcache "$cache_file"$$ &&
 
2281
          mv -f "$cache_file"$$ "$cache_file" ;; #(
 
2282
        *)
 
2283
          mv -f confcache "$cache_file" ;;
 
2284
        esac
 
2285
      fi
 
2286
    fi
 
2287
  else
 
2288
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 
2289
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
2290
  fi
 
2291
fi
 
2292
rm -f confcache
 
2293
 
 
2294
test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
2295
# Let make expand exec_prefix.
 
2296
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
2297
 
 
2298
# Transform confdefs.h into DEFS.
 
2299
# Protect against shell expansion while executing Makefile rules.
 
2300
# Protect against Makefile macro expansion.
 
2301
#
 
2302
# If the first sed substitution is executed (which looks for macros that
 
2303
# take arguments), then branch to the quote section.  Otherwise,
 
2304
# look for a macro that doesn't take arguments.
 
2305
ac_script='
 
2306
:mline
 
2307
/\\$/{
 
2308
 N
 
2309
 s,\\\n,,
 
2310
 b mline
 
2311
}
 
2312
t clear
 
2313
:clear
 
2314
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
 
2315
t quote
 
2316
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
 
2317
t quote
 
2318
b any
 
2319
:quote
 
2320
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
 
2321
s/\[/\\&/g
 
2322
s/\]/\\&/g
 
2323
s/\$/$$/g
 
2324
H
 
2325
:any
 
2326
${
 
2327
        g
 
2328
        s/^\n//
 
2329
        s/\n/ /g
 
2330
        p
 
2331
}
 
2332
'
 
2333
DEFS=`sed -n "$ac_script" confdefs.h`
 
2334
 
 
2335
 
 
2336
ac_libobjs=
 
2337
ac_ltlibobjs=
 
2338
U=
 
2339
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
2340
  # 1. Remove the extension, and $U if already installed.
 
2341
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
2342
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
2343
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
2344
  #    will be set to the directory where LIBOBJS objects are built.
 
2345
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
2346
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
 
2347
done
 
2348
LIBOBJS=$ac_libobjs
 
2349
 
 
2350
LTLIBOBJS=$ac_ltlibobjs
 
2351
 
 
2352
 
 
2353
 
 
2354
 
 
2355
: "${CONFIG_STATUS=./config.status}"
 
2356
ac_write_fail=0
 
2357
ac_clean_files_save=$ac_clean_files
 
2358
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
2359
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 
2360
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
2361
as_write_fail=0
 
2362
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
 
2363
#! $SHELL
 
2364
# Generated by $as_me.
 
2365
# Run this file to recreate the current configuration.
 
2366
# Compiler output produced by configure, useful for debugging
 
2367
# configure, is in config.log if it exists.
 
2368
 
 
2369
debug=false
 
2370
ac_cs_recheck=false
 
2371
ac_cs_silent=false
 
2372
 
 
2373
SHELL=\${CONFIG_SHELL-$SHELL}
 
2374
export SHELL
 
2375
_ASEOF
 
2376
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
 
2377
## -------------------- ##
 
2378
## M4sh Initialization. ##
 
2379
## -------------------- ##
 
2380
 
 
2381
# Be more Bourne compatible
 
2382
DUALCASE=1; export DUALCASE # for MKS sh
 
2383
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
2384
  emulate sh
 
2385
  NULLCMD=:
 
2386
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
2387
  # is contrary to our usage.  Disable this feature.
 
2388
  alias -g '${1+"$@"}'='"$@"'
 
2389
  setopt NO_GLOB_SUBST
 
2390
else
 
2391
  case `(set -o) 2>/dev/null` in #(
 
2392
  *posix*) :
 
2393
    set -o posix ;; #(
 
2394
  *) :
 
2395
     ;;
 
2396
esac
 
2397
fi
 
2398
 
 
2399
 
 
2400
as_nl='
 
2401
'
 
2402
export as_nl
 
2403
# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
2404
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
2405
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
2406
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
2407
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
2408
# but without wasting forks for bash or zsh.
 
2409
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
2410
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
2411
  as_echo='print -r --'
 
2412
  as_echo_n='print -rn --'
 
2413
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
2414
  as_echo='printf %s\n'
 
2415
  as_echo_n='printf %s'
 
2416
else
 
2417
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
2418
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
2419
    as_echo_n='/usr/ucb/echo -n'
 
2420
  else
 
2421
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
2422
    as_echo_n_body='eval
 
2423
      arg=$1;
 
2424
      case $arg in #(
 
2425
      *"$as_nl"*)
 
2426
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
2427
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
2428
      esac;
 
2429
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
2430
    '
 
2431
    export as_echo_n_body
 
2432
    as_echo_n='sh -c $as_echo_n_body as_echo'
 
2433
  fi
 
2434
  export as_echo_body
 
2435
  as_echo='sh -c $as_echo_body as_echo'
 
2436
fi
 
2437
 
 
2438
# The user is always right.
 
2439
if test "${PATH_SEPARATOR+set}" != set; then
 
2440
  PATH_SEPARATOR=:
 
2441
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
2442
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
2443
      PATH_SEPARATOR=';'
 
2444
  }
 
2445
fi
 
2446
 
 
2447
 
 
2448
# IFS
 
2449
# We need space, tab and new line, in precisely that order.  Quoting is
 
2450
# there to prevent editors from complaining about space-tab.
 
2451
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
2452
# splitting by setting IFS to empty value.)
 
2453
IFS=" ""        $as_nl"
 
2454
 
 
2455
# Find who we are.  Look in the path if we contain no directory separator.
 
2456
as_myself=
 
2457
case $0 in #((
 
2458
  *[\\/]* ) as_myself=$0 ;;
 
2459
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2460
for as_dir in $PATH
 
2461
do
 
2462
  IFS=$as_save_IFS
 
2463
  test -z "$as_dir" && as_dir=.
 
2464
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
2465
  done
 
2466
IFS=$as_save_IFS
 
2467
 
 
2468
     ;;
 
2469
esac
 
2470
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
2471
# in which case we are not to be found in the path.
 
2472
if test "x$as_myself" = x; then
 
2473
  as_myself=$0
 
2474
fi
 
2475
if test ! -f "$as_myself"; then
 
2476
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
2477
  exit 1
 
2478
fi
 
2479
 
 
2480
# Unset variables that we do not need and which cause bugs (e.g. in
 
2481
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
2482
# suppresses any "Segmentation fault" message there.  '((' could
 
2483
# trigger a bug in pdksh 5.2.14.
 
2484
for as_var in BASH_ENV ENV MAIL MAILPATH
 
2485
do eval test x\${$as_var+set} = xset \
 
2486
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
2487
done
 
2488
PS1='$ '
 
2489
PS2='> '
 
2490
PS4='+ '
 
2491
 
 
2492
# NLS nuisances.
 
2493
LC_ALL=C
 
2494
export LC_ALL
 
2495
LANGUAGE=C
 
2496
export LANGUAGE
 
2497
 
 
2498
# CDPATH.
 
2499
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
2500
 
 
2501
 
 
2502
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
2503
# ----------------------------------------
 
2504
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
2505
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
2506
# script with STATUS, using 1 if that was 0.
 
2507
as_fn_error ()
 
2508
{
 
2509
  as_status=$1; test $as_status -eq 0 && as_status=1
 
2510
  if test "$4"; then
 
2511
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
2512
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
 
2513
  fi
 
2514
  $as_echo "$as_me: error: $2" >&2
 
2515
  as_fn_exit $as_status
 
2516
} # as_fn_error
 
2517
 
 
2518
 
 
2519
# as_fn_set_status STATUS
 
2520
# -----------------------
 
2521
# Set $? to STATUS, without forking.
 
2522
as_fn_set_status ()
 
2523
{
 
2524
  return $1
 
2525
} # as_fn_set_status
 
2526
 
 
2527
# as_fn_exit STATUS
 
2528
# -----------------
 
2529
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
2530
as_fn_exit ()
 
2531
{
 
2532
  set +e
 
2533
  as_fn_set_status $1
 
2534
  exit $1
 
2535
} # as_fn_exit
 
2536
 
 
2537
# as_fn_unset VAR
 
2538
# ---------------
 
2539
# Portably unset VAR.
 
2540
as_fn_unset ()
 
2541
{
 
2542
  { eval $1=; unset $1;}
 
2543
}
 
2544
as_unset=as_fn_unset
 
2545
# as_fn_append VAR VALUE
 
2546
# ----------------------
 
2547
# Append the text in VALUE to the end of the definition contained in VAR. Take
 
2548
# advantage of any shell optimizations that allow amortized linear growth over
 
2549
# repeated appends, instead of the typical quadratic growth present in naive
 
2550
# implementations.
 
2551
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
2552
  eval 'as_fn_append ()
 
2553
  {
 
2554
    eval $1+=\$2
 
2555
  }'
 
2556
else
 
2557
  as_fn_append ()
 
2558
  {
 
2559
    eval $1=\$$1\$2
 
2560
  }
 
2561
fi # as_fn_append
 
2562
 
 
2563
# as_fn_arith ARG...
 
2564
# ------------------
 
2565
# Perform arithmetic evaluation on the ARGs, and store the result in the
 
2566
# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
2567
# must be portable across $(()) and expr.
 
2568
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
2569
  eval 'as_fn_arith ()
 
2570
  {
 
2571
    as_val=$(( $* ))
 
2572
  }'
 
2573
else
 
2574
  as_fn_arith ()
 
2575
  {
 
2576
    as_val=`expr "$@" || test $? -eq 1`
 
2577
  }
 
2578
fi # as_fn_arith
 
2579
 
 
2580
 
 
2581
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
2582
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
2583
  as_expr=expr
 
2584
else
 
2585
  as_expr=false
 
2586
fi
 
2587
 
 
2588
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
2589
  as_basename=basename
 
2590
else
 
2591
  as_basename=false
 
2592
fi
 
2593
 
 
2594
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
2595
  as_dirname=dirname
 
2596
else
 
2597
  as_dirname=false
 
2598
fi
 
2599
 
 
2600
as_me=`$as_basename -- "$0" ||
 
2601
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
2602
         X"$0" : 'X\(//\)$' \| \
 
2603
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
2604
$as_echo X/"$0" |
 
2605
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
2606
            s//\1/
 
2607
            q
 
2608
          }
 
2609
          /^X\/\(\/\/\)$/{
 
2610
            s//\1/
 
2611
            q
 
2612
          }
 
2613
          /^X\/\(\/\).*/{
 
2614
            s//\1/
 
2615
            q
 
2616
          }
 
2617
          s/.*/./; q'`
 
2618
 
 
2619
# Avoid depending upon Character Ranges.
 
2620
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
2621
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
2622
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
2623
as_cr_digits='0123456789'
 
2624
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
2625
 
 
2626
ECHO_C= ECHO_N= ECHO_T=
 
2627
case `echo -n x` in #(((((
 
2628
-n*)
 
2629
  case `echo 'xy\c'` in
 
2630
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
2631
  xy)  ECHO_C='\c';;
 
2632
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
2633
       ECHO_T=' ';;
 
2634
  esac;;
 
2635
*)
 
2636
  ECHO_N='-n';;
 
2637
esac
 
2638
 
 
2639
rm -f conf$$ conf$$.exe conf$$.file
 
2640
if test -d conf$$.dir; then
 
2641
  rm -f conf$$.dir/conf$$.file
 
2642
else
 
2643
  rm -f conf$$.dir
 
2644
  mkdir conf$$.dir 2>/dev/null
 
2645
fi
 
2646
if (echo >conf$$.file) 2>/dev/null; then
 
2647
  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
2648
    as_ln_s='ln -s'
 
2649
    # ... but there are two gotchas:
 
2650
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
2651
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
2652
    # In both cases, we have to default to `cp -pR'.
 
2653
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
2654
      as_ln_s='cp -pR'
 
2655
  elif ln conf$$.file conf$$ 2>/dev/null; then
 
2656
    as_ln_s=ln
 
2657
  else
 
2658
    as_ln_s='cp -pR'
 
2659
  fi
 
2660
else
 
2661
  as_ln_s='cp -pR'
 
2662
fi
 
2663
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
2664
rmdir conf$$.dir 2>/dev/null
 
2665
 
 
2666
 
 
2667
# as_fn_mkdir_p
 
2668
# -------------
 
2669
# Create "$as_dir" as a directory, including parents if necessary.
 
2670
as_fn_mkdir_p ()
 
2671
{
 
2672
 
 
2673
  case $as_dir in #(
 
2674
  -*) as_dir=./$as_dir;;
 
2675
  esac
 
2676
  test -d "$as_dir" || eval $as_mkdir_p || {
 
2677
    as_dirs=
 
2678
    while :; do
 
2679
      case $as_dir in #(
 
2680
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
2681
      *) as_qdir=$as_dir;;
 
2682
      esac
 
2683
      as_dirs="'$as_qdir' $as_dirs"
 
2684
      as_dir=`$as_dirname -- "$as_dir" ||
 
2685
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
2686
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
2687
         X"$as_dir" : 'X\(//\)$' \| \
 
2688
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
2689
$as_echo X"$as_dir" |
 
2690
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
2691
            s//\1/
 
2692
            q
 
2693
          }
 
2694
          /^X\(\/\/\)[^/].*/{
 
2695
            s//\1/
 
2696
            q
 
2697
          }
 
2698
          /^X\(\/\/\)$/{
 
2699
            s//\1/
 
2700
            q
 
2701
          }
 
2702
          /^X\(\/\).*/{
 
2703
            s//\1/
 
2704
            q
 
2705
          }
 
2706
          s/.*/./; q'`
 
2707
      test -d "$as_dir" && break
 
2708
    done
 
2709
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
2710
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
 
2711
 
 
2712
 
 
2713
} # as_fn_mkdir_p
 
2714
if mkdir -p . 2>/dev/null; then
 
2715
  as_mkdir_p='mkdir -p "$as_dir"'
 
2716
else
 
2717
  test -d ./-p && rmdir ./-p
 
2718
  as_mkdir_p=false
 
2719
fi
 
2720
 
 
2721
 
 
2722
# as_fn_executable_p FILE
 
2723
# -----------------------
 
2724
# Test if FILE is an executable regular file.
 
2725
as_fn_executable_p ()
 
2726
{
 
2727
  test -f "$1" && test -x "$1"
 
2728
} # as_fn_executable_p
 
2729
as_test_x='test -x'
 
2730
as_executable_p=as_fn_executable_p
 
2731
 
 
2732
# Sed expression to map a string onto a valid CPP name.
 
2733
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
2734
 
 
2735
# Sed expression to map a string onto a valid variable name.
 
2736
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
2737
 
 
2738
 
 
2739
exec 6>&1
 
2740
## ----------------------------------- ##
 
2741
## Main body of $CONFIG_STATUS script. ##
 
2742
## ----------------------------------- ##
 
2743
_ASEOF
 
2744
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
 
2745
 
 
2746
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
2747
# Save the log message, to keep $0 and so on meaningful, and to
 
2748
# report actual input values of CONFIG_FILES etc. instead of their
 
2749
# values after options handling.
 
2750
ac_log="
 
2751
This file was extended by norsp $as_me 1.0.4, which was
 
2752
generated by GNU Autoconf 2.69.  Invocation command line was
 
2753
 
 
2754
  CONFIG_FILES    = $CONFIG_FILES
 
2755
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
2756
  CONFIG_LINKS    = $CONFIG_LINKS
 
2757
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
2758
  $ $0 $@
 
2759
 
 
2760
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
2761
"
 
2762
 
 
2763
_ACEOF
 
2764
 
 
2765
case $ac_config_files in *"
 
2766
"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
2767
esac
 
2768
 
 
2769
 
 
2770
 
 
2771
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
2772
# Files that config.status was made for.
 
2773
config_files="$ac_config_files"
 
2774
 
 
2775
_ACEOF
 
2776
 
 
2777
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
2778
ac_cs_usage="\
 
2779
\`$as_me' instantiates files and other configuration actions
 
2780
from templates according to the current configuration.  Unless the files
 
2781
and actions are specified as TAGs, all are instantiated by default.
 
2782
 
 
2783
Usage: $0 [OPTION]... [TAG]...
 
2784
 
 
2785
  -h, --help       print this help, then exit
 
2786
  -V, --version    print version number and configuration settings, then exit
 
2787
      --config     print configuration, then exit
 
2788
  -q, --quiet, --silent
 
2789
                   do not print progress messages
 
2790
  -d, --debug      don't remove temporary files
 
2791
      --recheck    update $as_me by reconfiguring in the same conditions
 
2792
      --file=FILE[:TEMPLATE]
 
2793
                   instantiate the configuration file FILE
 
2794
 
 
2795
Configuration files:
 
2796
$config_files
 
2797
 
 
2798
Report bugs to <https://rostlab.org/bugzilla3/enter_bug.cgi?product=norsp>."
 
2799
 
 
2800
_ACEOF
 
2801
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
2802
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 
2803
ac_cs_version="\\
 
2804
norsp config.status 1.0.4
 
2805
configured by $0, generated by GNU Autoconf 2.69,
 
2806
  with options \\"\$ac_cs_config\\"
 
2807
 
 
2808
Copyright (C) 2012 Free Software Foundation, Inc.
 
2809
This config.status script is free software; the Free Software Foundation
 
2810
gives unlimited permission to copy, distribute and modify it."
 
2811
 
 
2812
ac_pwd='$ac_pwd'
 
2813
srcdir='$srcdir'
 
2814
INSTALL='$INSTALL'
 
2815
MKDIR_P='$MKDIR_P'
 
2816
AWK='$AWK'
 
2817
test -n "\$AWK" || AWK=awk
 
2818
_ACEOF
 
2819
 
 
2820
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
2821
# The default lists apply if the user does not specify any file.
 
2822
ac_need_defaults=:
 
2823
while test $# != 0
 
2824
do
 
2825
  case $1 in
 
2826
  --*=?*)
 
2827
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
2828
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
2829
    ac_shift=:
 
2830
    ;;
 
2831
  --*=)
 
2832
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
2833
    ac_optarg=
 
2834
    ac_shift=:
 
2835
    ;;
 
2836
  *)
 
2837
    ac_option=$1
 
2838
    ac_optarg=$2
 
2839
    ac_shift=shift
 
2840
    ;;
 
2841
  esac
 
2842
 
 
2843
  case $ac_option in
 
2844
  # Handling of the options.
 
2845
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
2846
    ac_cs_recheck=: ;;
 
2847
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
2848
    $as_echo "$ac_cs_version"; exit ;;
 
2849
  --config | --confi | --conf | --con | --co | --c )
 
2850
    $as_echo "$ac_cs_config"; exit ;;
 
2851
  --debug | --debu | --deb | --de | --d | -d )
 
2852
    debug=: ;;
 
2853
  --file | --fil | --fi | --f )
 
2854
    $ac_shift
 
2855
    case $ac_optarg in
 
2856
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
2857
    '') as_fn_error $? "missing file argument" ;;
 
2858
    esac
 
2859
    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
2860
    ac_need_defaults=false;;
 
2861
  --he | --h |  --help | --hel | -h )
 
2862
    $as_echo "$ac_cs_usage"; exit ;;
 
2863
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
2864
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
2865
    ac_cs_silent=: ;;
 
2866
 
 
2867
  # This is an error.
 
2868
  -*) as_fn_error $? "unrecognized option: \`$1'
 
2869
Try \`$0 --help' for more information." ;;
 
2870
 
 
2871
  *) as_fn_append ac_config_targets " $1"
 
2872
     ac_need_defaults=false ;;
 
2873
 
 
2874
  esac
 
2875
  shift
 
2876
done
 
2877
 
 
2878
ac_configure_extra_args=
 
2879
 
 
2880
if $ac_cs_silent; then
 
2881
  exec 6>/dev/null
 
2882
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
2883
fi
 
2884
 
 
2885
_ACEOF
 
2886
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
2887
if \$ac_cs_recheck; then
 
2888
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
2889
  shift
 
2890
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
2891
  CONFIG_SHELL='$SHELL'
 
2892
  export CONFIG_SHELL
 
2893
  exec "\$@"
 
2894
fi
 
2895
 
 
2896
_ACEOF
 
2897
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
2898
exec 5>>config.log
 
2899
{
 
2900
  echo
 
2901
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
2902
## Running $as_me. ##
 
2903
_ASBOX
 
2904
  $as_echo "$ac_log"
 
2905
} >&5
 
2906
 
 
2907
_ACEOF
 
2908
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
2909
_ACEOF
 
2910
 
 
2911
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
2912
 
 
2913
# Handling of arguments.
 
2914
for ac_config_target in $ac_config_targets
 
2915
do
 
2916
  case $ac_config_target in
 
2917
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
2918
 
 
2919
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
2920
  esac
 
2921
done
 
2922
 
 
2923
 
 
2924
# If the user did not use the arguments to specify the items to instantiate,
 
2925
# then the envvar interface is used.  Set only those that are not.
 
2926
# We use the long form for the default assignment because of an extremely
 
2927
# bizarre bug on SunOS 4.1.3.
 
2928
if $ac_need_defaults; then
 
2929
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
2930
fi
 
2931
 
 
2932
# Have a temporary directory for convenience.  Make it in the build tree
 
2933
# simply because there is no reason against having it here, and in addition,
 
2934
# creating and moving files from /tmp can sometimes cause problems.
 
2935
# Hook for its removal unless debugging.
 
2936
# Note that there is a small window in which the directory will not be cleaned:
 
2937
# after its creation but before its name has been assigned to `$tmp'.
 
2938
$debug ||
 
2939
{
 
2940
  tmp= ac_tmp=
 
2941
  trap 'exit_status=$?
 
2942
  : "${ac_tmp:=$tmp}"
 
2943
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
 
2944
' 0
 
2945
  trap 'as_fn_exit 1' 1 2 13 15
 
2946
}
 
2947
# Create a (secure) tmp directory for tmp files.
 
2948
 
 
2949
{
 
2950
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
2951
  test -d "$tmp"
 
2952
}  ||
 
2953
{
 
2954
  tmp=./conf$$-$RANDOM
 
2955
  (umask 077 && mkdir "$tmp")
 
2956
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 
2957
ac_tmp=$tmp
 
2958
 
 
2959
# Set up the scripts for CONFIG_FILES section.
 
2960
# No need to generate them if there are no CONFIG_FILES.
 
2961
# This happens for instance with `./config.status config.h'.
 
2962
if test -n "$CONFIG_FILES"; then
 
2963
 
 
2964
 
 
2965
ac_cr=`echo X | tr X '\015'`
 
2966
# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
2967
# But we know of no other shell where ac_cr would be empty at this
 
2968
# point, so we can use a bashism as a fallback.
 
2969
if test "x$ac_cr" = x; then
 
2970
  eval ac_cr=\$\'\\r\'
 
2971
fi
 
2972
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
2973
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
2974
  ac_cs_awk_cr='\\r'
 
2975
else
 
2976
  ac_cs_awk_cr=$ac_cr
 
2977
fi
 
2978
 
 
2979
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
 
2980
_ACEOF
 
2981
 
 
2982
 
 
2983
{
 
2984
  echo "cat >conf$$subs.awk <<_ACEOF" &&
 
2985
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
2986
  echo "_ACEOF"
 
2987
} >conf$$subs.sh ||
 
2988
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
2989
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
 
2990
ac_delim='%!_!# '
 
2991
for ac_last_try in false false false false false :; do
 
2992
  . ./conf$$subs.sh ||
 
2993
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
2994
 
 
2995
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
2996
  if test $ac_delim_n = $ac_delim_num; then
 
2997
    break
 
2998
  elif $ac_last_try; then
 
2999
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
3000
  else
 
3001
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
3002
  fi
 
3003
done
 
3004
rm -f conf$$subs.sh
 
3005
 
 
3006
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
3007
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
 
3008
_ACEOF
 
3009
sed -n '
 
3010
h
 
3011
s/^/S["/; s/!.*/"]=/
 
3012
p
 
3013
g
 
3014
s/^[^!]*!//
 
3015
:repl
 
3016
t repl
 
3017
s/'"$ac_delim"'$//
 
3018
t delim
 
3019
:nl
 
3020
h
 
3021
s/\(.\{148\}\)..*/\1/
 
3022
t more1
 
3023
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
3024
p
 
3025
n
 
3026
b repl
 
3027
:more1
 
3028
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
3029
p
 
3030
g
 
3031
s/.\{148\}//
 
3032
t nl
 
3033
:delim
 
3034
h
 
3035
s/\(.\{148\}\)..*/\1/
 
3036
t more2
 
3037
s/["\\]/\\&/g; s/^/"/; s/$/"/
 
3038
p
 
3039
b
 
3040
:more2
 
3041
s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
3042
p
 
3043
g
 
3044
s/.\{148\}//
 
3045
t delim
 
3046
' <conf$$subs.awk | sed '
 
3047
/^[^""]/{
 
3048
  N
 
3049
  s/\n//
 
3050
}
 
3051
' >>$CONFIG_STATUS || ac_write_fail=1
 
3052
rm -f conf$$subs.awk
 
3053
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
3054
_ACAWK
 
3055
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
 
3056
  for (key in S) S_is_set[key] = 1
 
3057
  FS = ""
 
3058
 
 
3059
}
 
3060
{
 
3061
  line = $ 0
 
3062
  nfields = split(line, field, "@")
 
3063
  substed = 0
 
3064
  len = length(field[1])
 
3065
  for (i = 2; i < nfields; i++) {
 
3066
    key = field[i]
 
3067
    keylen = length(key)
 
3068
    if (S_is_set[key]) {
 
3069
      value = S[key]
 
3070
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
3071
      len += length(value) + length(field[++i])
 
3072
      substed = 1
 
3073
    } else
 
3074
      len += 1 + keylen
 
3075
  }
 
3076
 
 
3077
  print line
 
3078
}
 
3079
 
 
3080
_ACAWK
 
3081
_ACEOF
 
3082
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
3083
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
3084
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
3085
else
 
3086
  cat
 
3087
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
 
3088
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 
3089
_ACEOF
 
3090
 
 
3091
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
3092
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 
3093
# trailing colons and then remove the whole line if VPATH becomes empty
 
3094
# (actually we leave an empty line to preserve line numbers).
 
3095
if test "x$srcdir" = x.; then
 
3096
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 
3097
h
 
3098
s///
 
3099
s/^/:/
 
3100
s/[      ]*$/:/
 
3101
s/:\$(srcdir):/:/g
 
3102
s/:\${srcdir}:/:/g
 
3103
s/:@srcdir@:/:/g
 
3104
s/^:*//
 
3105
s/:*$//
 
3106
x
 
3107
s/\(=[   ]*\).*/\1/
 
3108
G
 
3109
s/\n//
 
3110
s/^[^=]*=[       ]*$//
 
3111
}'
 
3112
fi
 
3113
 
 
3114
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
3115
fi # test -n "$CONFIG_FILES"
 
3116
 
 
3117
 
 
3118
eval set X "  :F $CONFIG_FILES      "
 
3119
shift
 
3120
for ac_tag
 
3121
do
 
3122
  case $ac_tag in
 
3123
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
3124
  esac
 
3125
  case $ac_mode$ac_tag in
 
3126
  :[FHL]*:*);;
 
3127
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
3128
  :[FH]-) ac_tag=-:-;;
 
3129
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
3130
  esac
 
3131
  ac_save_IFS=$IFS
 
3132
  IFS=:
 
3133
  set x $ac_tag
 
3134
  IFS=$ac_save_IFS
 
3135
  shift
 
3136
  ac_file=$1
 
3137
  shift
 
3138
 
 
3139
  case $ac_mode in
 
3140
  :L) ac_source=$1;;
 
3141
  :[FH])
 
3142
    ac_file_inputs=
 
3143
    for ac_f
 
3144
    do
 
3145
      case $ac_f in
 
3146
      -) ac_f="$ac_tmp/stdin";;
 
3147
      *) # Look for the file first in the build tree, then in the source tree
 
3148
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
3149
         # because $ac_f cannot contain `:'.
 
3150
         test -f "$ac_f" ||
 
3151
           case $ac_f in
 
3152
           [\\/$]*) false;;
 
3153
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
3154
           esac ||
 
3155
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
3156
      esac
 
3157
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
3158
      as_fn_append ac_file_inputs " '$ac_f'"
 
3159
    done
 
3160
 
 
3161
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
3162
    # use $as_me), people would be surprised to read:
 
3163
    #    /* config.h.  Generated by config.status.  */
 
3164
    configure_input='Generated from '`
 
3165
          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
3166
        `' by configure.'
 
3167
    if test x"$ac_file" != x-; then
 
3168
      configure_input="$ac_file.  $configure_input"
 
3169
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
 
3170
$as_echo "$as_me: creating $ac_file" >&6;}
 
3171
    fi
 
3172
    # Neutralize special characters interpreted by sed in replacement strings.
 
3173
    case $configure_input in #(
 
3174
    *\&* | *\|* | *\\* )
 
3175
       ac_sed_conf_input=`$as_echo "$configure_input" |
 
3176
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
3177
    *) ac_sed_conf_input=$configure_input;;
 
3178
    esac
 
3179
 
 
3180
    case $ac_tag in
 
3181
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
 
3182
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
 
3183
    esac
 
3184
    ;;
 
3185
  esac
 
3186
 
 
3187
  ac_dir=`$as_dirname -- "$ac_file" ||
 
3188
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
3189
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
3190
         X"$ac_file" : 'X\(//\)$' \| \
 
3191
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
3192
$as_echo X"$ac_file" |
 
3193
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
3194
            s//\1/
 
3195
            q
 
3196
          }
 
3197
          /^X\(\/\/\)[^/].*/{
 
3198
            s//\1/
 
3199
            q
 
3200
          }
 
3201
          /^X\(\/\/\)$/{
 
3202
            s//\1/
 
3203
            q
 
3204
          }
 
3205
          /^X\(\/\).*/{
 
3206
            s//\1/
 
3207
            q
 
3208
          }
 
3209
          s/.*/./; q'`
 
3210
  as_dir="$ac_dir"; as_fn_mkdir_p
 
3211
  ac_builddir=.
 
3212
 
 
3213
case "$ac_dir" in
 
3214
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
3215
*)
 
3216
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
3217
  # A ".." for each directory in $ac_dir_suffix.
 
3218
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
3219
  case $ac_top_builddir_sub in
 
3220
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
3221
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
3222
  esac ;;
 
3223
esac
 
3224
ac_abs_top_builddir=$ac_pwd
 
3225
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
3226
# for backward compatibility:
 
3227
ac_top_builddir=$ac_top_build_prefix
 
3228
 
 
3229
case $srcdir in
 
3230
  .)  # We are building in place.
 
3231
    ac_srcdir=.
 
3232
    ac_top_srcdir=$ac_top_builddir_sub
 
3233
    ac_abs_top_srcdir=$ac_pwd ;;
 
3234
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
3235
    ac_srcdir=$srcdir$ac_dir_suffix;
 
3236
    ac_top_srcdir=$srcdir
 
3237
    ac_abs_top_srcdir=$srcdir ;;
 
3238
  *) # Relative name.
 
3239
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
3240
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
3241
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
3242
esac
 
3243
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
3244
 
 
3245
 
 
3246
  case $ac_mode in
 
3247
  :F)
 
3248
  #
 
3249
  # CONFIG_FILE
 
3250
  #
 
3251
 
 
3252
  case $INSTALL in
 
3253
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
3254
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
3255
  esac
 
3256
  ac_MKDIR_P=$MKDIR_P
 
3257
  case $MKDIR_P in
 
3258
  [\\/$]* | ?:[\\/]* ) ;;
 
3259
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
3260
  esac
 
3261
_ACEOF
 
3262
 
 
3263
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
3264
# If the template does not know about datarootdir, expand it.
 
3265
# FIXME: This hack should be removed a few years after 2.60.
 
3266
ac_datarootdir_hack=; ac_datarootdir_seen=
 
3267
ac_sed_dataroot='
 
3268
/datarootdir/ {
 
3269
  p
 
3270
  q
 
3271
}
 
3272
/@datadir@/p
 
3273
/@docdir@/p
 
3274
/@infodir@/p
 
3275
/@localedir@/p
 
3276
/@mandir@/p'
 
3277
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
3278
*datarootdir*) ac_datarootdir_seen=yes;;
 
3279
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
3280
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
3281
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
3282
_ACEOF
 
3283
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
3284
  ac_datarootdir_hack='
 
3285
  s&@datadir@&$datadir&g
 
3286
  s&@docdir@&$docdir&g
 
3287
  s&@infodir@&$infodir&g
 
3288
  s&@localedir@&$localedir&g
 
3289
  s&@mandir@&$mandir&g
 
3290
  s&\\\${datarootdir}&$datarootdir&g' ;;
 
3291
esac
 
3292
_ACEOF
 
3293
 
 
3294
# Neutralize VPATH when `$srcdir' = `.'.
 
3295
# Shell code in configure.ac might set extrasub.
 
3296
# FIXME: do we really want to maintain this feature?
 
3297
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
3298
ac_sed_extra="$ac_vpsub
 
3299
$extrasub
 
3300
_ACEOF
 
3301
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
3302
:t
 
3303
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
3304
s|@configure_input@|$ac_sed_conf_input|;t t
 
3305
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
3306
s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
3307
s&@srcdir@&$ac_srcdir&;t t
 
3308
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
3309
s&@top_srcdir@&$ac_top_srcdir&;t t
 
3310
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
3311
s&@builddir@&$ac_builddir&;t t
 
3312
s&@abs_builddir@&$ac_abs_builddir&;t t
 
3313
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
3314
s&@INSTALL@&$ac_INSTALL&;t t
 
3315
s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
3316
$ac_datarootdir_hack
 
3317
"
 
3318
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
 
3319
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
3320
 
 
3321
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
3322
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
 
3323
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
 
3324
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
 
3325
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
3326
which seems to be undefined.  Please make sure it is defined" >&5
 
3327
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
3328
which seems to be undefined.  Please make sure it is defined" >&2;}
 
3329
 
 
3330
  rm -f "$ac_tmp/stdin"
 
3331
  case $ac_file in
 
3332
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
 
3333
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
 
3334
  esac \
 
3335
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 
3336
 ;;
 
3337
 
 
3338
 
 
3339
 
 
3340
  esac
 
3341
 
 
3342
done # for ac_tag
 
3343
 
 
3344
 
 
3345
as_fn_exit 0
 
3346
_ACEOF
 
3347
ac_clean_files=$ac_clean_files_save
 
3348
 
 
3349
test $ac_write_fail = 0 ||
 
3350
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
3351
 
 
3352
 
 
3353
# configure is writing to config.log, and then calls config.status.
 
3354
# config.status does its own redirection, appending to config.log.
 
3355
# Unfortunately, on DOS this fails, as config.log is still kept open
 
3356
# by configure, so config.status won't be able to write to it; its
 
3357
# output is simply discarded.  So we exec the FD to /dev/null,
 
3358
# effectively closing config.log, so it can be properly (re)opened and
 
3359
# appended to by config.status.  When coming back to configure, we
 
3360
# need to make the FD available again.
 
3361
if test "$no_create" != yes; then
 
3362
  ac_cs_success=:
 
3363
  ac_config_status_args=
 
3364
  test "$silent" = yes &&
 
3365
    ac_config_status_args="$ac_config_status_args --quiet"
 
3366
  exec 5>/dev/null
 
3367
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
 
3368
  exec 5>>config.log
 
3369
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
3370
  # would make configure fail if this is the last instruction.
 
3371
  $ac_cs_success || as_fn_exit 1
 
3372
fi
 
3373
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
3374
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
3375
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
3376
fi
 
3377