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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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