OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [doc/] [autom4te.cache/] [output.0] - Blame information for rev 397

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.