~darkxst/ubuntu/quantal/telepathy-logger/lp1049210

« back to all changes in this revision

Viewing changes to configure

  • Committer: Ken VanDine
  • Date: 2011-02-24 04:29:08 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: ken.vandine@canonical.com-20110224042908-l3tn31dq84kspmt5
Tags: 0.2.0-0ubuntu1
releasing version 0.2.0-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.67 for telepathy-logger 0.1.7.
 
3
# Generated by GNU Autoconf 2.66 for telepathy-logger 0.2.0.
4
4
#
5
5
# Report bugs to <https://bugs.freedesktop.org/buglist.cgi?product=Telepathy&component=logger>.
6
6
#
15
15
#
16
16
#
17
17
#   Copyright (C) 2003-2007 Imendio AB
18
 
#   Copyright (C) 2007-2010 Collabora Ltd.
 
18
#   Copyright (C) 2007-2011 Collabora Ltd.
19
19
#
20
20
## -------------------- ##
21
21
## M4sh Initialization. ##
178
178
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
179
179
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
180
180
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
181
 
test \$(( 1 + 1 )) = 2 || exit 1"
 
181
test \$(( 1 + 1 )) = 2 || exit 1
 
182
 
 
183
  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
 
184
    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
185
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
 
186
    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
 
187
    PATH=/empty FPATH=/empty; export PATH FPATH
 
188
    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
 
189
      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
182
190
  if (eval "$as_required") 2>/dev/null; then :
183
191
  as_have_required=yes
184
192
else
534
542
# Sed expression to map a string onto a valid variable name.
535
543
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536
544
 
537
 
 
538
 
 
539
 
# Check that we are running under the correct shell.
540
545
SHELL=${CONFIG_SHELL-/bin/sh}
541
546
 
542
 
case X$lt_ECHO in
543
 
X*--fallback-echo)
544
 
  # Remove one level of quotation (which was required for Make).
545
 
  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
546
 
  ;;
547
 
esac
548
 
 
549
 
ECHO=${lt_ECHO-echo}
550
 
if test "X$1" = X--no-reexec; then
551
 
  # Discard the --no-reexec flag, and continue.
552
 
  shift
553
 
elif test "X$1" = X--fallback-echo; then
554
 
  # Avoid inline document here, it may be left over
555
 
  :
556
 
elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
557
 
  # Yippee, $ECHO works!
558
 
  :
559
 
else
560
 
  # Restart under the correct shell.
561
 
  exec $SHELL "$0" --no-reexec ${1+"$@"}
562
 
fi
563
 
 
564
 
if test "X$1" = X--fallback-echo; then
565
 
  # used as fallback echo
566
 
  shift
567
 
  cat <<_LT_EOF
568
 
$*
569
 
_LT_EOF
570
 
  exit 0
571
 
fi
572
 
 
573
 
# The HP-UX ksh and POSIX shell print the target directory to stdout
574
 
# if CDPATH is set.
575
 
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
576
 
 
577
 
if test -z "$lt_ECHO"; then
578
 
  if test "X${echo_test_string+set}" != Xset; then
579
 
    # find a string as large as possible, as long as the shell can cope with it
580
 
    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
581
 
      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
582
 
      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
583
 
         { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
584
 
      then
585
 
        break
586
 
      fi
587
 
    done
588
 
  fi
589
 
 
590
 
  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
591
 
     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
592
 
     test "X$echo_testing_string" = "X$echo_test_string"; then
593
 
    :
594
 
  else
595
 
    # The Solaris, AIX, and Digital Unix default echo programs unquote
596
 
    # backslashes.  This makes it impossible to quote backslashes using
597
 
    #   echo "$something" | sed 's/\\/\\\\/g'
598
 
    #
599
 
    # So, first we look for a working echo in the user's PATH.
600
 
 
601
 
    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
602
 
    for dir in $PATH /usr/ucb; do
603
 
      IFS="$lt_save_ifs"
604
 
      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
605
 
         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
606
 
         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
607
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
608
 
        ECHO="$dir/echo"
609
 
        break
610
 
      fi
611
 
    done
612
 
    IFS="$lt_save_ifs"
613
 
 
614
 
    if test "X$ECHO" = Xecho; then
615
 
      # We didn't find a better echo, so look for alternatives.
616
 
      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
617
 
         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
618
 
         test "X$echo_testing_string" = "X$echo_test_string"; then
619
 
        # This shell has a builtin print -r that does the trick.
620
 
        ECHO='print -r'
621
 
      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
622
 
           test "X$CONFIG_SHELL" != X/bin/ksh; then
623
 
        # If we have ksh, try running configure again with it.
624
 
        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
625
 
        export ORIGINAL_CONFIG_SHELL
626
 
        CONFIG_SHELL=/bin/ksh
627
 
        export CONFIG_SHELL
628
 
        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
629
 
      else
630
 
        # Try using printf.
631
 
        ECHO='printf %s\n'
632
 
        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
633
 
           echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
634
 
           test "X$echo_testing_string" = "X$echo_test_string"; then
635
 
          # Cool, printf works
636
 
          :
637
 
        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
638
 
             test "X$echo_testing_string" = 'X\t' &&
639
 
             echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
640
 
             test "X$echo_testing_string" = "X$echo_test_string"; then
641
 
          CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
642
 
          export CONFIG_SHELL
643
 
          SHELL="$CONFIG_SHELL"
644
 
          export SHELL
645
 
          ECHO="$CONFIG_SHELL $0 --fallback-echo"
646
 
        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
647
 
             test "X$echo_testing_string" = 'X\t' &&
648
 
             echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
649
 
             test "X$echo_testing_string" = "X$echo_test_string"; then
650
 
          ECHO="$CONFIG_SHELL $0 --fallback-echo"
651
 
        else
652
 
          # maybe with a smaller string...
653
 
          prev=:
654
 
 
655
 
          for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
656
 
            if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
657
 
            then
658
 
              break
659
 
            fi
660
 
            prev="$cmd"
661
 
          done
662
 
 
663
 
          if test "$prev" != 'sed 50q "$0"'; then
664
 
            echo_test_string=`eval $prev`
665
 
            export echo_test_string
666
 
            exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
667
 
          else
668
 
            # Oops.  We lost completely, so just stick with echo.
669
 
            ECHO=echo
670
 
          fi
671
 
        fi
672
 
      fi
673
 
    fi
674
 
  fi
675
 
fi
676
 
 
677
 
# Copy echo and quote the copy suitably for passing to libtool from
678
 
# the Makefile, instead of quoting the original, which is used later.
679
 
lt_ECHO=$ECHO
680
 
if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
681
 
   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
682
 
fi
683
 
 
684
 
 
685
 
 
686
547
 
687
548
test -n "$DJDIR" || exec 7<&0 </dev/null
688
549
exec 6>&1
707
568
# Identity of this package.
708
569
PACKAGE_NAME='telepathy-logger'
709
570
PACKAGE_TARNAME='telepathy-logger'
710
 
PACKAGE_VERSION='0.1.7'
711
 
PACKAGE_STRING='telepathy-logger 0.1.7'
 
571
PACKAGE_VERSION='0.2.0'
 
572
PACKAGE_STRING='telepathy-logger 0.2.0'
712
573
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/buglist.cgi?product=Telepathy&component=logger'
713
574
PACKAGE_URL=''
714
575
 
849
710
LIPO
850
711
NMEDIT
851
712
DSYMUTIL
852
 
lt_ECHO
853
713
RANLIB
854
714
AR
855
715
OBJDUMP
1065
925
  fi
1066
926
 
1067
927
  case $ac_option in
1068
 
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1069
 
  *=)   ac_optarg= ;;
1070
 
  *)    ac_optarg=yes ;;
 
928
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
929
  *)    ac_optarg=yes ;;
1071
930
  esac
1072
931
 
1073
932
  # Accept the important Cygnus configure options, so we can diagnose typos.
1545
1404
  # Omit some internal or obsolete options to make the list less imposing.
1546
1405
  # This message is too long to be a string in the A/UX 3.1 sh.
1547
1406
  cat <<_ACEOF
1548
 
\`configure' configures telepathy-logger 0.1.7 to adapt to many kinds of systems.
 
1407
\`configure' configures telepathy-logger 0.2.0 to adapt to many kinds of systems.
1549
1408
 
1550
1409
Usage: $0 [OPTION]... [VAR=VALUE]...
1551
1410
 
1620
1479
 
1621
1480
if test -n "$ac_init_help"; then
1622
1481
  case $ac_init_help in
1623
 
     short | recursive ) echo "Configuration of telepathy-logger 0.1.7:";;
 
1482
     short | recursive ) echo "Configuration of telepathy-logger 0.2.0:";;
1624
1483
   esac
1625
1484
  cat <<\_ACEOF
1626
1485
 
1751
1610
test -n "$ac_init_help" && exit $ac_status
1752
1611
if $ac_init_version; then
1753
1612
  cat <<\_ACEOF
1754
 
telepathy-logger configure 0.1.7
1755
 
generated by GNU Autoconf 2.67
 
1613
telepathy-logger configure 0.2.0
 
1614
generated by GNU Autoconf 2.66
1756
1615
 
1757
1616
Copyright (C) 2010 Free Software Foundation, Inc.
1758
1617
This configure script is free software; the Free Software Foundation
1760
1619
 
1761
1620
 
1762
1621
  Copyright (C) 2003-2007 Imendio AB
1763
 
  Copyright (C) 2007-2010 Collabora Ltd.
 
1622
  Copyright (C) 2007-2011 Collabora Ltd.
1764
1623
 
1765
1624
_ACEOF
1766
1625
  exit
1875
1734
    mv -f conftest.er1 conftest.err
1876
1735
  fi
1877
1736
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1878
 
  test $ac_status = 0; } > conftest.i && {
 
1737
  test $ac_status = 0; } >/dev/null && {
1879
1738
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1880
1739
         test ! -s conftest.err
1881
1740
       }; then :
2034
1893
This file contains any messages produced by compilers while
2035
1894
running configure, to aid debugging if configure makes a mistake.
2036
1895
 
2037
 
It was created by telepathy-logger $as_me 0.1.7, which was
2038
 
generated by GNU Autoconf 2.67.  Invocation command line was
 
1896
It was created by telepathy-logger $as_me 0.2.0, which was
 
1897
generated by GNU Autoconf 2.66.  Invocation command line was
2039
1898
 
2040
1899
  $ $0 $@
2041
1900
 
2293
2152
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2294
2153
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2295
2154
as_fn_error $? "failed to load site script $ac_site_file
2296
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
2155
See \`config.log' for more details" "$LINENO" 5; }
2297
2156
  fi
2298
2157
done
2299
2158
 
2405
2264
 
2406
2265
 official_release=yes
2407
2266
 
2408
 
TPL_LT_CURRENT=1
2409
 
TPL_LT_REVISION=1
 
2267
TPL_LT_CURRENT=2
 
2268
TPL_LT_REVISION=0
2410
2269
TPL_LT_AGE=0
2411
2270
 
2412
2271
 
2416
2275
TPL_ABI_VERSION=`expr ${TPL_LT_CURRENT} - ${TPL_LT_AGE}`
2417
2276
 
2418
2277
 
2419
 
TPL_EXT_LT_CURRENT=1
2420
 
TPL_EXT_LT_REVISION=1
 
2278
TPL_EXT_LT_CURRENT=2
 
2279
TPL_EXT_LT_REVISION=0
2421
2280
TPL_EXT_LT_AGE=0
2422
2281
 
2423
2282
 
2591
2450
'
2592
2451
case `pwd` in
2593
2452
  *[\\\"\#\$\&\'\`$am_lf]*)
2594
 
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
 
2453
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2595
2454
esac
2596
2455
case $srcdir in
2597
2456
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2598
 
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
 
2457
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2599
2458
esac
2600
2459
 
2601
2460
# Do `set' in a subshell so we don't clobber the current shell's
2923
2782
 
2924
2783
# Define the identity of the package.
2925
2784
 PACKAGE='telepathy-logger'
2926
 
 VERSION='0.1.7'
 
2785
 VERSION='0.2.0'
2927
2786
 
2928
2787
 
2929
2788
# Some tools Automake needs.
3398
3257
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3399
3258
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3400
3259
as_fn_error $? "no acceptable C compiler found in \$PATH
3401
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
3260
See \`config.log' for more details" "$LINENO" 5; }
3402
3261
 
3403
3262
# Provide some information about the compiler.
3404
3263
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3513
3372
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3514
3373
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3515
3374
as_fn_error 77 "C compiler cannot create executables
3516
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
3375
See \`config.log' for more details" "$LINENO" 5; }
3517
3376
else
3518
3377
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3519
3378
$as_echo "yes" >&6; }
3556
3415
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3557
3416
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3558
3417
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3559
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
3418
See \`config.log' for more details" "$LINENO" 5; }
3560
3419
fi
3561
3420
rm -f conftest conftest$ac_cv_exeext
3562
3421
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3615
3474
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3616
3475
as_fn_error $? "cannot run C compiled programs.
3617
3476
If you meant to cross compile, use \`--host'.
3618
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
3477
See \`config.log' for more details" "$LINENO" 5; }
3619
3478
    fi
3620
3479
  fi
3621
3480
fi
3667
3526
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3668
3527
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3669
3528
as_fn_error $? "cannot compute suffix of object files: cannot compile
3670
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
3529
See \`config.log' for more details" "$LINENO" 5; }
3671
3530
fi
3672
3531
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3673
3532
fi
4372
4231
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4373
4232
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4374
4233
as_fn_error $? "no acceptable C compiler found in \$PATH
4375
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
4234
See \`config.log' for more details" "$LINENO" 5; }
4376
4235
 
4377
4236
# Provide some information about the compiler.
4378
4237
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4780
4639
  # Broken: fails on valid input.
4781
4640
continue
4782
4641
fi
4783
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
4642
rm -f conftest.err conftest.$ac_ext
4784
4643
 
4785
4644
  # OK, works on sane cases.  Now check whether nonexistent headers
4786
4645
  # can be detected and how.
4796
4655
ac_preproc_ok=:
4797
4656
break
4798
4657
fi
4799
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
4658
rm -f conftest.err conftest.$ac_ext
4800
4659
 
4801
4660
done
4802
4661
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4803
 
rm -f conftest.i conftest.err conftest.$ac_ext
 
4662
rm -f conftest.err conftest.$ac_ext
4804
4663
if $ac_preproc_ok; then :
4805
4664
  break
4806
4665
fi
4839
4698
  # Broken: fails on valid input.
4840
4699
continue
4841
4700
fi
4842
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
4701
rm -f conftest.err conftest.$ac_ext
4843
4702
 
4844
4703
  # OK, works on sane cases.  Now check whether nonexistent headers
4845
4704
  # can be detected and how.
4855
4714
ac_preproc_ok=:
4856
4715
break
4857
4716
fi
4858
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
4717
rm -f conftest.err conftest.$ac_ext
4859
4718
 
4860
4719
done
4861
4720
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4862
 
rm -f conftest.i conftest.err conftest.$ac_ext
 
4721
rm -f conftest.err conftest.$ac_ext
4863
4722
if $ac_preproc_ok; then :
4864
4723
 
4865
4724
else
4866
4725
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4867
4726
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4868
4727
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4869
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
4728
See \`config.log' for more details" "$LINENO" 5; }
4870
4729
fi
4871
4730
 
4872
4731
ac_ext=c
5126
4985
 
5127
4986
 
5128
4987
 
5129
 
macro_version='2.2.6b'
5130
 
macro_revision='1.3017'
 
4988
macro_version='2.2.10'
 
4989
macro_revision='1.3175'
5131
4990
 
5132
4991
 
5133
4992
 
5165
5024
$as_echo "$ac_cv_build" >&6; }
5166
5025
case $ac_cv_build in
5167
5026
*-*-*) ;;
5168
 
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
 
5027
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5169
5028
esac
5170
5029
build=$ac_cv_build
5171
5030
ac_save_IFS=$IFS; IFS='-'
5198
5057
$as_echo "$ac_cv_host" >&6; }
5199
5058
case $ac_cv_host in
5200
5059
*-*-*) ;;
5201
 
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
 
5060
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5202
5061
esac
5203
5062
host=$ac_cv_host
5204
5063
ac_save_IFS=$IFS; IFS='-'
5214
5073
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5215
5074
 
5216
5075
 
 
5076
# Backslashify metacharacters that are still active within
 
5077
# double-quoted strings.
 
5078
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
 
5079
 
 
5080
# Same as above, but do not quote variable references.
 
5081
double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
5082
 
 
5083
# Sed substitution to delay expansion of an escaped shell variable in a
 
5084
# double_quote_subst'ed string.
 
5085
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
5086
 
 
5087
# Sed substitution to delay expansion of an escaped single quote.
 
5088
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
5089
 
 
5090
# Sed substitution to avoid accidental globbing in evaled expressions
 
5091
no_glob_subst='s/\*/\\\*/g'
 
5092
 
 
5093
ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
5094
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
 
5095
ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
 
5096
 
 
5097
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
 
5098
$as_echo_n "checking how to print strings... " >&6; }
 
5099
# Test print first, because it will be a builtin if present.
 
5100
if test "X`print -r -- -n 2>/dev/null`" = X-n && \
 
5101
   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
 
5102
  ECHO='print -r --'
 
5103
elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
 
5104
  ECHO='printf %s\n'
 
5105
else
 
5106
  # Use this function as a fallback that always works.
 
5107
  func_fallback_echo ()
 
5108
  {
 
5109
    eval 'cat <<_LTECHO_EOF
 
5110
$1
 
5111
_LTECHO_EOF'
 
5112
  }
 
5113
  ECHO='func_fallback_echo'
 
5114
fi
 
5115
 
 
5116
# func_echo_all arg...
 
5117
# Invoke $ECHO with all args, space-separated.
 
5118
func_echo_all ()
 
5119
{
 
5120
    $ECHO ""
 
5121
}
 
5122
 
 
5123
case "$ECHO" in
 
5124
  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
 
5125
$as_echo "printf" >&6; } ;;
 
5126
  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
 
5127
$as_echo "print -r" >&6; } ;;
 
5128
  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
 
5129
$as_echo "cat" >&6; } ;;
 
5130
esac
 
5131
 
 
5132
 
 
5133
 
 
5134
 
 
5135
 
 
5136
 
 
5137
 
 
5138
 
 
5139
 
 
5140
 
 
5141
 
 
5142
 
 
5143
 
 
5144
 
5217
5145
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5218
5146
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5219
5147
if test "${ac_cv_path_SED+set}" = set; then :
5549
5477
  NM="$lt_cv_path_NM"
5550
5478
else
5551
5479
  # Didn't find any BSD compatible name lister, look for dumpbin.
5552
 
  if test -n "$ac_tool_prefix"; then
5553
 
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
 
5480
  if test -n "$DUMPBIN"; then :
 
5481
    # Let the user override the test.
 
5482
  else
 
5483
    if test -n "$ac_tool_prefix"; then
 
5484
  for ac_prog in dumpbin "link -dump"
5554
5485
  do
5555
5486
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5556
5487
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5594
5525
fi
5595
5526
if test -z "$DUMPBIN"; then
5596
5527
  ac_ct_DUMPBIN=$DUMPBIN
5597
 
  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
 
5528
  for ac_prog in dumpbin "link -dump"
5598
5529
do
5599
5530
  # Extract the first word of "$ac_prog", so it can be a program name with args.
5600
5531
set dummy $ac_prog; ac_word=$2
5649
5580
  fi
5650
5581
fi
5651
5582
 
 
5583
    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
 
5584
    *COFF*)
 
5585
      DUMPBIN="$DUMPBIN -symbols"
 
5586
      ;;
 
5587
    *)
 
5588
      DUMPBIN=:
 
5589
      ;;
 
5590
    esac
 
5591
  fi
5652
5592
 
5653
5593
  if test "$DUMPBIN" != ":"; then
5654
5594
    NM="$DUMPBIN"
5668
5608
else
5669
5609
  lt_cv_nm_interface="BSD nm"
5670
5610
  echo "int some_variable = 0;" > conftest.$ac_ext
5671
 
  (eval echo "\"\$as_me:5671: $ac_compile\"" >&5)
 
5611
  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5672
5612
  (eval "$ac_compile" 2>conftest.err)
5673
5613
  cat conftest.err >&5
5674
 
  (eval echo "\"\$as_me:5674: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5614
  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5675
5615
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5676
5616
  cat conftest.err >&5
5677
 
  (eval echo "\"\$as_me:5677: output\"" >&5)
 
5617
  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5678
5618
  cat conftest.out >&5
5679
5619
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5680
5620
    lt_cv_nm_interface="MS dumpbin"
5731
5671
    lt_cv_sys_max_cmd_len=8192;
5732
5672
    ;;
5733
5673
 
 
5674
  mint*)
 
5675
    # On MiNT this can take a long time and run out of memory.
 
5676
    lt_cv_sys_max_cmd_len=8192;
 
5677
    ;;
 
5678
 
5734
5679
  amigaos*)
5735
5680
    # On AmigaOS with pdksh, this test takes hours, literally.
5736
5681
    # So we just punt and use a minimum line length of 8192.
5795
5740
      # If test is not a shell built-in, we'll probably end up computing a
5796
5741
      # maximum length that is only half of the actual maximum length, but
5797
5742
      # we can't tell.
5798
 
      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5799
 
                 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
5743
      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
 
5744
                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5800
5745
              test $i != 17 # 1/2 MB should be enough
5801
5746
      do
5802
5747
        i=`expr $i + 1`
6067
6012
  # Base MSYS/MinGW do not provide the 'file' command needed by
6068
6013
  # func_win32_libid shell function, so use a weaker test based on 'objdump',
6069
6014
  # unless we find 'file', for example because we are cross-compiling.
6070
 
  if ( file / ) >/dev/null 2>&1; then
 
6015
  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
 
6016
  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6071
6017
    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6072
6018
    lt_cv_file_magic_cmd='func_win32_libid'
6073
6019
  else
6074
 
    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
6020
    # Keep this pattern in sync with the one in func_win32_libid.
 
6021
    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
6075
6022
    lt_cv_file_magic_cmd='$OBJDUMP -f'
6076
6023
  fi
6077
6024
  ;;
6078
6025
 
6079
 
cegcc)
 
6026
cegcc*)
6080
6027
  # use the weaker test based on 'objdump'. See mingw*.
6081
6028
  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6082
6029
  lt_cv_file_magic_cmd='$OBJDUMP -f'
6106
6053
  lt_cv_deplibs_check_method=pass_all
6107
6054
  ;;
6108
6055
 
 
6056
haiku*)
 
6057
  lt_cv_deplibs_check_method=pass_all
 
6058
  ;;
 
6059
 
6109
6060
hpux10.20* | hpux11*)
6110
6061
  lt_cv_file_magic_cmd=/usr/bin/file
6111
6062
  case $host_cpu in
6114
6065
    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6115
6066
    ;;
6116
6067
  hppa*64*)
6117
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
 
6068
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6118
6069
    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6119
6070
    ;;
6120
6071
  *)
6121
 
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
 
6072
    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6122
6073
    lt_cv_file_magic_test_file=/usr/lib/libc.sl
6123
6074
    ;;
6124
6075
  esac
6144
6095
  lt_cv_deplibs_check_method=pass_all
6145
6096
  ;;
6146
6097
 
6147
 
netbsd* | netbsdelf*-gnu)
 
6098
netbsd*)
6148
6099
  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6149
6100
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6150
6101
  else
6556
6507
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6557
6508
fi
6558
6509
 
 
6510
case $host_os in
 
6511
  darwin*)
 
6512
    lock_old_archive_extraction=yes ;;
 
6513
  *)
 
6514
    lock_old_archive_extraction=no ;;
 
6515
esac
 
6516
 
 
6517
 
 
6518
 
 
6519
 
 
6520
 
 
6521
 
6559
6522
 
6560
6523
 
6561
6524
 
6725
6688
  test $ac_status = 0; }; then
6726
6689
    # Now try to grab the symbols.
6727
6690
    nlist=conftest.nm
6728
 
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6729
 
  (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
6691
    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
 
6692
  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6730
6693
  ac_status=$?
6731
6694
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6732
6695
  test $ac_status = 0; } && test -s "$nlist"; then
6879
6842
  ;;
6880
6843
*-*-irix6*)
6881
6844
  # Find out which ABI we are using.
6882
 
  echo '#line 6882 "configure"' > conftest.$ac_ext
 
6845
  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6883
6846
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6884
6847
  (eval $ac_compile) 2>&5
6885
6848
  ac_status=$?
7591
7554
fi
7592
7555
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7593
7556
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
7557
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
 
7558
$as_echo_n "checking for -force_load linker flag... " >&6; }
 
7559
if test "${lt_cv_ld_force_load+set}" = set; then :
 
7560
  $as_echo_n "(cached) " >&6
 
7561
else
 
7562
  lt_cv_ld_force_load=no
 
7563
      cat > conftest.c << _LT_EOF
 
7564
int forced_loaded() { return 2;}
 
7565
_LT_EOF
 
7566
      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
 
7567
      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
 
7568
      echo "$AR cru libconftest.a conftest.o" >&5
 
7569
      $AR cru libconftest.a conftest.o 2>&5
 
7570
      echo "$RANLIB libconftest.a" >&5
 
7571
      $RANLIB libconftest.a 2>&5
 
7572
      cat > conftest.c << _LT_EOF
 
7573
int main() { return 0;}
 
7574
_LT_EOF
 
7575
      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
 
7576
      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
 
7577
      _lt_result=$?
 
7578
      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
 
7579
        lt_cv_ld_force_load=yes
 
7580
      else
 
7581
        cat conftest.err >&5
 
7582
      fi
 
7583
        rm -f conftest.err libconftest.a conftest conftest.c
 
7584
        rm -rf conftest.dSYM
 
7585
 
 
7586
fi
 
7587
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
 
7588
$as_echo "$lt_cv_ld_force_load" >&6; }
7594
7589
    case $host_os in
7595
7590
    rhapsody* | darwin1.[012])
7596
7591
      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7618
7613
    else
7619
7614
      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7620
7615
    fi
7621
 
    if test "$DSYMUTIL" != ":"; then
 
7616
    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7622
7617
      _lt_dsymutil='~$DSYMUTIL $lib || :'
7623
7618
    else
7624
7619
      _lt_dsymutil=
7658
7653
 
7659
7654
 
7660
7655
 
 
7656
 
 
7657
 
7661
7658
# Set options
7662
7659
 
7663
7660
 
7810
7807
 
7811
7808
 
7812
7809
 
 
7810
 
7813
7811
test -z "$LN_S" && LN_S="ln -s"
7814
7812
 
7815
7813
 
7859
7857
 
7860
7858
 
7861
7859
 
7862
 
 
7863
 
 
7864
 
 
7865
 
 
7866
 
 
7867
 
 
7868
 
 
7869
 
 
7870
 
 
7871
 
 
7872
 
 
7873
 
 
7874
 
 
7875
7860
case $host_os in
7876
7861
aix3*)
7877
7862
  # AIX sometimes has problems with the GCC collect2 program.  For some
7884
7869
  ;;
7885
7870
esac
7886
7871
 
7887
 
# Sed substitution that helps us do robust quoting.  It backslashifies
7888
 
# metacharacters that are still active within double-quoted strings.
7889
 
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7890
 
 
7891
 
# Same as above, but do not quote variable references.
7892
 
double_quote_subst='s/\(["`\\]\)/\\\1/g'
7893
 
 
7894
 
# Sed substitution to delay expansion of an escaped shell variable in a
7895
 
# double_quote_subst'ed string.
7896
 
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7897
 
 
7898
 
# Sed substitution to delay expansion of an escaped single quote.
7899
 
delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7900
 
 
7901
 
# Sed substitution to avoid accidental globbing in evaled expressions
7902
 
no_glob_subst='s/\*/\\\*/g'
7903
 
 
7904
7872
# Global variables:
7905
7873
ofile=libtool
7906
7874
can_build_shared=yes
7929
7897
    *) break;;
7930
7898
  esac
7931
7899
done
7932
 
cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
7900
cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7933
7901
 
7934
7902
 
7935
7903
# Only perform the check for file, if the check method requires it
8138
8106
lt_prog_compiler_no_builtin_flag=
8139
8107
 
8140
8108
if test "$GCC" = yes; then
8141
 
  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
8109
  case $cc_basename in
 
8110
  nvcc*)
 
8111
    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
 
8112
  *)
 
8113
    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
 
8114
  esac
8142
8115
 
8143
8116
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8144
8117
$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8158
8131
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8159
8132
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8160
8133
   -e 's:$: $lt_compiler_flag:'`
8161
 
   (eval echo "\"\$as_me:8161: $lt_compile\"" >&5)
 
8134
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8162
8135
   (eval "$lt_compile" 2>conftest.err)
8163
8136
   ac_status=$?
8164
8137
   cat conftest.err >&5
8165
 
   echo "$as_me:8165: \$? = $ac_status" >&5
 
8138
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166
8139
   if (exit $ac_status) && test -s "$ac_outfile"; then
8167
8140
     # The compiler can only warn and ignore the option if not recognized
8168
8141
     # So say no if there are warnings other than the usual output.
8169
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
8142
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8170
8143
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8171
8144
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8172
8145
       lt_cv_prog_compiler_rtti_exceptions=yes
8244
8217
      lt_prog_compiler_pic='-fno-common'
8245
8218
      ;;
8246
8219
 
 
8220
    haiku*)
 
8221
      # PIC is the default for Haiku.
 
8222
      # The "-static" flag exists, but is broken.
 
8223
      lt_prog_compiler_static=
 
8224
      ;;
 
8225
 
8247
8226
    hpux*)
8248
8227
      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8249
8228
      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
8286
8265
      lt_prog_compiler_pic='-fPIC'
8287
8266
      ;;
8288
8267
    esac
 
8268
 
 
8269
    case $cc_basename in
 
8270
    nvcc*) # Cuda Compiler Driver 2.2
 
8271
      lt_prog_compiler_wl='-Xlinker '
 
8272
      lt_prog_compiler_pic='-Xcompiler -fPIC'
 
8273
      ;;
 
8274
    esac
8289
8275
  else
8290
8276
    # PORTME Check for flag to pass linker flags through the system compiler.
8291
8277
    case $host_os in
8348
8334
        lt_prog_compiler_pic='--shared'
8349
8335
        lt_prog_compiler_static='--static'
8350
8336
        ;;
8351
 
      pgcc* | pgf77* | pgf90* | pgf95*)
 
8337
      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8352
8338
        # Portland Group compilers (*not* the Pentium gcc compiler,
8353
8339
        # which looks to be a dead project)
8354
8340
        lt_prog_compiler_wl='-Wl,'
8360
8346
        # All Alpha code is PIC.
8361
8347
        lt_prog_compiler_static='-non_shared'
8362
8348
        ;;
8363
 
      xl*)
8364
 
        # IBM XL C 8.0/Fortran 10.1 on PPC
 
8349
      xl* | bgxl* | bgf* | mpixl*)
 
8350
        # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8365
8351
        lt_prog_compiler_wl='-Wl,'
8366
8352
        lt_prog_compiler_pic='-qpic'
8367
8353
        lt_prog_compiler_static='-qstaticlink'
8368
8354
        ;;
8369
8355
      *)
8370
8356
        case `$CC -V 2>&1 | sed 5q` in
 
8357
        *Sun\ F* | *Sun*Fortran*)
 
8358
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
8359
          lt_prog_compiler_pic='-KPIC'
 
8360
          lt_prog_compiler_static='-Bstatic'
 
8361
          lt_prog_compiler_wl=''
 
8362
          ;;
8371
8363
        *Sun\ C*)
8372
8364
          # Sun C 5.9
8373
8365
          lt_prog_compiler_pic='-KPIC'
8374
8366
          lt_prog_compiler_static='-Bstatic'
8375
8367
          lt_prog_compiler_wl='-Wl,'
8376
8368
          ;;
8377
 
        *Sun\ F*)
8378
 
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
8379
 
          lt_prog_compiler_pic='-KPIC'
8380
 
          lt_prog_compiler_static='-Bstatic'
8381
 
          lt_prog_compiler_wl=''
8382
 
          ;;
8383
8369
        esac
8384
8370
        ;;
8385
8371
      esac
8410
8396
      lt_prog_compiler_pic='-KPIC'
8411
8397
      lt_prog_compiler_static='-Bstatic'
8412
8398
      case $cc_basename in
8413
 
      f77* | f90* | f95*)
 
8399
      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8414
8400
        lt_prog_compiler_wl='-Qoption ld ';;
8415
8401
      *)
8416
8402
        lt_prog_compiler_wl='-Wl,';;
8497
8483
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8498
8484
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8499
8485
   -e 's:$: $lt_compiler_flag:'`
8500
 
   (eval echo "\"\$as_me:8500: $lt_compile\"" >&5)
 
8486
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8501
8487
   (eval "$lt_compile" 2>conftest.err)
8502
8488
   ac_status=$?
8503
8489
   cat conftest.err >&5
8504
 
   echo "$as_me:8504: \$? = $ac_status" >&5
 
8490
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8505
8491
   if (exit $ac_status) && test -s "$ac_outfile"; then
8506
8492
     # The compiler can only warn and ignore the option if not recognized
8507
8493
     # So say no if there are warnings other than the usual output.
8508
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
8494
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8509
8495
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8510
8496
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8511
8497
       lt_cv_prog_compiler_pic_works=yes
8553
8539
     if test -s conftest.err; then
8554
8540
       # Append any errors to the config.log.
8555
8541
       cat conftest.err 1>&5
8556
 
       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
8542
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8557
8543
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8558
8544
       if diff conftest.exp conftest.er2 >/dev/null; then
8559
8545
         lt_cv_prog_compiler_static_works=yes
8602
8588
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8603
8589
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8604
8590
   -e 's:$: $lt_compiler_flag:'`
8605
 
   (eval echo "\"\$as_me:8605: $lt_compile\"" >&5)
 
8591
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8606
8592
   (eval "$lt_compile" 2>out/conftest.err)
8607
8593
   ac_status=$?
8608
8594
   cat out/conftest.err >&5
8609
 
   echo "$as_me:8609: \$? = $ac_status" >&5
 
8595
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8610
8596
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8611
8597
   then
8612
8598
     # The compiler can only warn and ignore the option if not recognized
8613
8599
     # So say no if there are warnings
8614
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
8600
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8615
8601
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8616
8602
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8617
8603
       lt_cv_prog_compiler_c_o=yes
8657
8643
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8658
8644
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8659
8645
   -e 's:$: $lt_compiler_flag:'`
8660
 
   (eval echo "\"\$as_me:8660: $lt_compile\"" >&5)
 
8646
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8661
8647
   (eval "$lt_compile" 2>out/conftest.err)
8662
8648
   ac_status=$?
8663
8649
   cat out/conftest.err >&5
8664
 
   echo "$as_me:8664: \$? = $ac_status" >&5
 
8650
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665
8651
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8666
8652
   then
8667
8653
     # The compiler can only warn and ignore the option if not recognized
8668
8654
     # So say no if there are warnings
8669
 
     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
8655
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8670
8656
     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8671
8657
     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8672
8658
       lt_cv_prog_compiler_c_o=yes
8776
8762
  openbsd*)
8777
8763
    with_gnu_ld=no
8778
8764
    ;;
8779
 
  linux* | k*bsd*-gnu)
8780
 
    link_all_deplibs=no
8781
 
    ;;
8782
8765
  esac
8783
8766
 
8784
8767
  ld_shlibs=yes
 
8768
 
 
8769
  # On some targets, GNU ld is compatible enough with the native linker
 
8770
  # that we're better off using the native interface for both.
 
8771
  lt_use_gnu_ld_interface=no
8785
8772
  if test "$with_gnu_ld" = yes; then
 
8773
    case $host_os in
 
8774
      aix*)
 
8775
        # The AIX port of GNU ld has always aspired to compatibility
 
8776
        # with the native linker.  However, as the warning in the GNU ld
 
8777
        # block says, versions before 2.19.5* couldn't really create working
 
8778
        # shared libraries, regardless of the interface used.
 
8779
        case `$LD -v 2>&1` in
 
8780
          *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
 
8781
          *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
 
8782
          *\ \(GNU\ Binutils\)\ [3-9]*) ;;
 
8783
          *)
 
8784
            lt_use_gnu_ld_interface=yes
 
8785
            ;;
 
8786
        esac
 
8787
        ;;
 
8788
      *)
 
8789
        lt_use_gnu_ld_interface=yes
 
8790
        ;;
 
8791
    esac
 
8792
  fi
 
8793
 
 
8794
  if test "$lt_use_gnu_ld_interface" = yes; then
8786
8795
    # If archive_cmds runs LD, not CC, wlarc should be empty
8787
8796
    wlarc='${wl}'
8788
8797
 
8816
8825
        ld_shlibs=no
8817
8826
        cat <<_LT_EOF 1>&2
8818
8827
 
8819
 
*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
8828
*** Warning: the GNU linker, at least up to release 2.19, is reported
8820
8829
*** to be unable to reliably create shared libraries on AIX.
8821
8830
*** Therefore, libtool is disabling shared libraries support.  If you
8822
 
*** really care for shared libraries, you may want to modify your PATH
8823
 
*** so that a non-GNU linker is found, and then restart.
 
8831
*** really care for shared libraries, you may want to install binutils
 
8832
*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
 
8833
*** You will then need to restart the configuration process.
8824
8834
 
8825
8835
_LT_EOF
8826
8836
      fi
8856
8866
      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8857
8867
      # as there is no search path for DLLs.
8858
8868
      hardcode_libdir_flag_spec='-L$libdir'
 
8869
      export_dynamic_flag_spec='${wl}--export-all-symbols'
8859
8870
      allow_undefined_flag=unsupported
8860
8871
      always_export_symbols=no
8861
8872
      enable_shared_with_static_runtimes=yes
8877
8888
      fi
8878
8889
      ;;
8879
8890
 
 
8891
    haiku*)
 
8892
      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8893
      link_all_deplibs=yes
 
8894
      ;;
 
8895
 
8880
8896
    interix[3-9]*)
8881
8897
      hardcode_direct=no
8882
8898
      hardcode_shlibpath_var=no
8906
8922
        tmp_sharedflag='-shared'
8907
8923
        case $cc_basename,$host_cpu in
8908
8924
        pgcc*)                          # Portland Group C compiler
8909
 
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
8925
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8910
8926
          tmp_addflag=' $pic_flag'
8911
8927
          ;;
8912
 
        pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8913
 
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
8928
        pgf77* | pgf90* | pgf95* | pgfortran*)
 
8929
                                        # Portland Group f77 and f90 compilers
 
8930
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8914
8931
          tmp_addflag=' $pic_flag -Mnomain' ;;
8915
8932
        ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8916
8933
          tmp_addflag=' -i_dynamic' ;;
8921
8938
        lf95*)                          # Lahey Fortran 8.1
8922
8939
          whole_archive_flag_spec=
8923
8940
          tmp_sharedflag='--shared' ;;
8924
 
        xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
 
8941
        xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8925
8942
          tmp_sharedflag='-qmkshrobj'
8926
8943
          tmp_addflag= ;;
 
8944
        nvcc*)  # Cuda Compiler Driver 2.2
 
8945
          whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
 
8946
          compiler_needs_object=yes
 
8947
          ;;
8927
8948
        esac
8928
8949
        case `$CC -V 2>&1 | sed 5q` in
8929
8950
        *Sun\ C*)                       # Sun C 5.9
8930
 
          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
8951
          whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8931
8952
          compiler_needs_object=yes
8932
8953
          tmp_sharedflag='-G' ;;
8933
8954
        *Sun\ F*)                       # Sun Fortran 8.3
8943
8964
        fi
8944
8965
 
8945
8966
        case $cc_basename in
8946
 
        xlf*)
 
8967
        xlf* | bgf* | bgxlf* | mpixlf*)
8947
8968
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8948
8969
          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8949
8970
          hardcode_libdir_flag_spec=
8950
8971
          hardcode_libdir_flag_spec_ld='-rpath $libdir'
8951
 
          archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
8972
          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8952
8973
          if test "x$supports_anon_versioning" = xyes; then
8953
8974
            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8954
8975
              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8955
8976
              echo "local: *; };" >> $output_objdir/$libname.ver~
8956
 
              $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
8977
              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8957
8978
          fi
8958
8979
          ;;
8959
8980
        esac
8962
8983
      fi
8963
8984
      ;;
8964
8985
 
8965
 
    netbsd* | netbsdelf*-gnu)
 
8986
    netbsd*)
8966
8987
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8967
8988
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8968
8989
        wlarc=
9074
9095
      else
9075
9096
        # If we're using GNU nm, then we don't want the "-C" option.
9076
9097
        # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
9098
        # Also, AIX nm treats weak defined symbols like other global
 
9099
        # defined symbols, whereas GNU nm marks them as "W".
9077
9100
        if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9078
 
          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
9101
          export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9079
9102
        else
9080
9103
          export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9081
9104
        fi
9137
9160
        if test "$aix_use_runtimelinking" = yes; then
9138
9161
          shared_flag="$shared_flag "'${wl}-G'
9139
9162
        fi
9140
 
        link_all_deplibs=no
9141
9163
      else
9142
9164
        # not using gcc
9143
9165
        if test "$host_cpu" = ia64; then
9194
9216
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9195
9217
 
9196
9218
        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9197
 
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
9219
        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9198
9220
      else
9199
9221
        if test "$host_cpu" = ia64; then
9200
9222
          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9238
9260
          # -berok will link without error, but may produce a broken library.
9239
9261
          no_undefined_flag=' ${wl}-bernotok'
9240
9262
          allow_undefined_flag=' ${wl}-berok'
9241
 
          # Exported symbols can be pulled into shared objects from archives
9242
 
          whole_archive_flag_spec='$convenience'
 
9263
          if test "$with_gnu_ld" = yes; then
 
9264
            # We only use this code for GNU lds that support --whole-archive.
 
9265
            whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
9266
          else
 
9267
            # Exported symbols can be pulled into shared objects from archives
 
9268
            whole_archive_flag_spec='$convenience'
 
9269
          fi
9243
9270
          archive_cmds_need_lc=yes
9244
9271
          # This is similar to how AIX traditionally builds its shared libraries.
9245
9272
          archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9278
9305
      # Tell ltmain to make .dll files, not .so files.
9279
9306
      shrext_cmds=".dll"
9280
9307
      # FIXME: Setting linknames here is a bad hack.
9281
 
      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
9308
      archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9282
9309
      # The linker will automatically build a .lib file if we build a DLL.
9283
9310
      old_archive_from_new_cmds='true'
9284
9311
      # FIXME: Should let the user specify the lib program.
9294
9321
  hardcode_direct=no
9295
9322
  hardcode_automatic=yes
9296
9323
  hardcode_shlibpath_var=unsupported
9297
 
  whole_archive_flag_spec=''
 
9324
  if test "$lt_cv_ld_force_load" = "yes"; then
 
9325
    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
9326
  else
 
9327
    whole_archive_flag_spec=''
 
9328
  fi
9298
9329
  link_all_deplibs=yes
9299
9330
  allow_undefined_flag="$_lt_dar_allow_undefined"
9300
9331
  case $cc_basename in
9302
9333
     *) _lt_dar_can_shared=$GCC ;;
9303
9334
  esac
9304
9335
  if test "$_lt_dar_can_shared" = "yes"; then
9305
 
    output_verbose_link_cmd=echo
 
9336
    output_verbose_link_cmd=func_echo_all
9306
9337
    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9307
9338
    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9308
9339
    archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9368
9399
      ;;
9369
9400
 
9370
9401
    hpux10*)
9371
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
9402
      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9372
9403
        archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9373
9404
      else
9374
9405
        archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9387
9418
      ;;
9388
9419
 
9389
9420
    hpux11*)
9390
 
      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
9421
      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9391
9422
        case $host_cpu in
9392
9423
        hppa*64*)
9393
9424
          archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9408
9439
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9409
9440
          ;;
9410
9441
        *)
9411
 
          archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
9442
 
 
9443
          # Older versions of the 11.00 compiler do not understand -b yet
 
9444
          # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
 
9445
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
 
9446
$as_echo_n "checking if $CC understands -b... " >&6; }
 
9447
if test "${lt_cv_prog_compiler__b+set}" = set; then :
 
9448
  $as_echo_n "(cached) " >&6
 
9449
else
 
9450
  lt_cv_prog_compiler__b=no
 
9451
   save_LDFLAGS="$LDFLAGS"
 
9452
   LDFLAGS="$LDFLAGS -b"
 
9453
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
9454
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
9455
     # The linker can only warn and ignore the option if not recognized
 
9456
     # So say no if there are warnings
 
9457
     if test -s conftest.err; then
 
9458
       # Append any errors to the config.log.
 
9459
       cat conftest.err 1>&5
 
9460
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
 
9461
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
9462
       if diff conftest.exp conftest.er2 >/dev/null; then
 
9463
         lt_cv_prog_compiler__b=yes
 
9464
       fi
 
9465
     else
 
9466
       lt_cv_prog_compiler__b=yes
 
9467
     fi
 
9468
   fi
 
9469
   $RM -r conftest*
 
9470
   LDFLAGS="$save_LDFLAGS"
 
9471
 
 
9472
fi
 
9473
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
 
9474
$as_echo "$lt_cv_prog_compiler__b" >&6; }
 
9475
 
 
9476
if test x"$lt_cv_prog_compiler__b" = xyes; then
 
9477
    archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
9478
else
 
9479
    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
9480
fi
 
9481
 
9412
9482
          ;;
9413
9483
        esac
9414
9484
      fi
9436
9506
 
9437
9507
    irix5* | irix6* | nonstopux*)
9438
9508
      if test "$GCC" = yes; then
9439
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
9509
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9440
9510
        # Try to use the -exported_symbol ld option, if it does not
9441
9511
        # work, assume that -exports_file does not work either and
9442
9512
        # implicitly export all symbols.
9447
9517
int foo(void) {}
9448
9518
_ACEOF
9449
9519
if ac_fn_c_try_link "$LINENO"; then :
9450
 
  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
 
9520
  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9451
9521
 
9452
9522
fi
9453
9523
rm -f core conftest.err conftest.$ac_objext \
9454
9524
    conftest$ac_exeext conftest.$ac_ext
9455
9525
        LDFLAGS="$save_LDFLAGS"
9456
9526
      else
9457
 
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9458
 
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
9527
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
 
9528
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9459
9529
      fi
9460
9530
      archive_cmds_need_lc='no'
9461
9531
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9464
9534
      link_all_deplibs=yes
9465
9535
      ;;
9466
9536
 
9467
 
    netbsd* | netbsdelf*-gnu)
 
9537
    netbsd*)
9468
9538
      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9469
9539
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
9470
9540
      else
9517
9587
      hardcode_libdir_flag_spec='-L$libdir'
9518
9588
      hardcode_minus_L=yes
9519
9589
      allow_undefined_flag=unsupported
9520
 
      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
9590
      archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9521
9591
      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9522
9592
      ;;
9523
9593
 
9524
9594
    osf3*)
9525
9595
      if test "$GCC" = yes; then
9526
9596
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9527
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
9597
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9528
9598
      else
9529
9599
        allow_undefined_flag=' -expect_unresolved \*'
9530
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
9600
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9531
9601
      fi
9532
9602
      archive_cmds_need_lc='no'
9533
9603
      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9537
9607
    osf4* | osf5*)      # as osf3* with the addition of -msym flag
9538
9608
      if test "$GCC" = yes; then
9539
9609
        allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9540
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
9610
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9541
9611
        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9542
9612
      else
9543
9613
        allow_undefined_flag=' -expect_unresolved \*'
9544
 
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
9614
        archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9545
9615
        archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9546
 
        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
 
9616
        $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9547
9617
 
9548
9618
        # Both c and cxx compiler support -rpath directly
9549
9619
        hardcode_libdir_flag_spec='-rpath $libdir'
9746
9816
      # to ld, don't add -lc before -lgcc.
9747
9817
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9748
9818
$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9749
 
      $RM conftest*
9750
 
      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
9819
if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
 
9820
  $as_echo_n "(cached) " >&6
 
9821
else
 
9822
  $RM conftest*
 
9823
        echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9751
9824
 
9752
 
      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
9825
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9753
9826
  (eval $ac_compile) 2>&5
9754
9827
  ac_status=$?
9755
9828
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9756
9829
  test $ac_status = 0; } 2>conftest.err; then
9757
 
        soname=conftest
9758
 
        lib=conftest
9759
 
        libobjs=conftest.$ac_objext
9760
 
        deplibs=
9761
 
        wl=$lt_prog_compiler_wl
9762
 
        pic_flag=$lt_prog_compiler_pic
9763
 
        compiler_flags=-v
9764
 
        linker_flags=-v
9765
 
        verstring=
9766
 
        output_objdir=.
9767
 
        libname=conftest
9768
 
        lt_save_allow_undefined_flag=$allow_undefined_flag
9769
 
        allow_undefined_flag=
9770
 
        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
 
9830
          soname=conftest
 
9831
          lib=conftest
 
9832
          libobjs=conftest.$ac_objext
 
9833
          deplibs=
 
9834
          wl=$lt_prog_compiler_wl
 
9835
          pic_flag=$lt_prog_compiler_pic
 
9836
          compiler_flags=-v
 
9837
          linker_flags=-v
 
9838
          verstring=
 
9839
          output_objdir=.
 
9840
          libname=conftest
 
9841
          lt_save_allow_undefined_flag=$allow_undefined_flag
 
9842
          allow_undefined_flag=
 
9843
          if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9771
9844
  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9772
9845
  ac_status=$?
9773
9846
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9774
9847
  test $ac_status = 0; }
9775
 
        then
9776
 
          archive_cmds_need_lc=no
9777
 
        else
9778
 
          archive_cmds_need_lc=yes
9779
 
        fi
9780
 
        allow_undefined_flag=$lt_save_allow_undefined_flag
9781
 
      else
9782
 
        cat conftest.err 1>&5
9783
 
      fi
9784
 
      $RM conftest*
9785
 
      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
9786
 
$as_echo "$archive_cmds_need_lc" >&6; }
 
9848
          then
 
9849
            lt_cv_archive_cmds_need_lc=no
 
9850
          else
 
9851
            lt_cv_archive_cmds_need_lc=yes
 
9852
          fi
 
9853
          allow_undefined_flag=$lt_save_allow_undefined_flag
 
9854
        else
 
9855
          cat conftest.err 1>&5
 
9856
        fi
 
9857
        $RM conftest*
 
9858
 
 
9859
fi
 
9860
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
 
9861
$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
 
9862
      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9787
9863
      ;;
9788
9864
    esac
9789
9865
  fi
9954
10030
    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9955
10031
    *) lt_awk_arg="/^libraries:/" ;;
9956
10032
  esac
9957
 
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9958
 
  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
10033
  case $host_os in
 
10034
    mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
 
10035
    *) lt_sed_strip_eq="s,=/,/,g" ;;
 
10036
  esac
 
10037
  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
 
10038
  case $lt_search_path_spec in
 
10039
  *\;*)
9959
10040
    # if the path contains ";" then we assume it to be the separator
9960
10041
    # otherwise default to the standard path separator (i.e. ":") - it is
9961
10042
    # assumed that no part of a normal pathname contains ";" but that should
9962
10043
    # okay in the real world where ";" in dirpaths is itself problematic.
9963
 
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9964
 
  else
9965
 
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9966
 
  fi
 
10044
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
 
10045
    ;;
 
10046
  *)
 
10047
    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
 
10048
    ;;
 
10049
  esac
9967
10050
  # Ok, now we have the path, separated by spaces, we can step through it
9968
10051
  # and add multilib dir if necessary.
9969
10052
  lt_tmp_lt_search_path_spec=
9976
10059
        lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9977
10060
    fi
9978
10061
  done
9979
 
  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
10062
  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9980
10063
BEGIN {RS=" "; FS="/|\n";} {
9981
10064
  lt_foo="";
9982
10065
  lt_count=0;
9996
10079
  if (lt_foo != "") { lt_freq[lt_foo]++; }
9997
10080
  if (lt_freq[lt_foo] == 1) { print lt_foo; }
9998
10081
}'`
9999
 
  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
10082
  # AWK program above erroneously prepends '/' to C:/dos/paths
 
10083
  # for these hosts.
 
10084
  case $host_os in
 
10085
    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
 
10086
      $SED 's,/\([A-Za-z]:\),\1,g'` ;;
 
10087
  esac
 
10088
  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10000
10089
else
10001
10090
  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10002
10091
fi
10084
10173
  m68k)
10085
10174
    library_names_spec='$libname.ixlibrary $libname.a'
10086
10175
    # Create ${libname}_ixlibrary.a entries in /sys/libs.
10087
 
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
10176
    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10088
10177
    ;;
10089
10178
  esac
10090
10179
  ;;
10137
10226
    cygwin*)
10138
10227
      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10139
10228
      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10140
 
      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
10229
 
 
10230
      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10141
10231
      ;;
10142
10232
    mingw* | cegcc*)
10143
10233
      # MinGW DLLs use traditional 'lib' prefix
10144
10234
      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10145
 
      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10146
 
      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10147
 
        # It is most probably a Windows format PATH printed by
10148
 
        # mingw gcc, but we are running on Cygwin. Gcc prints its search
10149
 
        # path with ; separators, and with drive letters. We can handle the
10150
 
        # drive letters (cygwin fileutils understands them), so leave them,
10151
 
        # especially as we might pass files found there to a mingw objdump,
10152
 
        # which wouldn't understand a cygwinified path. Ahh.
10153
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10154
 
      else
10155
 
        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
10156
 
      fi
10157
10235
      ;;
10158
10236
    pw32*)
10159
10237
      # pw32 DLLs use 'pw' prefix rather than 'lib'
10253
10331
  hardcode_into_libs=yes
10254
10332
  ;;
10255
10333
 
 
10334
haiku*)
 
10335
  version_type=linux
 
10336
  need_lib_prefix=no
 
10337
  need_version=no
 
10338
  dynamic_linker="$host_os runtime_loader"
 
10339
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
10340
  soname_spec='${libname}${release}${shared_ext}$major'
 
10341
  shlibpath_var=LIBRARY_PATH
 
10342
  shlibpath_overrides_runpath=yes
 
10343
  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
 
10344
  hardcode_into_libs=yes
 
10345
  ;;
 
10346
 
10256
10347
hpux9* | hpux10* | hpux11*)
10257
10348
  # Give a soname corresponding to the major version so that dld.sl refuses to
10258
10349
  # link against other versions.
10295
10386
    soname_spec='${libname}${release}${shared_ext}$major'
10296
10387
    ;;
10297
10388
  esac
10298
 
  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
10389
  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10299
10390
  postinstall_cmds='chmod 555 $lib'
 
10391
  # or fails outright, so override atomically:
 
10392
  install_override_mode=555
10300
10393
  ;;
10301
10394
 
10302
10395
interix[3-9]*)
10363
10456
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10364
10457
  shlibpath_var=LD_LIBRARY_PATH
10365
10458
  shlibpath_overrides_runpath=no
 
10459
 
10366
10460
  # Some binutils ld are patched to set DT_RUNPATH
10367
 
  save_LDFLAGS=$LDFLAGS
10368
 
  save_libdir=$libdir
10369
 
  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10370
 
       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10371
 
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10461
  if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
 
10462
  $as_echo_n "(cached) " >&6
 
10463
else
 
10464
  lt_cv_shlibpath_overrides_runpath=no
 
10465
    save_LDFLAGS=$LDFLAGS
 
10466
    save_libdir=$libdir
 
10467
    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 
10468
         LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 
10469
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10372
10470
/* end confdefs.h.  */
10373
10471
 
10374
10472
int
10381
10479
_ACEOF
10382
10480
if ac_fn_c_try_link "$LINENO"; then :
10383
10481
  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10384
 
  shlibpath_overrides_runpath=yes
 
10482
  lt_cv_shlibpath_overrides_runpath=yes
10385
10483
fi
10386
10484
fi
10387
10485
rm -f core conftest.err conftest.$ac_objext \
10388
10486
    conftest$ac_exeext conftest.$ac_ext
10389
 
  LDFLAGS=$save_LDFLAGS
10390
 
  libdir=$save_libdir
 
10487
    LDFLAGS=$save_LDFLAGS
 
10488
    libdir=$save_libdir
 
10489
 
 
10490
fi
 
10491
 
 
10492
  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10391
10493
 
10392
10494
  # This implies no fast_install, which is unacceptable.
10393
10495
  # Some rework will be needed to allow for fast_install
10394
10496
  # before this can be enabled.
10395
10497
  hardcode_into_libs=yes
10396
10498
 
 
10499
  # Add ABI-specific directories to the system library path.
 
10500
  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
 
10501
 
10397
10502
  # Append ld.so.conf contents to the search path
10398
10503
  if test -f /etc/ld.so.conf; then
10399
 
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
10400
 
    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
10504
    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
 
10505
    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
10506
 
10401
10507
  fi
10402
10508
 
10403
10509
  # We used to test for /lib/ld.so.1 and disable shared libraries on
10409
10515
  dynamic_linker='GNU/Linux ld.so'
10410
10516
  ;;
10411
10517
 
10412
 
netbsdelf*-gnu)
10413
 
  version_type=linux
10414
 
  need_lib_prefix=no
10415
 
  need_version=no
10416
 
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10417
 
  soname_spec='${libname}${release}${shared_ext}$major'
10418
 
  shlibpath_var=LD_LIBRARY_PATH
10419
 
  shlibpath_overrides_runpath=no
10420
 
  hardcode_into_libs=yes
10421
 
  dynamic_linker='NetBSD ld.elf_so'
10422
 
  ;;
10423
 
 
10424
10518
netbsd*)
10425
10519
  version_type=sunos
10426
10520
  need_lib_prefix=no
10711
10805
 
10712
10806
 
10713
10807
 
 
10808
 
 
10809
 
 
10810
 
 
10811
 
 
10812
 
10714
10813
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10715
10814
$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10716
10815
hardcode_action=
11041
11140
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11042
11141
  lt_status=$lt_dlunknown
11043
11142
  cat > conftest.$ac_ext <<_LT_EOF
11044
 
#line 11044 "configure"
 
11143
#line $LINENO "configure"
11045
11144
#include "confdefs.h"
11046
11145
 
11047
11146
#if HAVE_DLFCN_H
11082
11181
#  endif
11083
11182
#endif
11084
11183
 
11085
 
void fnord() { int i=42;}
 
11184
/* When -fvisbility=hidden is used, assume the code has been annotated
 
11185
   correspondingly for the symbols needed.  */
 
11186
#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
11187
void fnord () __attribute__((visibility("default")));
 
11188
#endif
 
11189
 
 
11190
void fnord () { int i=42; }
11086
11191
int main ()
11087
11192
{
11088
11193
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11091
11196
  if (self)
11092
11197
    {
11093
11198
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11094
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
11199
      else
 
11200
        {
 
11201
          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
11202
          else puts (dlerror ());
 
11203
        }
11095
11204
      /* dlclose (self); */
11096
11205
    }
11097
11206
  else
11137
11246
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11138
11247
  lt_status=$lt_dlunknown
11139
11248
  cat > conftest.$ac_ext <<_LT_EOF
11140
 
#line 11140 "configure"
 
11249
#line $LINENO "configure"
11141
11250
#include "confdefs.h"
11142
11251
 
11143
11252
#if HAVE_DLFCN_H
11178
11287
#  endif
11179
11288
#endif
11180
11289
 
11181
 
void fnord() { int i=42;}
 
11290
/* When -fvisbility=hidden is used, assume the code has been annotated
 
11291
   correspondingly for the symbols needed.  */
 
11292
#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
 
11293
void fnord () __attribute__((visibility("default")));
 
11294
#endif
 
11295
 
 
11296
void fnord () { int i=42; }
11182
11297
int main ()
11183
11298
{
11184
11299
  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11187
11302
  if (self)
11188
11303
    {
11189
11304
      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
11190
 
      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
11305
      else
 
11306
        {
 
11307
          if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
 
11308
          else puts (dlerror ());
 
11309
        }
11191
11310
      /* dlclose (self); */
11192
11311
    }
11193
11312
  else
11577
11696
int
11578
11697
main ()
11579
11698
{
11580
 
  unsigned int major, minor, micro;
 
11699
  int major, minor, micro;
11581
11700
  char *tmp_version;
11582
11701
 
11583
11702
  fclose (fopen ("conf.glibtest", "w"));
11584
11703
 
11585
11704
  /* HP/UX 9 (%@#!) writes to sscanf strings */
11586
11705
  tmp_version = g_strdup("$min_glib_version");
11587
 
  if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, &micro) != 3) {
 
11706
  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
11588
11707
     printf("%s, bad version string\n", "$min_glib_version");
11589
11708
     exit(1);
11590
11709
   }
11623
11742
       }
11624
11743
     else
11625
11744
      {
11626
 
        printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n",
 
11745
        printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
11627
11746
               glib_major_version, glib_minor_version, glib_micro_version);
11628
 
        printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n",
 
11747
        printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
11629
11748
               major, minor, micro);
11630
11749
        printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
11631
11750
        printf("***\n");
11737
11856
  have_x=disabled
11738
11857
else
11739
11858
  case $x_includes,$x_libraries in #(
11740
 
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
 
11859
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
11741
11860
    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
11742
11861
  $as_echo_n "(cached) " >&6
11743
11862
else
11841
11960
  fi
11842
11961
done
11843
11962
fi
11844
 
rm -f conftest.err conftest.i conftest.$ac_ext
 
11963
rm -f conftest.err conftest.$ac_ext
11845
11964
fi # $ac_x_includes = no
11846
11965
 
11847
11966
if test "$ac_x_libraries" = no; then
13099
13218
  enableval=$enable_schemas_compile; case ${enableval} in
13100
13219
                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
13101
13220
                  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
13102
 
                  *) as_fn_error $? "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5  ;;
 
13221
                  *) as_fn_error $? "bad value ${enableval} for --enable-schemas-compile" "$LINENO" 5 ;;
13103
13222
                 esac
13104
13223
fi
13105
13224
 
14343
14462
Alternatively, you may set the environment variables TPL_CFLAGS
14344
14463
and TPL_LIBS to avoid the need to call pkg-config.
14345
14464
See the pkg-config man page for more details." "$LINENO" 5
 
14465
 
14346
14466
elif test $pkg_failed = untried; then
14347
14467
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14348
14468
$as_echo "no" >&6; }
14357
14477
See the pkg-config man page for more details.
14358
14478
 
14359
14479
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14360
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
14480
See \`config.log' for more details" "$LINENO" 5; }
 
14481
 
14361
14482
else
14362
14483
        TPL_CFLAGS=$pkg_cv_TPL_CFLAGS
14363
14484
        TPL_LIBS=$pkg_cv_TPL_LIBS
14433
14554
 
14434
14555
# -----------------------------------------------------------
14435
14556
 
14436
 
ac_config_files="$ac_config_files Makefile data/Makefile doc/Makefile doc/reference/Makefile doc/reference/libtelepathy-logger/Makefile extensions/Makefile extensions/tpl-extensions.pc po/Makefile.in src/Makefile telepathy-logger/Makefile telepathy-logger/telepathy-logger-0.1.pc telepathy-logger/telepathy-logger-0.1-uninstalled.pc tools/Makefile tests/Makefile tests/suppressions/Makefile tests/twisted/Makefile tests/twisted/tools/Makefile"
 
14557
ac_config_files="$ac_config_files Makefile data/Makefile doc/Makefile doc/reference/Makefile doc/reference/libtelepathy-logger/Makefile extensions/Makefile extensions/tpl-extensions.pc po/Makefile.in src/Makefile telepathy-logger/Makefile telepathy-logger/telepathy-logger-0.2.pc telepathy-logger/telepathy-logger-0.2-uninstalled.pc tools/Makefile tests/Makefile tests/dbus/Makefile tests/lib/Makefile tests/suppressions/Makefile tests/twisted/Makefile tests/twisted/tools/Makefile"
14437
14558
 
14438
14559
cat >confcache <<\_ACEOF
14439
14560
# This file is a shell script that caches the results of configure
15005
15126
# report actual input values of CONFIG_FILES etc. instead of their
15006
15127
# values after options handling.
15007
15128
ac_log="
15008
 
This file was extended by telepathy-logger $as_me 0.1.7, which was
15009
 
generated by GNU Autoconf 2.67.  Invocation command line was
 
15129
This file was extended by telepathy-logger $as_me 0.2.0, which was
 
15130
generated by GNU Autoconf 2.66.  Invocation command line was
15010
15131
 
15011
15132
  CONFIG_FILES    = $CONFIG_FILES
15012
15133
  CONFIG_HEADERS  = $CONFIG_HEADERS
15071
15192
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15072
15193
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15073
15194
ac_cs_version="\\
15074
 
telepathy-logger config.status 0.1.7
15075
 
configured by $0, generated by GNU Autoconf 2.67,
 
15195
telepathy-logger config.status 0.2.0
 
15196
configured by $0, generated by GNU Autoconf 2.66,
15076
15197
  with options \\"\$ac_cs_config\\"
15077
15198
 
15078
15199
Copyright (C) 2010 Free Software Foundation, Inc.
15093
15214
while test $# != 0
15094
15215
do
15095
15216
  case $1 in
15096
 
  --*=?*)
 
15217
  --*=*)
15097
15218
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
15098
15219
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15099
15220
    ac_shift=:
15100
15221
    ;;
15101
 
  --*=)
15102
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
15103
 
    ac_optarg=
15104
 
    ac_shift=:
15105
 
    ;;
15106
15222
  *)
15107
15223
    ac_option=$1
15108
15224
    ac_optarg=$2
15124
15240
    $ac_shift
15125
15241
    case $ac_optarg in
15126
15242
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15127
 
    '') as_fn_error $? "missing file argument" ;;
15128
15243
    esac
15129
15244
    as_fn_append CONFIG_FILES " '$ac_optarg'"
15130
15245
    ac_need_defaults=false;;
15200
15315
sed_quote_subst='$sed_quote_subst'
15201
15316
double_quote_subst='$double_quote_subst'
15202
15317
delay_variable_subst='$delay_variable_subst'
15203
 
macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
15204
 
macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
15205
 
enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
15206
 
enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
15207
 
pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
15208
 
enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
15209
 
host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
15210
 
host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
15211
 
host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
15212
 
build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
15213
 
build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
15214
 
build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
15215
 
SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
15216
 
Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
15217
 
GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
15218
 
EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
15219
 
FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
15220
 
LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
15221
 
NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
15222
 
LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
15223
 
max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
15224
 
ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
15225
 
exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
15226
 
lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
15227
 
lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
15228
 
lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
15229
 
reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
15230
 
reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15231
 
OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
15232
 
deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
15233
 
file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
15234
 
AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
15235
 
AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15236
 
STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
15237
 
RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
15238
 
old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15239
 
old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15240
 
old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15241
 
CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
15242
 
CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
15243
 
compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
15244
 
GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
15245
 
lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
15246
 
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
15247
 
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
15248
 
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15249
 
objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
15250
 
SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
15251
 
ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
15252
 
MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
15253
 
lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
15254
 
lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
15255
 
lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
15256
 
lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
15257
 
lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
15258
 
need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
15259
 
DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
15260
 
NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
15261
 
LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
15262
 
OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
15263
 
OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
15264
 
libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
15265
 
shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15266
 
extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15267
 
archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
15268
 
enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
15269
 
export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15270
 
whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15271
 
compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
15272
 
old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15273
 
old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15274
 
archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15275
 
archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15276
 
module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15277
 
module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15278
 
with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
15279
 
allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15280
 
no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
15281
 
hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
15282
 
hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
15283
 
hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
15284
 
hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
15285
 
hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
15286
 
hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
15287
 
hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15288
 
hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
15289
 
inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
15290
 
link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
15291
 
fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
15292
 
always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
15293
 
export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15294
 
exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15295
 
include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
15296
 
prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15297
 
file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
15298
 
variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
15299
 
need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
15300
 
need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
15301
 
version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
15302
 
runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15303
 
shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
15304
 
shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
15305
 
libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15306
 
library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
15307
 
soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
15308
 
postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15309
 
postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15310
 
finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
15311
 
finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
15312
 
hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
15313
 
sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15314
 
sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
15315
 
hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
15316
 
enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
15317
 
enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
15318
 
enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
15319
 
old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
15320
 
striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
15318
macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
 
15319
macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
 
15320
enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
 
15321
enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
 
15322
pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
 
15323
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
 
15324
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
 
15325
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
 
15326
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
 
15327
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
 
15328
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
 
15329
build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
 
15330
build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
 
15331
build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
 
15332
SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
 
15333
Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
 
15334
GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
 
15335
EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
 
15336
FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
 
15337
LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
 
15338
NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
 
15339
LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
 
15340
max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
 
15341
ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
 
15342
exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
 
15343
lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
 
15344
lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
 
15345
lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
 
15346
reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
 
15347
reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
 
15348
OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
 
15349
deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
 
15350
file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
 
15351
AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
 
15352
AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
 
15353
STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
 
15354
RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
 
15355
old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
 
15356
old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
 
15357
old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
 
15358
lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
 
15359
CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
 
15360
CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
 
15361
compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
 
15362
GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
 
15363
lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
 
15364
lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
 
15365
lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
 
15366
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
 
15367
objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
 
15368
MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
 
15369
lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
 
15370
lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
 
15371
lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
 
15372
lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
 
15373
lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
 
15374
need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
 
15375
DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
 
15376
NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
 
15377
LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
 
15378
OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
 
15379
OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
 
15380
libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
 
15381
shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
 
15382
extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
 
15383
archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
 
15384
enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
 
15385
export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
 
15386
whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
 
15387
compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
 
15388
old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
 
15389
old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
 
15390
archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
 
15391
archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
 
15392
module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
 
15393
module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
 
15394
with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
 
15395
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
 
15396
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
 
15397
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
 
15398
hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
 
15399
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
 
15400
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
 
15401
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
 
15402
hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
 
15403
hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
 
15404
hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
 
15405
inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
 
15406
link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
 
15407
fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
 
15408
always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
 
15409
export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
 
15410
exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
 
15411
include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
 
15412
prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
 
15413
file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
 
15414
variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
 
15415
need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
 
15416
need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
 
15417
version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
 
15418
runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
 
15419
shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
 
15420
shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
 
15421
libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
 
15422
library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
 
15423
soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
 
15424
install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
 
15425
postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
 
15426
postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
 
15427
finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
 
15428
finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
 
15429
hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
 
15430
sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
 
15431
sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
 
15432
hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
 
15433
enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
 
15434
enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
 
15435
enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
 
15436
old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
 
15437
striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15321
15438
 
15322
15439
LTCC='$LTCC'
15323
15440
LTCFLAGS='$LTCFLAGS'
15324
15441
compiler='$compiler_DEFAULT'
15325
15442
 
 
15443
# A function that is used when there is no print builtin or printf.
 
15444
func_fallback_echo ()
 
15445
{
 
15446
  eval 'cat <<_LTECHO_EOF
 
15447
\$1
 
15448
_LTECHO_EOF'
 
15449
}
 
15450
 
15326
15451
# Quote evaled strings.
15327
 
for var in SED \
 
15452
for var in SHELL \
 
15453
ECHO \
 
15454
SED \
15328
15455
GREP \
15329
15456
EGREP \
15330
15457
FGREP \
15348
15475
lt_cv_sys_global_symbol_to_cdecl \
15349
15476
lt_cv_sys_global_symbol_to_c_name_address \
15350
15477
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15351
 
SHELL \
15352
 
ECHO \
15353
15478
lt_prog_compiler_no_builtin_flag \
15354
15479
lt_prog_compiler_wl \
15355
15480
lt_prog_compiler_pic \
15379
15504
libname_spec \
15380
15505
library_names_spec \
15381
15506
soname_spec \
 
15507
install_override_mode \
15382
15508
finish_eval \
15383
15509
old_striplib \
15384
15510
striplib; do
15385
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
15511
    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15386
15512
    *[\\\\\\\`\\"\\\$]*)
15387
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
15513
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15388
15514
      ;;
15389
15515
    *)
15390
15516
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15411
15537
finish_cmds \
15412
15538
sys_lib_search_path_spec \
15413
15539
sys_lib_dlsearch_path_spec; do
15414
 
    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
15540
    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15415
15541
    *[\\\\\\\`\\"\\\$]*)
15416
 
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
15542
      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15417
15543
      ;;
15418
15544
    *)
15419
15545
      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15421
15547
    esac
15422
15548
done
15423
15549
 
15424
 
# Fix-up fallback echo if it was mangled by the above quoting rules.
15425
 
case \$lt_ECHO in
15426
 
*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
15427
 
  ;;
15428
 
esac
15429
 
 
15430
15550
ac_aux_dir='$ac_aux_dir'
15431
15551
xsi_shell='$xsi_shell'
15432
15552
lt_shell_append='$lt_shell_append'
15468
15588
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
15469
15589
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15470
15590
    "telepathy-logger/Makefile") CONFIG_FILES="$CONFIG_FILES telepathy-logger/Makefile" ;;
15471
 
    "telepathy-logger/telepathy-logger-0.1.pc") CONFIG_FILES="$CONFIG_FILES telepathy-logger/telepathy-logger-0.1.pc" ;;
15472
 
    "telepathy-logger/telepathy-logger-0.1-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES telepathy-logger/telepathy-logger-0.1-uninstalled.pc" ;;
 
15591
    "telepathy-logger/telepathy-logger-0.2.pc") CONFIG_FILES="$CONFIG_FILES telepathy-logger/telepathy-logger-0.2.pc" ;;
 
15592
    "telepathy-logger/telepathy-logger-0.2-uninstalled.pc") CONFIG_FILES="$CONFIG_FILES telepathy-logger/telepathy-logger-0.2-uninstalled.pc" ;;
15473
15593
    "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
15474
15594
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
 
15595
    "tests/dbus/Makefile") CONFIG_FILES="$CONFIG_FILES tests/dbus/Makefile" ;;
 
15596
    "tests/lib/Makefile") CONFIG_FILES="$CONFIG_FILES tests/lib/Makefile" ;;
15475
15597
    "tests/suppressions/Makefile") CONFIG_FILES="$CONFIG_FILES tests/suppressions/Makefile" ;;
15476
15598
    "tests/twisted/Makefile") CONFIG_FILES="$CONFIG_FILES tests/twisted/Makefile" ;;
15477
15599
    "tests/twisted/tools/Makefile") CONFIG_FILES="$CONFIG_FILES tests/twisted/tools/Makefile" ;;
15478
15600
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
15479
15601
 
15480
 
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
 
15602
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15481
15603
  esac
15482
15604
done
15483
15605
 
15793
15915
  esac
15794
15916
  case $ac_mode$ac_tag in
15795
15917
  :[FHL]*:*);;
15796
 
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
 
15918
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15797
15919
  :[FH]-) ac_tag=-:-;;
15798
15920
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15799
15921
  esac
15821
15943
           [\\/$]*) false;;
15822
15944
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15823
15945
           esac ||
15824
 
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
 
15946
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15825
15947
      esac
15826
15948
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15827
15949
      as_fn_append ac_file_inputs " '$ac_f'"
15848
15970
 
15849
15971
    case $ac_tag in
15850
15972
    *:-:* | *:-) cat >"$tmp/stdin" \
15851
 
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
 
15973
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15852
15974
    esac
15853
15975
    ;;
15854
15976
  esac
16184
16306
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16185
16307
#
16186
16308
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16187
 
#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
16309
#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
 
16310
#                 Inc.
16188
16311
#   Written by Gordon Matzigkeit, 1996
16189
16312
#
16190
16313
#   This file is part of GNU Libtool.
16232
16355
# Whether or not to optimize for fast installation.
16233
16356
fast_install=$enable_fast_install
16234
16357
 
 
16358
# Shell to use when invoking shell scripts.
 
16359
SHELL=$lt_SHELL
 
16360
 
 
16361
# An echo program that protects backslashes.
 
16362
ECHO=$lt_ECHO
 
16363
 
16235
16364
# The host system.
16236
16365
host_alias=$host_alias
16237
16366
host=$host
16281
16410
# turn newlines into spaces.
16282
16411
NL2SP=$lt_lt_NL2SP
16283
16412
 
16284
 
# How to create reloadable object files.
16285
 
reload_flag=$lt_reload_flag
16286
 
reload_cmds=$lt_reload_cmds
16287
 
 
16288
16413
# An object symbol dumper.
16289
16414
OBJDUMP=$lt_OBJDUMP
16290
16415
 
16306
16431
old_postinstall_cmds=$lt_old_postinstall_cmds
16307
16432
old_postuninstall_cmds=$lt_old_postuninstall_cmds
16308
16433
 
 
16434
# Whether to use a lock for old archive extraction.
 
16435
lock_old_archive_extraction=$lock_old_archive_extraction
 
16436
 
16309
16437
# A C compiler.
16310
16438
LTCC=$lt_CC
16311
16439
 
16327
16455
# The name of the directory that contains temporary libtool files.
16328
16456
objdir=$objdir
16329
16457
 
16330
 
# Shell to use when invoking shell scripts.
16331
 
SHELL=$lt_SHELL
16332
 
 
16333
 
# An echo program that does not interpret backslashes.
16334
 
ECHO=$lt_ECHO
16335
 
 
16336
16458
# Used to examine libraries when file_magic_cmd begins with "file".
16337
16459
MAGIC_CMD=$MAGIC_CMD
16338
16460
 
16395
16517
# The coded name of the library, if different from the real name.
16396
16518
soname_spec=$lt_soname_spec
16397
16519
 
 
16520
# Permission mode override for installation of shared libraries.
 
16521
install_override_mode=$lt_install_override_mode
 
16522
 
16398
16523
# Command to use after installation of a shared archive.
16399
16524
postinstall_cmds=$lt_postinstall_cmds
16400
16525
 
16434
16559
# The linker used to build libraries.
16435
16560
LD=$lt_LD
16436
16561
 
 
16562
# How to create reloadable object files.
 
16563
reload_flag=$lt_reload_flag
 
16564
reload_cmds=$lt_reload_cmds
 
16565
 
16437
16566
# Commands used to build an old-style archive.
16438
16567
old_archive_cmds=$lt_old_archive_cmds
16439
16568
 
16693
16822
func_dirname ()
16694
16823
{
16695
16824
  # Extract subdirectory from the argument.
16696
 
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
16825
  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16697
16826
  if test "X$func_dirname_result" = "X${1}"; then
16698
16827
    func_dirname_result="${3}"
16699
16828
  else
16704
16833
# func_basename file
16705
16834
func_basename ()
16706
16835
{
16707
 
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
16836
  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16708
16837
}
16709
16838
 
16710
16839
 
16717
16846
func_stripname ()
16718
16847
{
16719
16848
  case ${2} in
16720
 
    .*) func_stripname_result=`$ECHO "X${3}" \
16721
 
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
16722
 
    *)  func_stripname_result=`$ECHO "X${3}" \
16723
 
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
16849
    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
 
16850
    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16724
16851
  esac
16725
16852
}
16726
16853
 
16731
16858
# func_opt_split
16732
16859
func_opt_split ()
16733
16860
{
16734
 
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
16735
 
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
16861
  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
 
16862
  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16736
16863
}
16737
16864
 
16738
16865
# func_lo2o object
16739
16866
func_lo2o ()
16740
16867
{
16741
 
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
16868
  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16742
16869
}
16743
16870
 
16744
16871
# func_xform libobj-or-source
16745
16872
func_xform ()
16746
16873
{
16747
 
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
 
16874
  func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16748
16875
}
16749
16876
 
16750
16877
# func_arith arithmetic-term...
16866
16993
        Coding style checks.........:  ${ENABLE_CODING_STYLE_CHECKS}
16867
16994
        Python Twisted tests........:  ${TEST_PYTHON}
16868
16995
        Bugreporting URL............:  ${PACKAGE_BUGREPORT}
16869
 
        Enable Text Channel.........:  ${enable_channeltext}
16870
16996
        Public extensions library...:  ${enable_public_extensions}
16871
16997
 
16872
16998