Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
558 kaklik 1
#! /bin/bash
2
# Generated by configure.
3
# Run this file to recreate the current configuration.
4
# Compiler output produced by configure, useful for debugging
5
# configure, is in config.log if it exists.
6
 
7
debug=false
8
ac_cs_recheck=false
9
ac_cs_silent=false
10
SHELL=${CONFIG_SHELL-/bin/bash}
11
## --------------------- ##
12
## M4sh Initialization.  ##
13
## --------------------- ##
14
 
15
# Be more Bourne compatible
16
DUALCASE=1; export DUALCASE # for MKS sh
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18
  emulate sh
19
  NULLCMD=:
20
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21
  # is contrary to our usage.  Disable this feature.
22
  alias -g '${1+"$@"}'='"$@"'
23
  setopt NO_GLOB_SUBST
24
else
25
  case `(set -o) 2>/dev/null` in
26
  *posix*) set -o posix ;;
27
esac
28
 
29
fi
30
 
31
 
32
 
33
 
34
# PATH needs CR
35
# Avoid depending upon Character Ranges.
36
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39
as_cr_digits='0123456789'
40
as_cr_alnum=$as_cr_Letters$as_cr_digits
41
 
42
as_nl='
43
'
44
export as_nl
45
# Printing a long string crashes Solaris 7 /usr/bin/printf.
46
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
  as_echo='printf %s\n'
51
  as_echo_n='printf %s'
52
else
53
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55
    as_echo_n='/usr/ucb/echo -n'
56
  else
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
    as_echo_n_body='eval
59
      arg=$1;
60
      case $arg in
61
      *"$as_nl"*)
62
	expr "X$arg" : "X\\(.*\\)$as_nl";
63
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64
      esac;
65
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66
    '
67
    export as_echo_n_body
68
    as_echo_n='sh -c $as_echo_n_body as_echo'
69
  fi
70
  export as_echo_body
71
  as_echo='sh -c $as_echo_body as_echo'
72
fi
73
 
74
# The user is always right.
75
if test "${PATH_SEPARATOR+set}" != set; then
76
  PATH_SEPARATOR=:
77
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79
      PATH_SEPARATOR=';'
80
  }
81
fi
82
 
83
# Support unset when possible.
84
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85
  as_unset=unset
86
else
87
  as_unset=false
88
fi
89
 
90
 
91
# IFS
92
# We need space, tab and new line, in precisely that order.  Quoting is
93
# there to prevent editors from complaining about space-tab.
94
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
95
# splitting by setting IFS to empty value.)
96
IFS=" ""	$as_nl"
97
 
98
# Find who we are.  Look in the path if we contain no directory separator.
99
case $0 in
100
  *[\\/]* ) as_myself=$0 ;;
101
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102
for as_dir in $PATH
103
do
104
  IFS=$as_save_IFS
105
  test -z "$as_dir" && as_dir=.
106
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107
done
108
IFS=$as_save_IFS
109
 
110
     ;;
111
esac
112
# We did not find ourselves, most probably we were run as `sh COMMAND'
113
# in which case we are not to be found in the path.
114
if test "x$as_myself" = x; then
115
  as_myself=$0
116
fi
117
if test ! -f "$as_myself"; then
118
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119
  { (exit 1); exit 1; }
120
fi
121
 
122
# Work around bugs in pre-3.0 UWIN ksh.
123
for as_var in ENV MAIL MAILPATH
124
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125
done
126
PS1='$ '
127
PS2='> '
128
PS4='+ '
129
 
130
# NLS nuisances.
131
LC_ALL=C
132
export LC_ALL
133
LANGUAGE=C
134
export LANGUAGE
135
 
136
# Required to use basename.
137
if expr a : '\(a\)' >/dev/null 2>&1 &&
138
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139
  as_expr=expr
140
else
141
  as_expr=false
142
fi
143
 
144
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145
  as_basename=basename
146
else
147
  as_basename=false
148
fi
149
 
150
 
151
# Name of the executable.
152
as_me=`$as_basename -- "$0" ||
153
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154
	 X"$0" : 'X\(//\)$' \| \
155
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156
$as_echo X/"$0" |
157
    sed '/^.*\/\([^/][^/]*\)\/*$/{
158
	    s//\1/
159
	    q
160
	  }
161
	  /^X\/\(\/\/\)$/{
162
	    s//\1/
163
	    q
164
	  }
165
	  /^X\/\(\/\).*/{
166
	    s//\1/
167
	    q
168
	  }
169
	  s/.*/./; q'`
170
 
171
# CDPATH.
172
$as_unset CDPATH
173
 
174
 
175
 
176
  as_lineno_1=$LINENO
177
  as_lineno_2=$LINENO
178
  test "x$as_lineno_1" != "x$as_lineno_2" &&
179
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
180
 
181
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
182
  # uniformly replaced by the line number.  The first 'sed' inserts a
183
  # line-number line after each line using $LINENO; the second 'sed'
184
  # does the real work.  The second script uses 'N' to pair each
185
  # line-number line with the line containing $LINENO, and appends
186
  # trailing '-' during substitution so that $LINENO is not a special
187
  # case at line end.
188
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
189
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
190
  # E. McMahon (1931-1989) for sed's syntax.  :-)
191
  sed -n '
192
    p
193
    /[$]LINENO/=
194
  ' <$as_myself |
195
    sed '
196
      s/[$]LINENO.*/&-/
197
      t lineno
198
      b
199
      :lineno
200
      N
201
      :loop
202
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
203
      t loop
204
      s/-\n.*//
205
    ' >$as_me.lineno &&
206
  chmod +x "$as_me.lineno" ||
207
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
208
   { (exit 1); exit 1; }; }
209
 
210
  # Don't try to exec as it changes $[0], causing all sort of problems
211
  # (the dirname of $[0] is not the place where we might find the
212
  # original and so on.  Autoconf is especially sensitive to this).
213
  . "./$as_me.lineno"
214
  # Exit status is that of the last command.
215
  exit
216
}
217
 
218
 
219
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220
  as_dirname=dirname
221
else
222
  as_dirname=false
223
fi
224
 
225
ECHO_C= ECHO_N= ECHO_T=
226
case `echo -n x` in
227
-n*)
228
  case `echo 'x\c'` in
229
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
230
  *)   ECHO_C='\c';;
231
  esac;;
232
*)
233
  ECHO_N='-n';;
234
esac
235
if expr a : '\(a\)' >/dev/null 2>&1 &&
236
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
237
  as_expr=expr
238
else
239
  as_expr=false
240
fi
241
 
242
rm -f conf$$ conf$$.exe conf$$.file
243
if test -d conf$$.dir; then
244
  rm -f conf$$.dir/conf$$.file
245
else
246
  rm -f conf$$.dir
247
  mkdir conf$$.dir 2>/dev/null
248
fi
249
if (echo >conf$$.file) 2>/dev/null; then
250
  if ln -s conf$$.file conf$$ 2>/dev/null; then
251
    as_ln_s='ln -s'
252
    # ... but there are two gotchas:
253
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
254
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
255
    # In both cases, we have to default to `cp -p'.
256
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
257
      as_ln_s='cp -p'
258
  elif ln conf$$.file conf$$ 2>/dev/null; then
259
    as_ln_s=ln
260
  else
261
    as_ln_s='cp -p'
262
  fi
263
else
264
  as_ln_s='cp -p'
265
fi
266
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267
rmdir conf$$.dir 2>/dev/null
268
 
269
if mkdir -p . 2>/dev/null; then
270
  as_mkdir_p=:
271
else
272
  test -d ./-p && rmdir ./-p
273
  as_mkdir_p=false
274
fi
275
 
276
if test -x / >/dev/null 2>&1; then
277
  as_test_x='test -x'
278
else
279
  if ls -dL / >/dev/null 2>&1; then
280
    as_ls_L_option=L
281
  else
282
    as_ls_L_option=
283
  fi
284
  as_test_x='
285
    eval sh -c '\''
286
      if test -d "$1"; then
287
	test -d "$1/.";
288
      else
289
	case $1 in
290
	-*)set "./$1";;
291
	esac;
292
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
293
	???[sx]*):;;*)false;;esac;fi
294
    '\'' sh
295
  '
296
fi
297
as_executable_p=$as_test_x
298
 
299
# Sed expression to map a string onto a valid CPP name.
300
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
301
 
302
# Sed expression to map a string onto a valid variable name.
303
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
 
305
 
306
exec 6>&1
307
 
308
# Save the log message, to keep $[0] and so on meaningful, and to
309
# report actual input values of CONFIG_FILES etc. instead of their
310
# values after options handling.
311
ac_log="
312
This file was extended by $as_me, which was
313
generated by GNU Autoconf 2.63.  Invocation command line was
314
 
315
  CONFIG_FILES    = $CONFIG_FILES
316
  CONFIG_HEADERS  = $CONFIG_HEADERS
317
  CONFIG_LINKS    = $CONFIG_LINKS
318
  CONFIG_COMMANDS = $CONFIG_COMMANDS
319
  $ $0 $@
320
 
321
on `(hostname || uname -n) 2>/dev/null | sed 1q`
322
"
323
 
324
# Files that config.status was made for.
325
config_files=" Makefile src/Makefile"
326
config_headers=" config.h"
327
config_commands=" depfiles libtool"
328
 
329
ac_cs_usage="\
330
\`$as_me' instantiates files from templates according to the
331
current configuration.
332
 
333
Usage: $0 [OPTION]... [FILE]...
334
 
335
  -h, --help       print this help, then exit
336
  -V, --version    print version number and configuration settings, then exit
337
  -q, --quiet, --silent
338
                   do not print progress messages
339
  -d, --debug      don't remove temporary files
340
      --recheck    update $as_me by reconfiguring in the same conditions
341
      --file=FILE[:TEMPLATE]
342
                   instantiate the configuration file FILE
343
      --header=FILE[:TEMPLATE]
344
                   instantiate the configuration header FILE
345
 
346
Configuration files:
347
$config_files
348
 
349
Configuration headers:
350
$config_headers
351
 
352
Configuration commands:
353
$config_commands
354
 
355
Report bugs to <bug-autoconf@gnu.org>."
356
 
357
ac_cs_version="\
358
config.status
359
configured by /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/configure, generated by GNU Autoconf 2.63,
360
  with options \"'--enable-debug=full' 'CFLAGS=-O0 -g3 ' 'LDFLAGS=-lasound'\"
361
 
362
Copyright (C) 2008 Free Software Foundation, Inc.
363
This config.status script is free software; the Free Software Foundation
364
gives unlimited permission to copy, distribute and modify it."
365
 
366
ac_pwd='/home/kaklik/projects/programy/C/ix86/echo/SW/sonar/debug'
367
srcdir='/home/kaklik/projects/programy/C/ix86/echo/SW/sonar'
368
INSTALL='/usr/bin/install -c'
369
MKDIR_P='/bin/mkdir -p'
370
AWK='gawk'
371
test -n "$AWK" || AWK=awk
372
# The default lists apply if the user does not specify any file.
373
ac_need_defaults=:
374
while test $# != 0
375
do
376
  case $1 in
377
  --*=*)
378
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
379
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
380
    ac_shift=:
381
    ;;
382
  *)
383
    ac_option=$1
384
    ac_optarg=$2
385
    ac_shift=shift
386
    ;;
387
  esac
388
 
389
  case $ac_option in
390
  # Handling of the options.
391
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
392
    ac_cs_recheck=: ;;
393
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394
    $as_echo "$ac_cs_version"; exit ;;
395
  --debug | --debu | --deb | --de | --d | -d )
396
    debug=: ;;
397
  --file | --fil | --fi | --f )
398
    $ac_shift
399
    case $ac_optarg in
400
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401
    esac
402
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
403
    ac_need_defaults=false;;
404
  --header | --heade | --head | --hea )
405
    $ac_shift
406
    case $ac_optarg in
407
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408
    esac
409
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
410
    ac_need_defaults=false;;
411
  --he | --h)
412
    # Conflict between --help and --header
413
    { $as_echo "$as_me: error: ambiguous option: $1
414
Try \`$0 --help' for more information." >&2
415
   { (exit 1); exit 1; }; };;
416
  --help | --hel | -h )
417
    $as_echo "$ac_cs_usage"; exit ;;
418
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
419
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
420
    ac_cs_silent=: ;;
421
 
422
  # This is an error.
423
  -*) { $as_echo "$as_me: error: unrecognized option: $1
424
Try \`$0 --help' for more information." >&2
425
   { (exit 1); exit 1; }; } ;;
426
 
427
  *) ac_config_targets="$ac_config_targets $1"
428
     ac_need_defaults=false ;;
429
 
430
  esac
431
  shift
432
done
433
 
434
ac_configure_extra_args=
435
 
436
if $ac_cs_silent; then
437
  exec 6>/dev/null
438
  ac_configure_extra_args="$ac_configure_extra_args --silent"
439
fi
440
 
441
if $ac_cs_recheck; then
442
  set X '/bin/bash' '/home/kaklik/projects/programy/C/ix86/echo/SW/sonar/configure'  '--enable-debug=full' 'CFLAGS=-O0 -g3 ' 'LDFLAGS=-lasound' $ac_configure_extra_args --no-create --no-recursion
443
  shift
444
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
445
  CONFIG_SHELL='/bin/bash'
446
  export CONFIG_SHELL
447
  exec "$@"
448
fi
449
 
450
exec 5>>config.log
451
{
452
  echo
453
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454
## Running $as_me. ##
455
_ASBOX
456
  $as_echo "$ac_log"
457
} >&5
458
 
459
#
460
# INIT-COMMANDS
461
#
462
AMDEP_TRUE="" ac_aux_dir="/home/kaklik/projects/programy/C/ix86/echo/SW/sonar"
463
 
464
 
465
# The HP-UX ksh and POSIX shell print the target directory to stdout
466
# if CDPATH is set.
467
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
468
 
469
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
470
double_quote_subst='s/\(["`\\]\)/\\\1/g'
471
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
472
macro_version='2.2.6'
473
macro_revision='1.3012'
474
enable_shared='yes'
475
enable_static='yes'
476
pic_mode='default'
477
enable_fast_install='yes'
478
host_alias=''
479
host='x86_64-unknown-linux-gnu'
480
host_os='linux-gnu'
481
build_alias=''
482
build='x86_64-unknown-linux-gnu'
483
build_os='linux-gnu'
484
SED='/bin/sed'
485
Xsed='/bin/sed -e 1s/^X//'
486
GREP='/bin/grep'
487
EGREP='/bin/grep -E'
488
FGREP='/bin/grep -F'
489
LD='/usr/bin/ld -m elf_x86_64'
490
NM='/usr/bin/nm -B'
491
LN_S='ln -s'
492
max_cmd_len='1572864'
493
ac_objext='o'
494
exeext=''
495
lt_unset='unset'
496
lt_SP2NL='tr \040 \012'
497
lt_NL2SP='tr \015\012 \040\040'
498
reload_flag=' -r'
499
reload_cmds='$LD$reload_flag -o $output$reload_objs'
500
OBJDUMP='objdump'
501
deplibs_check_method='pass_all'
502
file_magic_cmd='$MAGIC_CMD'
503
AR='ar'
504
AR_FLAGS='cru'
505
STRIP='strip'
506
RANLIB='ranlib'
507
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
508
old_postuninstall_cmds=''
509
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
510
CC='gcc'
511
CFLAGS='-O0 -g3 '
512
compiler='gcc'
513
GCC='yes'
514
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
515
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
516
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
517
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
518
objdir='.libs'
519
SHELL='/bin/bash'
520
ECHO='echo'
521
MAGIC_CMD='file'
522
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
523
lt_prog_compiler_wl='-Wl,'
524
lt_prog_compiler_pic=' -fPIC -DPIC'
525
lt_prog_compiler_static='-static'
526
lt_cv_prog_compiler_c_o='yes'
527
need_locks='no'
528
DSYMUTIL=''
529
NMEDIT=''
530
LIPO=''
531
OTOOL=''
532
OTOOL64=''
533
libext='a'
534
shrext_cmds='.so'
535
extract_expsyms_cmds=''
536
archive_cmds_need_lc='no'
537
enable_shared_with_static_runtimes='no'
538
export_dynamic_flag_spec='${wl}--export-dynamic'
539
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
540
compiler_needs_object='no'
541
old_archive_from_new_cmds=''
542
old_archive_from_expsyms_cmds=''
543
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
544
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
545
	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
546
	    echo "local: *; };" >> $output_objdir/$libname.ver~
547
	    $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
548
module_cmds=''
549
module_expsym_cmds=''
550
with_gnu_ld='yes'
551
allow_undefined_flag=''
552
no_undefined_flag=''
553
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
554
hardcode_libdir_flag_spec_ld=''
555
hardcode_libdir_separator=''
556
hardcode_direct='no'
557
hardcode_direct_absolute='no'
558
hardcode_minus_L='no'
559
hardcode_shlibpath_var='unsupported'
560
hardcode_automatic='no'
561
inherit_rpath='no'
562
link_all_deplibs='unknown'
563
fix_srcfile_path=''
564
always_export_symbols='no'
565
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
566
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
567
include_expsyms=''
568
prelink_cmds=''
569
file_list_spec=''
570
variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
571
need_lib_prefix='no'
572
need_version='no'
573
version_type='linux'
574
runpath_var='LD_RUN_PATH'
575
shlibpath_var='LD_LIBRARY_PATH'
576
shlibpath_overrides_runpath='no'
577
libname_spec='lib$name'
578
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
579
soname_spec='${libname}${release}${shared_ext}$major'
580
postinstall_cmds=''
581
postuninstall_cmds=''
582
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
583
finish_eval=''
584
hardcode_into_libs='yes'
585
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.3.3 /usr/lib /lib'
586
sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib32/alsa-lib /usr/lib/alsa-lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
587
hardcode_action='immediate'
588
enable_dlopen='unknown'
589
enable_dlopen_self='unknown'
590
enable_dlopen_self_static='unknown'
591
old_striplib='strip --strip-debug'
592
striplib='strip --strip-unneeded'
593
 
594
LTCC='gcc'
595
LTCFLAGS='-O0 -g3 '
596
compiler='gcc'
597
 
598
# Quote evaled strings.
599
for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
600
    case `eval \\$ECHO "X\\$$var"` in
601
    *[\\\`\"\$]*)
602
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
603
      ;;
604
    *)
605
      eval "lt_$var=\\\"\$$var\\\""
606
      ;;
607
    esac
608
done
609
 
610
# Double-quote double-evaled strings.
611
for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
612
    case `eval \\$ECHO "X\\$$var"` in
613
    *[\\\`\"\$]*)
614
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
615
      ;;
616
    *)
617
      eval "lt_$var=\\\"\$$var\\\""
618
      ;;
619
    esac
620
done
621
 
622
# Fix-up fallback echo if it was mangled by the above quoting rules.
623
case $lt_ECHO in
624
*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
625
  ;;
626
esac
627
 
628
ac_aux_dir='/home/kaklik/projects/programy/C/ix86/echo/SW/sonar'
629
xsi_shell='yes'
630
lt_shell_append='yes'
631
 
632
# See if we are running on zsh, and set the options which allow our
633
# commands through without removal of \ escapes INIT.
634
if test -n "${ZSH_VERSION+set}" ; then
635
   setopt NO_GLOB_SUBST
636
fi
637
 
638
 
639
    PACKAGE='sonar'
640
    VERSION='0.1'
641
    TIMESTAMP=''
642
    RM='rm -f'
643
    ofile='libtool'
644
 
645
 
646
 
647
 
648
 
649
# Handling of arguments.
650
for ac_config_target in $ac_config_targets
651
do
652
  case $ac_config_target in
653
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
654
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
655
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
656
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
657
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
658
 
659
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
660
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
661
   { (exit 1); exit 1; }; };;
662
  esac
663
done
664
 
665
 
666
# If the user did not use the arguments to specify the items to instantiate,
667
# then the envvar interface is used.  Set only those that are not.
668
# We use the long form for the default assignment because of an extremely
669
# bizarre bug on SunOS 4.1.3.
670
if $ac_need_defaults; then
671
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
672
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
673
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
674
fi
675
 
676
# Have a temporary directory for convenience.  Make it in the build tree
677
# simply because there is no reason against having it here, and in addition,
678
# creating and moving files from /tmp can sometimes cause problems.
679
# Hook for its removal unless debugging.
680
# Note that there is a small window in which the directory will not be cleaned:
681
# after its creation but before its name has been assigned to `$tmp'.
682
$debug ||
683
{
684
  tmp=
685
  trap 'exit_status=$?
686
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
687
' 0
688
  trap '{ (exit 1); exit 1; }' 1 2 13 15
689
}
690
# Create a (secure) tmp directory for tmp files.
691
 
692
{
693
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
694
  test -n "$tmp" && test -d "$tmp"
695
}  ||
696
{
697
  tmp=./conf$$-$RANDOM
698
  (umask 077 && mkdir "$tmp")
699
} ||
700
{
701
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
702
   { (exit 1); exit 1; }
703
}
704
 
705
# Set up the scripts for CONFIG_FILES section.
706
# No need to generate them if there are no CONFIG_FILES.
707
# This happens for instance with `./config.status config.h'.
708
if test -n "$CONFIG_FILES"; then
709
 
710
 
711
ac_cr='
'
712
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
713
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
714
  ac_cs_awk_cr='\\r'
715
else
716
  ac_cs_awk_cr=$ac_cr
717
fi
718
719
 
720
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
721
S["LTLIBOBJS"]=""
722
S["LIBOBJS"]=""
723
S["CPP"]="gcc -E"
724
S["OTOOL64"]=""
725
S["OTOOL"]=""
726
S["LIPO"]=""
727
S["NMEDIT"]=""
728
S["DSYMUTIL"]=""
729
S["lt_ECHO"]="echo"
730
S["RANLIB"]="ranlib"
731
S["AR"]="ar"
732
S["OBJDUMP"]="objdump"
733
S["LN_S"]="ln -s"
734
S["NM"]="/usr/bin/nm -B"
735
S["ac_ct_DUMPBIN"]=""
736
S["DUMPBIN"]=""
737
S["LD"]="/usr/bin/ld -m elf_x86_64"
738
S["FGREP"]="/bin/grep -F"
739
S["EGREP"]="/bin/grep -E"
740
S["GREP"]="/bin/grep"
741
S["SED"]="/bin/sed"
742
S["host_os"]="linux-gnu"
743
S["host_vendor"]="unknown"
744
S["host_cpu"]="x86_64"
745
S["host"]="x86_64-unknown-linux-gnu"
746
S["build_os"]="linux-gnu"
747
S["build_vendor"]="unknown"
748
S["build_cpu"]="x86_64"
749
S["build"]="x86_64-unknown-linux-gnu"
750
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
751
S["am__fastdepCC_FALSE"]="#"
752
S["am__fastdepCC_TRUE"]=""
753
S["CCDEPMODE"]="depmode=gcc3"
754
S["AMDEPBACKSLASH"]="\\"
755
S["AMDEP_FALSE"]="#"
756
S["AMDEP_TRUE"]=""
757
S["am__quote"]=""
758
S["am__include"]="include"
759
S["DEPDIR"]=".deps"
760
S["OBJEXT"]="o"
761
S["EXEEXT"]=""
762
S["ac_ct_CC"]="gcc"
763
S["CPPFLAGS"]=""
764
S["LDFLAGS"]="-lasound"
765
S["CFLAGS"]="-O0 -g3 "
766
S["CC"]="gcc"
767
S["am__untar"]="${AMTAR} xf -"
768
S["am__tar"]="${AMTAR} chof - \"$$tardir\""
769
S["AMTAR"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run tar"
770
S["am__leading_dot"]="."
771
S["SET_MAKE"]=""
772
S["AWK"]="gawk"
773
S["mkdir_p"]="/bin/mkdir -p"
774
S["MKDIR_P"]="/bin/mkdir -p"
775
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
776
S["STRIP"]="strip"
777
S["install_sh"]="$(SHELL) /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/install-sh"
778
S["MAKEINFO"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run makeinfo"
779
S["AUTOHEADER"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoheader"
780
S["AUTOMAKE"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run automake-1.10"
781
S["AUTOCONF"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoconf"
782
S["ACLOCAL"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run aclocal-1.10"
783
S["VERSION"]="0.1"
784
S["PACKAGE"]="sonar"
785
S["CYGPATH_W"]="echo"
786
S["am__isrc"]=" -I$(srcdir)"
787
S["INSTALL_DATA"]="${INSTALL} -m 644"
788
S["INSTALL_SCRIPT"]="${INSTALL}"
789
S["INSTALL_PROGRAM"]="${INSTALL}"
790
S["target_alias"]=""
791
S["host_alias"]=""
792
S["build_alias"]=""
793
S["LIBS"]=""
794
S["ECHO_T"]=""
795
S["ECHO_N"]="-n"
796
S["ECHO_C"]=""
797
S["DEFS"]="-DHAVE_CONFIG_H"
798
S["mandir"]="${datarootdir}/man"
799
S["localedir"]="${datarootdir}/locale"
800
S["libdir"]="${exec_prefix}/lib"
801
S["psdir"]="${docdir}"
802
S["pdfdir"]="${docdir}"
803
S["dvidir"]="${docdir}"
804
S["htmldir"]="${docdir}"
805
S["infodir"]="${datarootdir}/info"
806
S["docdir"]="${datarootdir}/doc/${PACKAGE}"
807
S["oldincludedir"]="/usr/include"
808
S["includedir"]="${prefix}/include"
809
S["localstatedir"]="${prefix}/var"
810
S["sharedstatedir"]="${prefix}/com"
811
S["sysconfdir"]="${prefix}/etc"
812
S["datadir"]="${datarootdir}"
813
S["datarootdir"]="${prefix}/share"
814
S["libexecdir"]="${exec_prefix}/libexec"
815
S["sbindir"]="${exec_prefix}/sbin"
816
S["bindir"]="${exec_prefix}/bin"
817
S["program_transform_name"]="s,x,x,"
818
S["prefix"]="/usr/local"
819
S["exec_prefix"]="${prefix}"
820
S["PACKAGE_BUGREPORT"]=""
821
S["PACKAGE_STRING"]=""
822
S["PACKAGE_VERSION"]=""
823
S["PACKAGE_TARNAME"]=""
824
S["PACKAGE_NAME"]=""
825
S["PATH_SEPARATOR"]=":"
826
S["SHELL"]="/bin/bash"
827
_ACAWK
828
cat >>"$tmp/subs1.awk" <<_ACAWK &&
829
  for (key in S) S_is_set[key] = 1
830
  FS = ""
831
832
 
833
{
834
  line = $ 0
835
  nfields = split(line, field, "@")
836
  substed = 0
837
  len = length(field[1])
838
  for (i = 2; i < nfields; i++) {
839
    key = field[i]
840
    keylen = length(key)
841
    if (S_is_set[key]) {
842
      value = S[key]
843
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
844
      len += length(value) + length(field[++i])
845
      substed = 1
846
    } else
847
      len += 1 + keylen
848
  }
849
850
 
851
}
852
853
 
854
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
855
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
856
else
857
  cat
858
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
859
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
860
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
861
   { (exit 1); exit 1; }; }
862
fi # test -n "$CONFIG_FILES"
863
864
 
865
# No need to generate them if there are no CONFIG_HEADERS.
866
# This happens for instance with `./config.status Makefile'.
867
if test -n "$CONFIG_HEADERS"; then
868
cat >"$tmp/defines.awk" <<\_ACAWK ||
869
BEGIN {
870
D["PACKAGE_NAME"]=" \"\""
871
D["PACKAGE_TARNAME"]=" \"\""
872
D["PACKAGE_VERSION"]=" \"\""
873
D["PACKAGE_STRING"]=" \"\""
874
D["PACKAGE_BUGREPORT"]=" \"\""
875
D["PACKAGE"]=" \"sonar\""
876
D["VERSION"]=" \"0.1\""
877
D["STDC_HEADERS"]=" 1"
878
D["HAVE_SYS_TYPES_H"]=" 1"
879
D["HAVE_SYS_STAT_H"]=" 1"
880
D["HAVE_STDLIB_H"]=" 1"
881
D["HAVE_STRING_H"]=" 1"
882
D["HAVE_MEMORY_H"]=" 1"
883
D["HAVE_STRINGS_H"]=" 1"
884
D["HAVE_INTTYPES_H"]=" 1"
885
D["HAVE_STDINT_H"]=" 1"
886
D["HAVE_UNISTD_H"]=" 1"
887
D["HAVE_DLFCN_H"]=" 1"
888
D["LT_OBJDIR"]=" \".libs/\""
889
  for (key in D) D_is_set[key] = 1
890
  FS = ""
891
}
892
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
893
  line = $ 0
894
  split(line, arg, " ")
895
  if (arg[1] == "#") {
896
    defundef = arg[2]
897
    mac1 = arg[3]
898
  } else {
899
    defundef = substr(arg[1], 2)
900
    mac1 = arg[2]
901
  }
902
  split(mac1, mac2, "(") #)
903
  macro = mac2[1]
904
  prefix = substr(line, 1, index(line, defundef) - 1)
905
  if (D_is_set[macro]) {
906
    # Preserve the white space surrounding the "#".
907
    print prefix "define", macro P[macro] D[macro]
908
    next
909
  } else {
910
    # Replace #undef with comments.  This is necessary, for example,
911
    # in the case of _POSIX_SOURCE, which is predefined and required
912
    # on some systems where configure will not decide to define it.
913
    if (defundef == "undef") {
914
      print "/*", prefix defundef, macro, "*/"
915
      next
916
    }
917
  }
918
}
919
{ print }
920
_ACAWK
921
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
922
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
923
   { (exit 1); exit 1; }; }
924
fi # test -n "$CONFIG_HEADERS"
925
926
 
927
 
928
shift
929
for ac_tag
930
do
931
  case $ac_tag in
932
  :[FHLC]) ac_mode=$ac_tag; continue;;
933
  esac
934
  case $ac_mode$ac_tag in
935
  :[FHL]*:*);;
936
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
937
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
938
   { (exit 1); exit 1; }; };;
939
  :[FH]-) ac_tag=-:-;;
940
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
941
  esac
942
  ac_save_IFS=$IFS
943
  IFS=:
944
  set x $ac_tag
945
  IFS=$ac_save_IFS
946
  shift
947
  ac_file=$1
948
  shift
949
950
 
951
  :L) ac_source=$1;;
952
  :[FH])
953
    ac_file_inputs=
954
    for ac_f
955
    do
956
      case $ac_f in
957
      -) ac_f="$tmp/stdin";;
958
      *) # Look for the file first in the build tree, then in the source tree
959
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
960
	 # because $ac_f cannot contain `:'.
961
	 test -f "$ac_f" ||
962
	   case $ac_f in
963
	   [\\/$]*) false;;
964
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
965
	   esac ||
966
	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
967
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
968
   { (exit 1); exit 1; }; };;
969
      esac
970
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
971
      ac_file_inputs="$ac_file_inputs '$ac_f'"
972
    done
973
974
 
975
    # use $as_me), people would be surprised to read:
976
    #    /* config.h.  Generated by config.status.  */
977
    configure_input='Generated from '`
978
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
979
	`' by configure.'
980
    if test x"$ac_file" != x-; then
981
      configure_input="$ac_file.  $configure_input"
982
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
983
$as_echo "$as_me: creating $ac_file" >&6;}
984
    fi
985
    # Neutralize special characters interpreted by sed in replacement strings.
986
    case $configure_input in #(
987
    *\&* | *\|* | *\\* )
988
       ac_sed_conf_input=`$as_echo "$configure_input" |
989
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
990
    *) ac_sed_conf_input=$configure_input;;
991
    esac
992
993
 
994
    *:-:* | *:-) cat >"$tmp/stdin" \
995
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
996
$as_echo "$as_me: error: could not create $ac_file" >&2;}
997
   { (exit 1); exit 1; }; } ;;
998
    esac
999
    ;;
1000
  esac
1001
1002
 
1003
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1004
	 X"$ac_file" : 'X\(//\)[^/]' \| \
1005
	 X"$ac_file" : 'X\(//\)$' \| \
1006
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1007
$as_echo X"$ac_file" |
1008
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1009
	    s//\1/
1010
	    q
1011
	  }
1012
	  /^X\(\/\/\)[^/].*/{
1013
	    s//\1/
1014
	    q
1015
	  }
1016
	  /^X\(\/\/\)$/{
1017
	    s//\1/
1018
	    q
1019
	  }
1020
	  /^X\(\/\).*/{
1021
	    s//\1/
1022
	    q
1023
	  }
1024
	  s/.*/./; q'`
1025
  { as_dir="$ac_dir"
1026
  case $as_dir in #(
1027
  -*) as_dir=./$as_dir;;
1028
  esac
1029
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1030
    as_dirs=
1031
    while :; do
1032
      case $as_dir in #(
1033
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1034
      *) as_qdir=$as_dir;;
1035
      esac
1036
      as_dirs="'$as_qdir' $as_dirs"
1037
      as_dir=`$as_dirname -- "$as_dir" ||
1038
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1039
	 X"$as_dir" : 'X\(//\)[^/]' \| \
1040
	 X"$as_dir" : 'X\(//\)$' \| \
1041
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1042
$as_echo X"$as_dir" |
1043
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1044
	    s//\1/
1045
	    q
1046
	  }
1047
	  /^X\(\/\/\)[^/].*/{
1048
	    s//\1/
1049
	    q
1050
	  }
1051
	  /^X\(\/\/\)$/{
1052
	    s//\1/
1053
	    q
1054
	  }
1055
	  /^X\(\/\).*/{
1056
	    s//\1/
1057
	    q
1058
	  }
1059
	  s/.*/./; q'`
1060
      test -d "$as_dir" && break
1061
    done
1062
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1063
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1064
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1065
   { (exit 1); exit 1; }; }; }
1066
  ac_builddir=.
1067
1068
 
1069
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1070
*)
1071
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1072
  # A ".." for each directory in $ac_dir_suffix.
1073
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1074
  case $ac_top_builddir_sub in
1075
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1076
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1077
  esac ;;
1078
esac
1079
ac_abs_top_builddir=$ac_pwd
1080
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1081
# for backward compatibility:
1082
ac_top_builddir=$ac_top_build_prefix
1083
1084
 
1085
  .)  # We are building in place.
1086
    ac_srcdir=.
1087
    ac_top_srcdir=$ac_top_builddir_sub
1088
    ac_abs_top_srcdir=$ac_pwd ;;
1089
  [\\/]* | ?:[\\/]* )  # Absolute name.
1090
    ac_srcdir=$srcdir$ac_dir_suffix;
1091
    ac_top_srcdir=$srcdir
1092
    ac_abs_top_srcdir=$srcdir ;;
1093
  *) # Relative name.
1094
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1095
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1096
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1097
esac
1098
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1099
1100
 
1101
 
1102
  :F)
1103
  #
1104
  # CONFIG_FILE
1105
  #
1106
1107
 
1108
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1109
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1110
  esac
1111
  ac_MKDIR_P=$MKDIR_P
1112
  case $MKDIR_P in
1113
  [\\/$]* | ?:[\\/]* ) ;;
1114
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1115
  esac
1116
# If the template does not know about datarootdir, expand it.
1117
# FIXME: This hack should be removed a few years after 2.60.
1118
ac_datarootdir_hack=; ac_datarootdir_seen=
1119
1120
 
1121
/datarootdir/ {
1122
  p
1123
  q
1124
}
1125
/@datadir@/p
1126
/@docdir@/p
1127
/@infodir@/p
1128
/@localedir@/p
1129
/@mandir@/p
1130
'
1131
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1132
*datarootdir*) ac_datarootdir_seen=yes;;
1133
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1134
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1135
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1136
  ac_datarootdir_hack='
1137
  s&@datadir@&${datarootdir}&g
1138
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1139
  s&@infodir@&${datarootdir}/info&g
1140
  s&@localedir@&${datarootdir}/locale&g
1141
  s&@mandir@&${datarootdir}/man&g
1142
    s&\${datarootdir}&${prefix}/share&g' ;;
1143
esac
1144
ac_sed_extra="
1145
1146
 
1147
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1148
s|@configure_input@|$ac_sed_conf_input|;t t
1149
s&@top_builddir@&$ac_top_builddir_sub&;t t
1150
s&@top_build_prefix@&$ac_top_build_prefix&;t t
1151
s&@srcdir@&$ac_srcdir&;t t
1152
s&@abs_srcdir@&$ac_abs_srcdir&;t t
1153
s&@top_srcdir@&$ac_top_srcdir&;t t
1154
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1155
s&@builddir@&$ac_builddir&;t t
1156
s&@abs_builddir@&$ac_abs_builddir&;t t
1157
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1158
s&@INSTALL@&$ac_INSTALL&;t t
1159
s&@MKDIR_P@&$ac_MKDIR_P&;t t
1160
$ac_datarootdir_hack
1161
"
1162
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1163
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1164
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1165
   { (exit 1); exit 1; }; }
1166
1167
 
1168
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1169
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1170
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1171
which seems to be undefined.  Please make sure it is defined." >&5
1172
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1173
which seems to be undefined.  Please make sure it is defined." >&2;}
1174
1175
 
1176
  case $ac_file in
1177
  -) cat "$tmp/out" && rm -f "$tmp/out";;
1178
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1179
  esac \
1180
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1181
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1182
   { (exit 1); exit 1; }; }
1183
 ;;
1184
  :H)
1185
  #
1186
  # CONFIG_HEADER
1187
  #
1188
  if test x"$ac_file" != x-; then
1189
    {
1190
      $as_echo "/* $configure_input  */" \
1191
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1192
    } >"$tmp/config.h" \
1193
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1194
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1195
   { (exit 1); exit 1; }; }
1196
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1197
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1198
$as_echo "$as_me: $ac_file is unchanged" >&6;}
1199
    else
1200
      rm -f "$ac_file"
1201
      mv "$tmp/config.h" "$ac_file" \
1202
	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1203
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1204
   { (exit 1); exit 1; }; }
1205
    fi
1206
  else
1207
    $as_echo "/* $configure_input  */" \
1208
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1209
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1210
$as_echo "$as_me: error: could not create -" >&2;}
1211
   { (exit 1); exit 1; }; }
1212
  fi
1213
# Compute "$ac_file"'s index in $config_headers.
1214
_am_arg="$ac_file"
1215
_am_stamp_count=1
1216
for _am_header in $config_headers :; do
1217
  case $_am_header in
1218
    $_am_arg | $_am_arg:* )
1219
      break ;;
1220
    * )
1221
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1222
  esac
1223
done
1224
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1225
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1226
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1227
	 X"$_am_arg" : 'X\(//\)$' \| \
1228
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1229
$as_echo X"$_am_arg" |
1230
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1231
	    s//\1/
1232
	    q
1233
	  }
1234
	  /^X\(\/\/\)[^/].*/{
1235
	    s//\1/
1236
	    q
1237
	  }
1238
	  /^X\(\/\/\)$/{
1239
	    s//\1/
1240
	    q
1241
	  }
1242
	  /^X\(\/\).*/{
1243
	    s//\1/
1244
	    q
1245
	  }
1246
	  s/.*/./; q'`/stamp-h$_am_stamp_count
1247
 ;;
1248
1249
 
1250
$as_echo "$as_me: executing $ac_file commands" >&6;}
1251
 ;;
1252
  esac
1253
1254
 
1255
 
1256
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1257
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1258
  # are listed without --file.  Let's play safe and only enable the eval
1259
  # if we detect the quoting.
1260
  case $CONFIG_FILES in
1261
  *\'*) eval set x "$CONFIG_FILES" ;;
1262
  *)   set x $CONFIG_FILES ;;
1263
  esac
1264
  shift
1265
  for mf
1266
  do
1267
    # Strip MF so we end up with the name of the file.
1268
    mf=`echo "$mf" | sed -e 's/:.*$//'`
1269
    # Check whether this is an Automake generated Makefile or not.
1270
    # We used to match only the files named `Makefile.in', but
1271
    # some people rename them; so instead we look at the file content.
1272
    # Grep'ing the first line is not enough: some people post-process
1273
    # each Makefile.in and add a new line on top of each file to say so.
1274
    # Grep'ing the whole file is not good either: AIX grep has a line
1275
    # limit of 2048, but all sed's we know have understand at least 4000.
1276
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1277
      dirpart=`$as_dirname -- "$mf" ||
1278
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279
	 X"$mf" : 'X\(//\)[^/]' \| \
1280
	 X"$mf" : 'X\(//\)$' \| \
1281
	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1282
$as_echo X"$mf" |
1283
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284
	    s//\1/
1285
	    q
1286
	  }
1287
	  /^X\(\/\/\)[^/].*/{
1288
	    s//\1/
1289
	    q
1290
	  }
1291
	  /^X\(\/\/\)$/{
1292
	    s//\1/
1293
	    q
1294
	  }
1295
	  /^X\(\/\).*/{
1296
	    s//\1/
1297
	    q
1298
	  }
1299
	  s/.*/./; q'`
1300
    else
1301
      continue
1302
    fi
1303
    # Extract the definition of DEPDIR, am__include, and am__quote
1304
    # from the Makefile without running `make'.
1305
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1306
    test -z "$DEPDIR" && continue
1307
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1308
    test -z "am__include" && continue
1309
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1310
    # When using ansi2knr, U may be empty or an underscore; expand it
1311
    U=`sed -n 's/^U = //p' < "$mf"`
1312
    # Find all dependency output files, they are included files with
1313
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1314
    # simplest approach to changing $(DEPDIR) to its actual value in the
1315
    # expansion.
1316
    for file in `sed -n "
1317
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1318
	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1319
      # Make sure the directory exists.
1320
      test -f "$dirpart/$file" && continue
1321
      fdir=`$as_dirname -- "$file" ||
1322
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323
	 X"$file" : 'X\(//\)[^/]' \| \
1324
	 X"$file" : 'X\(//\)$' \| \
1325
	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1326
$as_echo X"$file" |
1327
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1328
	    s//\1/
1329
	    q
1330
	  }
1331
	  /^X\(\/\/\)[^/].*/{
1332
	    s//\1/
1333
	    q
1334
	  }
1335
	  /^X\(\/\/\)$/{
1336
	    s//\1/
1337
	    q
1338
	  }
1339
	  /^X\(\/\).*/{
1340
	    s//\1/
1341
	    q
1342
	  }
1343
	  s/.*/./; q'`
1344
      { as_dir=$dirpart/$fdir
1345
  case $as_dir in #(
1346
  -*) as_dir=./$as_dir;;
1347
  esac
1348
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1349
    as_dirs=
1350
    while :; do
1351
      case $as_dir in #(
1352
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1353
      *) as_qdir=$as_dir;;
1354
      esac
1355
      as_dirs="'$as_qdir' $as_dirs"
1356
      as_dir=`$as_dirname -- "$as_dir" ||
1357
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1358
	 X"$as_dir" : 'X\(//\)[^/]' \| \
1359
	 X"$as_dir" : 'X\(//\)$' \| \
1360
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1361
$as_echo X"$as_dir" |
1362
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1363
	    s//\1/
1364
	    q
1365
	  }
1366
	  /^X\(\/\/\)[^/].*/{
1367
	    s//\1/
1368
	    q
1369
	  }
1370
	  /^X\(\/\/\)$/{
1371
	    s//\1/
1372
	    q
1373
	  }
1374
	  /^X\(\/\).*/{
1375
	    s//\1/
1376
	    q
1377
	  }
1378
	  s/.*/./; q'`
1379
      test -d "$as_dir" && break
1380
    done
1381
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1382
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1383
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1384
   { (exit 1); exit 1; }; }; }
1385
      # echo "creating $dirpart/$file"
1386
      echo '# dummy' > "$dirpart/$file"
1387
    done
1388
  done
1389
}
1390
 ;;
1391
    "libtool":C)
1392
1393
 
1394
    # commands through without removal of \ escapes.
1395
    if test -n "${ZSH_VERSION+set}" ; then
1396
      setopt NO_GLOB_SUBST
1397
    fi
1398
1399
 
1400
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1401
    $RM "$cfgfile"
1402
1403
 
1404
#! $SHELL
1405
1406
 
1407
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1408
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1409
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1410
#
1411
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1412
#                 2006, 2007, 2008 Free Software Foundation, Inc.
1413
#   Written by Gordon Matzigkeit, 1996
1414
#
1415
#   This file is part of GNU Libtool.
1416
#
1417
# GNU Libtool is free software; you can redistribute it and/or
1418
# modify it under the terms of the GNU General Public License as
1419
# published by the Free Software Foundation; either version 2 of
1420
# the License, or (at your option) any later version.
1421
#
1422
# As a special exception to the GNU General Public License,
1423
# if you distribute this file as part of a program or library that
1424
# is built using GNU Libtool, you may include this file under the
1425
# same distribution terms that you use for the rest of that program.
1426
#
1427
# GNU Libtool is distributed in the hope that it will be useful,
1428
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1429
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1430
# GNU General Public License for more details.
1431
#
1432
# You should have received a copy of the GNU General Public License
1433
# along with GNU Libtool; see the file COPYING.  If not, a copy
1434
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1435
# obtained by writing to the Free Software Foundation, Inc.,
1436
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1437
1438
 
1439
 
1440
available_tags=""
1441
1442
 
1443
1444
 
1445
macro_version=$macro_version
1446
macro_revision=$macro_revision
1447
1448
 
1449
build_libtool_libs=$enable_shared
1450
1451
 
1452
build_old_libs=$enable_static
1453
1454
 
1455
pic_mode=$pic_mode
1456
1457
 
1458
fast_install=$enable_fast_install
1459
1460
 
1461
host_alias=$host_alias
1462
host=$host
1463
host_os=$host_os
1464
1465
 
1466
build_alias=$build_alias
1467
build=$build
1468
build_os=$build_os
1469
1470
 
1471
SED=$lt_SED
1472
1473
 
1474
Xsed="\$SED -e 1s/^X//"
1475
1476
 
1477
GREP=$lt_GREP
1478
1479
 
1480
EGREP=$lt_EGREP
1481
1482
 
1483
FGREP=$lt_FGREP
1484
1485
 
1486
NM=$lt_NM
1487
1488
 
1489
LN_S=$lt_LN_S
1490
1491
 
1492
max_cmd_len=$max_cmd_len
1493
1494
 
1495
objext=$ac_objext
1496
1497
 
1498
exeext=$exeext
1499
1500
 
1501
lt_unset=$lt_unset
1502
1503
 
1504
SP2NL=$lt_lt_SP2NL
1505
1506
 
1507
NL2SP=$lt_lt_NL2SP
1508
1509
 
1510
reload_flag=$lt_reload_flag
1511
reload_cmds=$lt_reload_cmds
1512
1513
 
1514
OBJDUMP=$lt_OBJDUMP
1515
1516
 
1517
deplibs_check_method=$lt_deplibs_check_method
1518
1519
 
1520
file_magic_cmd=$lt_file_magic_cmd
1521
1522
 
1523
AR=$lt_AR
1524
AR_FLAGS=$lt_AR_FLAGS
1525
1526
 
1527
STRIP=$lt_STRIP
1528
1529
 
1530
RANLIB=$lt_RANLIB
1531
old_postinstall_cmds=$lt_old_postinstall_cmds
1532
old_postuninstall_cmds=$lt_old_postuninstall_cmds
1533
1534
 
1535
LTCC=$lt_CC
1536
1537
 
1538
LTCFLAGS=$lt_CFLAGS
1539
1540
 
1541
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1542
1543
 
1544
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1545
1546
 
1547
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1548
1549
 
1550
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1551
1552
 
1553
objdir=$objdir
1554
1555
 
1556
SHELL=$lt_SHELL
1557
1558
 
1559
ECHO=$lt_ECHO
1560
1561
 
1562
MAGIC_CMD=$MAGIC_CMD
1563
1564
 
1565
need_locks=$lt_need_locks
1566
1567
 
1568
DSYMUTIL=$lt_DSYMUTIL
1569
1570
 
1571
NMEDIT=$lt_NMEDIT
1572
1573
 
1574
LIPO=$lt_LIPO
1575
1576
 
1577
OTOOL=$lt_OTOOL
1578
1579
 
1580
OTOOL64=$lt_OTOOL64
1581
1582
 
1583
libext=$libext
1584
1585
 
1586
shrext_cmds=$lt_shrext_cmds
1587
1588
 
1589
extract_expsyms_cmds=$lt_extract_expsyms_cmds
1590
1591
 
1592
# restored at link time.
1593
variables_saved_for_relink=$lt_variables_saved_for_relink
1594
1595
 
1596
need_lib_prefix=$need_lib_prefix
1597
1598
 
1599
need_version=$need_version
1600
1601
 
1602
version_type=$version_type
1603
1604
 
1605
runpath_var=$runpath_var
1606
1607
 
1608
shlibpath_var=$shlibpath_var
1609
1610
 
1611
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1612
1613
 
1614
libname_spec=$lt_libname_spec
1615
1616
 
1617
# The last name is the one that the linker finds with -lNAME
1618
library_names_spec=$lt_library_names_spec
1619
1620
 
1621
soname_spec=$lt_soname_spec
1622
1623
 
1624
postinstall_cmds=$lt_postinstall_cmds
1625
1626
 
1627
postuninstall_cmds=$lt_postuninstall_cmds
1628
1629
 
1630
finish_cmds=$lt_finish_cmds
1631
1632
 
1633
# not shown.
1634
finish_eval=$lt_finish_eval
1635
1636
 
1637
hardcode_into_libs=$hardcode_into_libs
1638
1639
 
1640
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1641
1642
 
1643
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1644
1645
 
1646
dlopen_support=$enable_dlopen
1647
1648
 
1649
dlopen_self=$enable_dlopen_self
1650
1651
 
1652
dlopen_self_static=$enable_dlopen_self_static
1653
1654
 
1655
old_striplib=$lt_old_striplib
1656
striplib=$lt_striplib
1657
1658
 
1659
 
1660
LD=$lt_LD
1661
1662
 
1663
old_archive_cmds=$lt_old_archive_cmds
1664
1665
 
1666
CC=$lt_compiler
1667
1668
 
1669
with_gcc=$GCC
1670
1671
 
1672
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1673
1674
 
1675
wl=$lt_lt_prog_compiler_wl
1676
1677
 
1678
pic_flag=$lt_lt_prog_compiler_pic
1679
1680
 
1681
link_static_flag=$lt_lt_prog_compiler_static
1682
1683
 
1684
compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1685
1686
 
1687
build_libtool_need_lc=$archive_cmds_need_lc
1688
1689
 
1690
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1691
1692
 
1693
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1694
1695
 
1696
whole_archive_flag_spec=$lt_whole_archive_flag_spec
1697
1698
 
1699
compiler_needs_object=$lt_compiler_needs_object
1700
1701
 
1702
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1703
1704
 
1705
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1706
1707
 
1708
archive_cmds=$lt_archive_cmds
1709
archive_expsym_cmds=$lt_archive_expsym_cmds
1710
1711
 
1712
# a shared archive.
1713
module_cmds=$lt_module_cmds
1714
module_expsym_cmds=$lt_module_expsym_cmds
1715
1716
 
1717
with_gnu_ld=$lt_with_gnu_ld
1718
1719
 
1720
allow_undefined_flag=$lt_allow_undefined_flag
1721
1722
 
1723
no_undefined_flag=$lt_no_undefined_flag
1724
1725
 
1726
# This must work even if \$libdir does not exist
1727
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1728
1729
 
1730
# during linking.  This must work even if \$libdir does not exist.
1731
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1732
1733
 
1734
hardcode_libdir_separator=$lt_hardcode_libdir_separator
1735
1736
 
1737
# DIR into the resulting binary.
1738
hardcode_direct=$hardcode_direct
1739
1740
 
1741
# DIR into the resulting binary and the resulting library dependency is
1742
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1743
# library is relocated.
1744
hardcode_direct_absolute=$hardcode_direct_absolute
1745
1746
 
1747
# into the resulting binary.
1748
hardcode_minus_L=$hardcode_minus_L
1749
1750
 
1751
# into the resulting binary.
1752
hardcode_shlibpath_var=$hardcode_shlibpath_var
1753
1754
 
1755
# into the library and all subsequent libraries and executables linked
1756
# against it.
1757
hardcode_automatic=$hardcode_automatic
1758
1759
 
1760
# to runtime path list.
1761
inherit_rpath=$inherit_rpath
1762
1763
 
1764
link_all_deplibs=$link_all_deplibs
1765
1766
 
1767
fix_srcfile_path=$lt_fix_srcfile_path
1768
1769
 
1770
always_export_symbols=$always_export_symbols
1771
1772
 
1773
export_symbols_cmds=$lt_export_symbols_cmds
1774
1775
 
1776
exclude_expsyms=$lt_exclude_expsyms
1777
1778
 
1779
include_expsyms=$lt_include_expsyms
1780
1781
 
1782
prelink_cmds=$lt_prelink_cmds
1783
1784
 
1785
file_list_spec=$lt_file_list_spec
1786
1787
 
1788
hardcode_action=$hardcode_action
1789
1790
 
1791
1792
 
1793
1794
 
1795
  aix3*)
1796
    cat <<\_LT_EOF >> "$cfgfile"
1797
# AIX sometimes has problems with the GCC collect2 program.  For some
1798
# reason, if we set the COLLECT_NAMES environment variable, the problems
1799
# vanish in a puff of smoke.
1800
if test "X${COLLECT_NAMES+set}" != Xset; then
1801
  COLLECT_NAMES=
1802
  export COLLECT_NAMES
1803
fi
1804
_LT_EOF
1805
    ;;
1806
  esac
1807
1808
 
1809
 
1810
1811
 
1812
 
1813
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1814
  # text mode, it properly converts lines to CR/LF.  This bash problem
1815
  # is reportedly fixed, but why not run on old versions too?
1816
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1817
    || (rm -f "$cfgfile"; exit 1)
1818
1819
 
1820
  yes)
1821
    cat << \_LT_EOF >> "$cfgfile"
1822
1823
 
1824
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1825
# otherwise set result to NONDIR_REPLACEMENT.
1826
func_dirname ()
1827
{
1828
  case ${1} in
1829
    */*) func_dirname_result="${1%/*}${2}" ;;
1830
    *  ) func_dirname_result="${3}" ;;
1831
  esac
1832
}
1833
1834
 
1835
func_basename ()
1836
{
1837
  func_basename_result="${1##*/}"
1838
}
1839
1840
 
1841
# perform func_basename and func_dirname in a single function
1842
# call:
1843
#   dirname:  Compute the dirname of FILE.  If nonempty,
1844
#             add APPEND to the result, otherwise set result
1845
#             to NONDIR_REPLACEMENT.
1846
#             value returned in "$func_dirname_result"
1847
#   basename: Compute filename of FILE.
1848
#             value retuned in "$func_basename_result"
1849
# Implementation must be kept synchronized with func_dirname
1850
# and func_basename. For efficiency, we do not delegate to
1851
# those functions but instead duplicate the functionality here.
1852
func_dirname_and_basename ()
1853
{
1854
  case ${1} in
1855
    */*) func_dirname_result="${1%/*}${2}" ;;
1856
    *  ) func_dirname_result="${3}" ;;
1857
  esac
1858
  func_basename_result="${1##*/}"
1859
}
1860
1861
 
1862
# strip PREFIX and SUFFIX off of NAME.
1863
# PREFIX and SUFFIX must not contain globbing or regex special
1864
# characters, hashes, percent signs, but SUFFIX may contain a leading
1865
# dot (in which case that matches only a dot).
1866
func_stripname ()
1867
{
1868
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1869
  # positional parameters, so assign one to ordinary parameter first.
1870
  func_stripname_result=${3}
1871
  func_stripname_result=${func_stripname_result#"${1}"}
1872
  func_stripname_result=${func_stripname_result%"${2}"}
1873
}
1874
1875
 
1876
func_opt_split ()
1877
{
1878
  func_opt_split_opt=${1%%=*}
1879
  func_opt_split_arg=${1#*=}
1880
}
1881
1882
 
1883
func_lo2o ()
1884
{
1885
  case ${1} in
1886
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1887
    *)    func_lo2o_result=${1} ;;
1888
  esac
1889
}
1890
1891
 
1892
func_xform ()
1893
{
1894
  func_xform_result=${1%.*}.lo
1895
}
1896
1897
 
1898
func_arith ()
1899
{
1900
  func_arith_result=$(( $* ))
1901
}
1902
1903
 
1904
# STRING may not start with a hyphen.
1905
func_len ()
1906
{
1907
  func_len_result=${#1}
1908
}
1909
1910
 
1911
    ;;
1912
  *) # Bourne compatible functions.
1913
    cat << \_LT_EOF >> "$cfgfile"
1914
1915
 
1916
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1917
# otherwise set result to NONDIR_REPLACEMENT.
1918
func_dirname ()
1919
{
1920
  # Extract subdirectory from the argument.
1921
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1922
  if test "X$func_dirname_result" = "X${1}"; then
1923
    func_dirname_result="${3}"
1924
  else
1925
    func_dirname_result="$func_dirname_result${2}"
1926
  fi
1927
}
1928
1929
 
1930
func_basename ()
1931
{
1932
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1933
}
1934
1935
 
1936
 
1937
# strip PREFIX and SUFFIX off of NAME.
1938
# PREFIX and SUFFIX must not contain globbing or regex special
1939
# characters, hashes, percent signs, but SUFFIX may contain a leading
1940
# dot (in which case that matches only a dot).
1941
# func_strip_suffix prefix name
1942
func_stripname ()
1943
{
1944
  case ${2} in
1945
    .*) func_stripname_result=`$ECHO "X${3}" \
1946
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
1947
    *)  func_stripname_result=`$ECHO "X${3}" \
1948
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
1949
  esac
1950
}
1951
1952
 
1953
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
1954
my_sed_long_arg='1s/^-[^=]*=//'
1955
1956
 
1957
func_opt_split ()
1958
{
1959
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
1960
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
1961
}
1962
1963
 
1964
func_lo2o ()
1965
{
1966
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
1967
}
1968
1969
 
1970
func_xform ()
1971
{
1972
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
1973
}
1974
1975
 
1976
func_arith ()
1977
{
1978
  func_arith_result=`expr "$@"`
1979
}
1980
1981
 
1982
# STRING may not start with a hyphen.
1983
func_len ()
1984
{
1985
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
1986
}
1987
1988
 
1989
esac
1990
1991
 
1992
  yes)
1993
    cat << \_LT_EOF >> "$cfgfile"
1994
1995
 
1996
# Append VALUE to the end of shell variable VAR.
1997
func_append ()
1998
{
1999
  eval "$1+=\$2"
2000
}
2001
_LT_EOF
2002
    ;;
2003
  *)
2004
    cat << \_LT_EOF >> "$cfgfile"
2005
2006
 
2007
# Append VALUE to the end of shell variable VAR.
2008
func_append ()
2009
{
2010
  eval "$1=\$$1\$2"
2011
}
2012
2013
 
2014
    ;;
2015
  esac
2016
2017
 
2018
 
2019
    || (rm -f "$cfgfile"; exit 1)
2020
2021
 
2022
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2023
  chmod +x "$ofile"
2024
2025
 
2026
2027
 
2028
done # for ac_tag
2029
2030
 
2031
 
2032