~ubuntu-branches/ubuntu/precise/libxml++2.6/precise

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-03-13 15:46:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050313154633-iubyqdtu6y3p8915
Tags: 2.10.0-0ubuntu2
added doxygen to the build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
 
279
279
# The HP-UX ksh and POSIX shell print the target directory to stdout
280
280
# if CDPATH is set.
281
 
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
281
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
282
282
 
283
283
if test -z "$ECHO"; then
284
284
if test "X${echo_test_string+set}" != Xset; then
463
463
# include <unistd.h>
464
464
#endif"
465
465
 
466
 
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS GENERIC_MAJOR_VERSION GENERIC_MINOR_VERSION GENERIC_VERSION GENERIC_LIBRARY_VERSION INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG LIBXML_CFLAGS LIBXML_LIBS LIBXMLCPP_FALSE_TRUE LIBXMLCPP_FALSE_FALSE LIBOBJS LTLIBOBJS'
 
466
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS GENERIC_MAJOR_VERSION GENERIC_MINOR_VERSION GENERIC_MICRO_VERSION GENERIC_VERSION GENERIC_LIBRARY_VERSION INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP F77 FFLAGS ac_ct_F77 LIBTOOL PLATFORM_WIN32_TRUE PLATFORM_WIN32_FALSE PKG_CONFIG LIBXML_CFLAGS LIBXML_LIBS PERL_PATH LIBXMLCPP_FALSE_TRUE LIBXMLCPP_FALSE_FALSE LIBOBJS LTLIBOBJS'
467
467
ac_subst_files=''
468
468
 
469
469
# Initialize some variables set by options.
1497
1497
 
1498
1498
#release versioning
1499
1499
GENERIC_MAJOR_VERSION=2
1500
 
GENERIC_MINOR_VERSION=6
1501
 
GENERIC_MICRO_VERSION=1
 
1500
GENERIC_MINOR_VERSION=10
 
1501
GENERIC_MICRO_VERSION=0
1502
1502
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
1503
1503
 
1504
1504
 
1505
1505
 
1506
1506
 
 
1507
 
1507
1508
#shared library versioning
1508
 
GENERIC_LIBRARY_VERSION=1:1:0
 
1509
GENERIC_LIBRARY_VERSION=2:4:0
1509
1510
#                       | | |
1510
1511
#                +------+ | +---+
1511
1512
#                |        |     |
1524
1525
VERSION=$GENERIC_VERSION
1525
1526
 
1526
1527
 
1527
 
am__api_version="1.8"
 
1528
am__api_version="1.9"
1528
1529
ac_aux_dir=
1529
1530
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1530
1531
  if test -f $ac_dir/install-sh; then
1701
1702
fi
1702
1703
 
1703
1704
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1704
 
  # Keeping the `.' argument allows $(mkdir_p) to be used without
1705
 
  # argument.  Indeed, we sometimes output rules like
 
1705
  # We used to keeping the `.' as first argument, in order to
 
1706
  # allow $(mkdir_p) to be used without argument.  As in
1706
1707
  #   $(mkdir_p) $(somedir)
1707
 
  # where $(somedir) is conditionally defined.
1708
 
  # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more
1709
 
  # expensive solution, as it forces Make to start a sub-shell.)
1710
 
  mkdir_p='mkdir -p -- .'
 
1708
  # where $(somedir) is conditionally defined.  However this is wrong
 
1709
  # for two reasons:
 
1710
  #  1. if the package is installed by a user who cannot write `.'
 
1711
  #     make install will fail,
 
1712
  #  2. the above comment should most certainly read
 
1713
  #     $(mkdir_p) $(DESTDIR)$(somedir)
 
1714
  #     so it does not work when $(somedir) is undefined and
 
1715
  #     $(DESTDIR) is not.
 
1716
  #  To support the latter case, we have to write
 
1717
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
 
1718
  #  so the `.' trick is pointless.
 
1719
  mkdir_p='mkdir -p --'
1711
1720
else
1712
1721
  # On NextStep and OpenStep, the `mkdir' command does not
1713
1722
  # recognize any option.  It will interpret all options as
1851
1860
 
1852
1861
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1853
1862
 
1854
 
 
1855
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
1856
 
 
1857
1863
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1858
1864
 
1859
1865
# Installed binaries are usually stripped using `strip' when the user
1946
1952
 
1947
1953
# We need awk for the "check" target.  The system "awk" is bad on
1948
1954
# some platforms.
 
1955
# Always define AMTAR for backward compatibility.
 
1956
 
 
1957
AMTAR=${AMTAR-"${am_missing_run}tar"}
 
1958
 
 
1959
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
1960
 
 
1961
 
1949
1962
 
1950
1963
 
1951
1964
 
2642
2655
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
2643
2656
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2644
2657
      # icc doesn't choke on unknown options, it will just issue warnings
2645
 
      # (even with -Werror).  So we grep stderr for any message
2646
 
      # that says an option was ignored.
2647
 
      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
 
2658
      # or remarks (even with -Werror).  So we grep stderr for any message
 
2659
      # that says an option was ignored or not supported.
 
2660
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
2661
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
2662
      # The diagnosis changed in icc 8.0:
 
2663
      #   icc: Command line remark: option '-MP' not supported
 
2664
      if (grep 'ignoring option' conftest.err ||
 
2665
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
2648
2666
        am_cv_CXX_dependencies_compiler_type=$depmode
2649
2667
        break
2650
2668
      fi
2990
3008
 
2991
3009
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2992
3010
 
 
3011
 
 
3012
 
2993
3013
# Check whether --enable-shared or --disable-shared was given.
2994
3014
if test "${enable_shared+set}" = set; then
2995
3015
  enableval="$enable_shared"
3916
3936
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3917
3937
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3918
3938
      # icc doesn't choke on unknown options, it will just issue warnings
3919
 
      # (even with -Werror).  So we grep stderr for any message
3920
 
      # that says an option was ignored.
3921
 
      if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
 
3939
      # or remarks (even with -Werror).  So we grep stderr for any message
 
3940
      # that says an option was ignored or not supported.
 
3941
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
3942
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
3943
      # The diagnosis changed in icc 8.0:
 
3944
      #   icc: Command line remark: option '-MP' not supported
 
3945
      if (grep 'ignoring option' conftest.err ||
 
3946
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3922
3947
        am_cv_CC_dependencies_compiler_type=$depmode
3923
3948
        break
3924
3949
      fi
3999
4024
    fi
4000
4025
  done
4001
4026
done
 
4027
 
 
4028
fi
 
4029
 
4002
4030
SED=$lt_cv_path_SED
4003
 
 
4004
 
fi
4005
 
 
4006
4031
echo "$as_me:$LINENO: result: $SED" >&5
4007
4032
echo "${ECHO_T}$SED" >&6
4008
4033
 
4143
4168
*) reload_flag=" $reload_flag" ;;
4144
4169
esac
4145
4170
reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
4171
case $host_os in
 
4172
  darwin*)
 
4173
    if test "$GCC" = yes; then
 
4174
      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
 
4175
    else
 
4176
      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
4177
    fi
 
4178
    ;;
 
4179
esac
4146
4180
 
4147
4181
echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4148
4182
echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4229
4263
  lt_cv_deplibs_check_method=pass_all
4230
4264
  ;;
4231
4265
 
4232
 
bsdi4*)
 
4266
bsdi[45]*)
4233
4267
  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4234
4268
  lt_cv_file_magic_cmd='/usr/bin/file -L'
4235
4269
  lt_cv_file_magic_test_file=/shlib/libc.so
4302
4336
 
4303
4337
# This must be Linux ELF.
4304
4338
linux*)
4305
 
  case $host_cpu in
4306
 
  alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*)
4307
 
    lt_cv_deplibs_check_method=pass_all ;;
4308
 
  *)
4309
 
    # glibc up to 2.1.1 does not perform some relocations on ARM
4310
 
    # this will be overridden with pass_all, but let us keep it just in case
4311
 
    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
4312
 
  esac
4313
 
  lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
4314
4339
  lt_cv_deplibs_check_method=pass_all
4315
4340
  ;;
4316
4341
 
4333
4358
  ;;
4334
4359
 
4335
4360
openbsd*)
4336
 
  lt_cv_file_magic_cmd=/usr/bin/file
4337
 
  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4338
4361
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4339
 
    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
 
4362
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4340
4363
  else
4341
 
    lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
 
4364
    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4342
4365
  fi
4343
4366
  ;;
4344
4367
 
4431
4454
  ;;
4432
4455
*-*-irix6*)
4433
4456
  # Find out which ABI we are using.
4434
 
  echo '#line 4434 "configure"' > conftest.$ac_ext
 
4457
  echo '#line 4457 "configure"' > conftest.$ac_ext
4435
4458
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4436
4459
  (eval $ac_compile) 2>&5
4437
4460
  ac_status=$?
4587
4610
    CFLAGS="$SAVE_CFLAGS"
4588
4611
  fi
4589
4612
  ;;
 
4613
*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
4614
  if test -n "$ac_tool_prefix"; then
 
4615
  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
 
4616
set dummy ${ac_tool_prefix}dlltool; ac_word=$2
 
4617
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4618
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
4619
if test "${ac_cv_prog_DLLTOOL+set}" = set; then
 
4620
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4621
else
 
4622
  if test -n "$DLLTOOL"; then
 
4623
  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
 
4624
else
 
4625
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4626
for as_dir in $PATH
 
4627
do
 
4628
  IFS=$as_save_IFS
 
4629
  test -z "$as_dir" && as_dir=.
 
4630
  for ac_exec_ext in '' $ac_executable_extensions; do
 
4631
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
4632
    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
 
4633
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4634
    break 2
 
4635
  fi
 
4636
done
 
4637
done
 
4638
 
 
4639
fi
 
4640
fi
 
4641
DLLTOOL=$ac_cv_prog_DLLTOOL
 
4642
if test -n "$DLLTOOL"; then
 
4643
  echo "$as_me:$LINENO: result: $DLLTOOL" >&5
 
4644
echo "${ECHO_T}$DLLTOOL" >&6
 
4645
else
 
4646
  echo "$as_me:$LINENO: result: no" >&5
 
4647
echo "${ECHO_T}no" >&6
 
4648
fi
 
4649
 
 
4650
fi
 
4651
if test -z "$ac_cv_prog_DLLTOOL"; then
 
4652
  ac_ct_DLLTOOL=$DLLTOOL
 
4653
  # Extract the first word of "dlltool", so it can be a program name with args.
 
4654
set dummy dlltool; ac_word=$2
 
4655
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4656
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
4657
if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
 
4658
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4659
else
 
4660
  if test -n "$ac_ct_DLLTOOL"; then
 
4661
  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
 
4662
else
 
4663
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4664
for as_dir in $PATH
 
4665
do
 
4666
  IFS=$as_save_IFS
 
4667
  test -z "$as_dir" && as_dir=.
 
4668
  for ac_exec_ext in '' $ac_executable_extensions; do
 
4669
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
4670
    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
 
4671
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4672
    break 2
 
4673
  fi
 
4674
done
 
4675
done
 
4676
 
 
4677
  test -z "$ac_cv_prog_ac_ct_DLLTOOL" && ac_cv_prog_ac_ct_DLLTOOL="false"
 
4678
fi
 
4679
fi
 
4680
ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
 
4681
if test -n "$ac_ct_DLLTOOL"; then
 
4682
  echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
 
4683
echo "${ECHO_T}$ac_ct_DLLTOOL" >&6
 
4684
else
 
4685
  echo "$as_me:$LINENO: result: no" >&5
 
4686
echo "${ECHO_T}no" >&6
 
4687
fi
 
4688
 
 
4689
  DLLTOOL=$ac_ct_DLLTOOL
 
4690
else
 
4691
  DLLTOOL="$ac_cv_prog_DLLTOOL"
 
4692
fi
 
4693
 
 
4694
  if test -n "$ac_tool_prefix"; then
 
4695
  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 
4696
set dummy ${ac_tool_prefix}as; ac_word=$2
 
4697
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4698
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
4699
if test "${ac_cv_prog_AS+set}" = set; then
 
4700
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4701
else
 
4702
  if test -n "$AS"; then
 
4703
  ac_cv_prog_AS="$AS" # Let the user override the test.
 
4704
else
 
4705
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4706
for as_dir in $PATH
 
4707
do
 
4708
  IFS=$as_save_IFS
 
4709
  test -z "$as_dir" && as_dir=.
 
4710
  for ac_exec_ext in '' $ac_executable_extensions; do
 
4711
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
4712
    ac_cv_prog_AS="${ac_tool_prefix}as"
 
4713
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4714
    break 2
 
4715
  fi
 
4716
done
 
4717
done
 
4718
 
 
4719
fi
 
4720
fi
 
4721
AS=$ac_cv_prog_AS
 
4722
if test -n "$AS"; then
 
4723
  echo "$as_me:$LINENO: result: $AS" >&5
 
4724
echo "${ECHO_T}$AS" >&6
 
4725
else
 
4726
  echo "$as_me:$LINENO: result: no" >&5
 
4727
echo "${ECHO_T}no" >&6
 
4728
fi
 
4729
 
 
4730
fi
 
4731
if test -z "$ac_cv_prog_AS"; then
 
4732
  ac_ct_AS=$AS
 
4733
  # Extract the first word of "as", so it can be a program name with args.
 
4734
set dummy as; ac_word=$2
 
4735
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4736
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
4737
if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 
4738
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4739
else
 
4740
  if test -n "$ac_ct_AS"; then
 
4741
  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
 
4742
else
 
4743
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4744
for as_dir in $PATH
 
4745
do
 
4746
  IFS=$as_save_IFS
 
4747
  test -z "$as_dir" && as_dir=.
 
4748
  for ac_exec_ext in '' $ac_executable_extensions; do
 
4749
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
4750
    ac_cv_prog_ac_ct_AS="as"
 
4751
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4752
    break 2
 
4753
  fi
 
4754
done
 
4755
done
 
4756
 
 
4757
  test -z "$ac_cv_prog_ac_ct_AS" && ac_cv_prog_ac_ct_AS="false"
 
4758
fi
 
4759
fi
 
4760
ac_ct_AS=$ac_cv_prog_ac_ct_AS
 
4761
if test -n "$ac_ct_AS"; then
 
4762
  echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 
4763
echo "${ECHO_T}$ac_ct_AS" >&6
 
4764
else
 
4765
  echo "$as_me:$LINENO: result: no" >&5
 
4766
echo "${ECHO_T}no" >&6
 
4767
fi
 
4768
 
 
4769
  AS=$ac_ct_AS
 
4770
else
 
4771
  AS="$ac_cv_prog_AS"
 
4772
fi
 
4773
 
 
4774
  if test -n "$ac_tool_prefix"; then
 
4775
  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 
4776
set dummy ${ac_tool_prefix}objdump; ac_word=$2
 
4777
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4778
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
4779
if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 
4780
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4781
else
 
4782
  if test -n "$OBJDUMP"; then
 
4783
  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
 
4784
else
 
4785
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4786
for as_dir in $PATH
 
4787
do
 
4788
  IFS=$as_save_IFS
 
4789
  test -z "$as_dir" && as_dir=.
 
4790
  for ac_exec_ext in '' $ac_executable_extensions; do
 
4791
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
4792
    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 
4793
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4794
    break 2
 
4795
  fi
 
4796
done
 
4797
done
 
4798
 
 
4799
fi
 
4800
fi
 
4801
OBJDUMP=$ac_cv_prog_OBJDUMP
 
4802
if test -n "$OBJDUMP"; then
 
4803
  echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 
4804
echo "${ECHO_T}$OBJDUMP" >&6
 
4805
else
 
4806
  echo "$as_me:$LINENO: result: no" >&5
 
4807
echo "${ECHO_T}no" >&6
 
4808
fi
 
4809
 
 
4810
fi
 
4811
if test -z "$ac_cv_prog_OBJDUMP"; then
 
4812
  ac_ct_OBJDUMP=$OBJDUMP
 
4813
  # Extract the first word of "objdump", so it can be a program name with args.
 
4814
set dummy objdump; ac_word=$2
 
4815
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
4816
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
4817
if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 
4818
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4819
else
 
4820
  if test -n "$ac_ct_OBJDUMP"; then
 
4821
  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
 
4822
else
 
4823
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
4824
for as_dir in $PATH
 
4825
do
 
4826
  IFS=$as_save_IFS
 
4827
  test -z "$as_dir" && as_dir=.
 
4828
  for ac_exec_ext in '' $ac_executable_extensions; do
 
4829
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
4830
    ac_cv_prog_ac_ct_OBJDUMP="objdump"
 
4831
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
4832
    break 2
 
4833
  fi
 
4834
done
 
4835
done
 
4836
 
 
4837
  test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false"
 
4838
fi
 
4839
fi
 
4840
ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 
4841
if test -n "$ac_ct_OBJDUMP"; then
 
4842
  echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 
4843
echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
 
4844
else
 
4845
  echo "$as_me:$LINENO: result: no" >&5
 
4846
echo "${ECHO_T}no" >&6
 
4847
fi
 
4848
 
 
4849
  OBJDUMP=$ac_ct_OBJDUMP
 
4850
else
 
4851
  OBJDUMP="$ac_cv_prog_OBJDUMP"
 
4852
fi
 
4853
 
 
4854
  ;;
4590
4855
 
4591
4856
esac
4592
4857
 
5217
5482
done
5218
5483
 
5219
5484
 
 
5485
 
 
5486
if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
5487
    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
5488
    (test "X$CXX" != "Xg++"))) ; then
 
5489
  ac_ext=cc
 
5490
ac_cpp='$CXXCPP $CPPFLAGS'
 
5491
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5492
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5493
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
5494
echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
5495
echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
 
5496
if test -z "$CXXCPP"; then
 
5497
  if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
5498
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5499
else
 
5500
      # Double quotes because CXXCPP needs to be expanded
 
5501
    for CXXCPP in "$CXX -E" "/lib/cpp"
 
5502
    do
 
5503
      ac_preproc_ok=false
 
5504
for ac_cxx_preproc_warn_flag in '' yes
 
5505
do
 
5506
  # Use a header file that comes with gcc, so configuring glibc
 
5507
  # with a fresh cross-compiler works.
 
5508
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
5509
  # <limits.h> exists even on freestanding compilers.
 
5510
  # On the NeXT, cc -E runs the code through the compiler's parser,
 
5511
  # not just through cpp. "Syntax error" is here to catch this case.
 
5512
  cat >conftest.$ac_ext <<_ACEOF
 
5513
/* confdefs.h.  */
 
5514
_ACEOF
 
5515
cat confdefs.h >>conftest.$ac_ext
 
5516
cat >>conftest.$ac_ext <<_ACEOF
 
5517
/* end confdefs.h.  */
 
5518
#ifdef __STDC__
 
5519
# include <limits.h>
 
5520
#else
 
5521
# include <assert.h>
 
5522
#endif
 
5523
                     Syntax error
 
5524
_ACEOF
 
5525
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
5526
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
5527
  ac_status=$?
 
5528
  grep -v '^ *+' conftest.er1 >conftest.err
 
5529
  rm -f conftest.er1
 
5530
  cat conftest.err >&5
 
5531
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5532
  (exit $ac_status); } >/dev/null; then
 
5533
  if test -s conftest.err; then
 
5534
    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
5535
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
5536
  else
 
5537
    ac_cpp_err=
 
5538
  fi
 
5539
else
 
5540
  ac_cpp_err=yes
 
5541
fi
 
5542
if test -z "$ac_cpp_err"; then
 
5543
  :
 
5544
else
 
5545
  echo "$as_me: failed program was:" >&5
 
5546
sed 's/^/| /' conftest.$ac_ext >&5
 
5547
 
 
5548
  # Broken: fails on valid input.
 
5549
continue
 
5550
fi
 
5551
rm -f conftest.err conftest.$ac_ext
 
5552
 
 
5553
  # OK, works on sane cases.  Now check whether non-existent headers
 
5554
  # can be detected and how.
 
5555
  cat >conftest.$ac_ext <<_ACEOF
 
5556
/* confdefs.h.  */
 
5557
_ACEOF
 
5558
cat confdefs.h >>conftest.$ac_ext
 
5559
cat >>conftest.$ac_ext <<_ACEOF
 
5560
/* end confdefs.h.  */
 
5561
#include <ac_nonexistent.h>
 
5562
_ACEOF
 
5563
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
5564
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
5565
  ac_status=$?
 
5566
  grep -v '^ *+' conftest.er1 >conftest.err
 
5567
  rm -f conftest.er1
 
5568
  cat conftest.err >&5
 
5569
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5570
  (exit $ac_status); } >/dev/null; then
 
5571
  if test -s conftest.err; then
 
5572
    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
5573
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
5574
  else
 
5575
    ac_cpp_err=
 
5576
  fi
 
5577
else
 
5578
  ac_cpp_err=yes
 
5579
fi
 
5580
if test -z "$ac_cpp_err"; then
 
5581
  # Broken: success on invalid input.
 
5582
continue
 
5583
else
 
5584
  echo "$as_me: failed program was:" >&5
 
5585
sed 's/^/| /' conftest.$ac_ext >&5
 
5586
 
 
5587
  # Passes both tests.
 
5588
ac_preproc_ok=:
 
5589
break
 
5590
fi
 
5591
rm -f conftest.err conftest.$ac_ext
 
5592
 
 
5593
done
 
5594
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
5595
rm -f conftest.err conftest.$ac_ext
 
5596
if $ac_preproc_ok; then
 
5597
  break
 
5598
fi
 
5599
 
 
5600
    done
 
5601
    ac_cv_prog_CXXCPP=$CXXCPP
 
5602
 
 
5603
fi
 
5604
  CXXCPP=$ac_cv_prog_CXXCPP
 
5605
else
 
5606
  ac_cv_prog_CXXCPP=$CXXCPP
 
5607
fi
 
5608
echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
5609
echo "${ECHO_T}$CXXCPP" >&6
 
5610
ac_preproc_ok=false
 
5611
for ac_cxx_preproc_warn_flag in '' yes
 
5612
do
 
5613
  # Use a header file that comes with gcc, so configuring glibc
 
5614
  # with a fresh cross-compiler works.
 
5615
  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
5616
  # <limits.h> exists even on freestanding compilers.
 
5617
  # On the NeXT, cc -E runs the code through the compiler's parser,
 
5618
  # not just through cpp. "Syntax error" is here to catch this case.
 
5619
  cat >conftest.$ac_ext <<_ACEOF
 
5620
/* confdefs.h.  */
 
5621
_ACEOF
 
5622
cat confdefs.h >>conftest.$ac_ext
 
5623
cat >>conftest.$ac_ext <<_ACEOF
 
5624
/* end confdefs.h.  */
 
5625
#ifdef __STDC__
 
5626
# include <limits.h>
 
5627
#else
 
5628
# include <assert.h>
 
5629
#endif
 
5630
                     Syntax error
 
5631
_ACEOF
 
5632
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
5633
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
5634
  ac_status=$?
 
5635
  grep -v '^ *+' conftest.er1 >conftest.err
 
5636
  rm -f conftest.er1
 
5637
  cat conftest.err >&5
 
5638
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5639
  (exit $ac_status); } >/dev/null; then
 
5640
  if test -s conftest.err; then
 
5641
    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
5642
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
5643
  else
 
5644
    ac_cpp_err=
 
5645
  fi
 
5646
else
 
5647
  ac_cpp_err=yes
 
5648
fi
 
5649
if test -z "$ac_cpp_err"; then
 
5650
  :
 
5651
else
 
5652
  echo "$as_me: failed program was:" >&5
 
5653
sed 's/^/| /' conftest.$ac_ext >&5
 
5654
 
 
5655
  # Broken: fails on valid input.
 
5656
continue
 
5657
fi
 
5658
rm -f conftest.err conftest.$ac_ext
 
5659
 
 
5660
  # OK, works on sane cases.  Now check whether non-existent headers
 
5661
  # can be detected and how.
 
5662
  cat >conftest.$ac_ext <<_ACEOF
 
5663
/* confdefs.h.  */
 
5664
_ACEOF
 
5665
cat confdefs.h >>conftest.$ac_ext
 
5666
cat >>conftest.$ac_ext <<_ACEOF
 
5667
/* end confdefs.h.  */
 
5668
#include <ac_nonexistent.h>
 
5669
_ACEOF
 
5670
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
 
5671
  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
 
5672
  ac_status=$?
 
5673
  grep -v '^ *+' conftest.er1 >conftest.err
 
5674
  rm -f conftest.er1
 
5675
  cat conftest.err >&5
 
5676
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5677
  (exit $ac_status); } >/dev/null; then
 
5678
  if test -s conftest.err; then
 
5679
    ac_cpp_err=$ac_cxx_preproc_warn_flag
 
5680
    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
 
5681
  else
 
5682
    ac_cpp_err=
 
5683
  fi
 
5684
else
 
5685
  ac_cpp_err=yes
 
5686
fi
 
5687
if test -z "$ac_cpp_err"; then
 
5688
  # Broken: success on invalid input.
 
5689
continue
 
5690
else
 
5691
  echo "$as_me: failed program was:" >&5
 
5692
sed 's/^/| /' conftest.$ac_ext >&5
 
5693
 
 
5694
  # Passes both tests.
 
5695
ac_preproc_ok=:
 
5696
break
 
5697
fi
 
5698
rm -f conftest.err conftest.$ac_ext
 
5699
 
 
5700
done
 
5701
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
5702
rm -f conftest.err conftest.$ac_ext
 
5703
if $ac_preproc_ok; then
 
5704
  :
 
5705
else
 
5706
  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
5707
See \`config.log' for more details." >&5
 
5708
echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
5709
See \`config.log' for more details." >&2;}
 
5710
   { (exit 1); exit 1; }; }
 
5711
fi
 
5712
 
 
5713
ac_ext=cc
 
5714
ac_cpp='$CXXCPP $CPPFLAGS'
 
5715
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
5716
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
5717
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
5718
 
 
5719
fi
 
5720
 
 
5721
 
5220
5722
ac_ext=f
5221
5723
ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
5222
5724
ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5309
5811
 
5310
5812
 
5311
5813
# Provide some information about the compiler.
5312
 
echo "$as_me:5312:" \
 
5814
echo "$as_me:5814:" \
5313
5815
     "checking for Fortran 77 compiler version" >&5
5314
5816
ac_compiler=`set X $ac_compile; echo $2`
5315
5817
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5499
6001
    lt_cv_sys_max_cmd_len=8192;
5500
6002
    ;;
5501
6003
 
 
6004
  netbsd* | freebsd* | openbsd* | darwin* )
 
6005
    # This has been around since 386BSD, at least.  Likely further.
 
6006
    if test -x /sbin/sysctl; then
 
6007
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
6008
    elif test -x /usr/sbin/sysctl; then
 
6009
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
6010
    else
 
6011
      lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
 
6012
    fi
 
6013
    # And add a safety zone
 
6014
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
6015
    ;;
 
6016
 
5502
6017
 *)
5503
6018
    # If test is not a shell built-in, we'll probably end up computing a
5504
6019
    # maximum length that is only half of the actual maximum length, but
5505
6020
    # we can't tell.
5506
 
    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
 
6021
    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
6022
    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
5507
6023
               = "XX$teststring") >/dev/null 2>&1 &&
5508
6024
            new_result=`expr "X$teststring" : ".*" 2>&1` &&
5509
6025
            lt_cv_sys_max_cmd_len=$new_result &&
5573
6089
  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5574
6090
  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
5575
6091
  ;;
 
6092
linux*)
 
6093
  if test "$host_cpu" = ia64; then
 
6094
    symcode='[ABCDGIRSTW]'
 
6095
    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
6096
    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
 
6097
  fi
 
6098
  ;;
5576
6099
irix* | nonstopux*)
5577
6100
  symcode='[BCDEGRST]'
5578
6101
  ;;
6072
6595
  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6073
6596
fi
6074
6597
 
 
6598
cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
 
6599
 
6075
6600
# Only perform the check for file, if the check method requires it
6076
6601
case $deplibs_check_method in
6077
6602
file_magic*)
6208
6733
esac
6209
6734
 
6210
6735
enable_dlopen=no
6211
 
enable_win32_dll=no
 
6736
enable_win32_dll=yes
6212
6737
 
6213
6738
# Check whether --enable-libtool-lock or --disable-libtool-lock was given.
6214
6739
if test "${enable_libtool_lock+set}" = set; then
6343
6868
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6344
6869
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6345
6870
   -e 's:$: $lt_compiler_flag:'`
6346
 
   (eval echo "\"\$as_me:6346: $lt_compile\"" >&5)
 
6871
   (eval echo "\"\$as_me:6871: $lt_compile\"" >&5)
6347
6872
   (eval "$lt_compile" 2>conftest.err)
6348
6873
   ac_status=$?
6349
6874
   cat conftest.err >&5
6350
 
   echo "$as_me:6350: \$? = $ac_status" >&5
 
6875
   echo "$as_me:6875: \$? = $ac_status" >&5
6351
6876
   if (exit $ac_status) && test -s "$ac_outfile"; then
6352
6877
     # The compiler can only warn and ignore the option if not recognized
6353
6878
     # So say no if there are warnings
6454
6979
        lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
6455
6980
      fi
6456
6981
      ;;
 
6982
      darwin*)
 
6983
        # PIC is the default on this platform
 
6984
        # Common symbols not allowed in MH_DYLIB files
 
6985
       case "$cc_basename" in
 
6986
         xlc*)
 
6987
         lt_prog_compiler_pic='-qnocommon'
 
6988
         lt_prog_compiler_wl='-Wl,'
 
6989
         ;;
 
6990
       esac
 
6991
       ;;
6457
6992
 
6458
6993
    mingw* | pw32* | os2*)
6459
6994
      # This hack is so that the source file can tell whether it is being
6576
7111
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6577
7112
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6578
7113
   -e 's:$: $lt_compiler_flag:'`
6579
 
   (eval echo "\"\$as_me:6579: $lt_compile\"" >&5)
 
7114
   (eval echo "\"\$as_me:7114: $lt_compile\"" >&5)
6580
7115
   (eval "$lt_compile" 2>conftest.err)
6581
7116
   ac_status=$?
6582
7117
   cat conftest.err >&5
6583
 
   echo "$as_me:6583: \$? = $ac_status" >&5
 
7118
   echo "$as_me:7118: \$? = $ac_status" >&5
6584
7119
   if (exit $ac_status) && test -s "$ac_outfile"; then
6585
7120
     # The compiler can only warn and ignore the option if not recognized
6586
7121
     # So say no if there are warnings
6636
7171
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
6637
7172
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
6638
7173
   -e 's:$: $lt_compiler_flag:'`
6639
 
   (eval echo "\"\$as_me:6639: $lt_compile\"" >&5)
 
7174
   (eval echo "\"\$as_me:7174: $lt_compile\"" >&5)
6640
7175
   (eval "$lt_compile" 2>out/conftest.err)
6641
7176
   ac_status=$?
6642
7177
   cat out/conftest.err >&5
6643
 
   echo "$as_me:6643: \$? = $ac_status" >&5
 
7178
   echo "$as_me:7178: \$? = $ac_status" >&5
6644
7179
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
6645
7180
   then
6646
7181
     # The compiler can only warn and ignore the option if not recognized
7140
7675
      ld_shlibs=no
7141
7676
      ;;
7142
7677
 
7143
 
    bsdi4*)
 
7678
    bsdi[45]*)
7144
7679
      export_dynamic_flag_spec=-rdynamic
7145
7680
      ;;
7146
7681
 
7166
7701
      ;;
7167
7702
 
7168
7703
    darwin* | rhapsody*)
7169
 
    if test "$GXX" = yes ; then
 
7704
      case "$host_os" in
 
7705
        rhapsody* | darwin1.[012])
 
7706
         allow_undefined_flag='${wl}-undefined ${wl}suppress'
 
7707
         ;;
 
7708
       *) # Darwin 1.3 on
 
7709
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
7710
           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
7711
         else
 
7712
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
7713
             10.[012])
 
7714
               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
7715
               ;;
 
7716
             10.*)
 
7717
               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
 
7718
               ;;
 
7719
           esac
 
7720
         fi
 
7721
         ;;
 
7722
      esac
7170
7723
      archive_cmds_need_lc=no
7171
 
      case "$host_os" in
7172
 
      rhapsody* | darwin1.[012])
7173
 
        allow_undefined_flag='-undefined suppress'
7174
 
        ;;
7175
 
      *) # Darwin 1.3 on
7176
 
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
7177
 
        allow_undefined_flag='-flat_namespace -undefined suppress'
7178
 
      else
7179
 
        case ${MACOSX_DEPLOYMENT_TARGET} in
7180
 
          10.[012])
7181
 
            allow_undefined_flag='-flat_namespace -undefined suppress'
7182
 
            ;;
7183
 
          10.*)
7184
 
            allow_undefined_flag='-undefined dynamic_lookup'
7185
 
            ;;
7186
 
        esac
7187
 
      fi
7188
 
        ;;
7189
 
      esac
7190
 
        lt_int_apple_cc_single_mod=no
7191
 
        output_verbose_link_cmd='echo'
7192
 
        if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
7193
 
          lt_int_apple_cc_single_mod=yes
7194
 
        fi
7195
 
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
7196
 
          archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7197
 
        else
7198
 
        archive_cmds='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
7199
 
      fi
7200
 
      module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
7201
 
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
7202
 
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
7203
 
          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7204
 
        else
7205
 
          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7206
 
        fi
7207
 
          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7208
7724
      hardcode_direct=no
7209
7725
      hardcode_automatic=yes
7210
7726
      hardcode_shlibpath_var=unsupported
7211
 
      whole_archive_flag_spec='-all_load $convenience'
 
7727
      whole_archive_flag_spec=''
7212
7728
      link_all_deplibs=yes
 
7729
    if test "$GCC" = yes ; then
 
7730
        output_verbose_link_cmd='echo'
 
7731
        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
7732
      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
7733
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
7734
      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
7735
      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
7213
7736
    else
7214
 
      ld_shlibs=no
 
7737
      case "$cc_basename" in
 
7738
        xlc*)
 
7739
         output_verbose_link_cmd='echo'
 
7740
         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
 
7741
         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
7742
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
7743
         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
7744
          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
7745
          ;;
 
7746
       *)
 
7747
         ld_shlibs=no
 
7748
          ;;
 
7749
      esac
7215
7750
    fi
7216
7751
      ;;
7217
7752
 
7356
7891
      hardcode_shlibpath_var=no
7357
7892
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
7358
7893
        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
7894
        archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
7359
7895
        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7360
7896
        export_dynamic_flag_spec='${wl}-E'
7361
7897
      else
7707
8243
  shlibpath_var=LIBRARY_PATH
7708
8244
  ;;
7709
8245
 
7710
 
bsdi4*)
 
8246
bsdi[45]*)
7711
8247
  version_type=linux
7712
8248
  need_version=no
7713
8249
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
8031
8567
openbsd*)
8032
8568
  version_type=sunos
8033
8569
  need_lib_prefix=no
8034
 
  need_version=yes
 
8570
  need_version=no
8035
8571
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
8036
8572
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
8037
8573
  shlibpath_var=LD_LIBRARY_PATH
8153
8689
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
8154
8690
hardcode_action=
8155
8691
if test -n "$hardcode_libdir_flag_spec" || \
8156
 
   test -n "$runpath_var " || \
8157
 
   test "X$hardcode_automatic"="Xyes" ; then
 
8692
   test -n "$runpath_var" || \
 
8693
   test "X$hardcode_automatic" = "Xyes" ; then
8158
8694
 
8159
8695
  # We can hardcode non-existant directories.
8160
8696
  if test "$hardcode_direct" != no &&
8820
9356
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8821
9357
  lt_status=$lt_dlunknown
8822
9358
  cat > conftest.$ac_ext <<EOF
8823
 
#line 8823 "configure"
 
9359
#line 9359 "configure"
8824
9360
#include "confdefs.h"
8825
9361
 
8826
9362
#if HAVE_DLFCN_H
8918
9454
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
8919
9455
  lt_status=$lt_dlunknown
8920
9456
  cat > conftest.$ac_ext <<EOF
8921
 
#line 8921 "configure"
 
9457
#line 9457 "configure"
8922
9458
#include "confdefs.h"
8923
9459
 
8924
9460
#if HAVE_DLFCN_H
9047
9583
  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
9048
9584
    test "$enable_shared" = yes && enable_static=no
9049
9585
  fi
9050
 
  ;;
9051
 
  darwin* | rhapsody*)
9052
 
  if test "$GCC" = yes; then
9053
 
    archive_cmds_need_lc=no
9054
 
    case "$host_os" in
9055
 
    rhapsody* | darwin1.[012])
9056
 
      allow_undefined_flag='-undefined suppress'
9057
 
      ;;
9058
 
    *) # Darwin 1.3 on
9059
 
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
9060
 
        allow_undefined_flag='-flat_namespace -undefined suppress'
9061
 
      else
9062
 
        case ${MACOSX_DEPLOYMENT_TARGET} in
9063
 
          10.[012])
9064
 
            allow_undefined_flag='-flat_namespace -undefined suppress'
9065
 
            ;;
9066
 
          10.*)
9067
 
            allow_undefined_flag='-undefined dynamic_lookup'
9068
 
            ;;
9069
 
        esac
9070
 
      fi
9071
 
      ;;
9072
 
    esac
9073
 
    output_verbose_link_cmd='echo'
9074
 
    archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
9075
 
    module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
9076
 
    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
9077
 
    archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9078
 
    module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9079
 
    hardcode_direct=no
9080
 
    hardcode_automatic=yes
9081
 
    hardcode_shlibpath_var=unsupported
9082
 
    whole_archive_flag_spec='-all_load $convenience'
9083
 
    link_all_deplibs=yes
9084
 
  else
9085
 
    ld_shlibs=no
9086
 
  fi
9087
9586
    ;;
9088
9587
esac
9089
9588
echo "$as_me:$LINENO: result: $enable_shared" >&5
9228
9727
 
9229
9728
# The HP-UX ksh and POSIX shell print the target directory to stdout
9230
9729
# if CDPATH is set.
9231
 
if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
 
9730
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
9232
9731
 
9233
9732
# The names of the tagged configurations supported by this script.
9234
9733
available_tags=
9629
10128
 
9630
10129
      case $tagname in
9631
10130
      CXX)
9632
 
        if test -n "$CXX" && test "X$CXX" != "Xno"; then
 
10131
        if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
10132
            ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
10133
            (test "X$CXX" != "Xg++"))) ; then
9633
10134
          ac_ext=cc
9634
10135
ac_cpp='$CXXCPP $CPPFLAGS'
9635
10136
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10104
10605
    esac
10105
10606
    ;;
10106
10607
 
 
10608
 
10107
10609
  cygwin* | mingw* | pw32*)
10108
10610
    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
10109
10611
    # as there is no search path for DLLs.
10127
10629
      ld_shlibs_CXX=no
10128
10630
    fi
10129
10631
  ;;
10130
 
 
10131
 
  darwin* | rhapsody*)
10132
 
  if test "$GXX" = yes; then
10133
 
    archive_cmds_need_lc_CXX=no
10134
 
    case "$host_os" in
10135
 
    rhapsody* | darwin1.[012])
10136
 
      allow_undefined_flag_CXX='-undefined suppress'
10137
 
      ;;
10138
 
    *) # Darwin 1.3 on
10139
 
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
10140
 
        allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
10141
 
      else
10142
 
        case ${MACOSX_DEPLOYMENT_TARGET} in
10143
 
          10.[012])
10144
 
            allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
10145
 
            ;;
10146
 
          10.*)
10147
 
            allow_undefined_flag_CXX='-undefined dynamic_lookup'
10148
 
            ;;
 
10632
      darwin* | rhapsody*)
 
10633
        case "$host_os" in
 
10634
        rhapsody* | darwin1.[012])
 
10635
         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
 
10636
         ;;
 
10637
       *) # Darwin 1.3 on
 
10638
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
10639
           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
10640
         else
 
10641
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
10642
             10.[012])
 
10643
               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
10644
               ;;
 
10645
             10.*)
 
10646
               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
 
10647
               ;;
 
10648
           esac
 
10649
         fi
 
10650
         ;;
10149
10651
        esac
10150
 
      fi
10151
 
      ;;
10152
 
    esac
10153
 
    lt_int_apple_cc_single_mod=no
10154
 
    output_verbose_link_cmd='echo'
10155
 
    if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
10156
 
      lt_int_apple_cc_single_mod=yes
10157
 
    fi
10158
 
    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
10159
 
      archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
10160
 
    else
10161
 
      archive_cmds_CXX='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
10162
 
    fi
10163
 
    module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
10652
      archive_cmds_need_lc_CXX=no
 
10653
      hardcode_direct_CXX=no
 
10654
      hardcode_automatic_CXX=yes
 
10655
      hardcode_shlibpath_var_CXX=unsupported
 
10656
      whole_archive_flag_spec_CXX=''
 
10657
      link_all_deplibs_CXX=yes
10164
10658
 
10165
 
    # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
10166
 
    if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
10167
 
      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
10168
 
    else
10169
 
      archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
10170
 
    fi
10171
 
    module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
10172
 
    hardcode_direct_CXX=no
10173
 
    hardcode_automatic_CXX=yes
10174
 
    hardcode_shlibpath_var_CXX=unsupported
10175
 
    whole_archive_flag_spec_CXX='-all_load $convenience'
10176
 
    link_all_deplibs_CXX=yes
10177
 
  else
10178
 
    ld_shlibs_CXX=no
10179
 
  fi
10180
 
    ;;
 
10659
    if test "$GXX" = yes ; then
 
10660
      lt_int_apple_cc_single_mod=no
 
10661
      output_verbose_link_cmd='echo'
 
10662
      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
 
10663
       lt_int_apple_cc_single_mod=yes
 
10664
      fi
 
10665
      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
10666
       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
10667
      else
 
10668
          archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
10669
        fi
 
10670
        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
10671
        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
10672
          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
 
10673
            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
10674
          else
 
10675
            archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
10676
          fi
 
10677
            module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
10678
      else
 
10679
      case "$cc_basename" in
 
10680
        xlc*)
 
10681
         output_verbose_link_cmd='echo'
 
10682
          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
 
10683
          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
10684
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
10685
          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
10686
          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
10687
          ;;
 
10688
       *)
 
10689
         ld_shlibs_CXX=no
 
10690
          ;;
 
10691
      esac
 
10692
      fi
 
10693
        ;;
10181
10694
 
10182
10695
  dgux*)
10183
10696
    case $cc_basename in
10383
10896
      icpc)
10384
10897
        # Intel C++
10385
10898
        with_gnu_ld=yes
 
10899
        # version 8.0 and above of icpc choke on multiply defined symbols
 
10900
        # if we add $predep_objects and $postdep_objects, however 7.1 and
 
10901
        # earlier do not add the objects themselves.
 
10902
        case `$CC -V 2>&1` in
 
10903
        *"Version 7."*)
 
10904
          archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10905
          archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
10906
          ;;
 
10907
        *)  # Version 8.0 or newer
 
10908
          archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10909
        archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
10910
          ;;
 
10911
        esac
10386
10912
        archive_cmds_need_lc_CXX=no
10387
 
        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
10388
 
        archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10389
10913
        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
10390
10914
        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
10391
10915
        whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10442
10966
    # Workaround some broken pre-1.5 toolchains
10443
10967
    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
10444
10968
    ;;
 
10969
  openbsd2*)
 
10970
    # C++ shared libraries are fairly broken
 
10971
    ld_shlibs_CXX=no
 
10972
    ;;
 
10973
  openbsd*)
 
10974
    hardcode_direct_CXX=yes
 
10975
    hardcode_shlibpath_var_CXX=no
 
10976
    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
10977
    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
10978
    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
10979
      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
10980
      export_dynamic_flag_spec_CXX='${wl}-E'
 
10981
      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
10982
    fi
 
10983
    output_verbose_link_cmd='echo'
 
10984
    ;;
10445
10985
  osf3*)
10446
10986
    case $cc_basename in
10447
10987
      KCC)
10897
11437
          ;;
10898
11438
        esac
10899
11439
        ;;
 
11440
       darwin*)
 
11441
         # PIC is the default on this platform
 
11442
         # Common symbols not allowed in MH_DYLIB files
 
11443
         case "$cc_basename" in
 
11444
           xlc*)
 
11445
           lt_prog_compiler_pic_CXX='-qnocommon'
 
11446
           lt_prog_compiler_wl_CXX='-Wl,'
 
11447
           ;;
 
11448
         esac
 
11449
       ;;
10900
11450
      dgux*)
10901
11451
        case $cc_basename in
10902
11452
          ec++)
11097
11647
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11098
11648
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11099
11649
   -e 's:$: $lt_compiler_flag:'`
11100
 
   (eval echo "\"\$as_me:11100: $lt_compile\"" >&5)
 
11650
   (eval echo "\"\$as_me:11650: $lt_compile\"" >&5)
11101
11651
   (eval "$lt_compile" 2>conftest.err)
11102
11652
   ac_status=$?
11103
11653
   cat conftest.err >&5
11104
 
   echo "$as_me:11104: \$? = $ac_status" >&5
 
11654
   echo "$as_me:11654: \$? = $ac_status" >&5
11105
11655
   if (exit $ac_status) && test -s "$ac_outfile"; then
11106
11656
     # The compiler can only warn and ignore the option if not recognized
11107
11657
     # So say no if there are warnings
11157
11707
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
11158
11708
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11159
11709
   -e 's:$: $lt_compiler_flag:'`
11160
 
   (eval echo "\"\$as_me:11160: $lt_compile\"" >&5)
 
11710
   (eval echo "\"\$as_me:11710: $lt_compile\"" >&5)
11161
11711
   (eval "$lt_compile" 2>out/conftest.err)
11162
11712
   ac_status=$?
11163
11713
   cat out/conftest.err >&5
11164
 
   echo "$as_me:11164: \$? = $ac_status" >&5
 
11714
   echo "$as_me:11714: \$? = $ac_status" >&5
11165
11715
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
11166
11716
   then
11167
11717
     # The compiler can only warn and ignore the option if not recognized
11405
11955
  shlibpath_var=LIBRARY_PATH
11406
11956
  ;;
11407
11957
 
11408
 
bsdi4*)
 
11958
bsdi[45]*)
11409
11959
  version_type=linux
11410
11960
  need_version=no
11411
11961
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11729
12279
openbsd*)
11730
12280
  version_type=sunos
11731
12281
  need_lib_prefix=no
11732
 
  need_version=yes
 
12282
  need_version=no
11733
12283
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11734
12284
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11735
12285
  shlibpath_var=LD_LIBRARY_PATH
11851
12401
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
11852
12402
hardcode_action_CXX=
11853
12403
if test -n "$hardcode_libdir_flag_spec_CXX" || \
11854
 
   test -n "$runpath_var CXX" || \
11855
 
   test "X$hardcode_automatic_CXX"="Xyes" ; then
 
12404
   test -n "$runpath_var_CXX" || \
 
12405
   test "X$hardcode_automatic_CXX" = "Xyes" ; then
11856
12406
 
11857
12407
  # We can hardcode non-existant directories.
11858
12408
  if test "$hardcode_direct_CXX" != no &&
12518
13068
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12519
13069
  lt_status=$lt_dlunknown
12520
13070
  cat > conftest.$ac_ext <<EOF
12521
 
#line 12521 "configure"
 
13071
#line 13071 "configure"
12522
13072
#include "confdefs.h"
12523
13073
 
12524
13074
#if HAVE_DLFCN_H
12616
13166
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12617
13167
  lt_status=$lt_dlunknown
12618
13168
  cat > conftest.$ac_ext <<EOF
12619
 
#line 12619 "configure"
 
13169
#line 13169 "configure"
12620
13170
#include "confdefs.h"
12621
13171
 
12622
13172
#if HAVE_DLFCN_H
13321
13871
        lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
13322
13872
      fi
13323
13873
      ;;
 
13874
      darwin*)
 
13875
        # PIC is the default on this platform
 
13876
        # Common symbols not allowed in MH_DYLIB files
 
13877
       case "$cc_basename" in
 
13878
         xlc*)
 
13879
         lt_prog_compiler_pic_F77='-qnocommon'
 
13880
         lt_prog_compiler_wl_F77='-Wl,'
 
13881
         ;;
 
13882
       esac
 
13883
       ;;
13324
13884
 
13325
13885
    mingw* | pw32* | os2*)
13326
13886
      # This hack is so that the source file can tell whether it is being
13443
14003
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13444
14004
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13445
14005
   -e 's:$: $lt_compiler_flag:'`
13446
 
   (eval echo "\"\$as_me:13446: $lt_compile\"" >&5)
 
14006
   (eval echo "\"\$as_me:14006: $lt_compile\"" >&5)
13447
14007
   (eval "$lt_compile" 2>conftest.err)
13448
14008
   ac_status=$?
13449
14009
   cat conftest.err >&5
13450
 
   echo "$as_me:13450: \$? = $ac_status" >&5
 
14010
   echo "$as_me:14010: \$? = $ac_status" >&5
13451
14011
   if (exit $ac_status) && test -s "$ac_outfile"; then
13452
14012
     # The compiler can only warn and ignore the option if not recognized
13453
14013
     # So say no if there are warnings
13503
14063
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
13504
14064
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13505
14065
   -e 's:$: $lt_compiler_flag:'`
13506
 
   (eval echo "\"\$as_me:13506: $lt_compile\"" >&5)
 
14066
   (eval echo "\"\$as_me:14066: $lt_compile\"" >&5)
13507
14067
   (eval "$lt_compile" 2>out/conftest.err)
13508
14068
   ac_status=$?
13509
14069
   cat out/conftest.err >&5
13510
 
   echo "$as_me:13510: \$? = $ac_status" >&5
 
14070
   echo "$as_me:14070: \$? = $ac_status" >&5
13511
14071
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13512
14072
   then
13513
14073
     # The compiler can only warn and ignore the option if not recognized
13987
14547
      ld_shlibs_F77=no
13988
14548
      ;;
13989
14549
 
13990
 
    bsdi4*)
 
14550
    bsdi[45]*)
13991
14551
      export_dynamic_flag_spec_F77=-rdynamic
13992
14552
      ;;
13993
14553
 
14013
14573
      ;;
14014
14574
 
14015
14575
    darwin* | rhapsody*)
14016
 
    if test "$GXX" = yes ; then
 
14576
      case "$host_os" in
 
14577
        rhapsody* | darwin1.[012])
 
14578
         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
 
14579
         ;;
 
14580
       *) # Darwin 1.3 on
 
14581
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
14582
           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
14583
         else
 
14584
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
14585
             10.[012])
 
14586
               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
14587
               ;;
 
14588
             10.*)
 
14589
               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
 
14590
               ;;
 
14591
           esac
 
14592
         fi
 
14593
         ;;
 
14594
      esac
14017
14595
      archive_cmds_need_lc_F77=no
14018
 
      case "$host_os" in
14019
 
      rhapsody* | darwin1.[012])
14020
 
        allow_undefined_flag_F77='-undefined suppress'
14021
 
        ;;
14022
 
      *) # Darwin 1.3 on
14023
 
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
14024
 
        allow_undefined_flag_F77='-flat_namespace -undefined suppress'
14025
 
      else
14026
 
        case ${MACOSX_DEPLOYMENT_TARGET} in
14027
 
          10.[012])
14028
 
            allow_undefined_flag_F77='-flat_namespace -undefined suppress'
14029
 
            ;;
14030
 
          10.*)
14031
 
            allow_undefined_flag_F77='-undefined dynamic_lookup'
14032
 
            ;;
14033
 
        esac
14034
 
      fi
14035
 
        ;;
14036
 
      esac
14037
 
        lt_int_apple_cc_single_mod=no
14038
 
        output_verbose_link_cmd='echo'
14039
 
        if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
14040
 
          lt_int_apple_cc_single_mod=yes
14041
 
        fi
14042
 
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
14043
 
          archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
14044
 
        else
14045
 
        archive_cmds_F77='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
14046
 
      fi
14047
 
      module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
14048
 
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
14049
 
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
14050
 
          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
14051
 
        else
14052
 
          archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
14053
 
        fi
14054
 
          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
14055
14596
      hardcode_direct_F77=no
14056
14597
      hardcode_automatic_F77=yes
14057
14598
      hardcode_shlibpath_var_F77=unsupported
14058
 
      whole_archive_flag_spec_F77='-all_load $convenience'
 
14599
      whole_archive_flag_spec_F77=''
14059
14600
      link_all_deplibs_F77=yes
 
14601
    if test "$GCC" = yes ; then
 
14602
        output_verbose_link_cmd='echo'
 
14603
        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
14604
      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
14605
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
14606
      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
14607
      module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
14060
14608
    else
14061
 
      ld_shlibs_F77=no
 
14609
      case "$cc_basename" in
 
14610
        xlc*)
 
14611
         output_verbose_link_cmd='echo'
 
14612
         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
 
14613
         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
14614
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
14615
         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
14616
          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
14617
          ;;
 
14618
       *)
 
14619
         ld_shlibs_F77=no
 
14620
          ;;
 
14621
      esac
14062
14622
    fi
14063
14623
      ;;
14064
14624
 
14203
14763
      hardcode_shlibpath_var_F77=no
14204
14764
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14205
14765
        archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
14766
        archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
14206
14767
        hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
14207
14768
        export_dynamic_flag_spec_F77='${wl}-E'
14208
14769
      else
14554
15115
  shlibpath_var=LIBRARY_PATH
14555
15116
  ;;
14556
15117
 
14557
 
bsdi4*)
 
15118
bsdi[45]*)
14558
15119
  version_type=linux
14559
15120
  need_version=no
14560
15121
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14878
15439
openbsd*)
14879
15440
  version_type=sunos
14880
15441
  need_lib_prefix=no
14881
 
  need_version=yes
 
15442
  need_version=no
14882
15443
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14883
15444
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14884
15445
  shlibpath_var=LD_LIBRARY_PATH
15000
15561
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
15001
15562
hardcode_action_F77=
15002
15563
if test -n "$hardcode_libdir_flag_spec_F77" || \
15003
 
   test -n "$runpath_var F77" || \
15004
 
   test "X$hardcode_automatic_F77"="Xyes" ; then
 
15564
   test -n "$runpath_var_F77" || \
 
15565
   test "X$hardcode_automatic_F77" = "Xyes" ; then
15005
15566
 
15006
15567
  # We can hardcode non-existant directories.
15007
15568
  if test "$hardcode_direct_F77" != no &&
15537
16098
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15538
16099
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15539
16100
   -e 's:$: $lt_compiler_flag:'`
15540
 
   (eval echo "\"\$as_me:15540: $lt_compile\"" >&5)
 
16101
   (eval echo "\"\$as_me:16101: $lt_compile\"" >&5)
15541
16102
   (eval "$lt_compile" 2>conftest.err)
15542
16103
   ac_status=$?
15543
16104
   cat conftest.err >&5
15544
 
   echo "$as_me:15544: \$? = $ac_status" >&5
 
16105
   echo "$as_me:16105: \$? = $ac_status" >&5
15545
16106
   if (exit $ac_status) && test -s "$ac_outfile"; then
15546
16107
     # The compiler can only warn and ignore the option if not recognized
15547
16108
     # So say no if there are warnings
15648
16209
        lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
15649
16210
      fi
15650
16211
      ;;
 
16212
      darwin*)
 
16213
        # PIC is the default on this platform
 
16214
        # Common symbols not allowed in MH_DYLIB files
 
16215
       case "$cc_basename" in
 
16216
         xlc*)
 
16217
         lt_prog_compiler_pic_GCJ='-qnocommon'
 
16218
         lt_prog_compiler_wl_GCJ='-Wl,'
 
16219
         ;;
 
16220
       esac
 
16221
       ;;
15651
16222
 
15652
16223
    mingw* | pw32* | os2*)
15653
16224
      # This hack is so that the source file can tell whether it is being
15770
16341
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15771
16342
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15772
16343
   -e 's:$: $lt_compiler_flag:'`
15773
 
   (eval echo "\"\$as_me:15773: $lt_compile\"" >&5)
 
16344
   (eval echo "\"\$as_me:16344: $lt_compile\"" >&5)
15774
16345
   (eval "$lt_compile" 2>conftest.err)
15775
16346
   ac_status=$?
15776
16347
   cat conftest.err >&5
15777
 
   echo "$as_me:15777: \$? = $ac_status" >&5
 
16348
   echo "$as_me:16348: \$? = $ac_status" >&5
15778
16349
   if (exit $ac_status) && test -s "$ac_outfile"; then
15779
16350
     # The compiler can only warn and ignore the option if not recognized
15780
16351
     # So say no if there are warnings
15830
16401
   -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
15831
16402
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15832
16403
   -e 's:$: $lt_compiler_flag:'`
15833
 
   (eval echo "\"\$as_me:15833: $lt_compile\"" >&5)
 
16404
   (eval echo "\"\$as_me:16404: $lt_compile\"" >&5)
15834
16405
   (eval "$lt_compile" 2>out/conftest.err)
15835
16406
   ac_status=$?
15836
16407
   cat out/conftest.err >&5
15837
 
   echo "$as_me:15837: \$? = $ac_status" >&5
 
16408
   echo "$as_me:16408: \$? = $ac_status" >&5
15838
16409
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15839
16410
   then
15840
16411
     # The compiler can only warn and ignore the option if not recognized
16334
16905
      ld_shlibs_GCJ=no
16335
16906
      ;;
16336
16907
 
16337
 
    bsdi4*)
 
16908
    bsdi[45]*)
16338
16909
      export_dynamic_flag_spec_GCJ=-rdynamic
16339
16910
      ;;
16340
16911
 
16360
16931
      ;;
16361
16932
 
16362
16933
    darwin* | rhapsody*)
16363
 
    if test "$GXX" = yes ; then
 
16934
      case "$host_os" in
 
16935
        rhapsody* | darwin1.[012])
 
16936
         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
 
16937
         ;;
 
16938
       *) # Darwin 1.3 on
 
16939
         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
16940
           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
16941
         else
 
16942
           case ${MACOSX_DEPLOYMENT_TARGET} in
 
16943
             10.[012])
 
16944
               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
16945
               ;;
 
16946
             10.*)
 
16947
               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
 
16948
               ;;
 
16949
           esac
 
16950
         fi
 
16951
         ;;
 
16952
      esac
16364
16953
      archive_cmds_need_lc_GCJ=no
16365
 
      case "$host_os" in
16366
 
      rhapsody* | darwin1.[012])
16367
 
        allow_undefined_flag_GCJ='-undefined suppress'
16368
 
        ;;
16369
 
      *) # Darwin 1.3 on
16370
 
      if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
16371
 
        allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
16372
 
      else
16373
 
        case ${MACOSX_DEPLOYMENT_TARGET} in
16374
 
          10.[012])
16375
 
            allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
16376
 
            ;;
16377
 
          10.*)
16378
 
            allow_undefined_flag_GCJ='-undefined dynamic_lookup'
16379
 
            ;;
16380
 
        esac
16381
 
      fi
16382
 
        ;;
16383
 
      esac
16384
 
        lt_int_apple_cc_single_mod=no
16385
 
        output_verbose_link_cmd='echo'
16386
 
        if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
16387
 
          lt_int_apple_cc_single_mod=yes
16388
 
        fi
16389
 
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
16390
 
          archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
16391
 
        else
16392
 
        archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
16393
 
      fi
16394
 
      module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
16395
 
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
16396
 
        if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
16397
 
          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16398
 
        else
16399
 
          archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16400
 
        fi
16401
 
          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16402
16954
      hardcode_direct_GCJ=no
16403
16955
      hardcode_automatic_GCJ=yes
16404
16956
      hardcode_shlibpath_var_GCJ=unsupported
16405
 
      whole_archive_flag_spec_GCJ='-all_load $convenience'
 
16957
      whole_archive_flag_spec_GCJ=''
16406
16958
      link_all_deplibs_GCJ=yes
 
16959
    if test "$GCC" = yes ; then
 
16960
        output_verbose_link_cmd='echo'
 
16961
        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
 
16962
      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
16963
      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
16964
      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
16965
      module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16407
16966
    else
16408
 
      ld_shlibs_GCJ=no
 
16967
      case "$cc_basename" in
 
16968
        xlc*)
 
16969
         output_verbose_link_cmd='echo'
 
16970
         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
 
16971
         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
16972
          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
 
16973
         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
16974
          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
16975
          ;;
 
16976
       *)
 
16977
         ld_shlibs_GCJ=no
 
16978
          ;;
 
16979
      esac
16409
16980
    fi
16410
16981
      ;;
16411
16982
 
16550
17121
      hardcode_shlibpath_var_GCJ=no
16551
17122
      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16552
17123
        archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
17124
        archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
16553
17125
        hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
16554
17126
        export_dynamic_flag_spec_GCJ='${wl}-E'
16555
17127
      else
16901
17473
  shlibpath_var=LIBRARY_PATH
16902
17474
  ;;
16903
17475
 
16904
 
bsdi4*)
 
17476
bsdi[45]*)
16905
17477
  version_type=linux
16906
17478
  need_version=no
16907
17479
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17225
17797
openbsd*)
17226
17798
  version_type=sunos
17227
17799
  need_lib_prefix=no
17228
 
  need_version=yes
 
17800
  need_version=no
17229
17801
  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17230
17802
  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17231
17803
  shlibpath_var=LD_LIBRARY_PATH
17347
17919
echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
17348
17920
hardcode_action_GCJ=
17349
17921
if test -n "$hardcode_libdir_flag_spec_GCJ" || \
17350
 
   test -n "$runpath_var GCJ" || \
17351
 
   test "X$hardcode_automatic_GCJ"="Xyes" ; then
 
17922
   test -n "$runpath_var_GCJ" || \
 
17923
   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
17352
17924
 
17353
17925
  # We can hardcode non-existant directories.
17354
17926
  if test "$hardcode_direct_GCJ" != no &&
18014
18586
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18015
18587
  lt_status=$lt_dlunknown
18016
18588
  cat > conftest.$ac_ext <<EOF
18017
 
#line 18017 "configure"
 
18589
#line 18589 "configure"
18018
18590
#include "confdefs.h"
18019
18591
 
18020
18592
#if HAVE_DLFCN_H
18112
18684
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18113
18685
  lt_status=$lt_dlunknown
18114
18686
  cat > conftest.$ac_ext <<EOF
18115
 
#line 18115 "configure"
 
18687
#line 18687 "configure"
18116
18688
#include "confdefs.h"
18117
18689
 
18118
18690
#if HAVE_DLFCN_H
19127
19699
 
19128
19700
 
19129
19701
 
 
19702
echo "$as_me:$LINENO: checking for some Win32 platform" >&5
 
19703
echo $ECHO_N "checking for some Win32 platform... $ECHO_C" >&6
 
19704
case "$host" in
 
19705
  *-*-mingw*|*-*-cygwin*)
 
19706
    platform_win32=yes
 
19707
    ;;
 
19708
  *)
 
19709
    platform_win32=no
 
19710
    ;;
 
19711
esac
 
19712
echo "$as_me:$LINENO: result: $platform_win32" >&5
 
19713
echo "${ECHO_T}$platform_win32" >&6
 
19714
 
 
19715
 
 
19716
if test "$platform_win32" = "yes"; then
 
19717
  PLATFORM_WIN32_TRUE=
 
19718
  PLATFORM_WIN32_FALSE='#'
 
19719
else
 
19720
  PLATFORM_WIN32_TRUE='#'
 
19721
  PLATFORM_WIN32_FALSE=
 
19722
fi
 
19723
 
 
19724
 
 
19725
# Ensure MSVC-compatible struct packing convention is used when
 
19726
# compiling for Win32 with gcc.
 
19727
# What flag to depends on gcc version: gcc3 uses "-mms-bitfields", while
 
19728
# gcc2 uses "-fnative-struct".
 
19729
if test x"$platform_win32" = xyes; then
 
19730
  if test x"$GCC" = xyes; then
 
19731
    msnative_struct=''
 
19732
    echo "$as_me:$LINENO: checking how to get MSVC-compatible struct packing" >&5
 
19733
echo $ECHO_N "checking how to get MSVC-compatible struct packing... $ECHO_C" >&6
 
19734
    if test -z "$ac_cv_prog_CC"; then
 
19735
      our_gcc="$CC"
 
19736
    else
 
19737
      our_gcc="$ac_cv_prog_CC"
 
19738
    fi
 
19739
    case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in
 
19740
      2.)
 
19741
        if $our_gcc -v --help 2>/dev/null | grep fnative-struct >/dev/null; then
 
19742
          msnative_struct='-fnative-struct'
 
19743
        fi
 
19744
        ;;
 
19745
      *)
 
19746
        if $our_gcc -v --help 2>/dev/null | grep ms-bitfields >/dev/null; then
 
19747
          msnative_struct='-mms-bitfields'
 
19748
        fi
 
19749
        ;;
 
19750
    esac
 
19751
    if test x"$msnative_struct" = x ; then
 
19752
      echo "$as_me:$LINENO: result: no way" >&5
 
19753
echo "${ECHO_T}no way" >&6
 
19754
      { echo "$as_me:$LINENO: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&5
 
19755
echo "$as_me: WARNING: produced libraries might be incompatible with MSVC-compiled code" >&2;}
 
19756
    else
 
19757
      CXXFLAGS="$CXXFLAGS $msnative_struct"
 
19758
      echo "$as_me:$LINENO: result: ${msnative_struct}" >&5
 
19759
echo "${ECHO_T}${msnative_struct}" >&6
 
19760
    fi
 
19761
  fi
 
19762
fi
 
19763
 
19130
19764
 
19131
19765
 
19132
19766
 
19382
20016
  fi
19383
20017
 
19384
20018
 
 
20019
 
 
20020
  glibmm_perl_result=no
 
20021
 
 
20022
  for ac_prog in perl perl5
 
20023
do
 
20024
  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
20025
set dummy $ac_prog; ac_word=$2
 
20026
echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20027
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 
20028
if test "${ac_cv_path_PERL_PATH+set}" = set; then
 
20029
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20030
else
 
20031
  case $PERL_PATH in
 
20032
  [\\/]* | ?:[\\/]*)
 
20033
  ac_cv_path_PERL_PATH="$PERL_PATH" # Let the user override the test with a path.
 
20034
  ;;
 
20035
  *)
 
20036
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20037
for as_dir in $PATH
 
20038
do
 
20039
  IFS=$as_save_IFS
 
20040
  test -z "$as_dir" && as_dir=.
 
20041
  for ac_exec_ext in '' $ac_executable_extensions; do
 
20042
  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
 
20043
    ac_cv_path_PERL_PATH="$as_dir/$ac_word$ac_exec_ext"
 
20044
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20045
    break 2
 
20046
  fi
 
20047
done
 
20048
done
 
20049
 
 
20050
  ;;
 
20051
esac
 
20052
fi
 
20053
PERL_PATH=$ac_cv_path_PERL_PATH
 
20054
 
 
20055
if test -n "$PERL_PATH"; then
 
20056
  echo "$as_me:$LINENO: result: $PERL_PATH" >&5
 
20057
echo "${ECHO_T}$PERL_PATH" >&6
 
20058
else
 
20059
  echo "$as_me:$LINENO: result: no" >&5
 
20060
echo "${ECHO_T}no" >&6
 
20061
fi
 
20062
 
 
20063
  test -n "$PERL_PATH" && break
 
20064
done
 
20065
test -n "$PERL_PATH" || PERL_PATH="not found"
 
20066
 
 
20067
 
 
20068
  if test "x$PERL_PATH" != "xnot found"; then
 
20069
  {
 
20070
    echo "$as_me:$LINENO: checking whether Perl is new enough" >&5
 
20071
echo $ECHO_N "checking whether Perl is new enough... $ECHO_C" >&6
 
20072
if test "${glibmm_cv_perl_version_5_6_0+set}" = set; then
 
20073
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20074
else
 
20075
 
 
20076
      glibmm_cv_perl_version_5_6_0=no
 
20077
      "$PERL_PATH" -e "require v5.6.0; exit 0;" >/dev/null 2>&1 && glibmm_cv_perl_version_5_6_0=yes
 
20078
 
 
20079
fi
 
20080
echo "$as_me:$LINENO: result: $glibmm_cv_perl_version_5_6_0" >&5
 
20081
echo "${ECHO_T}$glibmm_cv_perl_version_5_6_0" >&6
 
20082
    test "x${glibmm_cv_perl_version_5_6_0}" = xyes && glibmm_perl_result=yes
 
20083
  }
 
20084
  else
 
20085
  {
 
20086
    # Make sure we have something sensible, even if it doesn't work.
 
20087
    PERL_PATH=perl
 
20088
  }
 
20089
  fi
 
20090
 
 
20091
  if test "x$glibmm_perl_result" = xno && test "x$USE_MAINTAINER_MODE" = xyes; then
 
20092
  {
 
20093
    { { echo "$as_me:$LINENO: error:
 
20094
*** Perl >= 5.6.0 is required for building $PACKAGE in maintainer-mode.
 
20095
" >&5
 
20096
echo "$as_me: error:
 
20097
*** Perl >= 5.6.0 is required for building $PACKAGE in maintainer-mode.
 
20098
" >&2;}
 
20099
   { (exit 1); exit 1; }; }
 
20100
  }
 
20101
  fi
 
20102
 
 
20103
 
 
20104
 
 
20105
 
19385
20106
# Dummy conditional just to make automake-1.4 happy.
19386
20107
# We need an always-false condition in docs/Makefile.am.
19387
20108
 
19396
20117
 
19397
20118
 
19398
20119
 
19399
 
                                                                                                                                                                                                                                                          ac_config_files="$ac_config_files Makefile libxml++/Makefile libxml++/parsers/Makefile libxml++/exceptions/Makefile libxml++/nodes/Makefile libxml++/io/Makefile docs/Makefile docs/reference/Makefile docs/reference/Doxyfile examples/Makefile examples/dom_build/Makefile examples/dom_parser/Makefile examples/dom_parse_entities/Makefile examples/dom_read_write/Makefile examples/dom_xpath/Makefile examples/sax_parser/Makefile examples/sax_parser_entities/Makefile examples/sax_parser_build_dom/Makefile examples/sax_exception/Makefile examples/import_node/Makefile examples/textreader/Makefile win32_msvc6/Makefile win32_msvc6/examples/Makefile libxml++-2.6.pc libxml++.spec"
 
20120
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ac_config_files="$ac_config_files Makefile libxml++/Makefile libxml++/parsers/Makefile libxml++/exceptions/Makefile libxml++/nodes/Makefile libxml++/io/Makefile libxml++/validators/Makefile docs/Makefile docs/reference/Makefile docs/reference/Doxyfile docs/manual/Makefile examples/Makefile examples/dom_build/Makefile examples/dom_parser/Makefile examples/dom_parser_raw/Makefile examples/dom_parse_entities/Makefile examples/dom_read_write/Makefile examples/dom_xpath/Makefile examples/sax_parser/Makefile examples/sax_parser_entities/Makefile examples/sax_parser_build_dom/Makefile examples/sax_exception/Makefile examples/import_node/Makefile examples/textreader/Makefile examples/dtdvalidation/Makefile win32_msvc6/Makefile win32_msvc6/examples/Makefile MSVC_Net2003/Makefile MSVC_Net2003/libxml++/Makefile MSVC_Net2003/libxml++/libxml++.rc MSVC_Net2003/gendef/Makefile MSVC_Net2003/examples/Makefile MSVC_Net2003/examples/dom_build/Makefile MSVC_Net2003/examples/dom_parse_entities/Makefile MSVC_Net2003/examples/dom_parser/Makefile MSVC_Net2003/examples/dom_read_write/Makefile MSVC_Net2003/examples/dom_xpath/Makefile MSVC_Net2003/examples/dtdvalidation/Makefile MSVC_Net2003/examples/import_node/Makefile MSVC_Net2003/examples/sax_exception/Makefile MSVC_Net2003/examples/sax_parser/Makefile MSVC_Net2003/examples/sax_parser_build_dom/Makefile MSVC_Net2003/examples/sax_parser_entities/Makefile MSVC_Net2003/examples/textreader/Makefile libxml++-2.6.pc libxml++.spec"
19400
20121
cat >confcache <<\_ACEOF
19401
20122
# This file is a shell script that caches the results of configure
19402
20123
# tests run on this system so they can be shared between configure
19540
20261
Usually this means the macro was only invoked conditionally." >&2;}
19541
20262
   { (exit 1); exit 1; }; }
19542
20263
fi
 
20264
if test -z "${PLATFORM_WIN32_TRUE}" && test -z "${PLATFORM_WIN32_FALSE}"; then
 
20265
  { { echo "$as_me:$LINENO: error: conditional \"PLATFORM_WIN32\" was never defined.
 
20266
Usually this means the macro was only invoked conditionally." >&5
 
20267
echo "$as_me: error: conditional \"PLATFORM_WIN32\" was never defined.
 
20268
Usually this means the macro was only invoked conditionally." >&2;}
 
20269
   { (exit 1); exit 1; }; }
 
20270
fi
19543
20271
if test -z "${LIBXMLCPP_FALSE_TRUE}" && test -z "${LIBXMLCPP_FALSE_FALSE}"; then
19544
20272
  { { echo "$as_me:$LINENO: error: conditional \"LIBXMLCPP_FALSE\" was never defined.
19545
20273
Usually this means the macro was only invoked conditionally." >&5
19992
20720
  "libxml++/exceptions/Makefile" ) CONFIG_FILES="$CONFIG_FILES libxml++/exceptions/Makefile" ;;
19993
20721
  "libxml++/nodes/Makefile" ) CONFIG_FILES="$CONFIG_FILES libxml++/nodes/Makefile" ;;
19994
20722
  "libxml++/io/Makefile" ) CONFIG_FILES="$CONFIG_FILES libxml++/io/Makefile" ;;
 
20723
  "libxml++/validators/Makefile" ) CONFIG_FILES="$CONFIG_FILES libxml++/validators/Makefile" ;;
19995
20724
  "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
19996
20725
  "docs/reference/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
19997
20726
  "docs/reference/Doxyfile" ) CONFIG_FILES="$CONFIG_FILES docs/reference/Doxyfile" ;;
 
20727
  "docs/manual/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/manual/Makefile" ;;
19998
20728
  "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
19999
20729
  "examples/dom_build/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dom_build/Makefile" ;;
20000
20730
  "examples/dom_parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dom_parser/Makefile" ;;
 
20731
  "examples/dom_parser_raw/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dom_parser_raw/Makefile" ;;
20001
20732
  "examples/dom_parse_entities/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dom_parse_entities/Makefile" ;;
20002
20733
  "examples/dom_read_write/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dom_read_write/Makefile" ;;
20003
20734
  "examples/dom_xpath/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dom_xpath/Makefile" ;;
20007
20738
  "examples/sax_exception/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/sax_exception/Makefile" ;;
20008
20739
  "examples/import_node/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/import_node/Makefile" ;;
20009
20740
  "examples/textreader/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/textreader/Makefile" ;;
 
20741
  "examples/dtdvalidation/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/dtdvalidation/Makefile" ;;
20010
20742
  "win32_msvc6/Makefile" ) CONFIG_FILES="$CONFIG_FILES win32_msvc6/Makefile" ;;
20011
20743
  "win32_msvc6/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES win32_msvc6/examples/Makefile" ;;
 
20744
  "MSVC_Net2003/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/Makefile" ;;
 
20745
  "MSVC_Net2003/libxml++/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/libxml++/Makefile" ;;
 
20746
  "MSVC_Net2003/libxml++/libxml++.rc" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/libxml++/libxml++.rc" ;;
 
20747
  "MSVC_Net2003/gendef/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/gendef/Makefile" ;;
 
20748
  "MSVC_Net2003/examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/Makefile" ;;
 
20749
  "MSVC_Net2003/examples/dom_build/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/dom_build/Makefile" ;;
 
20750
  "MSVC_Net2003/examples/dom_parse_entities/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/dom_parse_entities/Makefile" ;;
 
20751
  "MSVC_Net2003/examples/dom_parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/dom_parser/Makefile" ;;
 
20752
  "MSVC_Net2003/examples/dom_read_write/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/dom_read_write/Makefile" ;;
 
20753
  "MSVC_Net2003/examples/dom_xpath/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/dom_xpath/Makefile" ;;
 
20754
  "MSVC_Net2003/examples/dtdvalidation/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/dtdvalidation/Makefile" ;;
 
20755
  "MSVC_Net2003/examples/import_node/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/import_node/Makefile" ;;
 
20756
  "MSVC_Net2003/examples/sax_exception/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/sax_exception/Makefile" ;;
 
20757
  "MSVC_Net2003/examples/sax_parser/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/sax_parser/Makefile" ;;
 
20758
  "MSVC_Net2003/examples/sax_parser_build_dom/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/sax_parser_build_dom/Makefile" ;;
 
20759
  "MSVC_Net2003/examples/sax_parser_entities/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/sax_parser_entities/Makefile" ;;
 
20760
  "MSVC_Net2003/examples/textreader/Makefile" ) CONFIG_FILES="$CONFIG_FILES MSVC_Net2003/examples/textreader/Makefile" ;;
20012
20761
  "libxml++-2.6.pc" ) CONFIG_FILES="$CONFIG_FILES libxml++-2.6.pc" ;;
20013
20762
  "libxml++.spec" ) CONFIG_FILES="$CONFIG_FILES libxml++.spec" ;;
20014
20763
  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
20098
20847
s,@LIBS@,$LIBS,;t t
20099
20848
s,@GENERIC_MAJOR_VERSION@,$GENERIC_MAJOR_VERSION,;t t
20100
20849
s,@GENERIC_MINOR_VERSION@,$GENERIC_MINOR_VERSION,;t t
 
20850
s,@GENERIC_MICRO_VERSION@,$GENERIC_MICRO_VERSION,;t t
20101
20851
s,@GENERIC_VERSION@,$GENERIC_VERSION,;t t
20102
20852
s,@GENERIC_LIBRARY_VERSION@,$GENERIC_LIBRARY_VERSION,;t t
20103
20853
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
20111
20861
s,@AUTOMAKE@,$AUTOMAKE,;t t
20112
20862
s,@AUTOHEADER@,$AUTOHEADER,;t t
20113
20863
s,@MAKEINFO@,$MAKEINFO,;t t
20114
 
s,@AMTAR@,$AMTAR,;t t
20115
20864
s,@install_sh@,$install_sh,;t t
20116
20865
s,@STRIP@,$STRIP,;t t
20117
20866
s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
20120
20869
s,@AWK@,$AWK,;t t
20121
20870
s,@SET_MAKE@,$SET_MAKE,;t t
20122
20871
s,@am__leading_dot@,$am__leading_dot,;t t
 
20872
s,@AMTAR@,$AMTAR,;t t
 
20873
s,@am__tar@,$am__tar,;t t
 
20874
s,@am__untar@,$am__untar,;t t
20123
20875
s,@CXX@,$CXX,;t t
20124
20876
s,@CXXFLAGS@,$CXXFLAGS,;t t
20125
20877
s,@LDFLAGS@,$LDFLAGS,;t t
20158
20910
s,@ac_ct_AR@,$ac_ct_AR,;t t
20159
20911
s,@RANLIB@,$RANLIB,;t t
20160
20912
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
 
20913
s,@DLLTOOL@,$DLLTOOL,;t t
 
20914
s,@ac_ct_DLLTOOL@,$ac_ct_DLLTOOL,;t t
 
20915
s,@AS@,$AS,;t t
 
20916
s,@ac_ct_AS@,$ac_ct_AS,;t t
 
20917
s,@OBJDUMP@,$OBJDUMP,;t t
 
20918
s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
20161
20919
s,@CPP@,$CPP,;t t
20162
20920
s,@F77@,$F77,;t t
20163
20921
s,@FFLAGS@,$FFLAGS,;t t
20164
20922
s,@ac_ct_F77@,$ac_ct_F77,;t t
20165
20923
s,@LIBTOOL@,$LIBTOOL,;t t
 
20924
s,@PLATFORM_WIN32_TRUE@,$PLATFORM_WIN32_TRUE,;t t
 
20925
s,@PLATFORM_WIN32_FALSE@,$PLATFORM_WIN32_FALSE,;t t
20166
20926
s,@PKG_CONFIG@,$PKG_CONFIG,;t t
20167
20927
s,@LIBXML_CFLAGS@,$LIBXML_CFLAGS,;t t
20168
20928
s,@LIBXML_LIBS@,$LIBXML_LIBS,;t t
 
20929
s,@PERL_PATH@,$PERL_PATH,;t t
20169
20930
s,@LIBXMLCPP_FALSE_TRUE@,$LIBXMLCPP_FALSE_TRUE,;t t
20170
20931
s,@LIBXMLCPP_FALSE_FALSE@,$LIBXMLCPP_FALSE_FALSE,;t t
20171
20932
s,@LIBOBJS@,$LIBOBJS,;t t
20547
21308
  else
20548
21309
    continue
20549
21310
  fi
20550
 
  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
20551
 
  # Extract the definition of DEP_FILES from the Makefile without
20552
 
  # running `make'.
 
21311
  # Extract the definition of DEPDIR, am__include, and am__quote
 
21312
  # from the Makefile without running `make'.
20553
21313
  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
20554
21314
  test -z "$DEPDIR" && continue
 
21315
  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
21316
  test -z "am__include" && continue
 
21317
  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
20555
21318
  # When using ansi2knr, U may be empty or an underscore; expand it
20556
21319
  U=`sed -n 's/^U = //p' < "$mf"`
20557
 
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
20558
 
  # We invoke sed twice because it is the simplest approach to
20559
 
  # changing $(DEPDIR) to its actual value in the expansion.
20560
 
  for file in `sed -n '
20561
 
    /^DEP_FILES = .*\\\\$/ {
20562
 
      s/^DEP_FILES = //
20563
 
      :loop
20564
 
        s/\\\\$//
20565
 
        p
20566
 
        n
20567
 
        /\\\\$/ b loop
20568
 
      p
20569
 
    }
20570
 
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
21320
  # Find all dependency output files, they are included files with
 
21321
  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
21322
  # simplest approach to changing $(DEPDIR) to its actual value in the
 
21323
  # expansion.
 
21324
  for file in `sed -n "
 
21325
    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
20571
21326
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20572
21327
    # Make sure the directory exists.
20573
21328
    test -f "$dirpart/$file" && continue