~ubuntu-branches/ubuntu/saucy/zeromq3/saucy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-10-16 19:49:30 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121016194930-98r0bi746eoaa4iv
Tags: 3.2.1~rc2+dfsg-1
* New upstream RC release (Closes: #690704)
* Bump Standards-Version to 3.9.4 (no changes needed)

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.68 for zeromq 3.2.0.
 
3
# Generated by GNU Autoconf 2.68 for zeromq 3.2.1.
4
4
#
5
5
# Report bugs to <zeromq-dev@lists.zeromq.org>.
6
6
#
570
570
# Identity of this package.
571
571
PACKAGE_NAME='zeromq'
572
572
PACKAGE_TARNAME='zeromq'
573
 
PACKAGE_VERSION='3.2.0'
574
 
PACKAGE_STRING='zeromq 3.2.0'
 
573
PACKAGE_VERSION='3.2.1'
 
574
PACKAGE_STRING='zeromq 3.2.1'
575
575
PACKAGE_BUGREPORT='zeromq-dev@lists.zeromq.org'
576
576
PACKAGE_URL=''
577
577
 
619
619
LIBZMQ_EXTRA_LDFLAGS
620
620
LIBZMQ_EXTRA_CXXFLAGS
621
621
LIBZMQ_EXTRA_CFLAGS
 
622
ON_ANDROID_FALSE
 
623
ON_ANDROID_TRUE
622
624
ON_MINGW_FALSE
623
625
ON_MINGW_TRUE
624
626
BUILD_PGM_FALSE
681
683
am__fastdepCC_FALSE
682
684
am__fastdepCC_TRUE
683
685
CCDEPMODE
 
686
am__nodep
684
687
AMDEPBACKSLASH
685
688
AMDEP_FALSE
686
689
AMDEP_TRUE
697
700
LTVER
698
701
AM_BACKSLASH
699
702
AM_DEFAULT_VERBOSITY
 
703
AM_DEFAULT_V
 
704
AM_V
700
705
am__untar
701
706
am__tar
702
707
AMTAR
1340
1345
  # Omit some internal or obsolete options to make the list less imposing.
1341
1346
  # This message is too long to be a string in the A/UX 3.1 sh.
1342
1347
  cat <<_ACEOF
1343
 
\`configure' configures zeromq 3.2.0 to adapt to many kinds of systems.
 
1348
\`configure' configures zeromq 3.2.1 to adapt to many kinds of systems.
1344
1349
 
1345
1350
Usage: $0 [OPTION]... [VAR=VALUE]...
1346
1351
 
1410
1415
 
1411
1416
if test -n "$ac_init_help"; then
1412
1417
  case $ac_init_help in
1413
 
     short | recursive ) echo "Configuration of zeromq 3.2.0:";;
 
1418
     short | recursive ) echo "Configuration of zeromq 3.2.1:";;
1414
1419
   esac
1415
1420
  cat <<\_ACEOF
1416
1421
 
1433
1438
Optional Packages:
1434
1439
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1435
1440
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1436
 
  --with-pic              try to use only PIC/non-PIC objects [default=use
 
1441
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1437
1442
                          both]
1438
1443
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1439
1444
  --with-sysroot=DIR Search for dependent libraries within DIR
1538
1543
test -n "$ac_init_help" && exit $ac_status
1539
1544
if $ac_init_version; then
1540
1545
  cat <<\_ACEOF
1541
 
zeromq configure 3.2.0
 
1546
zeromq configure 3.2.1
1542
1547
generated by GNU Autoconf 2.68
1543
1548
 
1544
1549
Copyright (C) 2010 Free Software Foundation, Inc.
2335
2340
This file contains any messages produced by compilers while
2336
2341
running configure, to aid debugging if configure makes a mistake.
2337
2342
 
2338
 
It was created by zeromq $as_me 3.2.0, which was
 
2343
It was created by zeromq $as_me 3.2.1, which was
2339
2344
generated by GNU Autoconf 2.68.  Invocation command line was
2340
2345
 
2341
2346
  $ $0 $@
3154
3159
 
3155
3160
# Define the identity of the package.
3156
3161
 PACKAGE='zeromq'
3157
 
 VERSION='3.2.0'
 
3162
 VERSION='3.2.1'
3158
3163
 
3159
3164
 
3160
3165
cat >>confdefs.h <<_ACEOF
3184
3189
 
3185
3190
# We need awk for the "check" target.  The system "awk" is bad on
3186
3191
# some platforms.
3187
 
# Always define AMTAR for backward compatibility.
3188
 
 
3189
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
3192
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
3193
# in the wild :-(  We should find a proper way to deprecate it ...
 
3194
AMTAR='$${TAR-tar}'
3190
3195
 
3191
3196
 
3192
3197
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3285
3290
no)  AM_DEFAULT_VERBOSITY=1;;
3286
3291
*)   AM_DEFAULT_VERBOSITY=0;;
3287
3292
esac
 
3293
am_make=${MAKE-make}
 
3294
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
3295
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
3296
if ${am_cv_make_support_nested_variables+:} false; then :
 
3297
  $as_echo_n "(cached) " >&6
 
3298
else
 
3299
  if $as_echo 'TRUE=$(BAR$(V))
 
3300
BAR0=false
 
3301
BAR1=true
 
3302
V=1
 
3303
am__doit:
 
3304
        @$(TRUE)
 
3305
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
3306
  am_cv_make_support_nested_variables=yes
 
3307
else
 
3308
  am_cv_make_support_nested_variables=no
 
3309
fi
 
3310
fi
 
3311
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
3312
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
3313
if test $am_cv_make_support_nested_variables = yes; then
 
3314
    AM_V='$(V)'
 
3315
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
3316
else
 
3317
  AM_V=$AM_DEFAULT_VERBOSITY
 
3318
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
3319
fi
3288
3320
AM_BACKSLASH='\'
3289
3321
 
3290
3322
 
4155
4187
if test "x$enable_dependency_tracking" != xno; then
4156
4188
  am_depcomp="$ac_aux_dir/depcomp"
4157
4189
  AMDEPBACKSLASH='\'
 
4190
  am__nodep='_no'
4158
4191
fi
4159
4192
 if test "x$enable_dependency_tracking" != xno; then
4160
4193
  AMDEP_TRUE=
4179
4212
  # instance it was reported that on HP-UX the gcc test will end up
4180
4213
  # making a dummy file named `D' -- because `-MD' means `put the output
4181
4214
  # in D'.
 
4215
  rm -rf conftest.dir
4182
4216
  mkdir conftest.dir
4183
4217
  # Copy depcomp to subdir because otherwise we won't find it if we're
4184
4218
  # using a relative directory.
4238
4272
        break
4239
4273
      fi
4240
4274
      ;;
4241
 
    msvisualcpp | msvcmsys)
 
4275
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4242
4276
      # This compiler won't grok `-c -o', but also, the minuso test has
4243
4277
      # not run yet.  These depmodes are late enough in the game, and
4244
4278
      # so weak that their functioning should not be impacted.
4740
4774
  # instance it was reported that on HP-UX the gcc test will end up
4741
4775
  # making a dummy file named `D' -- because `-MD' means `put the output
4742
4776
  # in D'.
 
4777
  rm -rf conftest.dir
4743
4778
  mkdir conftest.dir
4744
4779
  # Copy depcomp to subdir because otherwise we won't find it if we're
4745
4780
  # using a relative directory.
4799
4834
        break
4800
4835
      fi
4801
4836
      ;;
4802
 
    msvisualcpp | msvcmsys)
 
4837
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4803
4838
      # This compiler won't grok `-c -o', but also, the minuso test has
4804
4839
      # not run yet.  These depmodes are late enough in the game, and
4805
4840
      # so weak that their functioning should not be impacted.
5629
5664
 
5630
5665
 
5631
5666
 
5632
 
macro_version='2.4'
5633
 
macro_revision='1.3293'
 
5667
macro_version='2.4.2'
 
5668
macro_revision='1.3337'
5634
5669
 
5635
5670
 
5636
5671
 
6404
6439
    lt_cv_sys_max_cmd_len=196608
6405
6440
    ;;
6406
6441
 
 
6442
  os2*)
 
6443
    # The test takes a long time on OS/2.
 
6444
    lt_cv_sys_max_cmd_len=8192
 
6445
    ;;
 
6446
 
6407
6447
  osf*)
6408
6448
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6409
6449
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6443
6483
      # If test is not a shell built-in, we'll probably end up computing a
6444
6484
      # maximum length that is only half of the actual maximum length, but
6445
6485
      # we can't tell.
6446
 
      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
 
6486
      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
6447
6487
                 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6448
6488
              test $i != 17 # 1/2 MB should be enough
6449
6489
      do
6869
6909
  lt_cv_deplibs_check_method=pass_all
6870
6910
  ;;
6871
6911
 
6872
 
# This must be Linux ELF.
 
6912
# This must be glibc/ELF.
6873
6913
linux* | k*bsd*-gnu | kopensolaris*-gnu)
6874
6914
  lt_cv_deplibs_check_method=pass_all
6875
6915
  ;;
7507
7547
if test -n "$RANLIB"; then
7508
7548
  case $host_os in
7509
7549
  openbsd*)
7510
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
7550
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
7511
7551
    ;;
7512
7552
  *)
7513
 
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
7553
    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
7514
7554
    ;;
7515
7555
  esac
7516
 
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
7556
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
7517
7557
fi
7518
7558
 
7519
7559
case $host_os in
7660
7700
    # which start with @ or ?.
7661
7701
    lt_cv_sys_global_symbol_pipe="$AWK '"\
7662
7702
"     {last_section=section; section=\$ 3};"\
 
7703
"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
7663
7704
"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7664
7705
"     \$ 0!~/External *\|/{next};"\
7665
7706
"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
8048
8089
    CFLAGS="$SAVE_CFLAGS"
8049
8090
  fi
8050
8091
  ;;
8051
 
sparc*-*solaris*)
 
8092
*-*solaris*)
8052
8093
  # Find out which ABI we are using.
8053
8094
  echo 'int i;' > conftest.$ac_ext
8054
8095
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8059
8100
    case `/usr/bin/file conftest.o` in
8060
8101
    *64-bit*)
8061
8102
      case $lt_cv_prog_gnu_ld in
8062
 
      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
8103
      yes*)
 
8104
        case $host in
 
8105
        i?86-*-solaris*)
 
8106
          LD="${LD-ld} -m elf_x86_64"
 
8107
          ;;
 
8108
        sparc*-*-solaris*)
 
8109
          LD="${LD-ld} -m elf64_sparc"
 
8110
          ;;
 
8111
        esac
 
8112
        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
 
8113
        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
 
8114
          LD="${LD-ld}_sol2"
 
8115
        fi
 
8116
        ;;
8063
8117
      *)
8064
8118
        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8065
8119
          LD="${LD-ld} -64"
8699
8753
        $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8700
8754
          -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8701
8755
        _lt_result=$?
8702
 
        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
8756
        # If there is a non-empty error log, and "single_module"
 
8757
        # appears in it, assume the flag caused a linker warning
 
8758
        if test -s conftest.err && $GREP single_module conftest.err; then
 
8759
          cat conftest.err >&5
 
8760
        # Otherwise, if the output was created with a 0 exit code from
 
8761
        # the compiler, it worked.
 
8762
        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
8703
8763
          lt_cv_apple_cc_single_mod=yes
8704
8764
        else
8705
8765
          cat conftest.err >&5
8710
8770
fi
8711
8771
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8712
8772
$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
8773
 
8713
8774
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8714
8775
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8715
8776
if ${lt_cv_ld_exported_symbols_list+:} false; then :
8742
8803
fi
8743
8804
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8744
8805
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
8806
 
8745
8807
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8746
8808
$as_echo_n "checking for -force_load linker flag... " >&6; }
8747
8809
if ${lt_cv_ld_force_load+:} false; then :
8763
8825
      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8764
8826
      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8765
8827
      _lt_result=$?
8766
 
      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
 
8828
      if test -s conftest.err && $GREP force_load conftest.err; then
 
8829
        cat conftest.err >&5
 
8830
      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
8767
8831
        lt_cv_ld_force_load=yes
8768
8832
      else
8769
8833
        cat conftest.err >&5
9147
9211
 
9148
9212
# Check whether --with-pic was given.
9149
9213
if test "${with_pic+set}" = set; then :
9150
 
  withval=$with_pic; pic_mode="$withval"
 
9214
  withval=$with_pic; lt_p=${PACKAGE-default}
 
9215
    case $withval in
 
9216
    yes|no) pic_mode=$withval ;;
 
9217
    *)
 
9218
      pic_mode=default
 
9219
      # Look at the argument we got.  We use all the common list separators.
 
9220
      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
9221
      for lt_pkg in $withval; do
 
9222
        IFS="$lt_save_ifs"
 
9223
        if test "X$lt_pkg" = "X$lt_p"; then
 
9224
          pic_mode=yes
 
9225
        fi
 
9226
      done
 
9227
      IFS="$lt_save_ifs"
 
9228
      ;;
 
9229
    esac
9151
9230
else
9152
9231
  pic_mode=default
9153
9232
fi
9225
9304
 
9226
9305
 
9227
9306
 
 
9307
 
 
9308
 
 
9309
 
 
9310
 
9228
9311
test -z "$LN_S" && LN_S="ln -s"
9229
9312
 
9230
9313
 
9684
9767
    case $cc_basename in
9685
9768
    nvcc*) # Cuda Compiler Driver 2.2
9686
9769
      lt_prog_compiler_wl='-Xlinker '
9687
 
      lt_prog_compiler_pic='-Xcompiler -fPIC'
 
9770
      if test -n "$lt_prog_compiler_pic"; then
 
9771
        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
 
9772
      fi
9688
9773
      ;;
9689
9774
    esac
9690
9775
  else
9775
9860
        ;;
9776
9861
      *)
9777
9862
        case `$CC -V 2>&1 | sed 5q` in
9778
 
        *Sun\ F* | *Sun*Fortran*)
 
9863
        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
9779
9864
          # Sun Fortran 8.3 passes all unrecognized flags to the linker
9780
9865
          lt_prog_compiler_pic='-KPIC'
9781
9866
          lt_prog_compiler_static='-Bstatic'
9782
9867
          lt_prog_compiler_wl=''
9783
9868
          ;;
 
9869
        *Sun\ F* | *Sun*Fortran*)
 
9870
          lt_prog_compiler_pic='-KPIC'
 
9871
          lt_prog_compiler_static='-Bstatic'
 
9872
          lt_prog_compiler_wl='-Qoption ld '
 
9873
          ;;
9784
9874
        *Sun\ C*)
9785
9875
          # Sun C 5.9
9786
9876
          lt_prog_compiler_pic='-KPIC'
9787
9877
          lt_prog_compiler_static='-Bstatic'
9788
9878
          lt_prog_compiler_wl='-Wl,'
9789
9879
          ;;
 
9880
        *Intel*\ [CF]*Compiler*)
 
9881
          lt_prog_compiler_wl='-Wl,'
 
9882
          lt_prog_compiler_pic='-fPIC'
 
9883
          lt_prog_compiler_static='-static'
 
9884
          ;;
 
9885
        *Portland\ Group*)
 
9886
          lt_prog_compiler_wl='-Wl,'
 
9887
          lt_prog_compiler_pic='-fpic'
 
9888
          lt_prog_compiler_static='-Bstatic'
 
9889
          ;;
9790
9890
        esac
9791
9891
        ;;
9792
9892
      esac
10148
10248
  hardcode_direct=no
10149
10249
  hardcode_direct_absolute=no
10150
10250
  hardcode_libdir_flag_spec=
10151
 
  hardcode_libdir_flag_spec_ld=
10152
10251
  hardcode_libdir_separator=
10153
10252
  hardcode_minus_L=no
10154
10253
  hardcode_shlibpath_var=unsupported
10401
10500
        xlf* | bgf* | bgxlf* | mpixlf*)
10402
10501
          # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10403
10502
          whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10404
 
          hardcode_libdir_flag_spec=
10405
 
          hardcode_libdir_flag_spec_ld='-rpath $libdir'
 
10503
          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10406
10504
          archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
10407
10505
          if test "x$supports_anon_versioning" = xyes; then
10408
10506
            archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10782
10880
        # The linker will not automatically build a static lib if we build a DLL.
10783
10881
        # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
10784
10882
        enable_shared_with_static_runtimes=yes
 
10883
        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
10785
10884
        export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10786
10885
        # Don't use ranlib
10787
10886
        old_postinstall_cmds='chmod 644 $oldlib'
10827
10926
  hardcode_shlibpath_var=unsupported
10828
10927
  if test "$lt_cv_ld_force_load" = "yes"; then
10829
10928
    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\"`'
 
10929
 
10830
10930
  else
10831
10931
    whole_archive_flag_spec=''
10832
10932
  fi
10855
10955
      hardcode_shlibpath_var=no
10856
10956
      ;;
10857
10957
 
10858
 
    freebsd1*)
10859
 
      ld_shlibs=no
10860
 
      ;;
10861
 
 
10862
10958
    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10863
10959
    # support.  Future versions do this automatically, but an explicit c++rt0.o
10864
10960
    # does not break anything, and helps significantly (at the cost of a little
10871
10967
      ;;
10872
10968
 
10873
10969
    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10874
 
    freebsd2*)
 
10970
    freebsd2.*)
10875
10971
      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10876
10972
      hardcode_direct=yes
10877
10973
      hardcode_minus_L=yes
10910
11006
      fi
10911
11007
      if test "$with_gnu_ld" = no; then
10912
11008
        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10913
 
        hardcode_libdir_flag_spec_ld='+b $libdir'
10914
11009
        hardcode_libdir_separator=:
10915
11010
        hardcode_direct=yes
10916
11011
        hardcode_direct_absolute=yes
11534
11629
 
11535
11630
 
11536
11631
 
11537
 
 
11538
 
 
11539
 
 
11540
 
 
11541
 
 
11542
11632
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11543
11633
$as_echo_n "checking dynamic linker characteristics... " >&6; }
11544
11634
 
11628
11718
 
11629
11719
case $host_os in
11630
11720
aix3*)
11631
 
  version_type=linux
 
11721
  version_type=linux # correct to gnu/linux during the next big refactor
11632
11722
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11633
11723
  shlibpath_var=LIBPATH
11634
11724
 
11637
11727
  ;;
11638
11728
 
11639
11729
aix[4-9]*)
11640
 
  version_type=linux
 
11730
  version_type=linux # correct to gnu/linux during the next big refactor
11641
11731
  need_lib_prefix=no
11642
11732
  need_version=no
11643
11733
  hardcode_into_libs=yes
11702
11792
  ;;
11703
11793
 
11704
11794
bsdi[45]*)
11705
 
  version_type=linux
 
11795
  version_type=linux # correct to gnu/linux during the next big refactor
11706
11796
  need_version=no
11707
11797
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11708
11798
  soname_spec='${libname}${release}${shared_ext}$major'
11841
11931
  ;;
11842
11932
 
11843
11933
dgux*)
11844
 
  version_type=linux
 
11934
  version_type=linux # correct to gnu/linux during the next big refactor
11845
11935
  need_lib_prefix=no
11846
11936
  need_version=no
11847
11937
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11849
11939
  shlibpath_var=LD_LIBRARY_PATH
11850
11940
  ;;
11851
11941
 
11852
 
freebsd1*)
11853
 
  dynamic_linker=no
11854
 
  ;;
11855
 
 
11856
11942
freebsd* | dragonfly*)
11857
11943
  # DragonFly does not have aout.  When/if they implement a new
11858
11944
  # versioning mechanism, adjust this.
11860
11946
    objformat=`/usr/bin/objformat`
11861
11947
  else
11862
11948
    case $host_os in
11863
 
    freebsd[123]*) objformat=aout ;;
 
11949
    freebsd[23].*) objformat=aout ;;
11864
11950
    *) objformat=elf ;;
11865
11951
    esac
11866
11952
  fi
11878
11964
  esac
11879
11965
  shlibpath_var=LD_LIBRARY_PATH
11880
11966
  case $host_os in
11881
 
  freebsd2*)
 
11967
  freebsd2.*)
11882
11968
    shlibpath_overrides_runpath=yes
11883
11969
    ;;
11884
11970
  freebsd3.[01]* | freebsdelf3.[01]*)
11898
11984
  ;;
11899
11985
 
11900
11986
gnu*)
11901
 
  version_type=linux
 
11987
  version_type=linux # correct to gnu/linux during the next big refactor
11902
11988
  need_lib_prefix=no
11903
11989
  need_version=no
11904
11990
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11909
11995
  ;;
11910
11996
 
11911
11997
haiku*)
11912
 
  version_type=linux
 
11998
  version_type=linux # correct to gnu/linux during the next big refactor
11913
11999
  need_lib_prefix=no
11914
12000
  need_version=no
11915
12001
  dynamic_linker="$host_os runtime_loader"
11970
12056
  ;;
11971
12057
 
11972
12058
interix[3-9]*)
11973
 
  version_type=linux
 
12059
  version_type=linux # correct to gnu/linux during the next big refactor
11974
12060
  need_lib_prefix=no
11975
12061
  need_version=no
11976
12062
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11986
12072
    nonstopux*) version_type=nonstopux ;;
11987
12073
    *)
11988
12074
        if test "$lt_cv_prog_gnu_ld" = yes; then
11989
 
                version_type=linux
 
12075
                version_type=linux # correct to gnu/linux during the next big refactor
11990
12076
        else
11991
12077
                version_type=irix
11992
12078
        fi ;;
12023
12109
  dynamic_linker=no
12024
12110
  ;;
12025
12111
 
12026
 
# This must be Linux ELF.
 
12112
# This must be glibc/ELF.
12027
12113
linux* | k*bsd*-gnu | kopensolaris*-gnu)
12028
 
  version_type=linux
 
12114
  version_type=linux # correct to gnu/linux during the next big refactor
12029
12115
  need_lib_prefix=no
12030
12116
  need_version=no
12031
12117
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12119
12205
  ;;
12120
12206
 
12121
12207
newsos6)
12122
 
  version_type=linux
 
12208
  version_type=linux # correct to gnu/linux during the next big refactor
12123
12209
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12124
12210
  shlibpath_var=LD_LIBRARY_PATH
12125
12211
  shlibpath_overrides_runpath=yes
12188
12274
  ;;
12189
12275
 
12190
12276
solaris*)
12191
 
  version_type=linux
 
12277
  version_type=linux # correct to gnu/linux during the next big refactor
12192
12278
  need_lib_prefix=no
12193
12279
  need_version=no
12194
12280
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12213
12299
  ;;
12214
12300
 
12215
12301
sysv4 | sysv4.3*)
12216
 
  version_type=linux
 
12302
  version_type=linux # correct to gnu/linux during the next big refactor
12217
12303
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12218
12304
  soname_spec='${libname}${release}${shared_ext}$major'
12219
12305
  shlibpath_var=LD_LIBRARY_PATH
12237
12323
 
12238
12324
sysv4*MP*)
12239
12325
  if test -d /usr/nec ;then
12240
 
    version_type=linux
 
12326
    version_type=linux # correct to gnu/linux during the next big refactor
12241
12327
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12242
12328
    soname_spec='$libname${shared_ext}.$major'
12243
12329
    shlibpath_var=LD_LIBRARY_PATH
12268
12354
 
12269
12355
tpf*)
12270
12356
  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
12271
 
  version_type=linux
 
12357
  version_type=linux # correct to gnu/linux during the next big refactor
12272
12358
  need_lib_prefix=no
12273
12359
  need_version=no
12274
12360
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12278
12364
  ;;
12279
12365
 
12280
12366
uts4*)
12281
 
  version_type=linux
 
12367
  version_type=linux # correct to gnu/linux during the next big refactor
12282
12368
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12283
12369
  soname_spec='${libname}${release}${shared_ext}$major'
12284
12370
  shlibpath_var=LD_LIBRARY_PATH
13203
13289
hardcode_direct_CXX=no
13204
13290
hardcode_direct_absolute_CXX=no
13205
13291
hardcode_libdir_flag_spec_CXX=
13206
 
hardcode_libdir_flag_spec_ld_CXX=
13207
13292
hardcode_libdir_separator_CXX=
13208
13293
hardcode_minus_L_CXX=no
13209
13294
hardcode_shlibpath_var_CXX=unsupported
13787
13872
  hardcode_shlibpath_var_CXX=unsupported
13788
13873
  if test "$lt_cv_ld_force_load" = "yes"; then
13789
13874
    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
 
13875
 
13790
13876
  else
13791
13877
    whole_archive_flag_spec_CXX=''
13792
13878
  fi
13831
13917
        esac
13832
13918
        ;;
13833
13919
 
13834
 
      freebsd[12]*)
 
13920
      freebsd2.*)
13835
13921
        # C++ shared libraries reported to be fairly broken before
13836
13922
        # switch to ELF
13837
13923
        ld_shlibs_CXX=no
14507
14593
case "$CC $CFLAGS " in #(
14508
14594
*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
14509
14595
*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
 
14596
*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
14510
14597
esac
14511
14598
 
14512
14599
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
15296
15383
    ;;
15297
15384
  cygwin* | mingw* | cegcc*)
15298
15385
    case $cc_basename in
15299
 
    cl*) ;;
 
15386
    cl*)
 
15387
      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
 
15388
      ;;
15300
15389
    *)
15301
15390
      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
15302
15391
      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
15452
15541
 
15453
15542
 
15454
15543
 
15455
 
 
15456
 
 
15457
15544
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
15458
15545
$as_echo_n "checking dynamic linker characteristics... " >&6; }
15459
15546
 
15479
15566
 
15480
15567
case $host_os in
15481
15568
aix3*)
15482
 
  version_type=linux
 
15569
  version_type=linux # correct to gnu/linux during the next big refactor
15483
15570
  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
15484
15571
  shlibpath_var=LIBPATH
15485
15572
 
15488
15575
  ;;
15489
15576
 
15490
15577
aix[4-9]*)
15491
 
  version_type=linux
 
15578
  version_type=linux # correct to gnu/linux during the next big refactor
15492
15579
  need_lib_prefix=no
15493
15580
  need_version=no
15494
15581
  hardcode_into_libs=yes
15553
15640
  ;;
15554
15641
 
15555
15642
bsdi[45]*)
15556
 
  version_type=linux
 
15643
  version_type=linux # correct to gnu/linux during the next big refactor
15557
15644
  need_version=no
15558
15645
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15559
15646
  soname_spec='${libname}${release}${shared_ext}$major'
15690
15777
  ;;
15691
15778
 
15692
15779
dgux*)
15693
 
  version_type=linux
 
15780
  version_type=linux # correct to gnu/linux during the next big refactor
15694
15781
  need_lib_prefix=no
15695
15782
  need_version=no
15696
15783
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
15698
15785
  shlibpath_var=LD_LIBRARY_PATH
15699
15786
  ;;
15700
15787
 
15701
 
freebsd1*)
15702
 
  dynamic_linker=no
15703
 
  ;;
15704
 
 
15705
15788
freebsd* | dragonfly*)
15706
15789
  # DragonFly does not have aout.  When/if they implement a new
15707
15790
  # versioning mechanism, adjust this.
15709
15792
    objformat=`/usr/bin/objformat`
15710
15793
  else
15711
15794
    case $host_os in
15712
 
    freebsd[123]*) objformat=aout ;;
 
15795
    freebsd[23].*) objformat=aout ;;
15713
15796
    *) objformat=elf ;;
15714
15797
    esac
15715
15798
  fi
15727
15810
  esac
15728
15811
  shlibpath_var=LD_LIBRARY_PATH
15729
15812
  case $host_os in
15730
 
  freebsd2*)
 
15813
  freebsd2.*)
15731
15814
    shlibpath_overrides_runpath=yes
15732
15815
    ;;
15733
15816
  freebsd3.[01]* | freebsdelf3.[01]*)
15747
15830
  ;;
15748
15831
 
15749
15832
gnu*)
15750
 
  version_type=linux
 
15833
  version_type=linux # correct to gnu/linux during the next big refactor
15751
15834
  need_lib_prefix=no
15752
15835
  need_version=no
15753
15836
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
15758
15841
  ;;
15759
15842
 
15760
15843
haiku*)
15761
 
  version_type=linux
 
15844
  version_type=linux # correct to gnu/linux during the next big refactor
15762
15845
  need_lib_prefix=no
15763
15846
  need_version=no
15764
15847
  dynamic_linker="$host_os runtime_loader"
15819
15902
  ;;
15820
15903
 
15821
15904
interix[3-9]*)
15822
 
  version_type=linux
 
15905
  version_type=linux # correct to gnu/linux during the next big refactor
15823
15906
  need_lib_prefix=no
15824
15907
  need_version=no
15825
15908
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
15835
15918
    nonstopux*) version_type=nonstopux ;;
15836
15919
    *)
15837
15920
        if test "$lt_cv_prog_gnu_ld" = yes; then
15838
 
                version_type=linux
 
15921
                version_type=linux # correct to gnu/linux during the next big refactor
15839
15922
        else
15840
15923
                version_type=irix
15841
15924
        fi ;;
15872
15955
  dynamic_linker=no
15873
15956
  ;;
15874
15957
 
15875
 
# This must be Linux ELF.
 
15958
# This must be glibc/ELF.
15876
15959
linux* | k*bsd*-gnu | kopensolaris*-gnu)
15877
 
  version_type=linux
 
15960
  version_type=linux # correct to gnu/linux during the next big refactor
15878
15961
  need_lib_prefix=no
15879
15962
  need_version=no
15880
15963
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15968
16051
  ;;
15969
16052
 
15970
16053
newsos6)
15971
 
  version_type=linux
 
16054
  version_type=linux # correct to gnu/linux during the next big refactor
15972
16055
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15973
16056
  shlibpath_var=LD_LIBRARY_PATH
15974
16057
  shlibpath_overrides_runpath=yes
16037
16120
  ;;
16038
16121
 
16039
16122
solaris*)
16040
 
  version_type=linux
 
16123
  version_type=linux # correct to gnu/linux during the next big refactor
16041
16124
  need_lib_prefix=no
16042
16125
  need_version=no
16043
16126
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16062
16145
  ;;
16063
16146
 
16064
16147
sysv4 | sysv4.3*)
16065
 
  version_type=linux
 
16148
  version_type=linux # correct to gnu/linux during the next big refactor
16066
16149
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16067
16150
  soname_spec='${libname}${release}${shared_ext}$major'
16068
16151
  shlibpath_var=LD_LIBRARY_PATH
16086
16169
 
16087
16170
sysv4*MP*)
16088
16171
  if test -d /usr/nec ;then
16089
 
    version_type=linux
 
16172
    version_type=linux # correct to gnu/linux during the next big refactor
16090
16173
    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
16091
16174
    soname_spec='$libname${shared_ext}.$major'
16092
16175
    shlibpath_var=LD_LIBRARY_PATH
16117
16200
 
16118
16201
tpf*)
16119
16202
  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
16120
 
  version_type=linux
 
16203
  version_type=linux # correct to gnu/linux during the next big refactor
16121
16204
  need_lib_prefix=no
16122
16205
  need_version=no
16123
16206
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16127
16210
  ;;
16128
16211
 
16129
16212
uts4*)
16130
 
  version_type=linux
 
16213
  version_type=linux # correct to gnu/linux during the next big refactor
16131
16214
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16132
16215
  soname_spec='${libname}${release}${shared_ext}$major'
16133
16216
  shlibpath_var=LD_LIBRARY_PATH
16266
16349
 
16267
16350
 
16268
16351
 
 
16352
 
 
16353
 
16269
16354
        ac_config_commands="$ac_config_commands libtool"
16270
16355
 
16271
16356
 
16823
16908
# By default use DSO visibility
16824
16909
libzmq_dso_visibility="yes"
16825
16910
 
16826
 
# Whether we are on mingw or not.
 
16911
# Whether we are on mingw or android or not.
16827
16912
libzmq_on_mingw32="no"
 
16913
libzmq_on_android="no"
16828
16914
 
16829
16915
# Set some default features required by 0MQ code.
16830
16916
CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE $CPPFLAGS"
16848
16934
 
16849
16935
$as_echo "#define ZMQ_HAVE_ANDROID 1" >>confdefs.h
16850
16936
 
 
16937
                libzmq_on_android="yes"
16851
16938
            ;;
16852
16939
        esac
16853
16940
        ;;
19479
19566
  ON_MINGW_FALSE=
19480
19567
fi
19481
19568
 
 
19569
 if test "x$libzmq_on_android" = "xyes"; then
 
19570
  ON_ANDROID_TRUE=
 
19571
  ON_ANDROID_FALSE='#'
 
19572
else
 
19573
  ON_ANDROID_TRUE='#'
 
19574
  ON_ANDROID_FALSE=
 
19575
fi
 
19576
 
19482
19577
 
19483
19578
# Checks for library functions.
19484
19579
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
19937
20032
  as_fn_error $? "conditional \"ON_MINGW\" was never defined.
19938
20033
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19939
20034
fi
 
20035
if test -z "${ON_ANDROID_TRUE}" && test -z "${ON_ANDROID_FALSE}"; then
 
20036
  as_fn_error $? "conditional \"ON_ANDROID\" was never defined.
 
20037
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20038
fi
19940
20039
 
19941
20040
: "${CONFIG_STATUS=./config.status}"
19942
20041
ac_write_fail=0
20346
20445
# report actual input values of CONFIG_FILES etc. instead of their
20347
20446
# values after options handling.
20348
20447
ac_log="
20349
 
This file was extended by zeromq $as_me 3.2.0, which was
 
20448
This file was extended by zeromq $as_me 3.2.1, which was
20350
20449
generated by GNU Autoconf 2.68.  Invocation command line was
20351
20450
 
20352
20451
  CONFIG_FILES    = $CONFIG_FILES
20412
20511
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20413
20512
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20414
20513
ac_cs_version="\\
20415
 
zeromq config.status 3.2.0
 
20514
zeromq config.status 3.2.1
20416
20515
configured by $0, generated by GNU Autoconf 2.68,
20417
20516
  with options \\"\$ac_cs_config\\"
20418
20517
 
20552
20651
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
20553
20652
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
20554
20653
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
 
20654
PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
20555
20655
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
20556
20656
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
20557
20657
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
20632
20732
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
20633
20733
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
20634
20734
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
20635
 
hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
20636
20735
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
20637
20736
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
20638
20737
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
20704
20803
allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
20705
20804
no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
20706
20805
hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
20707
 
hardcode_libdir_flag_spec_ld_CXX='`$ECHO "$hardcode_libdir_flag_spec_ld_CXX" | $SED "$delay_single_quote_subst"`'
20708
20806
hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
20709
20807
hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
20710
20808
hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
20746
20844
OBJDUMP \
20747
20845
SHELL \
20748
20846
ECHO \
 
20847
PATH_SEPARATOR \
20749
20848
SED \
20750
20849
GREP \
20751
20850
EGREP \
20794
20893
allow_undefined_flag \
20795
20894
no_undefined_flag \
20796
20895
hardcode_libdir_flag_spec \
20797
 
hardcode_libdir_flag_spec_ld \
20798
20896
hardcode_libdir_separator \
20799
20897
exclude_expsyms \
20800
20898
include_expsyms \
20828
20926
allow_undefined_flag_CXX \
20829
20927
no_undefined_flag_CXX \
20830
20928
hardcode_libdir_flag_spec_CXX \
20831
 
hardcode_libdir_flag_spec_ld_CXX \
20832
20929
hardcode_libdir_separator_CXX \
20833
20930
exclude_expsyms_CXX \
20834
20931
include_expsyms_CXX \
21643
21740
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
21644
21741
#
21645
21742
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
21646
 
#                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
21647
 
#                 Inc.
 
21743
#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
21744
#                 Foundation, Inc.
21648
21745
#   Written by Gordon Matzigkeit, 1996
21649
21746
#
21650
21747
#   This file is part of GNU Libtool.
21707
21804
# An echo program that protects backslashes.
21708
21805
ECHO=$lt_ECHO
21709
21806
 
 
21807
# The PATH separator for the build system.
 
21808
PATH_SEPARATOR=$lt_PATH_SEPARATOR
 
21809
 
21710
21810
# The host system.
21711
21811
host_alias=$host_alias
21712
21812
host=$host
22002
22102
# This must work even if \$libdir does not exist
22003
22103
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
22004
22104
 
22005
 
# If ld is used when linking, flag to hardcode \$libdir into a binary
22006
 
# during linking.  This must work even if \$libdir does not exist.
22007
 
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
22008
 
 
22009
22105
# Whether we need a single "-rpath" flag with a separated argument.
22010
22106
hardcode_libdir_separator=$lt_hardcode_libdir_separator
22011
22107
 
22348
22444
# This must work even if \$libdir does not exist
22349
22445
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
22350
22446
 
22351
 
# If ld is used when linking, flag to hardcode \$libdir into a binary
22352
 
# during linking.  This must work even if \$libdir does not exist.
22353
 
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
22354
 
 
22355
22447
# Whether we need a single "-rpath" flag with a separated argument.
22356
22448
hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
22357
22449