1.1 --- a/gst-gpac/autom4te.cache/traces.0 Thu Feb 21 17:44:16 2008 +0000
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,8729 +0,0 @@
1.4 -m4trace:/usr/share/aclocal-1.10/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
1.5 -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1.6 -dnl require some minimum version. Point them to the right macro.
1.7 -m4_if([$1], [1.10], [],
1.8 - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1.9 -])
1.10 -m4trace:/usr/share/aclocal-1.10/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
1.11 -_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
1.12 -m4trace:/usr/share/aclocal-1.10/as.m4:13: -1- AC_DEFUN([AM_PROG_AS], [# By default we simply use the C compiler to build assembly code.
1.13 -AC_REQUIRE([AC_PROG_CC])
1.14 -test "${CCAS+set}" = set || CCAS=$CC
1.15 -test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
1.16 -AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)])
1.17 -AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)])
1.18 -_AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl
1.19 -])
1.20 -m4trace:/usr/share/aclocal-1.10/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
1.21 -AC_PREREQ([2.50])dnl
1.22 -# expand $ac_aux_dir to an absolute path
1.23 -am_aux_dir=`cd $ac_aux_dir && pwd`
1.24 -])
1.25 -m4trace:/usr/share/aclocal-1.10/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
1.26 - ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
1.27 - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
1.28 -AC_SUBST([$1_TRUE])dnl
1.29 -AC_SUBST([$1_FALSE])dnl
1.30 -_AM_SUBST_NOTMAKE([$1_TRUE])dnl
1.31 -_AM_SUBST_NOTMAKE([$1_FALSE])dnl
1.32 -if $2; then
1.33 - $1_TRUE=
1.34 - $1_FALSE='#'
1.35 -else
1.36 - $1_TRUE='#'
1.37 - $1_FALSE=
1.38 -fi
1.39 -AC_CONFIG_COMMANDS_PRE(
1.40 -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
1.41 - AC_MSG_ERROR([[conditional "$1" was never defined.
1.42 -Usually this means the macro was only invoked conditionally.]])
1.43 -fi])])
1.44 -m4trace:/usr/share/aclocal-1.10/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
1.45 -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
1.46 -AC_REQUIRE([AM_MAKE_INCLUDE])dnl
1.47 -AC_REQUIRE([AM_DEP_TRACK])dnl
1.48 -
1.49 -ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
1.50 - [$1], CXX, [depcc="$CXX" am_compiler_list=],
1.51 - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
1.52 - [$1], UPC, [depcc="$UPC" am_compiler_list=],
1.53 - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
1.54 - [depcc="$$1" am_compiler_list=])
1.55 -
1.56 -AC_CACHE_CHECK([dependency style of $depcc],
1.57 - [am_cv_$1_dependencies_compiler_type],
1.58 -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
1.59 - # We make a subdir and do the tests there. Otherwise we can end up
1.60 - # making bogus files that we don't know about and never remove. For
1.61 - # instance it was reported that on HP-UX the gcc test will end up
1.62 - # making a dummy file named `D' -- because `-MD' means `put the output
1.63 - # in D'.
1.64 - mkdir conftest.dir
1.65 - # Copy depcomp to subdir because otherwise we won't find it if we're
1.66 - # using a relative directory.
1.67 - cp "$am_depcomp" conftest.dir
1.68 - cd conftest.dir
1.69 - # We will build objects and dependencies in a subdirectory because
1.70 - # it helps to detect inapplicable dependency modes. For instance
1.71 - # both Tru64's cc and ICC support -MD to output dependencies as a
1.72 - # side effect of compilation, but ICC will put the dependencies in
1.73 - # the current directory while Tru64 will put them in the object
1.74 - # directory.
1.75 - mkdir sub
1.76 -
1.77 - am_cv_$1_dependencies_compiler_type=none
1.78 - if test "$am_compiler_list" = ""; then
1.79 - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
1.80 - fi
1.81 - for depmode in $am_compiler_list; do
1.82 - # Setup a source with many dependencies, because some compilers
1.83 - # like to wrap large dependency lists on column 80 (with \), and
1.84 - # we should not choose a depcomp mode which is confused by this.
1.85 - #
1.86 - # We need to recreate these files for each test, as the compiler may
1.87 - # overwrite some of them when testing with obscure command lines.
1.88 - # This happens at least with the AIX C compiler.
1.89 - : > sub/conftest.c
1.90 - for i in 1 2 3 4 5 6; do
1.91 - echo '#include "conftst'$i'.h"' >> sub/conftest.c
1.92 - # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
1.93 - # Solaris 8's {/usr,}/bin/sh.
1.94 - touch sub/conftst$i.h
1.95 - done
1.96 - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
1.97 -
1.98 - case $depmode in
1.99 - nosideeffect)
1.100 - # after this tag, mechanisms are not by side-effect, so they'll
1.101 - # only be used when explicitly requested
1.102 - if test "x$enable_dependency_tracking" = xyes; then
1.103 - continue
1.104 - else
1.105 - break
1.106 - fi
1.107 - ;;
1.108 - none) break ;;
1.109 - esac
1.110 - # We check with `-c' and `-o' for the sake of the "dashmstdout"
1.111 - # mode. It turns out that the SunPro C++ compiler does not properly
1.112 - # handle `-M -o', and we need to detect this.
1.113 - if depmode=$depmode \
1.114 - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
1.115 - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
1.116 - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
1.117 - >/dev/null 2>conftest.err &&
1.118 - grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
1.119 - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
1.120 - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
1.121 - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
1.122 - # icc doesn't choke on unknown options, it will just issue warnings
1.123 - # or remarks (even with -Werror). So we grep stderr for any message
1.124 - # that says an option was ignored or not supported.
1.125 - # When given -MP, icc 7.0 and 7.1 complain thusly:
1.126 - # icc: Command line warning: ignoring option '-M'; no argument required
1.127 - # The diagnosis changed in icc 8.0:
1.128 - # icc: Command line remark: option '-MP' not supported
1.129 - if (grep 'ignoring option' conftest.err ||
1.130 - grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
1.131 - am_cv_$1_dependencies_compiler_type=$depmode
1.132 - break
1.133 - fi
1.134 - fi
1.135 - done
1.136 -
1.137 - cd ..
1.138 - rm -rf conftest.dir
1.139 -else
1.140 - am_cv_$1_dependencies_compiler_type=none
1.141 -fi
1.142 -])
1.143 -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
1.144 -AM_CONDITIONAL([am__fastdep$1], [
1.145 - test "x$enable_dependency_tracking" != xno \
1.146 - && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
1.147 -])
1.148 -m4trace:/usr/share/aclocal-1.10/depend.m4:139: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1.149 -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
1.150 -])
1.151 -m4trace:/usr/share/aclocal-1.10/depend.m4:147: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
1.152 -[ --disable-dependency-tracking speeds up one-time build
1.153 - --enable-dependency-tracking do not reject slow dependency extractors])
1.154 -if test "x$enable_dependency_tracking" != xno; then
1.155 - am_depcomp="$ac_aux_dir/depcomp"
1.156 - AMDEPBACKSLASH='\'
1.157 -fi
1.158 -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1.159 -AC_SUBST([AMDEPBACKSLASH])dnl
1.160 -_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
1.161 -])
1.162 -m4trace:/usr/share/aclocal-1.10/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
1.163 - # Strip MF so we end up with the name of the file.
1.164 - mf=`echo "$mf" | sed -e 's/:.*$//'`
1.165 - # Check whether this is an Automake generated Makefile or not.
1.166 - # We used to match only the files named `Makefile.in', but
1.167 - # some people rename them; so instead we look at the file content.
1.168 - # Grep'ing the first line is not enough: some people post-process
1.169 - # each Makefile.in and add a new line on top of each file to say so.
1.170 - # Grep'ing the whole file is not good either: AIX grep has a line
1.171 - # limit of 2048, but all sed's we know have understand at least 4000.
1.172 - if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
1.173 - dirpart=`AS_DIRNAME("$mf")`
1.174 - else
1.175 - continue
1.176 - fi
1.177 - # Extract the definition of DEPDIR, am__include, and am__quote
1.178 - # from the Makefile without running `make'.
1.179 - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1.180 - test -z "$DEPDIR" && continue
1.181 - am__include=`sed -n 's/^am__include = //p' < "$mf"`
1.182 - test -z "am__include" && continue
1.183 - am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1.184 - # When using ansi2knr, U may be empty or an underscore; expand it
1.185 - U=`sed -n 's/^U = //p' < "$mf"`
1.186 - # Find all dependency output files, they are included files with
1.187 - # $(DEPDIR) in their names. We invoke sed twice because it is the
1.188 - # simplest approach to changing $(DEPDIR) to its actual value in the
1.189 - # expansion.
1.190 - for file in `sed -n "
1.191 - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1.192 - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1.193 - # Make sure the directory exists.
1.194 - test -f "$dirpart/$file" && continue
1.195 - fdir=`AS_DIRNAME(["$file"])`
1.196 - AS_MKDIR_P([$dirpart/$fdir])
1.197 - # echo "creating $dirpart/$file"
1.198 - echo '# dummy' > "$dirpart/$file"
1.199 - done
1.200 -done
1.201 -])
1.202 -m4trace:/usr/share/aclocal-1.10/depout.m4:64: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
1.203 - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
1.204 - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
1.205 -])
1.206 -m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
1.207 -m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
1.208 -You should run autoupdate.])dnl
1.209 -AC_CONFIG_HEADERS($@)])
1.210 -m4trace:/usr/share/aclocal-1.10/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
1.211 -dnl Autoconf wants to disallow AM_ names. We explicitly allow
1.212 -dnl the ones we care about.
1.213 -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1.214 -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1.215 -AC_REQUIRE([AC_PROG_INSTALL])dnl
1.216 -if test "`cd $srcdir && pwd`" != "`pwd`"; then
1.217 - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1.218 - # is not polluted with repeated "-I."
1.219 - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
1.220 - # test to see if srcdir already configured
1.221 - if test -f $srcdir/config.status; then
1.222 - AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
1.223 - fi
1.224 -fi
1.225 -
1.226 -# test whether we have cygpath
1.227 -if test -z "$CYGPATH_W"; then
1.228 - if (cygpath --version) >/dev/null 2>/dev/null; then
1.229 - CYGPATH_W='cygpath -w'
1.230 - else
1.231 - CYGPATH_W=echo
1.232 - fi
1.233 -fi
1.234 -AC_SUBST([CYGPATH_W])
1.235 -
1.236 -# Define the identity of the package.
1.237 -dnl Distinguish between old-style and new-style calls.
1.238 -m4_ifval([$2],
1.239 -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1.240 - AC_SUBST([PACKAGE], [$1])dnl
1.241 - AC_SUBST([VERSION], [$2])],
1.242 -[_AM_SET_OPTIONS([$1])dnl
1.243 -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1.244 -m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
1.245 - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1.246 - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1.247 - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1.248 -
1.249 -_AM_IF_OPTION([no-define],,
1.250 -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1.251 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
1.252 -
1.253 -# Some tools Automake needs.
1.254 -AC_REQUIRE([AM_SANITY_CHECK])dnl
1.255 -AC_REQUIRE([AC_ARG_PROGRAM])dnl
1.256 -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
1.257 -AM_MISSING_PROG(AUTOCONF, autoconf)
1.258 -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
1.259 -AM_MISSING_PROG(AUTOHEADER, autoheader)
1.260 -AM_MISSING_PROG(MAKEINFO, makeinfo)
1.261 -AM_PROG_INSTALL_SH
1.262 -AM_PROG_INSTALL_STRIP
1.263 -AC_REQUIRE([AM_PROG_MKDIR_P])dnl
1.264 -# We need awk for the "check" target. The system "awk" is bad on
1.265 -# some platforms.
1.266 -AC_REQUIRE([AC_PROG_AWK])dnl
1.267 -AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1.268 -AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1.269 -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1.270 - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1.271 - [_AM_PROG_TAR([v7])])])
1.272 -_AM_IF_OPTION([no-dependencies],,
1.273 -[AC_PROVIDE_IFELSE([AC_PROG_CC],
1.274 - [_AM_DEPENDENCIES(CC)],
1.275 - [define([AC_PROG_CC],
1.276 - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1.277 -AC_PROVIDE_IFELSE([AC_PROG_CXX],
1.278 - [_AM_DEPENDENCIES(CXX)],
1.279 - [define([AC_PROG_CXX],
1.280 - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1.281 -AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1.282 - [_AM_DEPENDENCIES(OBJC)],
1.283 - [define([AC_PROG_OBJC],
1.284 - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1.285 -])
1.286 -])
1.287 -m4trace:/usr/share/aclocal-1.10/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
1.288 -_am_stamp_count=1
1.289 -for _am_header in $config_headers :; do
1.290 - case $_am_header in
1.291 - $1 | $1:* )
1.292 - break ;;
1.293 - * )
1.294 - _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1.295 - esac
1.296 -done
1.297 -echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
1.298 -m4trace:/usr/share/aclocal-1.10/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1.299 -install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
1.300 -AC_SUBST(install_sh)])
1.301 -m4trace:/usr/share/aclocal-1.10/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
1.302 -mkdir .tst 2>/dev/null
1.303 -if test -d .tst; then
1.304 - am__leading_dot=.
1.305 -else
1.306 - am__leading_dot=_
1.307 -fi
1.308 -rmdir .tst 2>/dev/null
1.309 -AC_SUBST([am__leading_dot])])
1.310 -m4trace:/usr/share/aclocal-1.10/maintainer.m4:13: -1- AC_DEFUN([AM_MAINTAINER_MODE], [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1.311 - dnl maintainer-mode is disabled by default
1.312 - AC_ARG_ENABLE(maintainer-mode,
1.313 -[ --enable-maintainer-mode enable make rules and dependencies not useful
1.314 - (and sometimes confusing) to the casual installer],
1.315 - USE_MAINTAINER_MODE=$enableval,
1.316 - USE_MAINTAINER_MODE=no)
1.317 - AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1.318 - AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
1.319 - MAINT=$MAINTAINER_MODE_TRUE
1.320 - AC_SUBST(MAINT)dnl
1.321 -
1.322 -])
1.323 -m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
1.324 -m4trace:/usr/share/aclocal-1.10/maintainer.m4:28: -1- AC_DEFUN([jm_MAINTAINER_MODE], [AC_DIAGNOSE([obsolete], [The macro `jm_MAINTAINER_MODE' is obsolete.
1.325 -You should run autoupdate.])dnl
1.326 -AM_MAINTAINER_MODE])
1.327 -m4trace:/usr/share/aclocal-1.10/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
1.328 -cat > confinc << 'END'
1.329 -am__doit:
1.330 - @echo done
1.331 -.PHONY: am__doit
1.332 -END
1.333 -# If we don't find an include directive, just comment out the code.
1.334 -AC_MSG_CHECKING([for style of include used by $am_make])
1.335 -am__include="#"
1.336 -am__quote=
1.337 -_am_result=none
1.338 -# First try GNU make style include.
1.339 -echo "include confinc" > confmf
1.340 -# We grep out `Entering directory' and `Leaving directory'
1.341 -# messages which can occur if `w' ends up in MAKEFLAGS.
1.342 -# In particular we don't look at `^make:' because GNU make might
1.343 -# be invoked under some other name (usually "gmake"), in which
1.344 -# case it prints its new name instead of `make'.
1.345 -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
1.346 - am__include=include
1.347 - am__quote=
1.348 - _am_result=GNU
1.349 -fi
1.350 -# Now try BSD make style include.
1.351 -if test "$am__include" = "#"; then
1.352 - echo '.include "confinc"' > confmf
1.353 - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
1.354 - am__include=.include
1.355 - am__quote="\""
1.356 - _am_result=BSD
1.357 - fi
1.358 -fi
1.359 -AC_SUBST([am__include])
1.360 -AC_SUBST([am__quote])
1.361 -AC_MSG_RESULT([$_am_result])
1.362 -rm -f confinc confmf
1.363 -])
1.364 -m4trace:/usr/share/aclocal-1.10/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
1.365 -$1=${$1-"${am_missing_run}$2"}
1.366 -AC_SUBST($1)])
1.367 -m4trace:/usr/share/aclocal-1.10/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1.368 -AC_REQUIRE_AUX_FILE([missing])dnl
1.369 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1.370 -# Use eval to expand $SHELL
1.371 -if eval "$MISSING --run true"; then
1.372 - am_missing_run="$MISSING --run "
1.373 -else
1.374 - am_missing_run=
1.375 - AC_MSG_WARN([`missing' script is too old or missing])
1.376 -fi
1.377 -])
1.378 -m4trace:/usr/share/aclocal-1.10/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
1.379 -AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1.380 -dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
1.381 -dnl while keeping a definition of mkdir_p for backward compatibility.
1.382 -dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
1.383 -dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
1.384 -dnl Makefile.ins that do not define MKDIR_P, so we do our own
1.385 -dnl adjustment using top_builddir (which is defined more often than
1.386 -dnl MKDIR_P).
1.387 -AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
1.388 -case $mkdir_p in
1.389 - [[\\/$]]* | ?:[[\\/]]*) ;;
1.390 - */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
1.391 -esac
1.392 -])
1.393 -m4trace:/usr/share/aclocal-1.10/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1.394 -m4trace:/usr/share/aclocal-1.10/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
1.395 -m4trace:/usr/share/aclocal-1.10/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1.396 -m4trace:/usr/share/aclocal-1.10/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1.397 -m4trace:/usr/share/aclocal-1.10/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1.398 - ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1.399 - ac_status=$?
1.400 - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1.401 - (exit $ac_status); }])
1.402 -m4trace:/usr/share/aclocal-1.10/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
1.403 -# Just in case
1.404 -sleep 1
1.405 -echo timestamp > conftest.file
1.406 -# Do `set' in a subshell so we don't clobber the current shell's
1.407 -# arguments. Must try -L first in case configure is actually a
1.408 -# symlink; some systems play weird games with the mod time of symlinks
1.409 -# (eg FreeBSD returns the mod time of the symlink's containing
1.410 -# directory).
1.411 -if (
1.412 - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1.413 - if test "$[*]" = "X"; then
1.414 - # -L didn't work.
1.415 - set X `ls -t $srcdir/configure conftest.file`
1.416 - fi
1.417 - rm -f conftest.file
1.418 - if test "$[*]" != "X $srcdir/configure conftest.file" \
1.419 - && test "$[*]" != "X conftest.file $srcdir/configure"; then
1.420 -
1.421 - # If neither matched, then we have a broken ls. This can happen
1.422 - # if, for instance, CONFIG_SHELL is bash and it inherits a
1.423 - # broken ls alias from the environment. This has actually
1.424 - # happened. Such a system could not be considered "sane".
1.425 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1.426 -alias in your environment])
1.427 - fi
1.428 -
1.429 - test "$[2]" = conftest.file
1.430 - )
1.431 -then
1.432 - # Ok.
1.433 - :
1.434 -else
1.435 - AC_MSG_ERROR([newly created file is older than distributed files!
1.436 -Check your system clock])
1.437 -fi
1.438 -AC_MSG_RESULT(yes)])
1.439 -m4trace:/usr/share/aclocal-1.10/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1.440 -# Installed binaries are usually stripped using `strip' when the user
1.441 -# run `make install-strip'. However `strip' might not be the right
1.442 -# tool to use in cross-compilation environments, therefore Automake
1.443 -# will honor the `STRIP' environment variable to overrule this program.
1.444 -dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1.445 -if test "$cross_compiling" != no; then
1.446 - AC_CHECK_TOOL([STRIP], [strip], :)
1.447 -fi
1.448 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1.449 -AC_SUBST([INSTALL_STRIP_PROGRAM])])
1.450 -m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
1.451 -m4trace:/usr/share/aclocal-1.10/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
1.452 -AM_MISSING_PROG([AMTAR], [tar])
1.453 -m4_if([$1], [v7],
1.454 - [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
1.455 - [m4_case([$1], [ustar],, [pax],,
1.456 - [m4_fatal([Unknown tar format])])
1.457 -AC_MSG_CHECKING([how to create a $1 tar archive])
1.458 -# Loop over all known methods to create a tar archive until one works.
1.459 -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1.460 -_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1.461 -# Do not fold the above two line into one, because Tru64 sh and
1.462 -# Solaris sh will not grok spaces in the rhs of `-'.
1.463 -for _am_tool in $_am_tools
1.464 -do
1.465 - case $_am_tool in
1.466 - gnutar)
1.467 - for _am_tar in tar gnutar gtar;
1.468 - do
1.469 - AM_RUN_LOG([$_am_tar --version]) && break
1.470 - done
1.471 - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1.472 - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1.473 - am__untar="$_am_tar -xf -"
1.474 - ;;
1.475 - plaintar)
1.476 - # Must skip GNU tar: if it does not support --format= it doesn't create
1.477 - # ustar tarball either.
1.478 - (tar --version) >/dev/null 2>&1 && continue
1.479 - am__tar='tar chf - "$$tardir"'
1.480 - am__tar_='tar chf - "$tardir"'
1.481 - am__untar='tar xf -'
1.482 - ;;
1.483 - pax)
1.484 - am__tar='pax -L -x $1 -w "$$tardir"'
1.485 - am__tar_='pax -L -x $1 -w "$tardir"'
1.486 - am__untar='pax -r'
1.487 - ;;
1.488 - cpio)
1.489 - am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1.490 - am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1.491 - am__untar='cpio -i -H $1 -d'
1.492 - ;;
1.493 - none)
1.494 - am__tar=false
1.495 - am__tar_=false
1.496 - am__untar=false
1.497 - ;;
1.498 - esac
1.499 -
1.500 - # If the value was cached, stop now. We just wanted to have am__tar
1.501 - # and am__untar set.
1.502 - test -n "${am_cv_prog_tar_$1}" && break
1.503 -
1.504 - # tar/untar a dummy directory, and stop if the command works
1.505 - rm -rf conftest.dir
1.506 - mkdir conftest.dir
1.507 - echo GrepMe > conftest.dir/file
1.508 - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1.509 - rm -rf conftest.dir
1.510 - if test -s conftest.tar; then
1.511 - AM_RUN_LOG([$am__untar <conftest.tar])
1.512 - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1.513 - fi
1.514 -done
1.515 -rm -rf conftest.dir
1.516 -
1.517 -AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1.518 -AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1.519 -AC_SUBST([am__tar])
1.520 -AC_SUBST([am__untar])
1.521 -])
1.522 -m4trace:m4/as-compiler-flag.m4:14: -1- AC_DEFUN([AS_COMPILER_FLAG], [
1.523 - AC_MSG_CHECKING([to see if compiler understands $1])
1.524 -
1.525 - save_CFLAGS="$CFLAGS"
1.526 - CFLAGS="$CFLAGS $1"
1.527 -
1.528 - AC_TRY_COMPILE([ ], [], [flag_ok=yes], [flag_ok=no])
1.529 - CFLAGS="$save_CFLAGS"
1.530 -
1.531 - if test "X$flag_ok" = Xyes ; then
1.532 - $2
1.533 - true
1.534 - else
1.535 - $3
1.536 - true
1.537 - fi
1.538 - AC_MSG_RESULT([$flag_ok])
1.539 -])
1.540 -m4trace:m4/as-version.m4:29: -1- AC_DEFUN([AS_VERSION], [
1.541 - PACKAGE=[$1]
1.542 - [$2]_MAJOR=[$3]
1.543 - [$2]_MINOR=[$4]
1.544 - [$2]_MICRO=[$5]
1.545 - NANO=[$6]
1.546 - [$2]_NANO=$NANO
1.547 - if test "x$NANO" = "x" || test "x$NANO" = "x0";
1.548 - then
1.549 - AC_MSG_NOTICE(configuring [$1] for release)
1.550 - VERSION=[$3].[$4].[$5]
1.551 - [$2]_RELEASE=1
1.552 - dnl execute action
1.553 - ifelse([$7], , :, [$7])
1.554 - else
1.555 - AC_MSG_NOTICE(configuring [$1] for development with nano $NANO)
1.556 - VERSION=[$3].[$4].[$5].$NANO
1.557 - [$2]_RELEASE=0.`date +%Y%m%d.%H%M%S`
1.558 - dnl execute action
1.559 - ifelse([$8], , :, [$8])
1.560 - fi
1.561 -
1.562 - [$2]=$VERSION
1.563 - AC_DEFINE_UNQUOTED([$2], "$[$2]", [Define the version])
1.564 - AC_SUBST([$2])
1.565 - AC_DEFINE_UNQUOTED([$2]_RELEASE, "$[$2]_RELEASE", [Define the release version])
1.566 - AC_SUBST([$2]_RELEASE)
1.567 -
1.568 - AC_SUBST([$2]_MAJOR)
1.569 - AC_SUBST([$2]_MINOR)
1.570 - AC_SUBST([$2]_MICRO)
1.571 - AC_SUBST([$2]_NANO)
1.572 - AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Define the package name])
1.573 - AC_SUBST(PACKAGE)
1.574 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Define the version])
1.575 - AC_SUBST(VERSION)
1.576 -])
1.577 -m4trace:m4/libtool.m4:41: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
1.578 -dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
1.579 -dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
1.580 - AC_PROVIDE_IFELSE([AC_PROG_CXX],
1.581 - [AC_LIBTOOL_CXX],
1.582 - [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
1.583 - ])])
1.584 -dnl And a similar setup for Fortran 77 support
1.585 - AC_PROVIDE_IFELSE([AC_PROG_F77],
1.586 - [AC_LIBTOOL_F77],
1.587 - [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
1.588 -])])
1.589 -
1.590 -dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly.
1.591 -dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run
1.592 -dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
1.593 - AC_PROVIDE_IFELSE([AC_PROG_GCJ],
1.594 - [AC_LIBTOOL_GCJ],
1.595 - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
1.596 - [AC_LIBTOOL_GCJ],
1.597 - [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
1.598 - [AC_LIBTOOL_GCJ],
1.599 - [ifdef([AC_PROG_GCJ],
1.600 - [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
1.601 - ifdef([A][M_PROG_GCJ],
1.602 - [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
1.603 - ifdef([LT_AC_PROG_GCJ],
1.604 - [define([LT_AC_PROG_GCJ],
1.605 - defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
1.606 -])])
1.607 -m4trace:m4/libtool.m4:76: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
1.608 -AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
1.609 -AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
1.610 -AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
1.611 -
1.612 -# This can be used to rebuild libtool when needed
1.613 -LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
1.614 -
1.615 -# Always use our own libtool.
1.616 -LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1.617 -AC_SUBST(LIBTOOL)dnl
1.618 -
1.619 -# Prevent multiple expansion
1.620 -define([AC_PROG_LIBTOOL], [])
1.621 -])
1.622 -m4trace:m4/libtool.m4:96: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl
1.623 -AC_REQUIRE([AC_ENABLE_SHARED])dnl
1.624 -AC_REQUIRE([AC_ENABLE_STATIC])dnl
1.625 -AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
1.626 -AC_REQUIRE([AC_CANONICAL_HOST])dnl
1.627 -AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1.628 -AC_REQUIRE([AC_PROG_CC])dnl
1.629 -AC_REQUIRE([AC_PROG_LD])dnl
1.630 -AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
1.631 -AC_REQUIRE([AC_PROG_NM])dnl
1.632 -
1.633 -AC_REQUIRE([AC_PROG_LN_S])dnl
1.634 -AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
1.635 -# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
1.636 -AC_REQUIRE([AC_OBJEXT])dnl
1.637 -AC_REQUIRE([AC_EXEEXT])dnl
1.638 -dnl
1.639 -
1.640 -AC_LIBTOOL_SYS_MAX_CMD_LEN
1.641 -AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
1.642 -AC_LIBTOOL_OBJDIR
1.643 -
1.644 -AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1.645 -_LT_AC_PROG_ECHO_BACKSLASH
1.646 -
1.647 -case $host_os in
1.648 -aix3*)
1.649 - # AIX sometimes has problems with the GCC collect2 program. For some
1.650 - # reason, if we set the COLLECT_NAMES environment variable, the problems
1.651 - # vanish in a puff of smoke.
1.652 - if test "X${COLLECT_NAMES+set}" != Xset; then
1.653 - COLLECT_NAMES=
1.654 - export COLLECT_NAMES
1.655 - fi
1.656 - ;;
1.657 -esac
1.658 -
1.659 -# Sed substitution that helps us do robust quoting. It backslashifies
1.660 -# metacharacters that are still active within double-quoted strings.
1.661 -Xsed='sed -e s/^X//'
1.662 -[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
1.663 -
1.664 -# Same as above, but do not quote variable references.
1.665 -[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
1.666 -
1.667 -# Sed substitution to delay expansion of an escaped shell variable in a
1.668 -# double_quote_subst'ed string.
1.669 -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
1.670 -
1.671 -# Sed substitution to avoid accidental globbing in evaled expressions
1.672 -no_glob_subst='s/\*/\\\*/g'
1.673 -
1.674 -# Constants:
1.675 -rm="rm -f"
1.676 -
1.677 -# Global variables:
1.678 -default_ofile=libtool
1.679 -can_build_shared=yes
1.680 -
1.681 -# All known linkers require a `.a' archive for static linking (except M$VC,
1.682 -# which needs '.lib').
1.683 -libext=a
1.684 -ltmain="$ac_aux_dir/ltmain.sh"
1.685 -ofile="$default_ofile"
1.686 -with_gnu_ld="$lt_cv_prog_gnu_ld"
1.687 -
1.688 -AC_CHECK_TOOL(AR, ar, false)
1.689 -AC_CHECK_TOOL(RANLIB, ranlib, :)
1.690 -AC_CHECK_TOOL(STRIP, strip, :)
1.691 -
1.692 -old_CC="$CC"
1.693 -old_CFLAGS="$CFLAGS"
1.694 -
1.695 -# Set sane defaults for various variables
1.696 -test -z "$AR" && AR=ar
1.697 -test -z "$AR_FLAGS" && AR_FLAGS=cru
1.698 -test -z "$AS" && AS=as
1.699 -test -z "$CC" && CC=cc
1.700 -test -z "$LTCC" && LTCC=$CC
1.701 -test -z "$DLLTOOL" && DLLTOOL=dlltool
1.702 -test -z "$LD" && LD=ld
1.703 -test -z "$LN_S" && LN_S="ln -s"
1.704 -test -z "$MAGIC_CMD" && MAGIC_CMD=file
1.705 -test -z "$NM" && NM=nm
1.706 -test -z "$SED" && SED=sed
1.707 -test -z "$OBJDUMP" && OBJDUMP=objdump
1.708 -test -z "$RANLIB" && RANLIB=:
1.709 -test -z "$STRIP" && STRIP=:
1.710 -test -z "$ac_objext" && ac_objext=o
1.711 -
1.712 -# Determine commands to create old-style static archives.
1.713 -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
1.714 -old_postinstall_cmds='chmod 644 $oldlib'
1.715 -old_postuninstall_cmds=
1.716 -
1.717 -if test -n "$RANLIB"; then
1.718 - case $host_os in
1.719 - openbsd*)
1.720 - old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
1.721 - ;;
1.722 - *)
1.723 - old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
1.724 - ;;
1.725 - esac
1.726 - old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1.727 -fi
1.728 -
1.729 -# Only perform the check for file, if the check method requires it
1.730 -case $deplibs_check_method in
1.731 -file_magic*)
1.732 - if test "$file_magic_cmd" = '$MAGIC_CMD'; then
1.733 - AC_PATH_MAGIC
1.734 - fi
1.735 - ;;
1.736 -esac
1.737 -
1.738 -AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
1.739 -AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
1.740 -enable_win32_dll=yes, enable_win32_dll=no)
1.741 -
1.742 -AC_ARG_ENABLE([libtool-lock],
1.743 - [AC_HELP_STRING([--disable-libtool-lock],
1.744 - [avoid locking (might break parallel builds)])])
1.745 -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1.746 -
1.747 -AC_ARG_WITH([pic],
1.748 - [AC_HELP_STRING([--with-pic],
1.749 - [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
1.750 - [pic_mode="$withval"],
1.751 - [pic_mode=default])
1.752 -test -z "$pic_mode" && pic_mode=default
1.753 -
1.754 -# Use C for the default configuration in the libtool script
1.755 -tagname=
1.756 -AC_LIBTOOL_LANG_C_CONFIG
1.757 -_LT_AC_TAGCONFIG
1.758 -])
1.759 -m4trace:m4/libtool.m4:238: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl
1.760 -
1.761 -# If no C compiler was specified, use CC.
1.762 -LTCC=${LTCC-"$CC"}
1.763 -
1.764 -# Allow CC to be a program name with arguments.
1.765 -compiler=$CC
1.766 -])
1.767 -m4trace:m4/libtool.m4:257: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[
1.768 -aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
1.769 -}'`
1.770 -# Check for a 64-bit object if we didn't find anything.
1.771 -if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
1.772 -}'`; fi],[])
1.773 -if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
1.774 -])
1.775 -m4trace:m4/libtool.m4:270: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE],
1.776 - [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
1.777 - [AC_DIVERT_PUSH(NOTICE)])
1.778 -$1
1.779 -AC_DIVERT_POP
1.780 -])
1.781 -m4trace:m4/libtool.m4:283: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([
1.782 -# Check that we are running under the correct shell.
1.783 -SHELL=${CONFIG_SHELL-/bin/sh}
1.784 -
1.785 -case X$ECHO in
1.786 -X*--fallback-echo)
1.787 - # Remove one level of quotation (which was required for Make).
1.788 - ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
1.789 - ;;
1.790 -esac
1.791 -
1.792 -echo=${ECHO-echo}
1.793 -if test "X[$]1" = X--no-reexec; then
1.794 - # Discard the --no-reexec flag, and continue.
1.795 - shift
1.796 -elif test "X[$]1" = X--fallback-echo; then
1.797 - # Avoid inline document here, it may be left over
1.798 - :
1.799 -elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
1.800 - # Yippee, $echo works!
1.801 - :
1.802 -else
1.803 - # Restart under the correct shell.
1.804 - exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
1.805 -fi
1.806 -
1.807 -if test "X[$]1" = X--fallback-echo; then
1.808 - # used as fallback echo
1.809 - shift
1.810 - cat <<EOF
1.811 -[$]*
1.812 -EOF
1.813 - exit 0
1.814 -fi
1.815 -
1.816 -# The HP-UX ksh and POSIX shell print the target directory to stdout
1.817 -# if CDPATH is set.
1.818 -if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
1.819 -
1.820 -if test -z "$ECHO"; then
1.821 -if test "X${echo_test_string+set}" != Xset; then
1.822 -# find a string as large as possible, as long as the shell can cope with it
1.823 - for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
1.824 - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
1.825 - if (echo_test_string="`eval $cmd`") 2>/dev/null &&
1.826 - echo_test_string="`eval $cmd`" &&
1.827 - (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
1.828 - then
1.829 - break
1.830 - fi
1.831 - done
1.832 -fi
1.833 -
1.834 -if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1.835 - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1.836 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.837 - :
1.838 -else
1.839 - # The Solaris, AIX, and Digital Unix default echo programs unquote
1.840 - # backslashes. This makes it impossible to quote backslashes using
1.841 - # echo "$something" | sed 's/\\/\\\\/g'
1.842 - #
1.843 - # So, first we look for a working echo in the user's PATH.
1.844 -
1.845 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1.846 - for dir in $PATH /usr/ucb; do
1.847 - IFS="$lt_save_ifs"
1.848 - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
1.849 - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
1.850 - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
1.851 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.852 - echo="$dir/echo"
1.853 - break
1.854 - fi
1.855 - done
1.856 - IFS="$lt_save_ifs"
1.857 -
1.858 - if test "X$echo" = Xecho; then
1.859 - # We didn't find a better echo, so look for alternatives.
1.860 - if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
1.861 - echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
1.862 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.863 - # This shell has a builtin print -r that does the trick.
1.864 - echo='print -r'
1.865 - elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
1.866 - test "X$CONFIG_SHELL" != X/bin/ksh; then
1.867 - # If we have ksh, try running configure again with it.
1.868 - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
1.869 - export ORIGINAL_CONFIG_SHELL
1.870 - CONFIG_SHELL=/bin/ksh
1.871 - export CONFIG_SHELL
1.872 - exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
1.873 - else
1.874 - # Try using printf.
1.875 - echo='printf %s\n'
1.876 - if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1.877 - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1.878 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.879 - # Cool, printf works
1.880 - :
1.881 - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1.882 - test "X$echo_testing_string" = 'X\t' &&
1.883 - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1.884 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.885 - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
1.886 - export CONFIG_SHELL
1.887 - SHELL="$CONFIG_SHELL"
1.888 - export SHELL
1.889 - echo="$CONFIG_SHELL [$]0 --fallback-echo"
1.890 - elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1.891 - test "X$echo_testing_string" = 'X\t' &&
1.892 - echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1.893 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.894 - echo="$CONFIG_SHELL [$]0 --fallback-echo"
1.895 - else
1.896 - # maybe with a smaller string...
1.897 - prev=:
1.898 -
1.899 - for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
1.900 - if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
1.901 - then
1.902 - break
1.903 - fi
1.904 - prev="$cmd"
1.905 - done
1.906 -
1.907 - if test "$prev" != 'sed 50q "[$]0"'; then
1.908 - echo_test_string=`eval $prev`
1.909 - export echo_test_string
1.910 - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
1.911 - else
1.912 - # Oops. We lost completely, so just stick with echo.
1.913 - echo=echo
1.914 - fi
1.915 - fi
1.916 - fi
1.917 - fi
1.918 -fi
1.919 -fi
1.920 -
1.921 -# Copy echo and quote the copy suitably for passing to libtool from
1.922 -# the Makefile, instead of quoting the original, which is used later.
1.923 -ECHO=$echo
1.924 -if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
1.925 - ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
1.926 -fi
1.927 -
1.928 -AC_SUBST(ECHO)
1.929 -])])
1.930 -m4trace:m4/libtool.m4:437: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock],
1.931 - [AC_HELP_STRING([--disable-libtool-lock],
1.932 - [avoid locking (might break parallel builds)])])
1.933 -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1.934 -
1.935 -# Some flags need to be propagated to the compiler or linker for good
1.936 -# libtool support.
1.937 -case $host in
1.938 -ia64-*-hpux*)
1.939 - # Find out which ABI we are using.
1.940 - echo 'int i;' > conftest.$ac_ext
1.941 - if AC_TRY_EVAL(ac_compile); then
1.942 - case `/usr/bin/file conftest.$ac_objext` in
1.943 - *ELF-32*)
1.944 - HPUX_IA64_MODE="32"
1.945 - ;;
1.946 - *ELF-64*)
1.947 - HPUX_IA64_MODE="64"
1.948 - ;;
1.949 - esac
1.950 - fi
1.951 - rm -rf conftest*
1.952 - ;;
1.953 -*-*-irix6*)
1.954 - # Find out which ABI we are using.
1.955 - echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1.956 - if AC_TRY_EVAL(ac_compile); then
1.957 - if test "$lt_cv_prog_gnu_ld" = yes; then
1.958 - case `/usr/bin/file conftest.$ac_objext` in
1.959 - *32-bit*)
1.960 - LD="${LD-ld} -melf32bsmip"
1.961 - ;;
1.962 - *N32*)
1.963 - LD="${LD-ld} -melf32bmipn32"
1.964 - ;;
1.965 - *64-bit*)
1.966 - LD="${LD-ld} -melf64bmip"
1.967 - ;;
1.968 - esac
1.969 - else
1.970 - case `/usr/bin/file conftest.$ac_objext` in
1.971 - *32-bit*)
1.972 - LD="${LD-ld} -32"
1.973 - ;;
1.974 - *N32*)
1.975 - LD="${LD-ld} -n32"
1.976 - ;;
1.977 - *64-bit*)
1.978 - LD="${LD-ld} -64"
1.979 - ;;
1.980 - esac
1.981 - fi
1.982 - fi
1.983 - rm -rf conftest*
1.984 - ;;
1.985 -
1.986 -x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
1.987 - # Find out which ABI we are using.
1.988 - echo 'int i;' > conftest.$ac_ext
1.989 - if AC_TRY_EVAL(ac_compile); then
1.990 - case "`/usr/bin/file conftest.o`" in
1.991 - *32-bit*)
1.992 - case $host in
1.993 - x86_64-*linux*)
1.994 - LD="${LD-ld} -m elf_i386"
1.995 - ;;
1.996 - ppc64-*linux*|powerpc64-*linux*)
1.997 - LD="${LD-ld} -m elf32ppclinux"
1.998 - ;;
1.999 - s390x-*linux*)
1.1000 - LD="${LD-ld} -m elf_s390"
1.1001 - ;;
1.1002 - sparc64-*linux*)
1.1003 - LD="${LD-ld} -m elf32_sparc"
1.1004 - ;;
1.1005 - esac
1.1006 - ;;
1.1007 - *64-bit*)
1.1008 - case $host in
1.1009 - x86_64-*linux*)
1.1010 - LD="${LD-ld} -m elf_x86_64"
1.1011 - ;;
1.1012 - ppc*-*linux*|powerpc*-*linux*)
1.1013 - LD="${LD-ld} -m elf64ppc"
1.1014 - ;;
1.1015 - s390*-*linux*)
1.1016 - LD="${LD-ld} -m elf64_s390"
1.1017 - ;;
1.1018 - sparc*-*linux*)
1.1019 - LD="${LD-ld} -m elf64_sparc"
1.1020 - ;;
1.1021 - esac
1.1022 - ;;
1.1023 - esac
1.1024 - fi
1.1025 - rm -rf conftest*
1.1026 - ;;
1.1027 -
1.1028 -*-*-sco3.2v5*)
1.1029 - # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1.1030 - SAVE_CFLAGS="$CFLAGS"
1.1031 - CFLAGS="$CFLAGS -belf"
1.1032 - AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1.1033 - [AC_LANG_PUSH(C)
1.1034 - AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
1.1035 - AC_LANG_POP])
1.1036 - if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1.1037 - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1.1038 - CFLAGS="$SAVE_CFLAGS"
1.1039 - fi
1.1040 - ;;
1.1041 -AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
1.1042 -[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
1.1043 - AC_CHECK_TOOL(DLLTOOL, dlltool, false)
1.1044 - AC_CHECK_TOOL(AS, as, false)
1.1045 - AC_CHECK_TOOL(OBJDUMP, objdump, false)
1.1046 - ;;
1.1047 - ])
1.1048 -esac
1.1049 -
1.1050 -need_locks="$enable_libtool_lock"
1.1051 -
1.1052 -])
1.1053 -m4trace:m4/libtool.m4:567: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])
1.1054 -AC_CACHE_CHECK([$1], [$2],
1.1055 - [$2=no
1.1056 - ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1.1057 - printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1.1058 - lt_compiler_flag="$3"
1.1059 - # Insert the option either (1) after the last *FLAGS variable, or
1.1060 - # (2) before a word containing "conftest.", or (3) at the end.
1.1061 - # Note that $ac_compile itself does not contain backslashes and begins
1.1062 - # with a dollar sign (not a hyphen), so the echo should work correctly.
1.1063 - # The option is referenced via a variable to avoid confusing sed.
1.1064 - lt_compile=`echo "$ac_compile" | $SED \
1.1065 - -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1.1066 - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1.1067 - -e 's:$: $lt_compiler_flag:'`
1.1068 - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1.1069 - (eval "$lt_compile" 2>conftest.err)
1.1070 - ac_status=$?
1.1071 - cat conftest.err >&AS_MESSAGE_LOG_FD
1.1072 - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1.1073 - if (exit $ac_status) && test -s "$ac_outfile"; then
1.1074 - # The compiler can only warn and ignore the option if not recognized
1.1075 - # So say no if there are warnings
1.1076 - if test ! -s conftest.err; then
1.1077 - $2=yes
1.1078 - fi
1.1079 - fi
1.1080 - $rm conftest*
1.1081 -])
1.1082 -
1.1083 -if test x"[$]$2" = xyes; then
1.1084 - ifelse([$5], , :, [$5])
1.1085 -else
1.1086 - ifelse([$6], , :, [$6])
1.1087 -fi
1.1088 -])
1.1089 -m4trace:m4/libtool.m4:610: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2],
1.1090 - [$2=no
1.1091 - save_LDFLAGS="$LDFLAGS"
1.1092 - LDFLAGS="$LDFLAGS $3"
1.1093 - printf "$lt_simple_link_test_code" > conftest.$ac_ext
1.1094 - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1.1095 - # The compiler can only warn and ignore the option if not recognized
1.1096 - # So say no if there are warnings
1.1097 - if test -s conftest.err; then
1.1098 - # Append any errors to the config.log.
1.1099 - cat conftest.err 1>&AS_MESSAGE_LOG_FD
1.1100 - else
1.1101 - $2=yes
1.1102 - fi
1.1103 - fi
1.1104 - $rm conftest*
1.1105 - LDFLAGS="$save_LDFLAGS"
1.1106 -])
1.1107 -
1.1108 -if test x"[$]$2" = xyes; then
1.1109 - ifelse([$4], , :, [$4])
1.1110 -else
1.1111 - ifelse([$5], , :, [$5])
1.1112 -fi
1.1113 -])
1.1114 -m4trace:m4/libtool.m4:640: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments
1.1115 -AC_MSG_CHECKING([the maximum length of command line arguments])
1.1116 -AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1.1117 - i=0
1.1118 - teststring="ABCD"
1.1119 -
1.1120 - case $build_os in
1.1121 - msdosdjgpp*)
1.1122 - # On DJGPP, this test can blow up pretty badly due to problems in libc
1.1123 - # (any single argument exceeding 2000 bytes causes a buffer overrun
1.1124 - # during glob expansion). Even if it were fixed, the result of this
1.1125 - # check would be larger than it should be.
1.1126 - lt_cv_sys_max_cmd_len=12288; # 12K is about right
1.1127 - ;;
1.1128 -
1.1129 - gnu*)
1.1130 - # Under GNU Hurd, this test is not required because there is
1.1131 - # no limit to the length of command line arguments.
1.1132 - # Libtool will interpret -1 as no limit whatsoever
1.1133 - lt_cv_sys_max_cmd_len=-1;
1.1134 - ;;
1.1135 -
1.1136 - cygwin* | mingw*)
1.1137 - # On Win9x/ME, this test blows up -- it succeeds, but takes
1.1138 - # about 5 minutes as the teststring grows exponentially.
1.1139 - # Worse, since 9x/ME are not pre-emptively multitasking,
1.1140 - # you end up with a "frozen" computer, even though with patience
1.1141 - # the test eventually succeeds (with a max line length of 256k).
1.1142 - # Instead, let's just punt: use the minimum linelength reported by
1.1143 - # all of the supported platforms: 8192 (on NT/2K/XP).
1.1144 - lt_cv_sys_max_cmd_len=8192;
1.1145 - ;;
1.1146 -
1.1147 - amigaos*)
1.1148 - # On AmigaOS with pdksh, this test takes hours, literally.
1.1149 - # So we just punt and use a minimum line length of 8192.
1.1150 - lt_cv_sys_max_cmd_len=8192;
1.1151 - ;;
1.1152 -
1.1153 - *)
1.1154 - # If test is not a shell built-in, we'll probably end up computing a
1.1155 - # maximum length that is only half of the actual maximum length, but
1.1156 - # we can't tell.
1.1157 - while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
1.1158 - = "XX$teststring") >/dev/null 2>&1 &&
1.1159 - new_result=`expr "X$teststring" : ".*" 2>&1` &&
1.1160 - lt_cv_sys_max_cmd_len=$new_result &&
1.1161 - test $i != 17 # 1/2 MB should be enough
1.1162 - do
1.1163 - i=`expr $i + 1`
1.1164 - teststring=$teststring$teststring
1.1165 - done
1.1166 - teststring=
1.1167 - # Add a significant safety factor because C++ compilers can tack on massive
1.1168 - # amounts of additional arguments before passing them to the linker.
1.1169 - # It appears as though 1/2 is a usable value.
1.1170 - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1.1171 - ;;
1.1172 - esac
1.1173 -])
1.1174 -if test -n $lt_cv_sys_max_cmd_len ; then
1.1175 - AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1.1176 -else
1.1177 - AC_MSG_RESULT(none)
1.1178 -fi
1.1179 -])
1.1180 -m4trace:m4/libtool.m4:711: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl
1.1181 -])
1.1182 -m4trace:m4/libtool.m4:719: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1.1183 -if test "$cross_compiling" = yes; then :
1.1184 - [$4]
1.1185 -else
1.1186 - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1.1187 - lt_status=$lt_dlunknown
1.1188 - cat > conftest.$ac_ext <<EOF
1.1189 -[#line __oline__ "configure"
1.1190 -#include "confdefs.h"
1.1191 -
1.1192 -#if HAVE_DLFCN_H
1.1193 -#include <dlfcn.h>
1.1194 -#endif
1.1195 -
1.1196 -#include <stdio.h>
1.1197 -
1.1198 -#ifdef RTLD_GLOBAL
1.1199 -# define LT_DLGLOBAL RTLD_GLOBAL
1.1200 -#else
1.1201 -# ifdef DL_GLOBAL
1.1202 -# define LT_DLGLOBAL DL_GLOBAL
1.1203 -# else
1.1204 -# define LT_DLGLOBAL 0
1.1205 -# endif
1.1206 -#endif
1.1207 -
1.1208 -/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1.1209 - find out it does not work in some platform. */
1.1210 -#ifndef LT_DLLAZY_OR_NOW
1.1211 -# ifdef RTLD_LAZY
1.1212 -# define LT_DLLAZY_OR_NOW RTLD_LAZY
1.1213 -# else
1.1214 -# ifdef DL_LAZY
1.1215 -# define LT_DLLAZY_OR_NOW DL_LAZY
1.1216 -# else
1.1217 -# ifdef RTLD_NOW
1.1218 -# define LT_DLLAZY_OR_NOW RTLD_NOW
1.1219 -# else
1.1220 -# ifdef DL_NOW
1.1221 -# define LT_DLLAZY_OR_NOW DL_NOW
1.1222 -# else
1.1223 -# define LT_DLLAZY_OR_NOW 0
1.1224 -# endif
1.1225 -# endif
1.1226 -# endif
1.1227 -# endif
1.1228 -#endif
1.1229 -
1.1230 -#ifdef __cplusplus
1.1231 -extern "C" void exit (int);
1.1232 -#endif
1.1233 -
1.1234 -void fnord() { int i=42;}
1.1235 -int main ()
1.1236 -{
1.1237 - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1.1238 - int status = $lt_dlunknown;
1.1239 -
1.1240 - if (self)
1.1241 - {
1.1242 - if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
1.1243 - else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1.1244 - /* dlclose (self); */
1.1245 - }
1.1246 -
1.1247 - exit (status);
1.1248 -}]
1.1249 -EOF
1.1250 - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1.1251 - (./conftest; exit; ) 2>/dev/null
1.1252 - lt_status=$?
1.1253 - case x$lt_status in
1.1254 - x$lt_dlno_uscore) $1 ;;
1.1255 - x$lt_dlneed_uscore) $2 ;;
1.1256 - x$lt_unknown|x*) $3 ;;
1.1257 - esac
1.1258 - else :
1.1259 - # compilation failed
1.1260 - $3
1.1261 - fi
1.1262 -fi
1.1263 -rm -fr conftest*
1.1264 -])
1.1265 -m4trace:m4/libtool.m4:807: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
1.1266 -if test "x$enable_dlopen" != xyes; then
1.1267 - enable_dlopen=unknown
1.1268 - enable_dlopen_self=unknown
1.1269 - enable_dlopen_self_static=unknown
1.1270 -else
1.1271 - lt_cv_dlopen=no
1.1272 - lt_cv_dlopen_libs=
1.1273 -
1.1274 - case $host_os in
1.1275 - beos*)
1.1276 - lt_cv_dlopen="load_add_on"
1.1277 - lt_cv_dlopen_libs=
1.1278 - lt_cv_dlopen_self=yes
1.1279 - ;;
1.1280 -
1.1281 - mingw* | pw32*)
1.1282 - lt_cv_dlopen="LoadLibrary"
1.1283 - lt_cv_dlopen_libs=
1.1284 - ;;
1.1285 -
1.1286 - cygwin*)
1.1287 - lt_cv_dlopen="dlopen"
1.1288 - lt_cv_dlopen_libs=
1.1289 - ;;
1.1290 -
1.1291 - darwin*)
1.1292 - # if libdl is installed we need to link against it
1.1293 - AC_CHECK_LIB([dl], [dlopen],
1.1294 - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1.1295 - lt_cv_dlopen="dyld"
1.1296 - lt_cv_dlopen_libs=
1.1297 - lt_cv_dlopen_self=yes
1.1298 - ])
1.1299 - ;;
1.1300 -
1.1301 - *)
1.1302 - AC_CHECK_FUNC([shl_load],
1.1303 - [lt_cv_dlopen="shl_load"],
1.1304 - [AC_CHECK_LIB([dld], [shl_load],
1.1305 - [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
1.1306 - [AC_CHECK_FUNC([dlopen],
1.1307 - [lt_cv_dlopen="dlopen"],
1.1308 - [AC_CHECK_LIB([dl], [dlopen],
1.1309 - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1.1310 - [AC_CHECK_LIB([svld], [dlopen],
1.1311 - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1.1312 - [AC_CHECK_LIB([dld], [dld_link],
1.1313 - [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
1.1314 - ])
1.1315 - ])
1.1316 - ])
1.1317 - ])
1.1318 - ])
1.1319 - ;;
1.1320 - esac
1.1321 -
1.1322 - if test "x$lt_cv_dlopen" != xno; then
1.1323 - enable_dlopen=yes
1.1324 - else
1.1325 - enable_dlopen=no
1.1326 - fi
1.1327 -
1.1328 - case $lt_cv_dlopen in
1.1329 - dlopen)
1.1330 - save_CPPFLAGS="$CPPFLAGS"
1.1331 - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1.1332 -
1.1333 - save_LDFLAGS="$LDFLAGS"
1.1334 - eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1.1335 -
1.1336 - save_LIBS="$LIBS"
1.1337 - LIBS="$lt_cv_dlopen_libs $LIBS"
1.1338 -
1.1339 - AC_CACHE_CHECK([whether a program can dlopen itself],
1.1340 - lt_cv_dlopen_self, [dnl
1.1341 - _LT_AC_TRY_DLOPEN_SELF(
1.1342 - lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
1.1343 - lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
1.1344 - ])
1.1345 -
1.1346 - if test "x$lt_cv_dlopen_self" = xyes; then
1.1347 - LDFLAGS="$LDFLAGS $link_static_flag"
1.1348 - AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
1.1349 - lt_cv_dlopen_self_static, [dnl
1.1350 - _LT_AC_TRY_DLOPEN_SELF(
1.1351 - lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
1.1352 - lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
1.1353 - ])
1.1354 - fi
1.1355 -
1.1356 - CPPFLAGS="$save_CPPFLAGS"
1.1357 - LDFLAGS="$save_LDFLAGS"
1.1358 - LIBS="$save_LIBS"
1.1359 - ;;
1.1360 - esac
1.1361 -
1.1362 - case $lt_cv_dlopen_self in
1.1363 - yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
1.1364 - *) enable_dlopen_self=unknown ;;
1.1365 - esac
1.1366 -
1.1367 - case $lt_cv_dlopen_self_static in
1.1368 - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
1.1369 - *) enable_dlopen_self_static=unknown ;;
1.1370 - esac
1.1371 -fi
1.1372 -])
1.1373 -m4trace:m4/libtool.m4:921: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1.1374 -AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
1.1375 - [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
1.1376 - [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
1.1377 - $rm -r conftest 2>/dev/null
1.1378 - mkdir conftest
1.1379 - cd conftest
1.1380 - mkdir out
1.1381 - printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1.1382 -
1.1383 - lt_compiler_flag="-o out/conftest2.$ac_objext"
1.1384 - # Insert the option either (1) after the last *FLAGS variable, or
1.1385 - # (2) before a word containing "conftest.", or (3) at the end.
1.1386 - # Note that $ac_compile itself does not contain backslashes and begins
1.1387 - # with a dollar sign (not a hyphen), so the echo should work correctly.
1.1388 - lt_compile=`echo "$ac_compile" | $SED \
1.1389 - -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
1.1390 - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1.1391 - -e 's:$: $lt_compiler_flag:'`
1.1392 - (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1.1393 - (eval "$lt_compile" 2>out/conftest.err)
1.1394 - ac_status=$?
1.1395 - cat out/conftest.err >&AS_MESSAGE_LOG_FD
1.1396 - echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1.1397 - if (exit $ac_status) && test -s out/conftest2.$ac_objext
1.1398 - then
1.1399 - # The compiler can only warn and ignore the option if not recognized
1.1400 - # So say no if there are warnings
1.1401 - if test ! -s out/conftest.err; then
1.1402 - _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1.1403 - fi
1.1404 - fi
1.1405 - chmod u+w .
1.1406 - $rm conftest*
1.1407 - # SGI C++ compiler will create directory out/ii_files/ for
1.1408 - # template instantiation
1.1409 - test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
1.1410 - $rm out/* && rmdir out
1.1411 - cd ..
1.1412 - rmdir conftest
1.1413 - $rm conftest*
1.1414 -])
1.1415 -])
1.1416 -m4trace:m4/libtool.m4:970: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl
1.1417 -
1.1418 -hard_links="nottested"
1.1419 -if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
1.1420 - # do not overwrite the value of need_locks provided by the user
1.1421 - AC_MSG_CHECKING([if we can lock with hard links])
1.1422 - hard_links=yes
1.1423 - $rm conftest*
1.1424 - ln conftest.a conftest.b 2>/dev/null && hard_links=no
1.1425 - touch conftest.a
1.1426 - ln conftest.a conftest.b 2>&5 || hard_links=no
1.1427 - ln conftest.a conftest.b 2>/dev/null && hard_links=no
1.1428 - AC_MSG_RESULT([$hard_links])
1.1429 - if test "$hard_links" = no; then
1.1430 - AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
1.1431 - need_locks=warn
1.1432 - fi
1.1433 -else
1.1434 - need_locks=no
1.1435 -fi
1.1436 -])
1.1437 -m4trace:m4/libtool.m4:996: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
1.1438 -[rm -f .libs 2>/dev/null
1.1439 -mkdir .libs 2>/dev/null
1.1440 -if test -d .libs; then
1.1441 - lt_cv_objdir=.libs
1.1442 -else
1.1443 - # MS-DOS does not allow filenames that begin with a dot.
1.1444 - lt_cv_objdir=_libs
1.1445 -fi
1.1446 -rmdir .libs 2>/dev/null])
1.1447 -objdir=$lt_cv_objdir
1.1448 -])
1.1449 -m4trace:m4/libtool.m4:1014: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs])
1.1450 -_LT_AC_TAGVAR(hardcode_action, $1)=
1.1451 -if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
1.1452 - test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \
1.1453 - test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then
1.1454 -
1.1455 - # We can hardcode non-existant directories.
1.1456 - if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
1.1457 - # If the only mechanism to avoid hardcoding is shlibpath_var, we
1.1458 - # have to relink, otherwise we might link with an installed library
1.1459 - # when we should be linking with a yet-to-be-installed one
1.1460 - ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
1.1461 - test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
1.1462 - # Linking always hardcodes the temporary library directory.
1.1463 - _LT_AC_TAGVAR(hardcode_action, $1)=relink
1.1464 - else
1.1465 - # We can link without hardcoding, and we can hardcode nonexisting dirs.
1.1466 - _LT_AC_TAGVAR(hardcode_action, $1)=immediate
1.1467 - fi
1.1468 -else
1.1469 - # We cannot hardcode anything, or else we can only hardcode existing
1.1470 - # directories.
1.1471 - _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
1.1472 -fi
1.1473 -AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
1.1474 -
1.1475 -if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
1.1476 - # Fast installation is not supported
1.1477 - enable_fast_install=no
1.1478 -elif test "$shlibpath_overrides_runpath" = yes ||
1.1479 - test "$enable_shared" = no; then
1.1480 - # Fast installation is not necessary
1.1481 - enable_fast_install=needless
1.1482 -fi
1.1483 -])
1.1484 -m4trace:m4/libtool.m4:1054: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib=
1.1485 -old_striplib=
1.1486 -AC_MSG_CHECKING([whether stripping libraries is possible])
1.1487 -if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
1.1488 - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
1.1489 - test -z "$striplib" && striplib="$STRIP --strip-unneeded"
1.1490 - AC_MSG_RESULT([yes])
1.1491 -else
1.1492 -# FIXME - insert some real tests, host_os isn't really good enough
1.1493 - case $host_os in
1.1494 - darwin*)
1.1495 - if test -n "$STRIP" ; then
1.1496 - striplib="$STRIP -x"
1.1497 - AC_MSG_RESULT([yes])
1.1498 - else
1.1499 - AC_MSG_RESULT([no])
1.1500 -fi
1.1501 - ;;
1.1502 - *)
1.1503 - AC_MSG_RESULT([no])
1.1504 - ;;
1.1505 - esac
1.1506 -fi
1.1507 -])
1.1508 -m4trace:m4/libtool.m4:1084: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics])
1.1509 -library_names_spec=
1.1510 -libname_spec='lib$name'
1.1511 -soname_spec=
1.1512 -shrext_cmds=".so"
1.1513 -postinstall_cmds=
1.1514 -postuninstall_cmds=
1.1515 -finish_cmds=
1.1516 -finish_eval=
1.1517 -shlibpath_var=
1.1518 -shlibpath_overrides_runpath=unknown
1.1519 -version_type=none
1.1520 -dynamic_linker="$host_os ld.so"
1.1521 -sys_lib_dlsearch_path_spec="/lib /usr/lib"
1.1522 -if test "$GCC" = yes; then
1.1523 - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1.1524 - if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
1.1525 - # if the path contains ";" then we assume it to be the separator
1.1526 - # otherwise default to the standard path separator (i.e. ":") - it is
1.1527 - # assumed that no part of a normal pathname contains ";" but that should
1.1528 - # okay in the real world where ";" in dirpaths is itself problematic.
1.1529 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1.1530 - else
1.1531 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1.1532 - fi
1.1533 -else
1.1534 - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
1.1535 -fi
1.1536 -need_lib_prefix=unknown
1.1537 -hardcode_into_libs=no
1.1538 -
1.1539 -# when you set need_version to no, make sure it does not cause -set_version
1.1540 -# flags to be left without arguments
1.1541 -need_version=unknown
1.1542 -
1.1543 -case $host_os in
1.1544 -aix3*)
1.1545 - version_type=linux
1.1546 - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
1.1547 - shlibpath_var=LIBPATH
1.1548 -
1.1549 - # AIX 3 has no versioning support, so we append a major version to the name.
1.1550 - soname_spec='${libname}${release}${shared_ext}$major'
1.1551 - ;;
1.1552 -
1.1553 -aix4* | aix5*)
1.1554 - version_type=linux
1.1555 - need_lib_prefix=no
1.1556 - need_version=no
1.1557 - hardcode_into_libs=yes
1.1558 - if test "$host_cpu" = ia64; then
1.1559 - # AIX 5 supports IA64
1.1560 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
1.1561 - shlibpath_var=LD_LIBRARY_PATH
1.1562 - else
1.1563 - # With GCC up to 2.95.x, collect2 would create an import file
1.1564 - # for dependence libraries. The import file would start with
1.1565 - # the line `#! .'. This would cause the generated library to
1.1566 - # depend on `.', always an invalid library. This was fixed in
1.1567 - # development snapshots of GCC prior to 3.0.
1.1568 - case $host_os in
1.1569 - aix4 | aix4.[[01]] | aix4.[[01]].*)
1.1570 - if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1.1571 - echo ' yes '
1.1572 - echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
1.1573 - :
1.1574 - else
1.1575 - can_build_shared=no
1.1576 - fi
1.1577 - ;;
1.1578 - esac
1.1579 - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
1.1580 - # soname into executable. Probably we can add versioning support to
1.1581 - # collect2, so additional links can be useful in future.
1.1582 - if test "$aix_use_runtimelinking" = yes; then
1.1583 - # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1.1584 - # instead of lib<name>.a to let people know that these are not
1.1585 - # typical AIX shared libraries.
1.1586 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1587 - else
1.1588 - # We preserve .a as extension for shared libraries through AIX4.2
1.1589 - # and later when we are not doing run time linking.
1.1590 - library_names_spec='${libname}${release}.a $libname.a'
1.1591 - soname_spec='${libname}${release}${shared_ext}$major'
1.1592 - fi
1.1593 - shlibpath_var=LIBPATH
1.1594 - fi
1.1595 - ;;
1.1596 -
1.1597 -amigaos*)
1.1598 - library_names_spec='$libname.ixlibrary $libname.a'
1.1599 - # Create ${libname}_ixlibrary.a entries in /sys/libs.
1.1600 - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1.1601 - ;;
1.1602 -
1.1603 -beos*)
1.1604 - library_names_spec='${libname}${shared_ext}'
1.1605 - dynamic_linker="$host_os ld.so"
1.1606 - shlibpath_var=LIBRARY_PATH
1.1607 - ;;
1.1608 -
1.1609 -bsdi4*)
1.1610 - version_type=linux
1.1611 - need_version=no
1.1612 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1613 - soname_spec='${libname}${release}${shared_ext}$major'
1.1614 - finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1.1615 - shlibpath_var=LD_LIBRARY_PATH
1.1616 - sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1.1617 - sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
1.1618 - # the default ld.so.conf also contains /usr/contrib/lib and
1.1619 - # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
1.1620 - # libtool to hard-code these into programs
1.1621 - ;;
1.1622 -
1.1623 -cygwin* | mingw* | pw32*)
1.1624 - version_type=windows
1.1625 - shrext_cmds=".dll"
1.1626 - need_version=no
1.1627 - need_lib_prefix=no
1.1628 -
1.1629 - case $GCC,$host_os in
1.1630 - yes,cygwin* | yes,mingw* | yes,pw32*)
1.1631 - library_names_spec='$libname.dll.a'
1.1632 - # DLL is installed to $(libdir)/../bin by postinstall_cmds
1.1633 - postinstall_cmds='base_file=`basename \${file}`~
1.1634 - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1.1635 - dldir=$destdir/`dirname \$dlpath`~
1.1636 - test -d \$dldir || mkdir -p \$dldir~
1.1637 - $install_prog $dir/$dlname \$dldir/$dlname'
1.1638 - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
1.1639 - dlpath=$dir/\$dldll~
1.1640 - $rm \$dlpath'
1.1641 - shlibpath_overrides_runpath=yes
1.1642 -
1.1643 - case $host_os in
1.1644 - cygwin*)
1.1645 - # Cygwin DLLs use 'cyg' prefix rather than 'lib'
1.1646 - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1.1647 - sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
1.1648 - ;;
1.1649 - mingw*)
1.1650 - # MinGW DLLs use traditional 'lib' prefix
1.1651 - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
1.1652 - sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
1.1653 - if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
1.1654 - # It is most probably a Windows format PATH printed by
1.1655 - # mingw gcc, but we are running on Cygwin. Gcc prints its search
1.1656 - # path with ; separators, and with drive letters. We can handle the
1.1657 - # drive letters (cygwin fileutils understands them), so leave them,
1.1658 - # especially as we might pass files found there to a mingw objdump,
1.1659 - # which wouldn't understand a cygwinified path. Ahh.
1.1660 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1.1661 - else
1.1662 - sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1.1663 - fi
1.1664 - ;;
1.1665 - pw32*)
1.1666 - # pw32 DLLs use 'pw' prefix rather than 'lib'
1.1667 - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1.1668 - ;;
1.1669 - esac
1.1670 - ;;
1.1671 -
1.1672 - *)
1.1673 - library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
1.1674 - ;;
1.1675 - esac
1.1676 - dynamic_linker='Win32 ld.exe'
1.1677 - # FIXME: first we should search . and the directory the executable is in
1.1678 - shlibpath_var=PATH
1.1679 - ;;
1.1680 -
1.1681 -darwin* | rhapsody*)
1.1682 - dynamic_linker="$host_os dyld"
1.1683 - version_type=darwin
1.1684 - need_lib_prefix=no
1.1685 - need_version=no
1.1686 - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
1.1687 - soname_spec='${libname}${release}${major}$shared_ext'
1.1688 - shlibpath_overrides_runpath=yes
1.1689 - shlibpath_var=DYLD_LIBRARY_PATH
1.1690 - shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
1.1691 - # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
1.1692 - if test "$GCC" = yes; then
1.1693 - sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
1.1694 - else
1.1695 - sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
1.1696 - fi
1.1697 - sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1.1698 - ;;
1.1699 -
1.1700 -dgux*)
1.1701 - version_type=linux
1.1702 - need_lib_prefix=no
1.1703 - need_version=no
1.1704 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
1.1705 - soname_spec='${libname}${release}${shared_ext}$major'
1.1706 - shlibpath_var=LD_LIBRARY_PATH
1.1707 - ;;
1.1708 -
1.1709 -freebsd1*)
1.1710 - dynamic_linker=no
1.1711 - ;;
1.1712 -
1.1713 -kfreebsd*-gnu)
1.1714 - version_type=linux
1.1715 - need_lib_prefix=no
1.1716 - need_version=no
1.1717 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1.1718 - soname_spec='${libname}${release}${shared_ext}$major'
1.1719 - shlibpath_var=LD_LIBRARY_PATH
1.1720 - shlibpath_overrides_runpath=no
1.1721 - hardcode_into_libs=yes
1.1722 - dynamic_linker='GNU ld.so'
1.1723 - ;;
1.1724 -
1.1725 -freebsd*)
1.1726 - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
1.1727 - version_type=freebsd-$objformat
1.1728 - case $version_type in
1.1729 - freebsd-elf*)
1.1730 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
1.1731 - need_version=no
1.1732 - need_lib_prefix=no
1.1733 - ;;
1.1734 - freebsd-*)
1.1735 - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
1.1736 - need_version=yes
1.1737 - ;;
1.1738 - esac
1.1739 - shlibpath_var=LD_LIBRARY_PATH
1.1740 - case $host_os in
1.1741 - freebsd2*)
1.1742 - shlibpath_overrides_runpath=yes
1.1743 - ;;
1.1744 - freebsd3.[01]* | freebsdelf3.[01]*)
1.1745 - shlibpath_overrides_runpath=yes
1.1746 - hardcode_into_libs=yes
1.1747 - ;;
1.1748 - *) # from 3.2 on
1.1749 - shlibpath_overrides_runpath=no
1.1750 - hardcode_into_libs=yes
1.1751 - ;;
1.1752 - esac
1.1753 - ;;
1.1754 -
1.1755 -gnu*)
1.1756 - version_type=linux
1.1757 - need_lib_prefix=no
1.1758 - need_version=no
1.1759 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
1.1760 - soname_spec='${libname}${release}${shared_ext}$major'
1.1761 - shlibpath_var=LD_LIBRARY_PATH
1.1762 - hardcode_into_libs=yes
1.1763 - ;;
1.1764 -
1.1765 -hpux9* | hpux10* | hpux11*)
1.1766 - # Give a soname corresponding to the major version so that dld.sl refuses to
1.1767 - # link against other versions.
1.1768 - version_type=sunos
1.1769 - need_lib_prefix=no
1.1770 - need_version=no
1.1771 - case "$host_cpu" in
1.1772 - ia64*)
1.1773 - shrext_cmds='.so'
1.1774 - hardcode_into_libs=yes
1.1775 - dynamic_linker="$host_os dld.so"
1.1776 - shlibpath_var=LD_LIBRARY_PATH
1.1777 - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1.1778 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1779 - soname_spec='${libname}${release}${shared_ext}$major'
1.1780 - if test "X$HPUX_IA64_MODE" = X32; then
1.1781 - sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
1.1782 - else
1.1783 - sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
1.1784 - fi
1.1785 - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1.1786 - ;;
1.1787 - hppa*64*)
1.1788 - shrext_cmds='.sl'
1.1789 - hardcode_into_libs=yes
1.1790 - dynamic_linker="$host_os dld.sl"
1.1791 - shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1.1792 - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
1.1793 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1794 - soname_spec='${libname}${release}${shared_ext}$major'
1.1795 - sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1.1796 - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1.1797 - ;;
1.1798 - *)
1.1799 - shrext_cmds='.sl'
1.1800 - dynamic_linker="$host_os dld.sl"
1.1801 - shlibpath_var=SHLIB_PATH
1.1802 - shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
1.1803 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1804 - soname_spec='${libname}${release}${shared_ext}$major'
1.1805 - ;;
1.1806 - esac
1.1807 - # HP-UX runs *really* slowly unless shared libraries are mode 555.
1.1808 - postinstall_cmds='chmod 555 $lib'
1.1809 - ;;
1.1810 -
1.1811 -irix5* | irix6* | nonstopux*)
1.1812 - case $host_os in
1.1813 - nonstopux*) version_type=nonstopux ;;
1.1814 - *)
1.1815 - if test "$lt_cv_prog_gnu_ld" = yes; then
1.1816 - version_type=linux
1.1817 - else
1.1818 - version_type=irix
1.1819 - fi ;;
1.1820 - esac
1.1821 - need_lib_prefix=no
1.1822 - need_version=no
1.1823 - soname_spec='${libname}${release}${shared_ext}$major'
1.1824 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
1.1825 - case $host_os in
1.1826 - irix5* | nonstopux*)
1.1827 - libsuff= shlibsuff=
1.1828 - ;;
1.1829 - *)
1.1830 - case $LD in # libtool.m4 will add one of these switches to LD
1.1831 - *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
1.1832 - libsuff= shlibsuff= libmagic=32-bit;;
1.1833 - *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
1.1834 - libsuff=32 shlibsuff=N32 libmagic=N32;;
1.1835 - *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
1.1836 - libsuff=64 shlibsuff=64 libmagic=64-bit;;
1.1837 - *) libsuff= shlibsuff= libmagic=never-match;;
1.1838 - esac
1.1839 - ;;
1.1840 - esac
1.1841 - shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1.1842 - shlibpath_overrides_runpath=no
1.1843 - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
1.1844 - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
1.1845 - hardcode_into_libs=yes
1.1846 - ;;
1.1847 -
1.1848 -# No shared lib support for Linux oldld, aout, or coff.
1.1849 -linux*oldld* | linux*aout* | linux*coff*)
1.1850 - dynamic_linker=no
1.1851 - ;;
1.1852 -
1.1853 -# This must be Linux ELF.
1.1854 -linux*)
1.1855 - version_type=linux
1.1856 - need_lib_prefix=no
1.1857 - need_version=no
1.1858 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1859 - soname_spec='${libname}${release}${shared_ext}$major'
1.1860 - finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1.1861 - shlibpath_var=LD_LIBRARY_PATH
1.1862 - shlibpath_overrides_runpath=no
1.1863 - # This implies no fast_install, which is unacceptable.
1.1864 - # Some rework will be needed to allow for fast_install
1.1865 - # before this can be enabled.
1.1866 - hardcode_into_libs=yes
1.1867 -
1.1868 - # Append ld.so.conf contents to the search path
1.1869 - if test -f /etc/ld.so.conf; then
1.1870 - lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '`
1.1871 - sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
1.1872 - fi
1.1873 -
1.1874 - # We used to test for /lib/ld.so.1 and disable shared libraries on
1.1875 - # powerpc, because MkLinux only supported shared libraries with the
1.1876 - # GNU dynamic linker. Since this was broken with cross compilers,
1.1877 - # most powerpc-linux boxes support dynamic linking these days and
1.1878 - # people can always --disable-shared, the test was removed, and we
1.1879 - # assume the GNU/Linux dynamic linker is in use.
1.1880 - dynamic_linker='GNU/Linux ld.so'
1.1881 - ;;
1.1882 -
1.1883 -netbsdelf*-gnu)
1.1884 - version_type=linux
1.1885 - need_lib_prefix=no
1.1886 - need_version=no
1.1887 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1.1888 - soname_spec='${libname}${release}${shared_ext}$major'
1.1889 - shlibpath_var=LD_LIBRARY_PATH
1.1890 - shlibpath_overrides_runpath=no
1.1891 - hardcode_into_libs=yes
1.1892 - dynamic_linker='NetBSD ld.elf_so'
1.1893 - ;;
1.1894 -
1.1895 -knetbsd*-gnu)
1.1896 - version_type=linux
1.1897 - need_lib_prefix=no
1.1898 - need_version=no
1.1899 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1.1900 - soname_spec='${libname}${release}${shared_ext}$major'
1.1901 - shlibpath_var=LD_LIBRARY_PATH
1.1902 - shlibpath_overrides_runpath=no
1.1903 - hardcode_into_libs=yes
1.1904 - dynamic_linker='GNU ld.so'
1.1905 - ;;
1.1906 -
1.1907 -netbsd*)
1.1908 - version_type=sunos
1.1909 - need_lib_prefix=no
1.1910 - need_version=no
1.1911 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1.1912 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1.1913 - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1.1914 - dynamic_linker='NetBSD (a.out) ld.so'
1.1915 - else
1.1916 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
1.1917 - soname_spec='${libname}${release}${shared_ext}$major'
1.1918 - dynamic_linker='NetBSD ld.elf_so'
1.1919 - fi
1.1920 - shlibpath_var=LD_LIBRARY_PATH
1.1921 - shlibpath_overrides_runpath=yes
1.1922 - hardcode_into_libs=yes
1.1923 - ;;
1.1924 -
1.1925 -newsos6)
1.1926 - version_type=linux
1.1927 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1928 - shlibpath_var=LD_LIBRARY_PATH
1.1929 - shlibpath_overrides_runpath=yes
1.1930 - ;;
1.1931 -
1.1932 -nto-qnx*)
1.1933 - version_type=linux
1.1934 - need_lib_prefix=no
1.1935 - need_version=no
1.1936 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1937 - soname_spec='${libname}${release}${shared_ext}$major'
1.1938 - shlibpath_var=LD_LIBRARY_PATH
1.1939 - shlibpath_overrides_runpath=yes
1.1940 - ;;
1.1941 -
1.1942 -openbsd*)
1.1943 - version_type=sunos
1.1944 - need_lib_prefix=no
1.1945 - need_version=yes
1.1946 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1.1947 - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1.1948 - shlibpath_var=LD_LIBRARY_PATH
1.1949 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1.1950 - case $host_os in
1.1951 - openbsd2.[[89]] | openbsd2.[[89]].*)
1.1952 - shlibpath_overrides_runpath=no
1.1953 - ;;
1.1954 - *)
1.1955 - shlibpath_overrides_runpath=yes
1.1956 - ;;
1.1957 - esac
1.1958 - else
1.1959 - shlibpath_overrides_runpath=yes
1.1960 - fi
1.1961 - ;;
1.1962 -
1.1963 -os2*)
1.1964 - libname_spec='$name'
1.1965 - shrext_cmds=".dll"
1.1966 - need_lib_prefix=no
1.1967 - library_names_spec='$libname${shared_ext} $libname.a'
1.1968 - dynamic_linker='OS/2 ld.exe'
1.1969 - shlibpath_var=LIBPATH
1.1970 - ;;
1.1971 -
1.1972 -osf3* | osf4* | osf5*)
1.1973 - version_type=osf
1.1974 - need_lib_prefix=no
1.1975 - need_version=no
1.1976 - soname_spec='${libname}${release}${shared_ext}$major'
1.1977 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1978 - shlibpath_var=LD_LIBRARY_PATH
1.1979 - sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
1.1980 - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
1.1981 - ;;
1.1982 -
1.1983 -sco3.2v5*)
1.1984 - version_type=osf
1.1985 - soname_spec='${libname}${release}${shared_ext}$major'
1.1986 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1987 - shlibpath_var=LD_LIBRARY_PATH
1.1988 - ;;
1.1989 -
1.1990 -solaris*)
1.1991 - version_type=linux
1.1992 - need_lib_prefix=no
1.1993 - need_version=no
1.1994 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.1995 - soname_spec='${libname}${release}${shared_ext}$major'
1.1996 - shlibpath_var=LD_LIBRARY_PATH
1.1997 - shlibpath_overrides_runpath=yes
1.1998 - hardcode_into_libs=yes
1.1999 - # ldd complains unless libraries are executable
1.2000 - postinstall_cmds='chmod +x $lib'
1.2001 - ;;
1.2002 -
1.2003 -sunos4*)
1.2004 - version_type=sunos
1.2005 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
1.2006 - finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1.2007 - shlibpath_var=LD_LIBRARY_PATH
1.2008 - shlibpath_overrides_runpath=yes
1.2009 - if test "$with_gnu_ld" = yes; then
1.2010 - need_lib_prefix=no
1.2011 - fi
1.2012 - need_version=yes
1.2013 - ;;
1.2014 -
1.2015 -sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1.2016 - version_type=linux
1.2017 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.2018 - soname_spec='${libname}${release}${shared_ext}$major'
1.2019 - shlibpath_var=LD_LIBRARY_PATH
1.2020 - case $host_vendor in
1.2021 - sni)
1.2022 - shlibpath_overrides_runpath=no
1.2023 - need_lib_prefix=no
1.2024 - export_dynamic_flag_spec='${wl}-Blargedynsym'
1.2025 - runpath_var=LD_RUN_PATH
1.2026 - ;;
1.2027 - siemens)
1.2028 - need_lib_prefix=no
1.2029 - ;;
1.2030 - motorola)
1.2031 - need_lib_prefix=no
1.2032 - need_version=no
1.2033 - shlibpath_overrides_runpath=no
1.2034 - sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
1.2035 - ;;
1.2036 - esac
1.2037 - ;;
1.2038 -
1.2039 -sysv4*MP*)
1.2040 - if test -d /usr/nec ;then
1.2041 - version_type=linux
1.2042 - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
1.2043 - soname_spec='$libname${shared_ext}.$major'
1.2044 - shlibpath_var=LD_LIBRARY_PATH
1.2045 - fi
1.2046 - ;;
1.2047 -
1.2048 -uts4*)
1.2049 - version_type=linux
1.2050 - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1.2051 - soname_spec='${libname}${release}${shared_ext}$major'
1.2052 - shlibpath_var=LD_LIBRARY_PATH
1.2053 - ;;
1.2054 -
1.2055 -*)
1.2056 - dynamic_linker=no
1.2057 - ;;
1.2058 -esac
1.2059 -AC_MSG_RESULT([$dynamic_linker])
1.2060 -test "$dynamic_linker" = no && can_build_shared=no
1.2061 -])
1.2062 -m4trace:m4/libtool.m4:1643: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags],
1.2063 - [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
1.2064 - [include additional configurations @<:@automatic@:>@])],
1.2065 - [tagnames="$withval"])
1.2066 -
1.2067 -if test -f "$ltmain" && test -n "$tagnames"; then
1.2068 - if test ! -f "${ofile}"; then
1.2069 - AC_MSG_WARN([output file `$ofile' does not exist])
1.2070 - fi
1.2071 -
1.2072 - if test -z "$LTCC"; then
1.2073 - eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1.2074 - if test -z "$LTCC"; then
1.2075 - AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
1.2076 - else
1.2077 - AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
1.2078 - fi
1.2079 - fi
1.2080 -
1.2081 - # Extract list of available tagged configurations in $ofile.
1.2082 - # Note that this assumes the entire list is on one line.
1.2083 - available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
1.2084 -
1.2085 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1.2086 - for tagname in $tagnames; do
1.2087 - IFS="$lt_save_ifs"
1.2088 - # Check whether tagname contains only valid characters
1.2089 - case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
1.2090 - "") ;;
1.2091 - *) AC_MSG_ERROR([invalid tag name: $tagname])
1.2092 - ;;
1.2093 - esac
1.2094 -
1.2095 - if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
1.2096 - then
1.2097 - AC_MSG_ERROR([tag name \"$tagname\" already exists])
1.2098 - fi
1.2099 -
1.2100 - # Update the list of available tags.
1.2101 - if test -n "$tagname"; then
1.2102 - echo appending configuration tag \"$tagname\" to $ofile
1.2103 -
1.2104 - case $tagname in
1.2105 - CXX)
1.2106 - if test -n "$CXX" && test "X$CXX" != "Xno"; then
1.2107 - AC_LIBTOOL_LANG_CXX_CONFIG
1.2108 - else
1.2109 - tagname=""
1.2110 - fi
1.2111 - ;;
1.2112 -
1.2113 - F77)
1.2114 - if test -n "$F77" && test "X$F77" != "Xno"; then
1.2115 - AC_LIBTOOL_LANG_F77_CONFIG
1.2116 - else
1.2117 - tagname=""
1.2118 - fi
1.2119 - ;;
1.2120 -
1.2121 - GCJ)
1.2122 - if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
1.2123 - AC_LIBTOOL_LANG_GCJ_CONFIG
1.2124 - else
1.2125 - tagname=""
1.2126 - fi
1.2127 - ;;
1.2128 -
1.2129 - RC)
1.2130 - AC_LIBTOOL_LANG_RC_CONFIG
1.2131 - ;;
1.2132 -
1.2133 - *)
1.2134 - AC_MSG_ERROR([Unsupported tag name: $tagname])
1.2135 - ;;
1.2136 - esac
1.2137 -
1.2138 - # Append the new tag name to the list of available tags.
1.2139 - if test -n "$tagname" ; then
1.2140 - available_tags="$available_tags $tagname"
1.2141 - fi
1.2142 - fi
1.2143 - done
1.2144 - IFS="$lt_save_ifs"
1.2145 -
1.2146 - # Now substitute the updated list of available tags.
1.2147 - if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
1.2148 - mv "${ofile}T" "$ofile"
1.2149 - chmod +x "$ofile"
1.2150 - else
1.2151 - rm -f "${ofile}T"
1.2152 - AC_MSG_ERROR([unable to update list of available tagged configurations.])
1.2153 - fi
1.2154 -fi
1.2155 -])
1.2156 -m4trace:m4/libtool.m4:1743: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
1.2157 -])
1.2158 -m4trace:m4/libtool.m4:1751: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
1.2159 -])
1.2160 -m4trace:m4/libtool.m4:1760: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1.2161 -AC_ARG_ENABLE([shared],
1.2162 - [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
1.2163 - [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
1.2164 - [p=${PACKAGE-default}
1.2165 - case $enableval in
1.2166 - yes) enable_shared=yes ;;
1.2167 - no) enable_shared=no ;;
1.2168 - *)
1.2169 - enable_shared=no
1.2170 - # Look at the argument we got. We use all the common list separators.
1.2171 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1.2172 - for pkg in $enableval; do
1.2173 - IFS="$lt_save_ifs"
1.2174 - if test "X$pkg" = "X$p"; then
1.2175 - enable_shared=yes
1.2176 - fi
1.2177 - done
1.2178 - IFS="$lt_save_ifs"
1.2179 - ;;
1.2180 - esac],
1.2181 - [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
1.2182 -])
1.2183 -m4trace:m4/libtool.m4:1789: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1.2184 -AC_ENABLE_SHARED(no)
1.2185 -])
1.2186 -m4trace:m4/libtool.m4:1799: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1.2187 -AC_ARG_ENABLE([static],
1.2188 - [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
1.2189 - [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
1.2190 - [p=${PACKAGE-default}
1.2191 - case $enableval in
1.2192 - yes) enable_static=yes ;;
1.2193 - no) enable_static=no ;;
1.2194 - *)
1.2195 - enable_static=no
1.2196 - # Look at the argument we got. We use all the common list separators.
1.2197 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1.2198 - for pkg in $enableval; do
1.2199 - IFS="$lt_save_ifs"
1.2200 - if test "X$pkg" = "X$p"; then
1.2201 - enable_static=yes
1.2202 - fi
1.2203 - done
1.2204 - IFS="$lt_save_ifs"
1.2205 - ;;
1.2206 - esac],
1.2207 - [enable_static=]AC_ENABLE_STATIC_DEFAULT)
1.2208 -])
1.2209 -m4trace:m4/libtool.m4:1828: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1.2210 -AC_ENABLE_STATIC(no)
1.2211 -])
1.2212 -m4trace:m4/libtool.m4:1838: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1.2213 -AC_ARG_ENABLE([fast-install],
1.2214 - [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
1.2215 - [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
1.2216 - [p=${PACKAGE-default}
1.2217 - case $enableval in
1.2218 - yes) enable_fast_install=yes ;;
1.2219 - no) enable_fast_install=no ;;
1.2220 - *)
1.2221 - enable_fast_install=no
1.2222 - # Look at the argument we got. We use all the common list separators.
1.2223 - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
1.2224 - for pkg in $enableval; do
1.2225 - IFS="$lt_save_ifs"
1.2226 - if test "X$pkg" = "X$p"; then
1.2227 - enable_fast_install=yes
1.2228 - fi
1.2229 - done
1.2230 - IFS="$lt_save_ifs"
1.2231 - ;;
1.2232 - esac],
1.2233 - [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
1.2234 -])
1.2235 -m4trace:m4/libtool.m4:1867: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1.2236 -AC_ENABLE_FAST_INSTALL(no)
1.2237 -])
1.2238 -m4trace:m4/libtool.m4:1877: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1.2239 -pic_mode=ifelse($#,1,$1,default)
1.2240 -])
1.2241 -m4trace:m4/libtool.m4:1901: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl
1.2242 -AC_MSG_CHECKING([for $1])
1.2243 -AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
1.2244 -[case $MAGIC_CMD in
1.2245 -[[\\/*] | ?:[\\/]*])
1.2246 - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
1.2247 - ;;
1.2248 -*)
1.2249 - lt_save_MAGIC_CMD="$MAGIC_CMD"
1.2250 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1.2251 -dnl $ac_dummy forces splitting on constant user-supplied paths.
1.2252 -dnl POSIX.2 word splitting is done only on the output of word expansions,
1.2253 -dnl not every word. This closes a longstanding sh security hole.
1.2254 - ac_dummy="ifelse([$2], , $PATH, [$2])"
1.2255 - for ac_dir in $ac_dummy; do
1.2256 - IFS="$lt_save_ifs"
1.2257 - test -z "$ac_dir" && ac_dir=.
1.2258 - if test -f $ac_dir/$1; then
1.2259 - lt_cv_path_MAGIC_CMD="$ac_dir/$1"
1.2260 - if test -n "$file_magic_test_file"; then
1.2261 - case $deplibs_check_method in
1.2262 - "file_magic "*)
1.2263 - file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
1.2264 - MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1.2265 - if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
1.2266 - $EGREP "$file_magic_regex" > /dev/null; then
1.2267 - :
1.2268 - else
1.2269 - cat <<EOF 1>&2
1.2270 -
1.2271 -*** Warning: the command libtool uses to detect shared libraries,
1.2272 -*** $file_magic_cmd, produces output that libtool cannot recognize.
1.2273 -*** The result is that libtool may fail to recognize shared libraries
1.2274 -*** as such. This will affect the creation of libtool libraries that
1.2275 -*** depend on shared libraries, but programs linked with such libtool
1.2276 -*** libraries will work regardless of this problem. Nevertheless, you
1.2277 -*** may want to report the problem to your system manager and/or to
1.2278 -*** bug-libtool@gnu.org
1.2279 -
1.2280 -EOF
1.2281 - fi ;;
1.2282 - esac
1.2283 - fi
1.2284 - break
1.2285 - fi
1.2286 - done
1.2287 - IFS="$lt_save_ifs"
1.2288 - MAGIC_CMD="$lt_save_MAGIC_CMD"
1.2289 - ;;
1.2290 -esac])
1.2291 -MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
1.2292 -if test -n "$MAGIC_CMD"; then
1.2293 - AC_MSG_RESULT($MAGIC_CMD)
1.2294 -else
1.2295 - AC_MSG_RESULT(no)
1.2296 -fi
1.2297 -])
1.2298 -m4trace:m4/libtool.m4:1964: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
1.2299 -if test -z "$lt_cv_path_MAGIC_CMD"; then
1.2300 - if test -n "$ac_tool_prefix"; then
1.2301 - AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
1.2302 - else
1.2303 - MAGIC_CMD=:
1.2304 - fi
1.2305 -fi
1.2306 -])
1.2307 -m4trace:m4/libtool.m4:1979: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld],
1.2308 - [AC_HELP_STRING([--with-gnu-ld],
1.2309 - [assume the C compiler uses GNU ld @<:@default=no@:>@])],
1.2310 - [test "$withval" = no || with_gnu_ld=yes],
1.2311 - [with_gnu_ld=no])
1.2312 -AC_REQUIRE([LT_AC_PROG_SED])dnl
1.2313 -AC_REQUIRE([AC_PROG_CC])dnl
1.2314 -AC_REQUIRE([AC_CANONICAL_HOST])dnl
1.2315 -AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1.2316 -ac_prog=ld
1.2317 -if test "$GCC" = yes; then
1.2318 - # Check if gcc -print-prog-name=ld gives a path.
1.2319 - AC_MSG_CHECKING([for ld used by $CC])
1.2320 - case $host in
1.2321 - *-*-mingw*)
1.2322 - # gcc leaves a trailing carriage return which upsets mingw
1.2323 - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
1.2324 - *)
1.2325 - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
1.2326 - esac
1.2327 - case $ac_prog in
1.2328 - # Accept absolute paths.
1.2329 - [[\\/]]* | ?:[[\\/]]*)
1.2330 - re_direlt='/[[^/]][[^/]]*/\.\./'
1.2331 - # Canonicalize the pathname of ld
1.2332 - ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
1.2333 - while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1.2334 - ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
1.2335 - done
1.2336 - test -z "$LD" && LD="$ac_prog"
1.2337 - ;;
1.2338 - "")
1.2339 - # If it fails, then pretend we aren't using GCC.
1.2340 - ac_prog=ld
1.2341 - ;;
1.2342 - *)
1.2343 - # If it is relative, then search for the first ld in PATH.
1.2344 - with_gnu_ld=unknown
1.2345 - ;;
1.2346 - esac
1.2347 -elif test "$with_gnu_ld" = yes; then
1.2348 - AC_MSG_CHECKING([for GNU ld])
1.2349 -else
1.2350 - AC_MSG_CHECKING([for non-GNU ld])
1.2351 -fi
1.2352 -AC_CACHE_VAL(lt_cv_path_LD,
1.2353 -[if test -z "$LD"; then
1.2354 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1.2355 - for ac_dir in $PATH; do
1.2356 - IFS="$lt_save_ifs"
1.2357 - test -z "$ac_dir" && ac_dir=.
1.2358 - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1.2359 - lt_cv_path_LD="$ac_dir/$ac_prog"
1.2360 - # Check to see if the program is GNU ld. I'd rather use --version,
1.2361 - # but apparently some GNU ld's only accept -v.
1.2362 - # Break only if it was the GNU/non-GNU ld that we prefer.
1.2363 - case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
1.2364 - *GNU* | *'with BFD'*)
1.2365 - test "$with_gnu_ld" != no && break
1.2366 - ;;
1.2367 - *)
1.2368 - test "$with_gnu_ld" != yes && break
1.2369 - ;;
1.2370 - esac
1.2371 - fi
1.2372 - done
1.2373 - IFS="$lt_save_ifs"
1.2374 -else
1.2375 - lt_cv_path_LD="$LD" # Let the user override the test with a path.
1.2376 -fi])
1.2377 -LD="$lt_cv_path_LD"
1.2378 -if test -n "$LD"; then
1.2379 - AC_MSG_RESULT($LD)
1.2380 -else
1.2381 - AC_MSG_RESULT(no)
1.2382 -fi
1.2383 -test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1.2384 -AC_PROG_LD_GNU
1.2385 -])
1.2386 -m4trace:m4/libtool.m4:2063: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl
1.2387 -AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
1.2388 -[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1.2389 -case `$LD -v 2>&1 </dev/null` in
1.2390 -*GNU* | *'with BFD'*)
1.2391 - lt_cv_prog_gnu_ld=yes
1.2392 - ;;
1.2393 -*)
1.2394 - lt_cv_prog_gnu_ld=no
1.2395 - ;;
1.2396 -esac])
1.2397 -with_gnu_ld=$lt_cv_prog_gnu_ld
1.2398 -])
1.2399 -m4trace:m4/libtool.m4:2083: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files],
1.2400 - lt_cv_ld_reload_flag,
1.2401 - [lt_cv_ld_reload_flag='-r'])
1.2402 -reload_flag=$lt_cv_ld_reload_flag
1.2403 -case $reload_flag in
1.2404 -"" | " "*) ;;
1.2405 -*) reload_flag=" $reload_flag" ;;
1.2406 -esac
1.2407 -reload_cmds='$LD$reload_flag -o $output$reload_objs'
1.2408 -])
1.2409 -m4trace:m4/libtool.m4:2100: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries],
1.2410 -lt_cv_deplibs_check_method,
1.2411 -[lt_cv_file_magic_cmd='$MAGIC_CMD'
1.2412 -lt_cv_file_magic_test_file=
1.2413 -lt_cv_deplibs_check_method='unknown'
1.2414 -# Need to set the preceding variable on all platforms that support
1.2415 -# interlibrary dependencies.
1.2416 -# 'none' -- dependencies not supported.
1.2417 -# `unknown' -- same as none, but documents that we really don't know.
1.2418 -# 'pass_all' -- all dependencies passed with no checks.
1.2419 -# 'test_compile' -- check by making test program.
1.2420 -# 'file_magic [[regex]]' -- check by looking for files in library path
1.2421 -# which responds to the $file_magic_cmd with a given extended regex.
1.2422 -# If you have `file' or equivalent on your system and you're not sure
1.2423 -# whether `pass_all' will *always* work, you probably want this one.
1.2424 -
1.2425 -case $host_os in
1.2426 -aix4* | aix5*)
1.2427 - lt_cv_deplibs_check_method=pass_all
1.2428 - ;;
1.2429 -
1.2430 -beos*)
1.2431 - lt_cv_deplibs_check_method=pass_all
1.2432 - ;;
1.2433 -
1.2434 -bsdi4*)
1.2435 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
1.2436 - lt_cv_file_magic_cmd='/usr/bin/file -L'
1.2437 - lt_cv_file_magic_test_file=/shlib/libc.so
1.2438 - ;;
1.2439 -
1.2440 -cygwin*)
1.2441 - # func_win32_libid is a shell function defined in ltmain.sh
1.2442 - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
1.2443 - lt_cv_file_magic_cmd='func_win32_libid'
1.2444 - ;;
1.2445 -
1.2446 -mingw* | pw32*)
1.2447 - # Base MSYS/MinGW do not provide the 'file' command needed by
1.2448 - # func_win32_libid shell function, so use a weaker test based on 'objdump'.
1.2449 - lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
1.2450 - lt_cv_file_magic_cmd='$OBJDUMP -f'
1.2451 - ;;
1.2452 -
1.2453 -darwin* | rhapsody*)
1.2454 - lt_cv_deplibs_check_method=pass_all
1.2455 - ;;
1.2456 -
1.2457 -freebsd* | kfreebsd*-gnu)
1.2458 - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1.2459 - case $host_cpu in
1.2460 - i*86 )
1.2461 - # Not sure whether the presence of OpenBSD here was a mistake.
1.2462 - # Let's accept both of them until this is cleared up.
1.2463 - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library'
1.2464 - lt_cv_file_magic_cmd=/usr/bin/file
1.2465 - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1.2466 - ;;
1.2467 - esac
1.2468 - else
1.2469 - lt_cv_deplibs_check_method=pass_all
1.2470 - fi
1.2471 - ;;
1.2472 -
1.2473 -gnu*)
1.2474 - lt_cv_deplibs_check_method=pass_all
1.2475 - ;;
1.2476 -
1.2477 -hpux10.20* | hpux11*)
1.2478 - lt_cv_file_magic_cmd=/usr/bin/file
1.2479 - case "$host_cpu" in
1.2480 - ia64*)
1.2481 - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
1.2482 - lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
1.2483 - ;;
1.2484 - hppa*64*)
1.2485 - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]']
1.2486 - lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
1.2487 - ;;
1.2488 - *)
1.2489 - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
1.2490 - lt_cv_file_magic_test_file=/usr/lib/libc.sl
1.2491 - ;;
1.2492 - esac
1.2493 - ;;
1.2494 -
1.2495 -irix5* | irix6* | nonstopux*)
1.2496 - case $LD in
1.2497 - *-32|*"-32 ") libmagic=32-bit;;
1.2498 - *-n32|*"-n32 ") libmagic=N32;;
1.2499 - *-64|*"-64 ") libmagic=64-bit;;
1.2500 - *) libmagic=never-match;;
1.2501 - esac
1.2502 - lt_cv_deplibs_check_method=pass_all
1.2503 - ;;
1.2504 -
1.2505 -# This must be Linux ELF.
1.2506 -linux*)
1.2507 - lt_cv_deplibs_check_method=pass_all
1.2508 - ;;
1.2509 -
1.2510 -netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1.2511 - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
1.2512 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
1.2513 - else
1.2514 - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
1.2515 - fi
1.2516 - ;;
1.2517 -
1.2518 -newos6*)
1.2519 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
1.2520 - lt_cv_file_magic_cmd=/usr/bin/file
1.2521 - lt_cv_file_magic_test_file=/usr/lib/libnls.so
1.2522 - ;;
1.2523 -
1.2524 -nto-qnx*)
1.2525 - lt_cv_deplibs_check_method=unknown
1.2526 - ;;
1.2527 -
1.2528 -openbsd*)
1.2529 - lt_cv_file_magic_cmd=/usr/bin/file
1.2530 - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
1.2531 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1.2532 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
1.2533 - else
1.2534 - lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
1.2535 - fi
1.2536 - ;;
1.2537 -
1.2538 -osf3* | osf4* | osf5*)
1.2539 - lt_cv_deplibs_check_method=pass_all
1.2540 - ;;
1.2541 -
1.2542 -sco3.2v5*)
1.2543 - lt_cv_deplibs_check_method=pass_all
1.2544 - ;;
1.2545 -
1.2546 -solaris*)
1.2547 - lt_cv_deplibs_check_method=pass_all
1.2548 - ;;
1.2549 -
1.2550 -sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1.2551 - case $host_vendor in
1.2552 - motorola)
1.2553 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
1.2554 - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
1.2555 - ;;
1.2556 - ncr)
1.2557 - lt_cv_deplibs_check_method=pass_all
1.2558 - ;;
1.2559 - sequent)
1.2560 - lt_cv_file_magic_cmd='/bin/file'
1.2561 - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
1.2562 - ;;
1.2563 - sni)
1.2564 - lt_cv_file_magic_cmd='/bin/file'
1.2565 - lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
1.2566 - lt_cv_file_magic_test_file=/lib/libc.so
1.2567 - ;;
1.2568 - siemens)
1.2569 - lt_cv_deplibs_check_method=pass_all
1.2570 - ;;
1.2571 - esac
1.2572 - ;;
1.2573 -
1.2574 -sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
1.2575 - lt_cv_deplibs_check_method=pass_all
1.2576 - ;;
1.2577 -esac
1.2578 -])
1.2579 -file_magic_cmd=$lt_cv_file_magic_cmd
1.2580 -deplibs_check_method=$lt_cv_deplibs_check_method
1.2581 -test -z "$deplibs_check_method" && deplibs_check_method=unknown
1.2582 -])
1.2583 -m4trace:m4/libtool.m4:2280: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
1.2584 -[if test -n "$NM"; then
1.2585 - # Let the user override the test.
1.2586 - lt_cv_path_NM="$NM"
1.2587 -else
1.2588 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1.2589 - for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1.2590 - IFS="$lt_save_ifs"
1.2591 - test -z "$ac_dir" && ac_dir=.
1.2592 - tmp_nm="$ac_dir/${ac_tool_prefix}nm"
1.2593 - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
1.2594 - # Check to see if the nm accepts a BSD-compat flag.
1.2595 - # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1.2596 - # nm: unknown option "B" ignored
1.2597 - # Tru64's nm complains that /dev/null is an invalid object file
1.2598 - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
1.2599 - */dev/null* | *'Invalid file or object type'*)
1.2600 - lt_cv_path_NM="$tmp_nm -B"
1.2601 - break
1.2602 - ;;
1.2603 - *)
1.2604 - case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
1.2605 - */dev/null*)
1.2606 - lt_cv_path_NM="$tmp_nm -p"
1.2607 - break
1.2608 - ;;
1.2609 - *)
1.2610 - lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
1.2611 - continue # so that we can try to find one that supports BSD flags
1.2612 - ;;
1.2613 - esac
1.2614 - esac
1.2615 - fi
1.2616 - done
1.2617 - IFS="$lt_save_ifs"
1.2618 - test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
1.2619 -fi])
1.2620 -NM="$lt_cv_path_NM"
1.2621 -])
1.2622 -m4trace:m4/libtool.m4:2325: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1.2623 -LIBM=
1.2624 -case $host in
1.2625 -*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
1.2626 - # These system don't have libm, or don't need it
1.2627 - ;;
1.2628 -*-ncr-sysv4.3*)
1.2629 - AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
1.2630 - AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
1.2631 - ;;
1.2632 -*)
1.2633 - AC_CHECK_LIB(m, cos, LIBM="-lm")
1.2634 - ;;
1.2635 -esac
1.2636 -])
1.2637 -m4trace:m4/libtool.m4:2354: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1.2638 - case $enable_ltdl_convenience in
1.2639 - no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
1.2640 - "") enable_ltdl_convenience=yes
1.2641 - ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
1.2642 - esac
1.2643 - LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
1.2644 - LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
1.2645 - # For backwards non-gettext consistent compatibility...
1.2646 - INCLTDL="$LTDLINCL"
1.2647 -])
1.2648 -m4trace:m4/libtool.m4:2380: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1.2649 - AC_CHECK_LIB(ltdl, lt_dlinit,
1.2650 - [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
1.2651 - [if test x"$enable_ltdl_install" = xno; then
1.2652 - AC_MSG_WARN([libltdl not installed, but installation disabled])
1.2653 - else
1.2654 - enable_ltdl_install=yes
1.2655 - fi
1.2656 - ])
1.2657 - if test x"$enable_ltdl_install" = x"yes"; then
1.2658 - ac_configure_args="$ac_configure_args --enable-ltdl-install"
1.2659 - LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
1.2660 - LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
1.2661 - else
1.2662 - ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
1.2663 - LIBLTDL="-lltdl"
1.2664 - LTDLINCL=
1.2665 - fi
1.2666 - # For backwards non-gettext consistent compatibility...
1.2667 - INCLTDL="$LTDLINCL"
1.2668 -])
1.2669 -m4trace:m4/libtool.m4:2407: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX])
1.2670 -])
1.2671 -m4trace:m4/libtool.m4:2414: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX])
1.2672 -AC_REQUIRE([AC_PROG_CXXCPP])
1.2673 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
1.2674 -])
1.2675 -m4trace:m4/libtool.m4:2424: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77])
1.2676 -])
1.2677 -m4trace:m4/libtool.m4:2431: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77])
1.2678 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
1.2679 -])
1.2680 -m4trace:m4/libtool.m4:2440: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ])
1.2681 -])
1.2682 -m4trace:m4/libtool.m4:2447: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
1.2683 - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
1.2684 - [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
1.2685 - [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
1.2686 - [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
1.2687 - [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
1.2688 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
1.2689 -])
1.2690 -m4trace:m4/libtool.m4:2461: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC])
1.2691 -_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
1.2692 -])
1.2693 -m4trace:m4/libtool.m4:2472: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
1.2694 -m4trace:m4/libtool.m4:2473: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC"
1.2695 -AC_LANG_PUSH(C)
1.2696 -
1.2697 -# Source file extension for C test sources.
1.2698 -ac_ext=c
1.2699 -
1.2700 -# Object file extension for compiled C test sources.
1.2701 -objext=o
1.2702 -_LT_AC_TAGVAR(objext, $1)=$objext
1.2703 -
1.2704 -# Code to be used in simple compile tests
1.2705 -lt_simple_compile_test_code="int some_variable = 0;\n"
1.2706 -
1.2707 -# Code to be used in simple link tests
1.2708 -lt_simple_link_test_code='int main(){return(0);}\n'
1.2709 -
1.2710 -_LT_AC_SYS_COMPILER
1.2711 -
1.2712 -#
1.2713 -# Check for any special shared library compilation flags.
1.2714 -#
1.2715 -_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)=
1.2716 -if test "$GCC" = no; then
1.2717 - case $host_os in
1.2718 - sco3.2v5*)
1.2719 - _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf'
1.2720 - ;;
1.2721 - esac
1.2722 -fi
1.2723 -if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
1.2724 - AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
1.2725 - if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then :
1.2726 - else
1.2727 - AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
1.2728 - _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
1.2729 - fi
1.2730 -fi
1.2731 -
1.2732 -
1.2733 -#
1.2734 -# Check to make sure the static flag actually works.
1.2735 -#
1.2736 -AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works],
1.2737 - _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
1.2738 - $_LT_AC_TAGVAR(lt_prog_compiler_static, $1),
1.2739 - [],
1.2740 - [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
1.2741 -
1.2742 -
1.2743 -## CAVEAT EMPTOR:
1.2744 -## There is no encapsulation within the following macros, do not change
1.2745 -## the running order or otherwise move them around unless you know exactly
1.2746 -## what you are doing...
1.2747 -AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
1.2748 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
1.2749 -AC_LIBTOOL_PROG_CC_C_O($1)
1.2750 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
1.2751 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
1.2752 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
1.2753 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
1.2754 -AC_LIBTOOL_SYS_LIB_STRIP
1.2755 -AC_LIBTOOL_DLOPEN_SELF($1)
1.2756 -
1.2757 -# Report which librarie types wil actually be built
1.2758 -AC_MSG_CHECKING([if libtool supports shared libraries])
1.2759 -AC_MSG_RESULT([$can_build_shared])
1.2760 -
1.2761 -AC_MSG_CHECKING([whether to build shared libraries])
1.2762 -test "$can_build_shared" = "no" && enable_shared=no
1.2763 -
1.2764 -# On AIX, shared libraries and static libraries use the same namespace, and
1.2765 -# are all built from PIC.
1.2766 -case "$host_os" in
1.2767 -aix3*)
1.2768 - test "$enable_shared" = yes && enable_static=no
1.2769 - if test -n "$RANLIB"; then
1.2770 - archive_cmds="$archive_cmds~\$RANLIB \$lib"
1.2771 - postinstall_cmds='$RANLIB $lib'
1.2772 - fi
1.2773 - ;;
1.2774 -
1.2775 -aix4* | aix5*)
1.2776 - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
1.2777 - test "$enable_shared" = yes && enable_static=no
1.2778 - fi
1.2779 - ;;
1.2780 - darwin* | rhapsody*)
1.2781 - if test "$GCC" = yes; then
1.2782 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.2783 - case "$host_os" in
1.2784 - rhapsody* | darwin1.[[012]])
1.2785 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
1.2786 - ;;
1.2787 - *) # Darwin 1.3 on
1.2788 - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
1.2789 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
1.2790 - else
1.2791 - case ${MACOSX_DEPLOYMENT_TARGET} in
1.2792 - 10.[[012]])
1.2793 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
1.2794 - ;;
1.2795 - 10.*)
1.2796 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
1.2797 - ;;
1.2798 - esac
1.2799 - fi
1.2800 - ;;
1.2801 - esac
1.2802 - output_verbose_link_cmd='echo'
1.2803 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
1.2804 - _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
1.2805 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
1.2806 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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}'
1.2807 - _LT_AC_TAGVAR(module_expsym_cmds, $1)='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}'
1.2808 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.2809 - _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
1.2810 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1.2811 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
1.2812 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.2813 - else
1.2814 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.2815 - fi
1.2816 - ;;
1.2817 -esac
1.2818 -AC_MSG_RESULT([$enable_shared])
1.2819 -
1.2820 -AC_MSG_CHECKING([whether to build static libraries])
1.2821 -# Make sure either enable_shared or enable_static is yes.
1.2822 -test "$enable_shared" = yes || enable_static=yes
1.2823 -AC_MSG_RESULT([$enable_static])
1.2824 -
1.2825 -AC_LIBTOOL_CONFIG($1)
1.2826 -
1.2827 -AC_LANG_POP
1.2828 -CC="$lt_save_CC"
1.2829 -])
1.2830 -m4trace:m4/libtool.m4:2617: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
1.2831 -m4trace:m4/libtool.m4:2618: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++)
1.2832 -AC_REQUIRE([AC_PROG_CXX])
1.2833 -AC_REQUIRE([AC_PROG_CXXCPP])
1.2834 -
1.2835 -_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.2836 -_LT_AC_TAGVAR(allow_undefined_flag, $1)=
1.2837 -_LT_AC_TAGVAR(always_export_symbols, $1)=no
1.2838 -_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
1.2839 -_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
1.2840 -_LT_AC_TAGVAR(hardcode_direct, $1)=no
1.2841 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
1.2842 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
1.2843 -_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1.2844 -_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
1.2845 -_LT_AC_TAGVAR(hardcode_automatic, $1)=no
1.2846 -_LT_AC_TAGVAR(module_cmds, $1)=
1.2847 -_LT_AC_TAGVAR(module_expsym_cmds, $1)=
1.2848 -_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
1.2849 -_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
1.2850 -_LT_AC_TAGVAR(no_undefined_flag, $1)=
1.2851 -_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
1.2852 -_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
1.2853 -
1.2854 -# Dependencies to place before and after the object being linked:
1.2855 -_LT_AC_TAGVAR(predep_objects, $1)=
1.2856 -_LT_AC_TAGVAR(postdep_objects, $1)=
1.2857 -_LT_AC_TAGVAR(predeps, $1)=
1.2858 -_LT_AC_TAGVAR(postdeps, $1)=
1.2859 -_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
1.2860 -
1.2861 -# Source file extension for C++ test sources.
1.2862 -ac_ext=cc
1.2863 -
1.2864 -# Object file extension for compiled C++ test sources.
1.2865 -objext=o
1.2866 -_LT_AC_TAGVAR(objext, $1)=$objext
1.2867 -
1.2868 -# Code to be used in simple compile tests
1.2869 -lt_simple_compile_test_code="int some_variable = 0;\n"
1.2870 -
1.2871 -# Code to be used in simple link tests
1.2872 -lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n'
1.2873 -
1.2874 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
1.2875 -_LT_AC_SYS_COMPILER
1.2876 -
1.2877 -# Allow CC to be a program name with arguments.
1.2878 -lt_save_CC=$CC
1.2879 -lt_save_LD=$LD
1.2880 -lt_save_GCC=$GCC
1.2881 -GCC=$GXX
1.2882 -lt_save_with_gnu_ld=$with_gnu_ld
1.2883 -lt_save_path_LD=$lt_cv_path_LD
1.2884 -if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
1.2885 - lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
1.2886 -else
1.2887 - unset lt_cv_prog_gnu_ld
1.2888 -fi
1.2889 -if test -n "${lt_cv_path_LDCXX+set}"; then
1.2890 - lt_cv_path_LD=$lt_cv_path_LDCXX
1.2891 -else
1.2892 - unset lt_cv_path_LD
1.2893 -fi
1.2894 -test -z "${LDCXX+set}" || LD=$LDCXX
1.2895 -CC=${CXX-"c++"}
1.2896 -compiler=$CC
1.2897 -_LT_AC_TAGVAR(compiler, $1)=$CC
1.2898 -cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
1.2899 -
1.2900 -# We don't want -fno-exception wen compiling C++ code, so set the
1.2901 -# no_builtin_flag separately
1.2902 -if test "$GXX" = yes; then
1.2903 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
1.2904 -else
1.2905 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
1.2906 -fi
1.2907 -
1.2908 -if test "$GXX" = yes; then
1.2909 - # Set up default GNU C++ configuration
1.2910 -
1.2911 - AC_PROG_LD
1.2912 -
1.2913 - # Check if GNU C++ uses GNU ld as the underlying linker, since the
1.2914 - # archiving commands below assume that GNU ld is being used.
1.2915 - if test "$with_gnu_ld" = yes; then
1.2916 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.2917 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1.2918 -
1.2919 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
1.2920 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
1.2921 -
1.2922 - # If archive_cmds runs LD, not CC, wlarc should be empty
1.2923 - # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
1.2924 - # investigate it a little bit more. (MM)
1.2925 - wlarc='${wl}'
1.2926 -
1.2927 - # ancient GNU ld didn't support --whole-archive et. al.
1.2928 - if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
1.2929 - grep 'no-whole-archive' > /dev/null; then
1.2930 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
1.2931 - else
1.2932 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
1.2933 - fi
1.2934 - else
1.2935 - with_gnu_ld=no
1.2936 - wlarc=
1.2937 -
1.2938 - # A generic and very simple default shared library creation
1.2939 - # command for GNU C++ for the case where it uses the native
1.2940 - # linker, instead of GNU ld. If possible, this setting should
1.2941 - # overridden to take advantage of the native linker features on
1.2942 - # the platform it is being used on.
1.2943 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
1.2944 - fi
1.2945 -
1.2946 - # Commands to make compiler produce verbose output that lists
1.2947 - # what "hidden" libraries, object files and flags are used when
1.2948 - # linking a shared library.
1.2949 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
1.2950 -
1.2951 -else
1.2952 - GXX=no
1.2953 - with_gnu_ld=no
1.2954 - wlarc=
1.2955 -fi
1.2956 -
1.2957 -# PORTME: fill in a description of your system's C++ link characteristics
1.2958 -AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
1.2959 -_LT_AC_TAGVAR(ld_shlibs, $1)=yes
1.2960 -case $host_os in
1.2961 - aix3*)
1.2962 - # FIXME: insert proper C++ library support
1.2963 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.2964 - ;;
1.2965 - aix4* | aix5*)
1.2966 - if test "$host_cpu" = ia64; then
1.2967 - # On IA64, the linker does run time linking by default, so we don't
1.2968 - # have to do anything special.
1.2969 - aix_use_runtimelinking=no
1.2970 - exp_sym_flag='-Bexport'
1.2971 - no_entry_flag=""
1.2972 - else
1.2973 - aix_use_runtimelinking=no
1.2974 -
1.2975 - # Test if we are trying to use run time linking or normal
1.2976 - # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1.2977 - # need to do runtime linking.
1.2978 - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
1.2979 - for ld_flag in $LDFLAGS; do
1.2980 - case $ld_flag in
1.2981 - *-brtl*)
1.2982 - aix_use_runtimelinking=yes
1.2983 - break
1.2984 - ;;
1.2985 - esac
1.2986 - done
1.2987 - esac
1.2988 -
1.2989 - exp_sym_flag='-bexport'
1.2990 - no_entry_flag='-bnoentry'
1.2991 - fi
1.2992 -
1.2993 - # When large executables or shared objects are built, AIX ld can
1.2994 - # have problems creating the table of contents. If linking a library
1.2995 - # or program results in "error TOC overflow" add -mminimal-toc to
1.2996 - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
1.2997 - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
1.2998 -
1.2999 - _LT_AC_TAGVAR(archive_cmds, $1)=''
1.3000 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.3001 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
1.3002 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.3003 -
1.3004 - if test "$GXX" = yes; then
1.3005 - case $host_os in aix4.[012]|aix4.[012].*)
1.3006 - # We only want to do this on AIX 4.2 and lower, the check
1.3007 - # below for broken collect2 doesn't work under 4.3+
1.3008 - collect2name=`${CC} -print-prog-name=collect2`
1.3009 - if test -f "$collect2name" && \
1.3010 - strings "$collect2name" | grep resolve_lib_name >/dev/null
1.3011 - then
1.3012 - # We have reworked collect2
1.3013 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.3014 - else
1.3015 - # We have old collect2
1.3016 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
1.3017 - # It fails to find uninstalled libraries when the uninstalled
1.3018 - # path is not listed in the libpath. Setting hardcode_minus_L
1.3019 - # to unsupported forces relinking
1.3020 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.3021 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.3022 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1.3023 - fi
1.3024 - esac
1.3025 - shared_flag='-shared'
1.3026 - else
1.3027 - # not using gcc
1.3028 - if test "$host_cpu" = ia64; then
1.3029 - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
1.3030 - # chokes on -Wl,-G. The following line is correct:
1.3031 - shared_flag='-G'
1.3032 - else
1.3033 - if test "$aix_use_runtimelinking" = yes; then
1.3034 - shared_flag='${wl}-G'
1.3035 - else
1.3036 - shared_flag='${wl}-bM:SRE'
1.3037 - fi
1.3038 - fi
1.3039 - fi
1.3040 -
1.3041 - # It seems that -bexpall does not export symbols beginning with
1.3042 - # underscore (_), so it is better to generate a list of symbols to export.
1.3043 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1.3044 - if test "$aix_use_runtimelinking" = yes; then
1.3045 - # Warning - without using the other runtime loading flags (-brtl),
1.3046 - # -berok will link without error, but may produce a broken library.
1.3047 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
1.3048 - # Determine the default libpath from the value encoded in an empty executable.
1.3049 - _LT_AC_SYS_LIBPATH_AIX
1.3050 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
1.3051 -
1.3052 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
1.3053 - else
1.3054 - if test "$host_cpu" = ia64; then
1.3055 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
1.3056 - _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
1.3057 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
1.3058 - else
1.3059 - # Determine the default libpath from the value encoded in an empty executable.
1.3060 - _LT_AC_SYS_LIBPATH_AIX
1.3061 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
1.3062 - # Warning - without using the other run time loading flags,
1.3063 - # -berok will link without error, but may produce a broken library.
1.3064 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
1.3065 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
1.3066 - # -bexpall does not export symbols beginning with underscore (_)
1.3067 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1.3068 - # Exported symbols can be pulled into shared objects from archives
1.3069 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
1.3070 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
1.3071 - # This is similar to how AIX traditionally builds it's shared libraries.
1.3072 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
1.3073 - fi
1.3074 - fi
1.3075 - ;;
1.3076 - chorus*)
1.3077 - case $cc_basename in
1.3078 - *)
1.3079 - # FIXME: insert proper C++ library support
1.3080 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3081 - ;;
1.3082 - esac
1.3083 - ;;
1.3084 -
1.3085 - cygwin* | mingw* | pw32*)
1.3086 - # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
1.3087 - # as there is no search path for DLLs.
1.3088 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.3089 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1.3090 - _LT_AC_TAGVAR(always_export_symbols, $1)=no
1.3091 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
1.3092 -
1.3093 - if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
1.3094 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
1.3095 - # If the export-symbols file already is a .def file (1st line
1.3096 - # is EXPORTS), use it as is; otherwise, prepend...
1.3097 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
1.3098 - cp $export_symbols $output_objdir/$soname.def;
1.3099 - else
1.3100 - echo EXPORTS > $output_objdir/$soname.def;
1.3101 - cat $export_symbols >> $output_objdir/$soname.def;
1.3102 - fi~
1.3103 - $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
1.3104 - else
1.3105 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3106 - fi
1.3107 - ;;
1.3108 -
1.3109 - darwin* | rhapsody*)
1.3110 - if test "$GXX" = yes; then
1.3111 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3112 - case "$host_os" in
1.3113 - rhapsody* | darwin1.[[012]])
1.3114 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
1.3115 - ;;
1.3116 - *) # Darwin 1.3 on
1.3117 - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
1.3118 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
1.3119 - else
1.3120 - case ${MACOSX_DEPLOYMENT_TARGET} in
1.3121 - 10.[[012]])
1.3122 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
1.3123 - ;;
1.3124 - 10.*)
1.3125 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
1.3126 - ;;
1.3127 - esac
1.3128 - fi
1.3129 - ;;
1.3130 - esac
1.3131 - lt_int_apple_cc_single_mod=no
1.3132 - output_verbose_link_cmd='echo'
1.3133 - if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
1.3134 - lt_int_apple_cc_single_mod=yes
1.3135 - fi
1.3136 - if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1.3137 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
1.3138 - else
1.3139 - _LT_AC_TAGVAR(archive_cmds, $1)='$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'
1.3140 - fi
1.3141 - _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
1.3142 -
1.3143 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
1.3144 - if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1.3145 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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}'
1.3146 - else
1.3147 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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}'
1.3148 - fi
1.3149 - _LT_AC_TAGVAR(module_expsym_cmds, $1)='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}'
1.3150 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.3151 - _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
1.3152 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1.3153 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
1.3154 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.3155 - else
1.3156 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3157 - fi
1.3158 - ;;
1.3159 -
1.3160 - dgux*)
1.3161 - case $cc_basename in
1.3162 - ec++)
1.3163 - # FIXME: insert proper C++ library support
1.3164 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3165 - ;;
1.3166 - ghcx)
1.3167 - # Green Hills C++ Compiler
1.3168 - # FIXME: insert proper C++ library support
1.3169 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3170 - ;;
1.3171 - *)
1.3172 - # FIXME: insert proper C++ library support
1.3173 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3174 - ;;
1.3175 - esac
1.3176 - ;;
1.3177 - freebsd[12]*)
1.3178 - # C++ shared libraries reported to be fairly broken before switch to ELF
1.3179 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3180 - ;;
1.3181 - freebsd-elf*)
1.3182 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3183 - ;;
1.3184 - freebsd* | kfreebsd*-gnu)
1.3185 - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
1.3186 - # conventions
1.3187 - _LT_AC_TAGVAR(ld_shlibs, $1)=yes
1.3188 - ;;
1.3189 - gnu*)
1.3190 - ;;
1.3191 - hpux9*)
1.3192 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1.3193 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3194 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
1.3195 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.3196 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
1.3197 - # but as the default
1.3198 - # location of the library.
1.3199 -
1.3200 - case $cc_basename in
1.3201 - CC)
1.3202 - # FIXME: insert proper C++ library support
1.3203 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3204 - ;;
1.3205 - aCC)
1.3206 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1.3207 - # Commands to make compiler produce verbose output that lists
1.3208 - # what "hidden" libraries, object files and flags are used when
1.3209 - # linking a shared library.
1.3210 - #
1.3211 - # There doesn't appear to be a way to prevent this compiler from
1.3212 - # explicitly linking system object files so we need to strip them
1.3213 - # from the output so that they don't get included in the library
1.3214 - # dependencies.
1.3215 - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3216 - ;;
1.3217 - *)
1.3218 - if test "$GXX" = yes; then
1.3219 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1.3220 - else
1.3221 - # FIXME: insert proper C++ library support
1.3222 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3223 - fi
1.3224 - ;;
1.3225 - esac
1.3226 - ;;
1.3227 - hpux10*|hpux11*)
1.3228 - if test $with_gnu_ld = no; then
1.3229 - case "$host_cpu" in
1.3230 - hppa*64*)
1.3231 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1.3232 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
1.3233 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3234 - ;;
1.3235 - ia64*)
1.3236 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.3237 - ;;
1.3238 - *)
1.3239 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1.3240 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3241 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
1.3242 - ;;
1.3243 - esac
1.3244 - fi
1.3245 - case "$host_cpu" in
1.3246 - hppa*64*)
1.3247 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.3248 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.3249 - ;;
1.3250 - ia64*)
1.3251 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.3252 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.3253 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
1.3254 - # but as the default
1.3255 - # location of the library.
1.3256 - ;;
1.3257 - *)
1.3258 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.3259 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
1.3260 - # but as the default
1.3261 - # location of the library.
1.3262 - ;;
1.3263 - esac
1.3264 -
1.3265 - case $cc_basename in
1.3266 - CC)
1.3267 - # FIXME: insert proper C++ library support
1.3268 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3269 - ;;
1.3270 - aCC)
1.3271 - case "$host_cpu" in
1.3272 - hppa*64*|ia64*)
1.3273 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
1.3274 - ;;
1.3275 - *)
1.3276 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1.3277 - ;;
1.3278 - esac
1.3279 - # Commands to make compiler produce verbose output that lists
1.3280 - # what "hidden" libraries, object files and flags are used when
1.3281 - # linking a shared library.
1.3282 - #
1.3283 - # There doesn't appear to be a way to prevent this compiler from
1.3284 - # explicitly linking system object files so we need to strip them
1.3285 - # from the output so that they don't get included in the library
1.3286 - # dependencies.
1.3287 - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3288 - ;;
1.3289 - *)
1.3290 - if test "$GXX" = yes; then
1.3291 - if test $with_gnu_ld = no; then
1.3292 - case "$host_cpu" in
1.3293 - ia64*|hppa*64*)
1.3294 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs'
1.3295 - ;;
1.3296 - *)
1.3297 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1.3298 - ;;
1.3299 - esac
1.3300 - fi
1.3301 - else
1.3302 - # FIXME: insert proper C++ library support
1.3303 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3304 - fi
1.3305 - ;;
1.3306 - esac
1.3307 - ;;
1.3308 - irix5* | irix6*)
1.3309 - case $cc_basename in
1.3310 - CC)
1.3311 - # SGI C++
1.3312 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
1.3313 -
1.3314 - # Archives containing C++ object files must be created using
1.3315 - # "CC -ar", where "CC" is the IRIX C++ compiler. This is
1.3316 - # necessary to make sure instantiated templates are included
1.3317 - # in the archive.
1.3318 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
1.3319 - ;;
1.3320 - *)
1.3321 - if test "$GXX" = yes; then
1.3322 - if test "$with_gnu_ld" = no; then
1.3323 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
1.3324 - else
1.3325 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
1.3326 - fi
1.3327 - fi
1.3328 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.3329 - ;;
1.3330 - esac
1.3331 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.3332 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3333 - ;;
1.3334 - linux*)
1.3335 - case $cc_basename in
1.3336 - KCC)
1.3337 - # Kuck and Associates, Inc. (KAI) C++ Compiler
1.3338 -
1.3339 - # KCC will only create a shared library if the output file
1.3340 - # ends with ".so" (or ".sl" for HP-UX), so rename the library
1.3341 - # to its proper name (with version) after linking.
1.3342 - _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
1.3343 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
1.3344 - # Commands to make compiler produce verbose output that lists
1.3345 - # what "hidden" libraries, object files and flags are used when
1.3346 - # linking a shared library.
1.3347 - #
1.3348 - # There doesn't appear to be a way to prevent this compiler from
1.3349 - # explicitly linking system object files so we need to strip them
1.3350 - # from the output so that they don't get included in the library
1.3351 - # dependencies.
1.3352 - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3353 -
1.3354 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
1.3355 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
1.3356 -
1.3357 - # Archives containing C++ object files must be created using
1.3358 - # "CC -Bstatic", where "CC" is the KAI C++ compiler.
1.3359 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
1.3360 - ;;
1.3361 - icpc)
1.3362 - # Intel C++
1.3363 - with_gnu_ld=yes
1.3364 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3365 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.3366 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1.3367 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
1.3368 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
1.3369 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
1.3370 - ;;
1.3371 - cxx)
1.3372 - # Compaq C++
1.3373 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.3374 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
1.3375 -
1.3376 - runpath_var=LD_RUN_PATH
1.3377 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
1.3378 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3379 -
1.3380 - # Commands to make compiler produce verbose output that lists
1.3381 - # what "hidden" libraries, object files and flags are used when
1.3382 - # linking a shared library.
1.3383 - #
1.3384 - # There doesn't appear to be a way to prevent this compiler from
1.3385 - # explicitly linking system object files so we need to strip them
1.3386 - # from the output so that they don't get included in the library
1.3387 - # dependencies.
1.3388 - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3389 - ;;
1.3390 - esac
1.3391 - ;;
1.3392 - lynxos*)
1.3393 - # FIXME: insert proper C++ library support
1.3394 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3395 - ;;
1.3396 - m88k*)
1.3397 - # FIXME: insert proper C++ library support
1.3398 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3399 - ;;
1.3400 - mvs*)
1.3401 - case $cc_basename in
1.3402 - cxx)
1.3403 - # FIXME: insert proper C++ library support
1.3404 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3405 - ;;
1.3406 - *)
1.3407 - # FIXME: insert proper C++ library support
1.3408 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3409 - ;;
1.3410 - esac
1.3411 - ;;
1.3412 - netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1.3413 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1.3414 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
1.3415 - wlarc=
1.3416 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.3417 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.3418 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.3419 - fi
1.3420 - # Workaround some broken pre-1.5 toolchains
1.3421 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
1.3422 - ;;
1.3423 - osf3*)
1.3424 - case $cc_basename in
1.3425 - KCC)
1.3426 - # Kuck and Associates, Inc. (KAI) C++ Compiler
1.3427 -
1.3428 - # KCC will only create a shared library if the output file
1.3429 - # ends with ".so" (or ".sl" for HP-UX), so rename the library
1.3430 - # to its proper name (with version) after linking.
1.3431 - _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
1.3432 -
1.3433 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
1.3434 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3435 -
1.3436 - # Archives containing C++ object files must be created using
1.3437 - # "CC -Bstatic", where "CC" is the KAI C++ compiler.
1.3438 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
1.3439 -
1.3440 - ;;
1.3441 - RCC)
1.3442 - # Rational C++ 2.4.1
1.3443 - # FIXME: insert proper C++ library support
1.3444 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3445 - ;;
1.3446 - cxx)
1.3447 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
1.3448 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
1.3449 -
1.3450 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.3451 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3452 -
1.3453 - # Commands to make compiler produce verbose output that lists
1.3454 - # what "hidden" libraries, object files and flags are used when
1.3455 - # linking a shared library.
1.3456 - #
1.3457 - # There doesn't appear to be a way to prevent this compiler from
1.3458 - # explicitly linking system object files so we need to strip them
1.3459 - # from the output so that they don't get included in the library
1.3460 - # dependencies.
1.3461 - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3462 - ;;
1.3463 - *)
1.3464 - if test "$GXX" = yes && test "$with_gnu_ld" = no; then
1.3465 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
1.3466 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
1.3467 -
1.3468 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.3469 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3470 -
1.3471 - # Commands to make compiler produce verbose output that lists
1.3472 - # what "hidden" libraries, object files and flags are used when
1.3473 - # linking a shared library.
1.3474 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
1.3475 -
1.3476 - else
1.3477 - # FIXME: insert proper C++ library support
1.3478 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3479 - fi
1.3480 - ;;
1.3481 - esac
1.3482 - ;;
1.3483 - osf4* | osf5*)
1.3484 - case $cc_basename in
1.3485 - KCC)
1.3486 - # Kuck and Associates, Inc. (KAI) C++ Compiler
1.3487 -
1.3488 - # KCC will only create a shared library if the output file
1.3489 - # ends with ".so" (or ".sl" for HP-UX), so rename the library
1.3490 - # to its proper name (with version) after linking.
1.3491 - _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
1.3492 -
1.3493 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
1.3494 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3495 -
1.3496 - # Archives containing C++ object files must be created using
1.3497 - # the KAI C++ compiler.
1.3498 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
1.3499 - ;;
1.3500 - RCC)
1.3501 - # Rational C++ 2.4.1
1.3502 - # FIXME: insert proper C++ library support
1.3503 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3504 - ;;
1.3505 - cxx)
1.3506 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
1.3507 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
1.3508 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
1.3509 - echo "-hidden">> $lib.exp~
1.3510 - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry $objdir/so_locations -o $lib~
1.3511 - $rm $lib.exp'
1.3512 -
1.3513 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
1.3514 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3515 -
1.3516 - # Commands to make compiler produce verbose output that lists
1.3517 - # what "hidden" libraries, object files and flags are used when
1.3518 - # linking a shared library.
1.3519 - #
1.3520 - # There doesn't appear to be a way to prevent this compiler from
1.3521 - # explicitly linking system object files so we need to strip them
1.3522 - # from the output so that they don't get included in the library
1.3523 - # dependencies.
1.3524 - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3525 - ;;
1.3526 - *)
1.3527 - if test "$GXX" = yes && test "$with_gnu_ld" = no; then
1.3528 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
1.3529 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
1.3530 -
1.3531 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.3532 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.3533 -
1.3534 - # Commands to make compiler produce verbose output that lists
1.3535 - # what "hidden" libraries, object files and flags are used when
1.3536 - # linking a shared library.
1.3537 - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
1.3538 -
1.3539 - else
1.3540 - # FIXME: insert proper C++ library support
1.3541 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3542 - fi
1.3543 - ;;
1.3544 - esac
1.3545 - ;;
1.3546 - psos*)
1.3547 - # FIXME: insert proper C++ library support
1.3548 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3549 - ;;
1.3550 - sco*)
1.3551 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3552 - case $cc_basename in
1.3553 - CC)
1.3554 - # FIXME: insert proper C++ library support
1.3555 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3556 - ;;
1.3557 - *)
1.3558 - # FIXME: insert proper C++ library support
1.3559 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3560 - ;;
1.3561 - esac
1.3562 - ;;
1.3563 - sunos4*)
1.3564 - case $cc_basename in
1.3565 - CC)
1.3566 - # Sun C++ 4.x
1.3567 - # FIXME: insert proper C++ library support
1.3568 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3569 - ;;
1.3570 - lcc)
1.3571 - # Lucid
1.3572 - # FIXME: insert proper C++ library support
1.3573 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3574 - ;;
1.3575 - *)
1.3576 - # FIXME: insert proper C++ library support
1.3577 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3578 - ;;
1.3579 - esac
1.3580 - ;;
1.3581 - solaris*)
1.3582 - case $cc_basename in
1.3583 - CC)
1.3584 - # Sun C++ 4.2, 5.x and Centerline C++
1.3585 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
1.3586 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
1.3587 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1.3588 - $CC -G${allow_undefined_flag} -nolib ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
1.3589 -
1.3590 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.3591 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.3592 - case $host_os in
1.3593 - solaris2.[0-5] | solaris2.[0-5].*) ;;
1.3594 - *)
1.3595 - # The C++ compiler is used as linker so we must use $wl
1.3596 - # flag to pass the commands to the underlying system
1.3597 - # linker.
1.3598 - # Supported since Solaris 2.6 (maybe 2.5.1?)
1.3599 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
1.3600 - ;;
1.3601 - esac
1.3602 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.3603 -
1.3604 - # Commands to make compiler produce verbose output that lists
1.3605 - # what "hidden" libraries, object files and flags are used when
1.3606 - # linking a shared library.
1.3607 - #
1.3608 - # There doesn't appear to be a way to prevent this compiler from
1.3609 - # explicitly linking system object files so we need to strip them
1.3610 - # from the output so that they don't get included in the library
1.3611 - # dependencies.
1.3612 - output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep "\-[[LR]]"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
1.3613 -
1.3614 - # Archives containing C++ object files must be created using
1.3615 - # "CC -xar", where "CC" is the Sun C++ compiler. This is
1.3616 - # necessary to make sure instantiated templates are included
1.3617 - # in the archive.
1.3618 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
1.3619 - ;;
1.3620 - gcx)
1.3621 - # Green Hills C++ Compiler
1.3622 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
1.3623 -
1.3624 - # The C++ compiler must be used to create the archive.
1.3625 - _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
1.3626 - ;;
1.3627 - *)
1.3628 - # GNU C++ compiler with Solaris linker
1.3629 - if test "$GXX" = yes && test "$with_gnu_ld" = no; then
1.3630 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
1.3631 - if $CC --version | grep -v '^2\.7' > /dev/null; then
1.3632 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
1.3633 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1.3634 - $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
1.3635 -
1.3636 - # Commands to make compiler produce verbose output that lists
1.3637 - # what "hidden" libraries, object files and flags are used when
1.3638 - # linking a shared library.
1.3639 - output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
1.3640 - else
1.3641 - # g++ 2.7 appears to require `-G' NOT `-shared' on this
1.3642 - # platform.
1.3643 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
1.3644 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1.3645 - $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
1.3646 -
1.3647 - # Commands to make compiler produce verbose output that lists
1.3648 - # what "hidden" libraries, object files and flags are used when
1.3649 - # linking a shared library.
1.3650 - output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
1.3651 - fi
1.3652 -
1.3653 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
1.3654 - fi
1.3655 - ;;
1.3656 - esac
1.3657 - ;;
1.3658 - sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
1.3659 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3660 - ;;
1.3661 - tandem*)
1.3662 - case $cc_basename in
1.3663 - NCC)
1.3664 - # NonStop-UX NCC 3.20
1.3665 - # FIXME: insert proper C++ library support
1.3666 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3667 - ;;
1.3668 - *)
1.3669 - # FIXME: insert proper C++ library support
1.3670 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3671 - ;;
1.3672 - esac
1.3673 - ;;
1.3674 - vxworks*)
1.3675 - # FIXME: insert proper C++ library support
1.3676 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3677 - ;;
1.3678 - *)
1.3679 - # FIXME: insert proper C++ library support
1.3680 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.3681 - ;;
1.3682 -esac
1.3683 -AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
1.3684 -test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
1.3685 -
1.3686 -_LT_AC_TAGVAR(GCC, $1)="$GXX"
1.3687 -_LT_AC_TAGVAR(LD, $1)="$LD"
1.3688 -
1.3689 -## CAVEAT EMPTOR:
1.3690 -## There is no encapsulation within the following macros, do not change
1.3691 -## the running order or otherwise move them around unless you know exactly
1.3692 -## what you are doing...
1.3693 -AC_LIBTOOL_POSTDEP_PREDEP($1)
1.3694 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
1.3695 -AC_LIBTOOL_PROG_CC_C_O($1)
1.3696 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
1.3697 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
1.3698 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
1.3699 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
1.3700 -AC_LIBTOOL_SYS_LIB_STRIP
1.3701 -AC_LIBTOOL_DLOPEN_SELF($1)
1.3702 -
1.3703 -AC_LIBTOOL_CONFIG($1)
1.3704 -
1.3705 -AC_LANG_POP
1.3706 -CC=$lt_save_CC
1.3707 -LDCXX=$LD
1.3708 -LD=$lt_save_LD
1.3709 -GCC=$lt_save_GCC
1.3710 -with_gnu_ldcxx=$with_gnu_ld
1.3711 -with_gnu_ld=$lt_save_with_gnu_ld
1.3712 -lt_cv_path_LDCXX=$lt_cv_path_LD
1.3713 -lt_cv_path_LD=$lt_save_path_LD
1.3714 -lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
1.3715 -lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
1.3716 -])
1.3717 -m4trace:m4/libtool.m4:3512: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [
1.3718 -dnl we can't use the lt_simple_compile_test_code here,
1.3719 -dnl because it contains code intended for an executable,
1.3720 -dnl not a library. It's possible we should let each
1.3721 -dnl tag define a new lt_????_link_test_code variable,
1.3722 -dnl but it's only used here...
1.3723 -ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
1.3724 -int a;
1.3725 -void foo (void) { a = 0; }
1.3726 -EOF
1.3727 -],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
1.3728 -class Foo
1.3729 -{
1.3730 -public:
1.3731 - Foo (void) { a = 0; }
1.3732 -private:
1.3733 - int a;
1.3734 -};
1.3735 -EOF
1.3736 -],[$1],[F77],[cat > conftest.$ac_ext <<EOF
1.3737 - subroutine foo
1.3738 - implicit none
1.3739 - integer*4 a
1.3740 - a=0
1.3741 - return
1.3742 - end
1.3743 -EOF
1.3744 -],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
1.3745 -public class foo {
1.3746 - private int a;
1.3747 - public void bar (void) {
1.3748 - a = 0;
1.3749 - }
1.3750 -};
1.3751 -EOF
1.3752 -])
1.3753 -dnl Parse the compiler output and extract the necessary
1.3754 -dnl objects, libraries and library flags.
1.3755 -if AC_TRY_EVAL(ac_compile); then
1.3756 - # Parse the compiler output and extract the necessary
1.3757 - # objects, libraries and library flags.
1.3758 -
1.3759 - # Sentinel used to keep track of whether or not we are before
1.3760 - # the conftest object file.
1.3761 - pre_test_object_deps_done=no
1.3762 -
1.3763 - # The `*' in the case matches for architectures that use `case' in
1.3764 - # $output_verbose_cmd can trigger glob expansion during the loop
1.3765 - # eval without this substitution.
1.3766 - output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
1.3767 -
1.3768 - for p in `eval $output_verbose_link_cmd`; do
1.3769 - case $p in
1.3770 -
1.3771 - -L* | -R* | -l*)
1.3772 - # Some compilers place space between "-{L,R}" and the path.
1.3773 - # Remove the space.
1.3774 - if test $p = "-L" \
1.3775 - || test $p = "-R"; then
1.3776 - prev=$p
1.3777 - continue
1.3778 - else
1.3779 - prev=
1.3780 - fi
1.3781 -
1.3782 - if test "$pre_test_object_deps_done" = no; then
1.3783 - case $p in
1.3784 - -L* | -R*)
1.3785 - # Internal compiler library paths should come after those
1.3786 - # provided the user. The postdeps already come after the
1.3787 - # user supplied libs so there is no need to process them.
1.3788 - if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
1.3789 - _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
1.3790 - else
1.3791 - _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
1.3792 - fi
1.3793 - ;;
1.3794 - # The "-l" case would never come before the object being
1.3795 - # linked, so don't bother handling this case.
1.3796 - esac
1.3797 - else
1.3798 - if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
1.3799 - _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
1.3800 - else
1.3801 - _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
1.3802 - fi
1.3803 - fi
1.3804 - ;;
1.3805 -
1.3806 - *.$objext)
1.3807 - # This assumes that the test object file only shows up
1.3808 - # once in the compiler output.
1.3809 - if test "$p" = "conftest.$objext"; then
1.3810 - pre_test_object_deps_done=yes
1.3811 - continue
1.3812 - fi
1.3813 -
1.3814 - if test "$pre_test_object_deps_done" = no; then
1.3815 - if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
1.3816 - _LT_AC_TAGVAR(predep_objects, $1)="$p"
1.3817 - else
1.3818 - _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
1.3819 - fi
1.3820 - else
1.3821 - if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
1.3822 - _LT_AC_TAGVAR(postdep_objects, $1)="$p"
1.3823 - else
1.3824 - _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
1.3825 - fi
1.3826 - fi
1.3827 - ;;
1.3828 -
1.3829 - *) ;; # Ignore the rest.
1.3830 -
1.3831 - esac
1.3832 - done
1.3833 -
1.3834 - # Clean up.
1.3835 - rm -f a.out a.exe
1.3836 -else
1.3837 - echo "libtool.m4: error: problem compiling $1 test program"
1.3838 -fi
1.3839 -
1.3840 -$rm -f confest.$objext
1.3841 -
1.3842 -case " $_LT_AC_TAGVAR(postdeps, $1) " in
1.3843 -*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
1.3844 -esac
1.3845 -])
1.3846 -m4trace:m4/libtool.m4:3647: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
1.3847 -m4trace:m4/libtool.m4:3648: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77])
1.3848 -AC_LANG_PUSH(Fortran 77)
1.3849 -
1.3850 -_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3851 -_LT_AC_TAGVAR(allow_undefined_flag, $1)=
1.3852 -_LT_AC_TAGVAR(always_export_symbols, $1)=no
1.3853 -_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
1.3854 -_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
1.3855 -_LT_AC_TAGVAR(hardcode_direct, $1)=no
1.3856 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
1.3857 -_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
1.3858 -_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1.3859 -_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
1.3860 -_LT_AC_TAGVAR(hardcode_automatic, $1)=no
1.3861 -_LT_AC_TAGVAR(module_cmds, $1)=
1.3862 -_LT_AC_TAGVAR(module_expsym_cmds, $1)=
1.3863 -_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
1.3864 -_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
1.3865 -_LT_AC_TAGVAR(no_undefined_flag, $1)=
1.3866 -_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
1.3867 -_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
1.3868 -
1.3869 -# Source file extension for f77 test sources.
1.3870 -ac_ext=f
1.3871 -
1.3872 -# Object file extension for compiled f77 test sources.
1.3873 -objext=o
1.3874 -_LT_AC_TAGVAR(objext, $1)=$objext
1.3875 -
1.3876 -# Code to be used in simple compile tests
1.3877 -lt_simple_compile_test_code=" subroutine t\n return\n end\n"
1.3878 -
1.3879 -# Code to be used in simple link tests
1.3880 -lt_simple_link_test_code=" program t\n end\n"
1.3881 -
1.3882 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
1.3883 -_LT_AC_SYS_COMPILER
1.3884 -
1.3885 -# Allow CC to be a program name with arguments.
1.3886 -lt_save_CC="$CC"
1.3887 -CC=${F77-"f77"}
1.3888 -compiler=$CC
1.3889 -_LT_AC_TAGVAR(compiler, $1)=$CC
1.3890 -cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
1.3891 -
1.3892 -AC_MSG_CHECKING([if libtool supports shared libraries])
1.3893 -AC_MSG_RESULT([$can_build_shared])
1.3894 -
1.3895 -AC_MSG_CHECKING([whether to build shared libraries])
1.3896 -test "$can_build_shared" = "no" && enable_shared=no
1.3897 -
1.3898 -# On AIX, shared libraries and static libraries use the same namespace, and
1.3899 -# are all built from PIC.
1.3900 -case "$host_os" in
1.3901 -aix3*)
1.3902 - test "$enable_shared" = yes && enable_static=no
1.3903 - if test -n "$RANLIB"; then
1.3904 - archive_cmds="$archive_cmds~\$RANLIB \$lib"
1.3905 - postinstall_cmds='$RANLIB $lib'
1.3906 - fi
1.3907 - ;;
1.3908 -aix4* | aix5*)
1.3909 - test "$enable_shared" = yes && enable_static=no
1.3910 - ;;
1.3911 -esac
1.3912 -AC_MSG_RESULT([$enable_shared])
1.3913 -
1.3914 -AC_MSG_CHECKING([whether to build static libraries])
1.3915 -# Make sure either enable_shared or enable_static is yes.
1.3916 -test "$enable_shared" = yes || enable_static=yes
1.3917 -AC_MSG_RESULT([$enable_static])
1.3918 -
1.3919 -test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
1.3920 -
1.3921 -_LT_AC_TAGVAR(GCC, $1)="$G77"
1.3922 -_LT_AC_TAGVAR(LD, $1)="$LD"
1.3923 -
1.3924 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
1.3925 -AC_LIBTOOL_PROG_CC_C_O($1)
1.3926 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
1.3927 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
1.3928 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
1.3929 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
1.3930 -AC_LIBTOOL_SYS_LIB_STRIP
1.3931 -
1.3932 -
1.3933 -AC_LIBTOOL_CONFIG($1)
1.3934 -
1.3935 -AC_LANG_POP
1.3936 -CC="$lt_save_CC"
1.3937 -])
1.3938 -m4trace:m4/libtool.m4:3747: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
1.3939 -m4trace:m4/libtool.m4:3748: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE
1.3940 -
1.3941 -# Source file extension for Java test sources.
1.3942 -ac_ext=java
1.3943 -
1.3944 -# Object file extension for compiled Java test sources.
1.3945 -objext=o
1.3946 -_LT_AC_TAGVAR(objext, $1)=$objext
1.3947 -
1.3948 -# Code to be used in simple compile tests
1.3949 -lt_simple_compile_test_code="class foo {}\n"
1.3950 -
1.3951 -# Code to be used in simple link tests
1.3952 -lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n'
1.3953 -
1.3954 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
1.3955 -_LT_AC_SYS_COMPILER
1.3956 -
1.3957 -# Allow CC to be a program name with arguments.
1.3958 -lt_save_CC="$CC"
1.3959 -CC=${GCJ-"gcj"}
1.3960 -compiler=$CC
1.3961 -_LT_AC_TAGVAR(compiler, $1)=$CC
1.3962 -
1.3963 -# GCJ did not exist at the time GCC didn't implicitly link libc in.
1.3964 -_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.3965 -
1.3966 -## CAVEAT EMPTOR:
1.3967 -## There is no encapsulation within the following macros, do not change
1.3968 -## the running order or otherwise move them around unless you know exactly
1.3969 -## what you are doing...
1.3970 -AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
1.3971 -AC_LIBTOOL_PROG_COMPILER_PIC($1)
1.3972 -AC_LIBTOOL_PROG_CC_C_O($1)
1.3973 -AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
1.3974 -AC_LIBTOOL_PROG_LD_SHLIBS($1)
1.3975 -AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
1.3976 -AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
1.3977 -AC_LIBTOOL_SYS_LIB_STRIP
1.3978 -AC_LIBTOOL_DLOPEN_SELF($1)
1.3979 -
1.3980 -AC_LIBTOOL_CONFIG($1)
1.3981 -
1.3982 -AC_LANG_RESTORE
1.3983 -CC="$lt_save_CC"
1.3984 -])
1.3985 -m4trace:m4/libtool.m4:3802: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
1.3986 -m4trace:m4/libtool.m4:3803: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE
1.3987 -
1.3988 -# Source file extension for RC test sources.
1.3989 -ac_ext=rc
1.3990 -
1.3991 -# Object file extension for compiled RC test sources.
1.3992 -objext=o
1.3993 -_LT_AC_TAGVAR(objext, $1)=$objext
1.3994 -
1.3995 -# Code to be used in simple compile tests
1.3996 -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
1.3997 -
1.3998 -# Code to be used in simple link tests
1.3999 -lt_simple_link_test_code="$lt_simple_compile_test_code"
1.4000 -
1.4001 -# ltmain only uses $CC for tagged configurations so make sure $CC is set.
1.4002 -_LT_AC_SYS_COMPILER
1.4003 -
1.4004 -# Allow CC to be a program name with arguments.
1.4005 -lt_save_CC="$CC"
1.4006 -CC=${RC-"windres"}
1.4007 -compiler=$CC
1.4008 -_LT_AC_TAGVAR(compiler, $1)=$CC
1.4009 -_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
1.4010 -
1.4011 -AC_LIBTOOL_CONFIG($1)
1.4012 -
1.4013 -AC_LANG_RESTORE
1.4014 -CC="$lt_save_CC"
1.4015 -])
1.4016 -m4trace:m4/libtool.m4:3842: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the
1.4017 -# libtool distribution, otherwise you forgot to ship ltmain.sh
1.4018 -# with your package, and you will get complaints that there are
1.4019 -# no rules to generate ltmain.sh.
1.4020 -if test -f "$ltmain"; then
1.4021 - # See if we are running on zsh, and set the options which allow our commands through
1.4022 - # without removal of \ escapes.
1.4023 - if test -n "${ZSH_VERSION+set}" ; then
1.4024 - setopt NO_GLOB_SUBST
1.4025 - fi
1.4026 - # Now quote all the things that may contain metacharacters while being
1.4027 - # careful not to overquote the AC_SUBSTed values. We take copies of the
1.4028 - # variables and quote the copies for generation of the libtool script.
1.4029 - for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
1.4030 - SED SHELL STRIP \
1.4031 - libname_spec library_names_spec soname_spec extract_expsyms_cmds \
1.4032 - old_striplib striplib file_magic_cmd finish_cmds finish_eval \
1.4033 - deplibs_check_method reload_flag reload_cmds need_locks \
1.4034 - lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
1.4035 - lt_cv_sys_global_symbol_to_c_name_address \
1.4036 - sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
1.4037 - old_postinstall_cmds old_postuninstall_cmds \
1.4038 - _LT_AC_TAGVAR(compiler, $1) \
1.4039 - _LT_AC_TAGVAR(CC, $1) \
1.4040 - _LT_AC_TAGVAR(LD, $1) \
1.4041 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
1.4042 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
1.4043 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
1.4044 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
1.4045 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
1.4046 - _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
1.4047 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
1.4048 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
1.4049 - _LT_AC_TAGVAR(old_archive_cmds, $1) \
1.4050 - _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
1.4051 - _LT_AC_TAGVAR(predep_objects, $1) \
1.4052 - _LT_AC_TAGVAR(postdep_objects, $1) \
1.4053 - _LT_AC_TAGVAR(predeps, $1) \
1.4054 - _LT_AC_TAGVAR(postdeps, $1) \
1.4055 - _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
1.4056 - _LT_AC_TAGVAR(archive_cmds, $1) \
1.4057 - _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
1.4058 - _LT_AC_TAGVAR(postinstall_cmds, $1) \
1.4059 - _LT_AC_TAGVAR(postuninstall_cmds, $1) \
1.4060 - _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
1.4061 - _LT_AC_TAGVAR(allow_undefined_flag, $1) \
1.4062 - _LT_AC_TAGVAR(no_undefined_flag, $1) \
1.4063 - _LT_AC_TAGVAR(export_symbols_cmds, $1) \
1.4064 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
1.4065 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
1.4066 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
1.4067 - _LT_AC_TAGVAR(hardcode_automatic, $1) \
1.4068 - _LT_AC_TAGVAR(module_cmds, $1) \
1.4069 - _LT_AC_TAGVAR(module_expsym_cmds, $1) \
1.4070 - _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
1.4071 - _LT_AC_TAGVAR(exclude_expsyms, $1) \
1.4072 - _LT_AC_TAGVAR(include_expsyms, $1); do
1.4073 -
1.4074 - case $var in
1.4075 - _LT_AC_TAGVAR(old_archive_cmds, $1) | \
1.4076 - _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
1.4077 - _LT_AC_TAGVAR(archive_cmds, $1) | \
1.4078 - _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
1.4079 - _LT_AC_TAGVAR(module_cmds, $1) | \
1.4080 - _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
1.4081 - _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
1.4082 - _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
1.4083 - extract_expsyms_cmds | reload_cmds | finish_cmds | \
1.4084 - postinstall_cmds | postuninstall_cmds | \
1.4085 - old_postinstall_cmds | old_postuninstall_cmds | \
1.4086 - sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
1.4087 - # Double-quote double-evaled strings.
1.4088 - eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
1.4089 - ;;
1.4090 - *)
1.4091 - eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
1.4092 - ;;
1.4093 - esac
1.4094 - done
1.4095 -
1.4096 - case $lt_echo in
1.4097 - *'\[$]0 --fallback-echo"')
1.4098 - lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
1.4099 - ;;
1.4100 - esac
1.4101 -
1.4102 -ifelse([$1], [],
1.4103 - [cfgfile="${ofile}T"
1.4104 - trap "$rm \"$cfgfile\"; exit 1" 1 2 15
1.4105 - $rm -f "$cfgfile"
1.4106 - AC_MSG_NOTICE([creating $ofile])],
1.4107 - [cfgfile="$ofile"])
1.4108 -
1.4109 - cat <<__EOF__ >> "$cfgfile"
1.4110 -ifelse([$1], [],
1.4111 -[#! $SHELL
1.4112 -
1.4113 -# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1.4114 -# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
1.4115 -# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1.4116 -#
1.4117 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
1.4118 -# Free Software Foundation, Inc.
1.4119 -#
1.4120 -# This file is part of GNU Libtool:
1.4121 -# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
1.4122 -#
1.4123 -# This program is free software; you can redistribute it and/or modify
1.4124 -# it under the terms of the GNU General Public License as published by
1.4125 -# the Free Software Foundation; either version 2 of the License, or
1.4126 -# (at your option) any later version.
1.4127 -#
1.4128 -# This program is distributed in the hope that it will be useful, but
1.4129 -# WITHOUT ANY WARRANTY; without even the implied warranty of
1.4130 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.4131 -# General Public License for more details.
1.4132 -#
1.4133 -# You should have received a copy of the GNU General Public License
1.4134 -# along with this program; if not, write to the Free Software
1.4135 -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
1.4136 -#
1.4137 -# As a special exception to the GNU General Public License, if you
1.4138 -# distribute this file as part of a program that contains a
1.4139 -# configuration script generated by Autoconf, you may include it under
1.4140 -# the same distribution terms that you use for the rest of that program.
1.4141 -
1.4142 -# A sed program that does not truncate output.
1.4143 -SED=$lt_SED
1.4144 -
1.4145 -# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1.4146 -Xsed="$SED -e s/^X//"
1.4147 -
1.4148 -# The HP-UX ksh and POSIX shell print the target directory to stdout
1.4149 -# if CDPATH is set.
1.4150 -if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
1.4151 -
1.4152 -# The names of the tagged configurations supported by this script.
1.4153 -available_tags=
1.4154 -
1.4155 -# ### BEGIN LIBTOOL CONFIG],
1.4156 -[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
1.4157 -
1.4158 -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1.4159 -
1.4160 -# Shell to use when invoking shell scripts.
1.4161 -SHELL=$lt_SHELL
1.4162 -
1.4163 -# Whether or not to build shared libraries.
1.4164 -build_libtool_libs=$enable_shared
1.4165 -
1.4166 -# Whether or not to build static libraries.
1.4167 -build_old_libs=$enable_static
1.4168 -
1.4169 -# Whether or not to add -lc for building shared libraries.
1.4170 -build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
1.4171 -
1.4172 -# Whether or not to disallow shared libs when runtime libs are static
1.4173 -allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
1.4174 -
1.4175 -# Whether or not to optimize for fast installation.
1.4176 -fast_install=$enable_fast_install
1.4177 -
1.4178 -# The host system.
1.4179 -host_alias=$host_alias
1.4180 -host=$host
1.4181 -
1.4182 -# An echo program that does not interpret backslashes.
1.4183 -echo=$lt_echo
1.4184 -
1.4185 -# The archiver.
1.4186 -AR=$lt_AR
1.4187 -AR_FLAGS=$lt_AR_FLAGS
1.4188 -
1.4189 -# A C compiler.
1.4190 -LTCC=$lt_LTCC
1.4191 -
1.4192 -# A language-specific compiler.
1.4193 -CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
1.4194 -
1.4195 -# Is the compiler the GNU C compiler?
1.4196 -with_gcc=$_LT_AC_TAGVAR(GCC, $1)
1.4197 -
1.4198 -# An ERE matcher.
1.4199 -EGREP=$lt_EGREP
1.4200 -
1.4201 -# The linker used to build libraries.
1.4202 -LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
1.4203 -
1.4204 -# Whether we need hard or soft links.
1.4205 -LN_S=$lt_LN_S
1.4206 -
1.4207 -# A BSD-compatible nm program.
1.4208 -NM=$lt_NM
1.4209 -
1.4210 -# A symbol stripping program
1.4211 -STRIP=$lt_STRIP
1.4212 -
1.4213 -# Used to examine libraries when file_magic_cmd begins "file"
1.4214 -MAGIC_CMD=$MAGIC_CMD
1.4215 -
1.4216 -# Used on cygwin: DLL creation program.
1.4217 -DLLTOOL="$DLLTOOL"
1.4218 -
1.4219 -# Used on cygwin: object dumper.
1.4220 -OBJDUMP="$OBJDUMP"
1.4221 -
1.4222 -# Used on cygwin: assembler.
1.4223 -AS="$AS"
1.4224 -
1.4225 -# The name of the directory that contains temporary libtool files.
1.4226 -objdir=$objdir
1.4227 -
1.4228 -# How to create reloadable object files.
1.4229 -reload_flag=$lt_reload_flag
1.4230 -reload_cmds=$lt_reload_cmds
1.4231 -
1.4232 -# How to pass a linker flag through the compiler.
1.4233 -wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
1.4234 -
1.4235 -# Object file suffix (normally "o").
1.4236 -objext="$ac_objext"
1.4237 -
1.4238 -# Old archive suffix (normally "a").
1.4239 -libext="$libext"
1.4240 -
1.4241 -# Shared library suffix (normally ".so").
1.4242 -shrext_cmds='$shrext_cmds'
1.4243 -
1.4244 -# Executable file suffix (normally "").
1.4245 -exeext="$exeext"
1.4246 -
1.4247 -# Additional compiler flags for building library objects.
1.4248 -pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
1.4249 -pic_mode=$pic_mode
1.4250 -
1.4251 -# What is the maximum length of a command?
1.4252 -max_cmd_len=$lt_cv_sys_max_cmd_len
1.4253 -
1.4254 -# Does compiler simultaneously support -c and -o options?
1.4255 -compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
1.4256 -
1.4257 -# Must we lock files when doing compilation ?
1.4258 -need_locks=$lt_need_locks
1.4259 -
1.4260 -# Do we need the lib prefix for modules?
1.4261 -need_lib_prefix=$need_lib_prefix
1.4262 -
1.4263 -# Do we need a version for libraries?
1.4264 -need_version=$need_version
1.4265 -
1.4266 -# Whether dlopen is supported.
1.4267 -dlopen_support=$enable_dlopen
1.4268 -
1.4269 -# Whether dlopen of programs is supported.
1.4270 -dlopen_self=$enable_dlopen_self
1.4271 -
1.4272 -# Whether dlopen of statically linked programs is supported.
1.4273 -dlopen_self_static=$enable_dlopen_self_static
1.4274 -
1.4275 -# Compiler flag to prevent dynamic linking.
1.4276 -link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
1.4277 -
1.4278 -# Compiler flag to turn off builtin functions.
1.4279 -no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
1.4280 -
1.4281 -# Compiler flag to allow reflexive dlopens.
1.4282 -export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
1.4283 -
1.4284 -# Compiler flag to generate shared objects directly from archives.
1.4285 -whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
1.4286 -
1.4287 -# Compiler flag to generate thread-safe objects.
1.4288 -thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
1.4289 -
1.4290 -# Library versioning type.
1.4291 -version_type=$version_type
1.4292 -
1.4293 -# Format of library name prefix.
1.4294 -libname_spec=$lt_libname_spec
1.4295 -
1.4296 -# List of archive names. First name is the real one, the rest are links.
1.4297 -# The last name is the one that the linker finds with -lNAME.
1.4298 -library_names_spec=$lt_library_names_spec
1.4299 -
1.4300 -# The coded name of the library, if different from the real name.
1.4301 -soname_spec=$lt_soname_spec
1.4302 -
1.4303 -# Commands used to build and install an old-style archive.
1.4304 -RANLIB=$lt_RANLIB
1.4305 -old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
1.4306 -old_postinstall_cmds=$lt_old_postinstall_cmds
1.4307 -old_postuninstall_cmds=$lt_old_postuninstall_cmds
1.4308 -
1.4309 -# Create an old-style archive from a shared archive.
1.4310 -old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
1.4311 -
1.4312 -# Create a temporary old-style archive to link instead of a shared archive.
1.4313 -old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
1.4314 -
1.4315 -# Commands used to build and install a shared archive.
1.4316 -archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
1.4317 -archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
1.4318 -postinstall_cmds=$lt_postinstall_cmds
1.4319 -postuninstall_cmds=$lt_postuninstall_cmds
1.4320 -
1.4321 -# Commands used to build a loadable module (assumed same as above if empty)
1.4322 -module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
1.4323 -module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
1.4324 -
1.4325 -# Commands to strip libraries.
1.4326 -old_striplib=$lt_old_striplib
1.4327 -striplib=$lt_striplib
1.4328 -
1.4329 -# Dependencies to place before the objects being linked to create a
1.4330 -# shared library.
1.4331 -predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
1.4332 -
1.4333 -# Dependencies to place after the objects being linked to create a
1.4334 -# shared library.
1.4335 -postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
1.4336 -
1.4337 -# Dependencies to place before the objects being linked to create a
1.4338 -# shared library.
1.4339 -predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
1.4340 -
1.4341 -# Dependencies to place after the objects being linked to create a
1.4342 -# shared library.
1.4343 -postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
1.4344 -
1.4345 -# The library search path used internally by the compiler when linking
1.4346 -# a shared library.
1.4347 -compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
1.4348 -
1.4349 -# Method to check whether dependent libraries are shared objects.
1.4350 -deplibs_check_method=$lt_deplibs_check_method
1.4351 -
1.4352 -# Command to use when deplibs_check_method == file_magic.
1.4353 -file_magic_cmd=$lt_file_magic_cmd
1.4354 -
1.4355 -# Flag that allows shared libraries with undefined symbols to be built.
1.4356 -allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
1.4357 -
1.4358 -# Flag that forces no undefined symbols.
1.4359 -no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
1.4360 -
1.4361 -# Commands used to finish a libtool library installation in a directory.
1.4362 -finish_cmds=$lt_finish_cmds
1.4363 -
1.4364 -# Same as above, but a single script fragment to be evaled but not shown.
1.4365 -finish_eval=$lt_finish_eval
1.4366 -
1.4367 -# Take the output of nm and produce a listing of raw symbols and C names.
1.4368 -global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1.4369 -
1.4370 -# Transform the output of nm in a proper C declaration
1.4371 -global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1.4372 -
1.4373 -# Transform the output of nm in a C name address pair
1.4374 -global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1.4375 -
1.4376 -# This is the shared library runtime path variable.
1.4377 -runpath_var=$runpath_var
1.4378 -
1.4379 -# This is the shared library path variable.
1.4380 -shlibpath_var=$shlibpath_var
1.4381 -
1.4382 -# Is shlibpath searched before the hard-coded library search path?
1.4383 -shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1.4384 -
1.4385 -# How to hardcode a shared library path into an executable.
1.4386 -hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
1.4387 -
1.4388 -# Whether we should hardcode library paths into libraries.
1.4389 -hardcode_into_libs=$hardcode_into_libs
1.4390 -
1.4391 -# Flag to hardcode \$libdir into a binary during linking.
1.4392 -# This must work even if \$libdir does not exist.
1.4393 -hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
1.4394 -
1.4395 -# If ld is used when linking, flag to hardcode \$libdir into
1.4396 -# a binary during linking. This must work even if \$libdir does
1.4397 -# not exist.
1.4398 -hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
1.4399 -
1.4400 -# Whether we need a single -rpath flag with a separated argument.
1.4401 -hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
1.4402 -
1.4403 -# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
1.4404 -# resulting binary.
1.4405 -hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
1.4406 -
1.4407 -# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
1.4408 -# resulting binary.
1.4409 -hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
1.4410 -
1.4411 -# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
1.4412 -# the resulting binary.
1.4413 -hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
1.4414 -
1.4415 -# Set to yes if building a shared library automatically hardcodes DIR into the library
1.4416 -# and all subsequent libraries and executables linked against it.
1.4417 -hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
1.4418 -
1.4419 -# Variables whose values should be saved in libtool wrapper scripts and
1.4420 -# restored at relink time.
1.4421 -variables_saved_for_relink="$variables_saved_for_relink"
1.4422 -
1.4423 -# Whether libtool must link a program against all its dependency libraries.
1.4424 -link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
1.4425 -
1.4426 -# Compile-time system search path for libraries
1.4427 -sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1.4428 -
1.4429 -# Run-time system search path for libraries
1.4430 -sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1.4431 -
1.4432 -# Fix the shell variable \$srcfile for the compiler.
1.4433 -fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
1.4434 -
1.4435 -# Set to yes if exported symbols are required.
1.4436 -always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
1.4437 -
1.4438 -# The commands to list exported symbols.
1.4439 -export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
1.4440 -
1.4441 -# The commands to extract the exported symbol list from a shared archive.
1.4442 -extract_expsyms_cmds=$lt_extract_expsyms_cmds
1.4443 -
1.4444 -# Symbols that should not be listed in the preloaded symbols.
1.4445 -exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
1.4446 -
1.4447 -# Symbols that must always be exported.
1.4448 -include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
1.4449 -
1.4450 -ifelse([$1],[],
1.4451 -[# ### END LIBTOOL CONFIG],
1.4452 -[# ### END LIBTOOL TAG CONFIG: $tagname])
1.4453 -
1.4454 -__EOF__
1.4455 -
1.4456 -ifelse([$1],[], [
1.4457 - case $host_os in
1.4458 - aix3*)
1.4459 - cat <<\EOF >> "$cfgfile"
1.4460 -
1.4461 -# AIX sometimes has problems with the GCC collect2 program. For some
1.4462 -# reason, if we set the COLLECT_NAMES environment variable, the problems
1.4463 -# vanish in a puff of smoke.
1.4464 -if test "X${COLLECT_NAMES+set}" != Xset; then
1.4465 - COLLECT_NAMES=
1.4466 - export COLLECT_NAMES
1.4467 -fi
1.4468 -EOF
1.4469 - ;;
1.4470 - esac
1.4471 -
1.4472 - # We use sed instead of cat because bash on DJGPP gets confused if
1.4473 - # if finds mixed CR/LF and LF-only lines. Since sed operates in
1.4474 - # text mode, it properly converts lines to CR/LF. This bash problem
1.4475 - # is reportedly fixed, but why not run on old versions too?
1.4476 - sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
1.4477 -
1.4478 - mv -f "$cfgfile" "$ofile" || \
1.4479 - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1.4480 - chmod +x "$ofile"
1.4481 -])
1.4482 -else
1.4483 - # If there is no Makefile yet, we rely on a make rule to execute
1.4484 - # `config.status --recheck' to rerun these tests and create the
1.4485 - # libtool script then.
1.4486 - ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
1.4487 - if test -f "$ltmain_in"; then
1.4488 - test -f Makefile && make "$ltmain"
1.4489 - fi
1.4490 -fi
1.4491 -])
1.4492 -m4trace:m4/libtool.m4:4323: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
1.4493 -
1.4494 -_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
1.4495 -
1.4496 -if test "$GCC" = yes; then
1.4497 - _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
1.4498 -
1.4499 - AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
1.4500 - lt_cv_prog_compiler_rtti_exceptions,
1.4501 - [-fno-rtti -fno-exceptions], [],
1.4502 - [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
1.4503 -fi
1.4504 -])
1.4505 -m4trace:m4/libtool.m4:4341: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST])
1.4506 -AC_REQUIRE([AC_PROG_NM])
1.4507 -AC_REQUIRE([AC_OBJEXT])
1.4508 -# Check for command to grab the raw symbol name followed by C symbol from nm.
1.4509 -AC_MSG_CHECKING([command to parse $NM output from $compiler object])
1.4510 -AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
1.4511 -[
1.4512 -# These are sane defaults that work on at least a few old systems.
1.4513 -# [They come from Ultrix. What could be older than Ultrix?!! ;)]
1.4514 -
1.4515 -# Character class describing NM global symbol codes.
1.4516 -symcode='[[BCDEGRST]]'
1.4517 -
1.4518 -# Regexp to match symbols that can be accessed directly from C.
1.4519 -sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
1.4520 -
1.4521 -# Transform the above into a raw symbol and a C symbol.
1.4522 -symxfrm='\1 \2\3 \3'
1.4523 -
1.4524 -# Transform an extracted symbol line into a proper C declaration
1.4525 -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
1.4526 -
1.4527 -# Transform an extracted symbol line into symbol name and symbol address
1.4528 -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'"
1.4529 -
1.4530 -# Define system-specific variables.
1.4531 -case $host_os in
1.4532 -aix*)
1.4533 - symcode='[[BCDT]]'
1.4534 - ;;
1.4535 -cygwin* | mingw* | pw32*)
1.4536 - symcode='[[ABCDGISTW]]'
1.4537 - ;;
1.4538 -hpux*) # Its linker distinguishes data from code symbols
1.4539 - if test "$host_cpu" = ia64; then
1.4540 - symcode='[[ABCDEGRST]]'
1.4541 - fi
1.4542 - lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
1.4543 - 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'"
1.4544 - ;;
1.4545 -irix* | nonstopux*)
1.4546 - symcode='[[BCDEGRST]]'
1.4547 - ;;
1.4548 -osf*)
1.4549 - symcode='[[BCDEGQRST]]'
1.4550 - ;;
1.4551 -solaris* | sysv5*)
1.4552 - symcode='[[BDRT]]'
1.4553 - ;;
1.4554 -sysv4)
1.4555 - symcode='[[DFNSTU]]'
1.4556 - ;;
1.4557 -esac
1.4558 -
1.4559 -# Handle CRLF in mingw tool chain
1.4560 -opt_cr=
1.4561 -case $build_os in
1.4562 -mingw*)
1.4563 - opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
1.4564 - ;;
1.4565 -esac
1.4566 -
1.4567 -# If we're using GNU nm, then use its standard symbol codes.
1.4568 -case `$NM -V 2>&1` in
1.4569 -*GNU* | *'with BFD'*)
1.4570 - symcode='[[ABCDGIRSTW]]' ;;
1.4571 -esac
1.4572 -
1.4573 -# Try without a prefix undercore, then with it.
1.4574 -for ac_symprfx in "" "_"; do
1.4575 -
1.4576 - # Write the raw and C identifiers.
1.4577 - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'"
1.4578 -
1.4579 - # Check to see that the pipe works correctly.
1.4580 - pipe_works=no
1.4581 -
1.4582 - rm -f conftest*
1.4583 - cat > conftest.$ac_ext <<EOF
1.4584 -#ifdef __cplusplus
1.4585 -extern "C" {
1.4586 -#endif
1.4587 -char nm_test_var;
1.4588 -void nm_test_func(){}
1.4589 -#ifdef __cplusplus
1.4590 -}
1.4591 -#endif
1.4592 -int main(){nm_test_var='a';nm_test_func();return(0);}
1.4593 -EOF
1.4594 -
1.4595 - if AC_TRY_EVAL(ac_compile); then
1.4596 - # Now try to grab the symbols.
1.4597 - nlist=conftest.nm
1.4598 - if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
1.4599 - # Try sorting and uniquifying the output.
1.4600 - if sort "$nlist" | uniq > "$nlist"T; then
1.4601 - mv -f "$nlist"T "$nlist"
1.4602 - else
1.4603 - rm -f "$nlist"T
1.4604 - fi
1.4605 -
1.4606 - # Make sure that we snagged all the symbols we need.
1.4607 - if grep ' nm_test_var$' "$nlist" >/dev/null; then
1.4608 - if grep ' nm_test_func$' "$nlist" >/dev/null; then
1.4609 - cat <<EOF > conftest.$ac_ext
1.4610 -#ifdef __cplusplus
1.4611 -extern "C" {
1.4612 -#endif
1.4613 -
1.4614 -EOF
1.4615 - # Now generate the symbol file.
1.4616 - eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
1.4617 -
1.4618 - cat <<EOF >> conftest.$ac_ext
1.4619 -#if defined (__STDC__) && __STDC__
1.4620 -# define lt_ptr_t void *
1.4621 -#else
1.4622 -# define lt_ptr_t char *
1.4623 -# define const
1.4624 -#endif
1.4625 -
1.4626 -/* The mapping between symbol names and symbols. */
1.4627 -const struct {
1.4628 - const char *name;
1.4629 - lt_ptr_t address;
1.4630 -}
1.4631 -lt_preloaded_symbols[[]] =
1.4632 -{
1.4633 -EOF
1.4634 - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
1.4635 - cat <<\EOF >> conftest.$ac_ext
1.4636 - {0, (lt_ptr_t) 0}
1.4637 -};
1.4638 -
1.4639 -#ifdef __cplusplus
1.4640 -}
1.4641 -#endif
1.4642 -EOF
1.4643 - # Now try linking the two files.
1.4644 - mv conftest.$ac_objext conftstm.$ac_objext
1.4645 - lt_save_LIBS="$LIBS"
1.4646 - lt_save_CFLAGS="$CFLAGS"
1.4647 - LIBS="conftstm.$ac_objext"
1.4648 - CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
1.4649 - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
1.4650 - pipe_works=yes
1.4651 - fi
1.4652 - LIBS="$lt_save_LIBS"
1.4653 - CFLAGS="$lt_save_CFLAGS"
1.4654 - else
1.4655 - echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
1.4656 - fi
1.4657 - else
1.4658 - echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
1.4659 - fi
1.4660 - else
1.4661 - echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
1.4662 - fi
1.4663 - else
1.4664 - echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
1.4665 - cat conftest.$ac_ext >&5
1.4666 - fi
1.4667 - rm -f conftest* conftst*
1.4668 -
1.4669 - # Do not use the global_symbol_pipe unless it works.
1.4670 - if test "$pipe_works" = yes; then
1.4671 - break
1.4672 - else
1.4673 - lt_cv_sys_global_symbol_pipe=
1.4674 - fi
1.4675 -done
1.4676 -])
1.4677 -if test -z "$lt_cv_sys_global_symbol_pipe"; then
1.4678 - lt_cv_sys_global_symbol_to_cdecl=
1.4679 -fi
1.4680 -if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
1.4681 - AC_MSG_RESULT(failed)
1.4682 -else
1.4683 - AC_MSG_RESULT(ok)
1.4684 -fi
1.4685 -])
1.4686 -m4trace:m4/libtool.m4:4527: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
1.4687 -_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1.4688 -_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
1.4689 -
1.4690 -AC_MSG_CHECKING([for $compiler option to produce PIC])
1.4691 - ifelse([$1],[CXX],[
1.4692 - # C++ specific cases for pic, static, wl, etc.
1.4693 - if test "$GXX" = yes; then
1.4694 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4695 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
1.4696 -
1.4697 - case $host_os in
1.4698 - aix*)
1.4699 - # All AIX code is PIC.
1.4700 - if test "$host_cpu" = ia64; then
1.4701 - # AIX 5 now supports IA64 processor
1.4702 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.4703 - fi
1.4704 - ;;
1.4705 - amigaos*)
1.4706 - # FIXME: we need at least 68020 code to build shared libraries, but
1.4707 - # adding the `-m68020' flag to GCC prevents building anything better,
1.4708 - # like `-m68040'.
1.4709 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
1.4710 - ;;
1.4711 - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
1.4712 - # PIC is the default for these OSes.
1.4713 - ;;
1.4714 - mingw* | os2* | pw32*)
1.4715 - # This hack is so that the source file can tell whether it is being
1.4716 - # built for inclusion in a dll (and should export symbols for example).
1.4717 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
1.4718 - ;;
1.4719 - darwin* | rhapsody*)
1.4720 - # PIC is the default on this platform
1.4721 - # Common symbols not allowed in MH_DYLIB files
1.4722 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
1.4723 - ;;
1.4724 - *djgpp*)
1.4725 - # DJGPP does not support shared libraries at all
1.4726 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1.4727 - ;;
1.4728 - sysv4*MP*)
1.4729 - if test -d /usr/nec; then
1.4730 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
1.4731 - fi
1.4732 - ;;
1.4733 - hpux*)
1.4734 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
1.4735 - # not for PA HP-UX.
1.4736 - case "$host_cpu" in
1.4737 - hppa*64*|ia64*)
1.4738 - ;;
1.4739 - *)
1.4740 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1.4741 - ;;
1.4742 - esac
1.4743 - ;;
1.4744 - *)
1.4745 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1.4746 - ;;
1.4747 - esac
1.4748 - else
1.4749 - case $host_os in
1.4750 - aix4* | aix5*)
1.4751 - # All AIX code is PIC.
1.4752 - if test "$host_cpu" = ia64; then
1.4753 - # AIX 5 now supports IA64 processor
1.4754 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.4755 - else
1.4756 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
1.4757 - fi
1.4758 - ;;
1.4759 - chorus*)
1.4760 - case $cc_basename in
1.4761 - cxch68)
1.4762 - # Green Hills C++ Compiler
1.4763 - # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
1.4764 - ;;
1.4765 - esac
1.4766 - ;;
1.4767 - dgux*)
1.4768 - case $cc_basename in
1.4769 - ec++)
1.4770 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.4771 - ;;
1.4772 - ghcx)
1.4773 - # Green Hills C++ Compiler
1.4774 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
1.4775 - ;;
1.4776 - *)
1.4777 - ;;
1.4778 - esac
1.4779 - ;;
1.4780 - freebsd* | kfreebsd*-gnu)
1.4781 - # FreeBSD uses GNU C++
1.4782 - ;;
1.4783 - hpux9* | hpux10* | hpux11*)
1.4784 - case $cc_basename in
1.4785 - CC)
1.4786 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4787 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
1.4788 - if test "$host_cpu" != ia64; then
1.4789 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
1.4790 - fi
1.4791 - ;;
1.4792 - aCC)
1.4793 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4794 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive"
1.4795 - case "$host_cpu" in
1.4796 - hppa*64*|ia64*)
1.4797 - # +Z the default
1.4798 - ;;
1.4799 - *)
1.4800 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
1.4801 - ;;
1.4802 - esac
1.4803 - ;;
1.4804 - *)
1.4805 - ;;
1.4806 - esac
1.4807 - ;;
1.4808 - irix5* | irix6* | nonstopux*)
1.4809 - case $cc_basename in
1.4810 - CC)
1.4811 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4812 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1.4813 - # CC pic flag -KPIC is the default.
1.4814 - ;;
1.4815 - *)
1.4816 - ;;
1.4817 - esac
1.4818 - ;;
1.4819 - linux*)
1.4820 - case $cc_basename in
1.4821 - KCC)
1.4822 - # KAI C++ Compiler
1.4823 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
1.4824 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1.4825 - ;;
1.4826 - icpc)
1.4827 - # Intel C++
1.4828 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4829 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.4830 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
1.4831 - ;;
1.4832 - cxx)
1.4833 - # Compaq C++
1.4834 - # Make sure the PIC flag is empty. It appears that all Alpha
1.4835 - # Linux and Compaq Tru64 Unix objects are PIC.
1.4836 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1.4837 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1.4838 - ;;
1.4839 - *)
1.4840 - ;;
1.4841 - esac
1.4842 - ;;
1.4843 - lynxos*)
1.4844 - ;;
1.4845 - m88k*)
1.4846 - ;;
1.4847 - mvs*)
1.4848 - case $cc_basename in
1.4849 - cxx)
1.4850 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
1.4851 - ;;
1.4852 - *)
1.4853 - ;;
1.4854 - esac
1.4855 - ;;
1.4856 - netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1.4857 - ;;
1.4858 - osf3* | osf4* | osf5*)
1.4859 - case $cc_basename in
1.4860 - KCC)
1.4861 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
1.4862 - ;;
1.4863 - RCC)
1.4864 - # Rational C++ 2.4.1
1.4865 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
1.4866 - ;;
1.4867 - cxx)
1.4868 - # Digital/Compaq C++
1.4869 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4870 - # Make sure the PIC flag is empty. It appears that all Alpha
1.4871 - # Linux and Compaq Tru64 Unix objects are PIC.
1.4872 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1.4873 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1.4874 - ;;
1.4875 - *)
1.4876 - ;;
1.4877 - esac
1.4878 - ;;
1.4879 - psos*)
1.4880 - ;;
1.4881 - sco*)
1.4882 - case $cc_basename in
1.4883 - CC)
1.4884 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1.4885 - ;;
1.4886 - *)
1.4887 - ;;
1.4888 - esac
1.4889 - ;;
1.4890 - solaris*)
1.4891 - case $cc_basename in
1.4892 - CC)
1.4893 - # Sun C++ 4.2, 5.x and Centerline C++
1.4894 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.4895 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.4896 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
1.4897 - ;;
1.4898 - gcx)
1.4899 - # Green Hills C++ Compiler
1.4900 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
1.4901 - ;;
1.4902 - *)
1.4903 - ;;
1.4904 - esac
1.4905 - ;;
1.4906 - sunos4*)
1.4907 - case $cc_basename in
1.4908 - CC)
1.4909 - # Sun C++ 4.x
1.4910 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
1.4911 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.4912 - ;;
1.4913 - lcc)
1.4914 - # Lucid
1.4915 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
1.4916 - ;;
1.4917 - *)
1.4918 - ;;
1.4919 - esac
1.4920 - ;;
1.4921 - tandem*)
1.4922 - case $cc_basename in
1.4923 - NCC)
1.4924 - # NonStop-UX NCC 3.20
1.4925 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.4926 - ;;
1.4927 - *)
1.4928 - ;;
1.4929 - esac
1.4930 - ;;
1.4931 - unixware*)
1.4932 - ;;
1.4933 - vxworks*)
1.4934 - ;;
1.4935 - *)
1.4936 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1.4937 - ;;
1.4938 - esac
1.4939 - fi
1.4940 -],
1.4941 -[
1.4942 - if test "$GCC" = yes; then
1.4943 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.4944 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
1.4945 -
1.4946 - case $host_os in
1.4947 - aix*)
1.4948 - # All AIX code is PIC.
1.4949 - if test "$host_cpu" = ia64; then
1.4950 - # AIX 5 now supports IA64 processor
1.4951 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.4952 - fi
1.4953 - ;;
1.4954 -
1.4955 - amigaos*)
1.4956 - # FIXME: we need at least 68020 code to build shared libraries, but
1.4957 - # adding the `-m68020' flag to GCC prevents building anything better,
1.4958 - # like `-m68040'.
1.4959 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
1.4960 - ;;
1.4961 -
1.4962 - beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
1.4963 - # PIC is the default for these OSes.
1.4964 - ;;
1.4965 -
1.4966 - mingw* | pw32* | os2*)
1.4967 - # This hack is so that the source file can tell whether it is being
1.4968 - # built for inclusion in a dll (and should export symbols for example).
1.4969 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
1.4970 - ;;
1.4971 -
1.4972 - darwin* | rhapsody*)
1.4973 - # PIC is the default on this platform
1.4974 - # Common symbols not allowed in MH_DYLIB files
1.4975 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
1.4976 - ;;
1.4977 -
1.4978 - msdosdjgpp*)
1.4979 - # Just because we use GCC doesn't mean we suddenly get shared libraries
1.4980 - # on systems that don't support them.
1.4981 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1.4982 - enable_shared=no
1.4983 - ;;
1.4984 -
1.4985 - sysv4*MP*)
1.4986 - if test -d /usr/nec; then
1.4987 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
1.4988 - fi
1.4989 - ;;
1.4990 -
1.4991 - hpux*)
1.4992 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
1.4993 - # not for PA HP-UX.
1.4994 - case "$host_cpu" in
1.4995 - hppa*64*|ia64*)
1.4996 - # +Z the default
1.4997 - ;;
1.4998 - *)
1.4999 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1.5000 - ;;
1.5001 - esac
1.5002 - ;;
1.5003 -
1.5004 - *)
1.5005 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
1.5006 - ;;
1.5007 - esac
1.5008 - else
1.5009 - # PORTME Check for flag to pass linker flags through the system compiler.
1.5010 - case $host_os in
1.5011 - aix*)
1.5012 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5013 - if test "$host_cpu" = ia64; then
1.5014 - # AIX 5 now supports IA64 processor
1.5015 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5016 - else
1.5017 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
1.5018 - fi
1.5019 - ;;
1.5020 -
1.5021 - mingw* | pw32* | os2*)
1.5022 - # This hack is so that the source file can tell whether it is being
1.5023 - # built for inclusion in a dll (and should export symbols for example).
1.5024 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
1.5025 - ;;
1.5026 -
1.5027 - hpux9* | hpux10* | hpux11*)
1.5028 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5029 - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
1.5030 - # not for PA HP-UX.
1.5031 - case "$host_cpu" in
1.5032 - hppa*64*|ia64*)
1.5033 - # +Z the default
1.5034 - ;;
1.5035 - *)
1.5036 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
1.5037 - ;;
1.5038 - esac
1.5039 - # Is there a better lt_prog_compiler_static that works with the bundled CC?
1.5040 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
1.5041 - ;;
1.5042 -
1.5043 - irix5* | irix6* | nonstopux*)
1.5044 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5045 - # PIC (with -KPIC) is the default.
1.5046 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1.5047 - ;;
1.5048 -
1.5049 - newsos6)
1.5050 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.5051 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5052 - ;;
1.5053 -
1.5054 - linux*)
1.5055 - case $CC in
1.5056 - icc* | ecc*)
1.5057 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5058 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.5059 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
1.5060 - ;;
1.5061 - ccc*)
1.5062 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5063 - # All Alpha code is PIC.
1.5064 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1.5065 - ;;
1.5066 - esac
1.5067 - ;;
1.5068 -
1.5069 - osf3* | osf4* | osf5*)
1.5070 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5071 - # All OSF/1 code is PIC.
1.5072 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
1.5073 - ;;
1.5074 -
1.5075 - sco3.2v5*)
1.5076 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic'
1.5077 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn'
1.5078 - ;;
1.5079 -
1.5080 - solaris*)
1.5081 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5082 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.5083 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5084 - ;;
1.5085 -
1.5086 - sunos4*)
1.5087 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
1.5088 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
1.5089 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5090 - ;;
1.5091 -
1.5092 - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
1.5093 - _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
1.5094 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
1.5095 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5096 - ;;
1.5097 -
1.5098 - sysv4*MP*)
1.5099 - if test -d /usr/nec ;then
1.5100 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
1.5101 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5102 - fi
1.5103 - ;;
1.5104 -
1.5105 - uts4*)
1.5106 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
1.5107 - _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
1.5108 - ;;
1.5109 -
1.5110 - *)
1.5111 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
1.5112 - ;;
1.5113 - esac
1.5114 - fi
1.5115 -])
1.5116 -AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
1.5117 -
1.5118 -#
1.5119 -# Check to make sure the PIC flag actually works.
1.5120 -#
1.5121 -if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
1.5122 - AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
1.5123 - _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
1.5124 - [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
1.5125 - [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
1.5126 - "" | " "*) ;;
1.5127 - *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
1.5128 - esac],
1.5129 - [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1.5130 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
1.5131 -fi
1.5132 -case "$host_os" in
1.5133 - # For platforms which do not support PIC, -DPIC is meaningless:
1.5134 - *djgpp*)
1.5135 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
1.5136 - ;;
1.5137 - *)
1.5138 - _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
1.5139 - ;;
1.5140 -esac
1.5141 -])
1.5142 -m4trace:m4/libtool.m4:4989: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
1.5143 -ifelse([$1],[CXX],[
1.5144 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1.5145 - case $host_os in
1.5146 - aix4* | aix5*)
1.5147 - # If we're using GNU nm, then we don't want the "-C" option.
1.5148 - # -C means demangle to AIX nm, but means don't demangle with GNU nm
1.5149 - if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
1.5150 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
1.5151 - else
1.5152 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
1.5153 - fi
1.5154 - ;;
1.5155 - pw32*)
1.5156 - _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
1.5157 - ;;
1.5158 - cygwin* | mingw*)
1.5159 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
1.5160 - ;;
1.5161 - linux*)
1.5162 - _LT_AC_TAGVAR(link_all_deplibs, $1)=no
1.5163 - ;;
1.5164 - *)
1.5165 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1.5166 - ;;
1.5167 - esac
1.5168 -],[
1.5169 - runpath_var=
1.5170 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=
1.5171 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
1.5172 - _LT_AC_TAGVAR(archive_cmds, $1)=
1.5173 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
1.5174 - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
1.5175 - _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
1.5176 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
1.5177 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
1.5178 - _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
1.5179 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
1.5180 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
1.5181 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1.5182 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.5183 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
1.5184 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1.5185 - _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
1.5186 - _LT_AC_TAGVAR(hardcode_automatic, $1)=no
1.5187 - _LT_AC_TAGVAR(module_cmds, $1)=
1.5188 - _LT_AC_TAGVAR(module_expsym_cmds, $1)=
1.5189 - _LT_AC_TAGVAR(always_export_symbols, $1)=no
1.5190 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1.5191 - # include_expsyms should be a list of space-separated symbols to be *always*
1.5192 - # included in the symbol list
1.5193 - _LT_AC_TAGVAR(include_expsyms, $1)=
1.5194 - # exclude_expsyms can be an extended regexp of symbols to exclude
1.5195 - # it will be wrapped by ` (' and `)$', so one must not match beginning or
1.5196 - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1.5197 - # as well as any symbol that contains `d'.
1.5198 - _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
1.5199 - # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
1.5200 - # platforms (ab)use it in PIC code, but their linkers get confused if
1.5201 - # the symbol is explicitly referenced. Since portable code cannot
1.5202 - # rely on this symbol name, it's probably fine to never include it in
1.5203 - # preloaded symbol tables.
1.5204 - extract_expsyms_cmds=
1.5205 -
1.5206 - case $host_os in
1.5207 - cygwin* | mingw* | pw32*)
1.5208 - # FIXME: the MSVC++ port hasn't been tested in a loooong time
1.5209 - # When not using gcc, we currently assume that we are using
1.5210 - # Microsoft Visual C++.
1.5211 - if test "$GCC" != yes; then
1.5212 - with_gnu_ld=no
1.5213 - fi
1.5214 - ;;
1.5215 - openbsd*)
1.5216 - with_gnu_ld=no
1.5217 - ;;
1.5218 - esac
1.5219 -
1.5220 - _LT_AC_TAGVAR(ld_shlibs, $1)=yes
1.5221 - if test "$with_gnu_ld" = yes; then
1.5222 - # If archive_cmds runs LD, not CC, wlarc should be empty
1.5223 - wlarc='${wl}'
1.5224 -
1.5225 - # See if GNU ld supports shared libraries.
1.5226 - case $host_os in
1.5227 - aix3* | aix4* | aix5*)
1.5228 - # On AIX/PPC, the GNU linker is very broken
1.5229 - if test "$host_cpu" != ia64; then
1.5230 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5231 - cat <<EOF 1>&2
1.5232 -
1.5233 -*** Warning: the GNU linker, at least up to release 2.9.1, is reported
1.5234 -*** to be unable to reliably create shared libraries on AIX.
1.5235 -*** Therefore, libtool is disabling shared libraries support. If you
1.5236 -*** really care for shared libraries, you may want to modify your PATH
1.5237 -*** so that a non-GNU linker is found, and then restart.
1.5238 -
1.5239 -EOF
1.5240 - fi
1.5241 - ;;
1.5242 -
1.5243 - amigaos*)
1.5244 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
1.5245 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5246 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5247 -
1.5248 - # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
1.5249 - # that the semantics of dynamic libraries on AmigaOS, at least up
1.5250 - # to version 4, is to share data among multiple programs linked
1.5251 - # with the same dynamic library. Since this doesn't match the
1.5252 - # behavior of shared libraries on other platforms, we can't use
1.5253 - # them.
1.5254 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5255 - ;;
1.5256 -
1.5257 - beos*)
1.5258 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1.5259 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1.5260 - # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
1.5261 - # support --undefined. This deserves some investigation. FIXME
1.5262 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.5263 - else
1.5264 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5265 - fi
1.5266 - ;;
1.5267 -
1.5268 - cygwin* | mingw* | pw32*)
1.5269 - # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
1.5270 - # as there is no search path for DLLs.
1.5271 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5272 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1.5273 - _LT_AC_TAGVAR(always_export_symbols, $1)=no
1.5274 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
1.5275 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
1.5276 -
1.5277 - if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
1.5278 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
1.5279 - # If the export-symbols file already is a .def file (1st line
1.5280 - # is EXPORTS), use it as is; otherwise, prepend...
1.5281 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
1.5282 - cp $export_symbols $output_objdir/$soname.def;
1.5283 - else
1.5284 - echo EXPORTS > $output_objdir/$soname.def;
1.5285 - cat $export_symbols >> $output_objdir/$soname.def;
1.5286 - fi~
1.5287 - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib'
1.5288 - else
1.5289 - ld_shlibs=no
1.5290 - fi
1.5291 - ;;
1.5292 -
1.5293 - netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1.5294 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1.5295 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
1.5296 - wlarc=
1.5297 - else
1.5298 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.5299 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1.5300 - fi
1.5301 - ;;
1.5302 -
1.5303 - solaris* | sysv5*)
1.5304 - if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
1.5305 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5306 - cat <<EOF 1>&2
1.5307 -
1.5308 -*** Warning: The releases 2.8.* of the GNU linker cannot reliably
1.5309 -*** create shared libraries on Solaris systems. Therefore, libtool
1.5310 -*** is disabling shared libraries support. We urge you to upgrade GNU
1.5311 -*** binutils to release 2.9.1 or newer. Another option is to modify
1.5312 -*** your PATH or compiler configuration so that the native linker is
1.5313 -*** used, and then restart.
1.5314 -
1.5315 -EOF
1.5316 - elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1.5317 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.5318 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1.5319 - else
1.5320 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5321 - fi
1.5322 - ;;
1.5323 -
1.5324 - sunos4*)
1.5325 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
1.5326 - wlarc=
1.5327 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5328 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5329 - ;;
1.5330 -
1.5331 - linux*)
1.5332 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1.5333 - tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.5334 - _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds"
1.5335 - supports_anon_versioning=no
1.5336 - case `$LD -v 2>/dev/null` in
1.5337 - *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
1.5338 - *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
1.5339 - *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
1.5340 - *\ 2.11.*) ;; # other 2.11 versions
1.5341 - *) supports_anon_versioning=yes ;;
1.5342 - esac
1.5343 - if test $supports_anon_versioning = yes; then
1.5344 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
1.5345 -cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
1.5346 -$echo "local: *; };" >> $output_objdir/$libname.ver~
1.5347 - $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
1.5348 - else
1.5349 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds"
1.5350 - fi
1.5351 - _LT_AC_TAGVAR(link_all_deplibs, $1)=no
1.5352 - else
1.5353 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5354 - fi
1.5355 - ;;
1.5356 -
1.5357 - *)
1.5358 - if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
1.5359 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
1.5360 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
1.5361 - else
1.5362 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5363 - fi
1.5364 - ;;
1.5365 - esac
1.5366 -
1.5367 - if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then
1.5368 - runpath_var=LD_RUN_PATH
1.5369 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
1.5370 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
1.5371 - # ancient GNU ld didn't support --whole-archive et. al.
1.5372 - if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
1.5373 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
1.5374 - else
1.5375 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
1.5376 - fi
1.5377 - fi
1.5378 - else
1.5379 - # PORTME fill in a description of your system's linker (not GNU ld)
1.5380 - case $host_os in
1.5381 - aix3*)
1.5382 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1.5383 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1.5384 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
1.5385 - # Note: this linker hardcodes the directories in LIBPATH if there
1.5386 - # are no directories specified by -L.
1.5387 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5388 - if test "$GCC" = yes && test -z "$link_static_flag"; then
1.5389 - # Neither direct hardcoding nor static linking is supported with a
1.5390 - # broken collect2.
1.5391 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
1.5392 - fi
1.5393 - ;;
1.5394 -
1.5395 - aix4* | aix5*)
1.5396 - if test "$host_cpu" = ia64; then
1.5397 - # On IA64, the linker does run time linking by default, so we don't
1.5398 - # have to do anything special.
1.5399 - aix_use_runtimelinking=no
1.5400 - exp_sym_flag='-Bexport'
1.5401 - no_entry_flag=""
1.5402 - else
1.5403 - # If we're using GNU nm, then we don't want the "-C" option.
1.5404 - # -C means demangle to AIX nm, but means don't demangle with GNU nm
1.5405 - if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
1.5406 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
1.5407 - else
1.5408 - _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
1.5409 - fi
1.5410 - aix_use_runtimelinking=no
1.5411 -
1.5412 - # Test if we are trying to use run time linking or normal
1.5413 - # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1.5414 - # need to do runtime linking.
1.5415 - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
1.5416 - for ld_flag in $LDFLAGS; do
1.5417 - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
1.5418 - aix_use_runtimelinking=yes
1.5419 - break
1.5420 - fi
1.5421 - done
1.5422 - esac
1.5423 -
1.5424 - exp_sym_flag='-bexport'
1.5425 - no_entry_flag='-bnoentry'
1.5426 - fi
1.5427 -
1.5428 - # When large executables or shared objects are built, AIX ld can
1.5429 - # have problems creating the table of contents. If linking a library
1.5430 - # or program results in "error TOC overflow" add -mminimal-toc to
1.5431 - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
1.5432 - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
1.5433 -
1.5434 - _LT_AC_TAGVAR(archive_cmds, $1)=''
1.5435 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5436 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
1.5437 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.5438 -
1.5439 - if test "$GCC" = yes; then
1.5440 - case $host_os in aix4.[012]|aix4.[012].*)
1.5441 - # We only want to do this on AIX 4.2 and lower, the check
1.5442 - # below for broken collect2 doesn't work under 4.3+
1.5443 - collect2name=`${CC} -print-prog-name=collect2`
1.5444 - if test -f "$collect2name" && \
1.5445 - strings "$collect2name" | grep resolve_lib_name >/dev/null
1.5446 - then
1.5447 - # We have reworked collect2
1.5448 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5449 - else
1.5450 - # We have old collect2
1.5451 - _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
1.5452 - # It fails to find uninstalled libraries when the uninstalled
1.5453 - # path is not listed in the libpath. Setting hardcode_minus_L
1.5454 - # to unsupported forces relinking
1.5455 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5456 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5457 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
1.5458 - fi
1.5459 - esac
1.5460 - shared_flag='-shared'
1.5461 - else
1.5462 - # not using gcc
1.5463 - if test "$host_cpu" = ia64; then
1.5464 - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
1.5465 - # chokes on -Wl,-G. The following line is correct:
1.5466 - shared_flag='-G'
1.5467 - else
1.5468 - if test "$aix_use_runtimelinking" = yes; then
1.5469 - shared_flag='${wl}-G'
1.5470 - else
1.5471 - shared_flag='${wl}-bM:SRE'
1.5472 - fi
1.5473 - fi
1.5474 - fi
1.5475 -
1.5476 - # It seems that -bexpall does not export symbols beginning with
1.5477 - # underscore (_), so it is better to generate a list of symbols to export.
1.5478 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1.5479 - if test "$aix_use_runtimelinking" = yes; then
1.5480 - # Warning - without using the other runtime loading flags (-brtl),
1.5481 - # -berok will link without error, but may produce a broken library.
1.5482 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
1.5483 - # Determine the default libpath from the value encoded in an empty executable.
1.5484 - _LT_AC_SYS_LIBPATH_AIX
1.5485 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
1.5486 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols $shared_flag"
1.5487 - else
1.5488 - if test "$host_cpu" = ia64; then
1.5489 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
1.5490 - _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
1.5491 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$no_entry_flag \${wl}$exp_sym_flag:\$export_symbols"
1.5492 - else
1.5493 - # Determine the default libpath from the value encoded in an empty executable.
1.5494 - _LT_AC_SYS_LIBPATH_AIX
1.5495 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
1.5496 - # Warning - without using the other run time loading flags,
1.5497 - # -berok will link without error, but may produce a broken library.
1.5498 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
1.5499 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
1.5500 - # -bexpall does not export symbols beginning with underscore (_)
1.5501 - _LT_AC_TAGVAR(always_export_symbols, $1)=yes
1.5502 - # Exported symbols can be pulled into shared objects from archives
1.5503 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' '
1.5504 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
1.5505 - # This is similar to how AIX traditionally builds it's shared libraries.
1.5506 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
1.5507 - fi
1.5508 - fi
1.5509 - ;;
1.5510 -
1.5511 - amigaos*)
1.5512 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
1.5513 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5514 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5515 - # see comment about different semantics on the GNU ld section
1.5516 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5517 - ;;
1.5518 -
1.5519 - bsdi4*)
1.5520 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
1.5521 - ;;
1.5522 -
1.5523 - cygwin* | mingw* | pw32*)
1.5524 - # When not using gcc, we currently assume that we are using
1.5525 - # Microsoft Visual C++.
1.5526 - # hardcode_libdir_flag_spec is actually meaningless, as there is
1.5527 - # no search path for DLLs.
1.5528 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
1.5529 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1.5530 - # Tell ltmain to make .lib files, not .a files.
1.5531 - libext=lib
1.5532 - # Tell ltmain to make .dll files, not .so files.
1.5533 - shrext_cmds=".dll"
1.5534 - # FIXME: Setting linknames here is a bad hack.
1.5535 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
1.5536 - # The linker will automatically build a .lib file if we build a DLL.
1.5537 - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
1.5538 - # FIXME: Should let the user specify the lib program.
1.5539 - _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
1.5540 - fix_srcfile_path='`cygpath -w "$srcfile"`'
1.5541 - _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
1.5542 - ;;
1.5543 -
1.5544 - darwin* | rhapsody*)
1.5545 - if test "$GXX" = yes ; then
1.5546 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.5547 - case "$host_os" in
1.5548 - rhapsody* | darwin1.[[012]])
1.5549 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress'
1.5550 - ;;
1.5551 - *) # Darwin 1.3 on
1.5552 - if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
1.5553 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
1.5554 - else
1.5555 - case ${MACOSX_DEPLOYMENT_TARGET} in
1.5556 - 10.[[012]])
1.5557 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress'
1.5558 - ;;
1.5559 - 10.*)
1.5560 - _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup'
1.5561 - ;;
1.5562 - esac
1.5563 - fi
1.5564 - ;;
1.5565 - esac
1.5566 - lt_int_apple_cc_single_mod=no
1.5567 - output_verbose_link_cmd='echo'
1.5568 - if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
1.5569 - lt_int_apple_cc_single_mod=yes
1.5570 - fi
1.5571 - if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1.5572 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
1.5573 - else
1.5574 - _LT_AC_TAGVAR(archive_cmds, $1)='$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'
1.5575 - fi
1.5576 - _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
1.5577 - # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
1.5578 - if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
1.5579 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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}'
1.5580 - else
1.5581 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='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}'
1.5582 - fi
1.5583 - _LT_AC_TAGVAR(module_expsym_cmds, $1)='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}'
1.5584 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.5585 - _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
1.5586 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1.5587 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience'
1.5588 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.5589 - else
1.5590 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5591 - fi
1.5592 - ;;
1.5593 -
1.5594 - dgux*)
1.5595 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5596 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5597 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5598 - ;;
1.5599 -
1.5600 - freebsd1*)
1.5601 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5602 - ;;
1.5603 -
1.5604 - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
1.5605 - # support. Future versions do this automatically, but an explicit c++rt0.o
1.5606 - # does not break anything, and helps significantly (at the cost of a little
1.5607 - # extra space).
1.5608 - freebsd2.2*)
1.5609 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
1.5610 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.5611 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5612 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5613 - ;;
1.5614 -
1.5615 - # Unfortunately, older versions of FreeBSD 2 do not have this feature.
1.5616 - freebsd2*)
1.5617 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
1.5618 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5619 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5620 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5621 - ;;
1.5622 -
1.5623 - # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
1.5624 - freebsd* | kfreebsd*-gnu)
1.5625 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
1.5626 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.5627 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5628 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5629 - ;;
1.5630 -
1.5631 - hpux9*)
1.5632 - if test "$GCC" = yes; then
1.5633 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1.5634 - else
1.5635 - _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
1.5636 - fi
1.5637 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1.5638 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5639 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5640 -
1.5641 - # hardcode_minus_L: Not really in the search PATH,
1.5642 - # but as the default location of the library.
1.5643 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5644 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
1.5645 - ;;
1.5646 -
1.5647 - hpux10* | hpux11*)
1.5648 - if test "$GCC" = yes -a "$with_gnu_ld" = no; then
1.5649 - case "$host_cpu" in
1.5650 - hppa*64*|ia64*)
1.5651 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
1.5652 - ;;
1.5653 - *)
1.5654 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
1.5655 - ;;
1.5656 - esac
1.5657 - else
1.5658 - case "$host_cpu" in
1.5659 - hppa*64*|ia64*)
1.5660 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5661 - ;;
1.5662 - *)
1.5663 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
1.5664 - ;;
1.5665 - esac
1.5666 - fi
1.5667 - if test "$with_gnu_ld" = no; then
1.5668 - case "$host_cpu" in
1.5669 - hppa*64*)
1.5670 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1.5671 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
1.5672 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5673 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.5674 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5675 - ;;
1.5676 - ia64*)
1.5677 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5678 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.5679 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5680 -
1.5681 - # hardcode_minus_L: Not really in the search PATH,
1.5682 - # but as the default location of the library.
1.5683 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5684 - ;;
1.5685 - *)
1.5686 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
1.5687 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5688 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5689 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
1.5690 -
1.5691 - # hardcode_minus_L: Not really in the search PATH,
1.5692 - # but as the default location of the library.
1.5693 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5694 - ;;
1.5695 - esac
1.5696 - fi
1.5697 - ;;
1.5698 -
1.5699 - irix5* | irix6* | nonstopux*)
1.5700 - if test "$GCC" = yes; then
1.5701 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
1.5702 - else
1.5703 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
1.5704 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
1.5705 - fi
1.5706 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.5707 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5708 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.5709 - ;;
1.5710 -
1.5711 - netbsd* | netbsdelf*-gnu | knetbsd*-gnu)
1.5712 - if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
1.5713 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
1.5714 - else
1.5715 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
1.5716 - fi
1.5717 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.5718 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5719 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5720 - ;;
1.5721 -
1.5722 - newsos6)
1.5723 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5724 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5725 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.5726 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5727 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5728 - ;;
1.5729 -
1.5730 - openbsd*)
1.5731 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5732 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5733 - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1.5734 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1.5735 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
1.5736 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
1.5737 - else
1.5738 - case $host_os in
1.5739 - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
1.5740 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
1.5741 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.5742 - ;;
1.5743 - *)
1.5744 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1.5745 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
1.5746 - ;;
1.5747 - esac
1.5748 - fi
1.5749 - ;;
1.5750 -
1.5751 - os2*)
1.5752 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5753 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5754 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
1.5755 - _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
1.5756 - _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
1.5757 - ;;
1.5758 -
1.5759 - osf3*)
1.5760 - if test "$GCC" = yes; then
1.5761 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
1.5762 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
1.5763 - else
1.5764 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
1.5765 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
1.5766 - fi
1.5767 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.5768 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5769 - ;;
1.5770 -
1.5771 - osf4* | osf5*) # as osf3* with the addition of -msym flag
1.5772 - if test "$GCC" = yes; then
1.5773 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
1.5774 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
1.5775 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
1.5776 - else
1.5777 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
1.5778 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
1.5779 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
1.5780 - $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
1.5781 -
1.5782 - # Both c and cxx compiler support -rpath directly
1.5783 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
1.5784 - fi
1.5785 - _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
1.5786 - ;;
1.5787 -
1.5788 - sco3.2v5*)
1.5789 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5790 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5791 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
1.5792 - runpath_var=LD_RUN_PATH
1.5793 - hardcode_runpath_var=yes
1.5794 - ;;
1.5795 -
1.5796 - solaris*)
1.5797 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
1.5798 - if test "$GCC" = yes; then
1.5799 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
1.5800 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1.5801 - $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
1.5802 - else
1.5803 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5804 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1.5805 - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
1.5806 - fi
1.5807 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
1.5808 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5809 - case $host_os in
1.5810 - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
1.5811 - *) # Supported since Solaris 2.6 (maybe 2.5.1?)
1.5812 - _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
1.5813 - esac
1.5814 - _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
1.5815 - ;;
1.5816 -
1.5817 - sunos4*)
1.5818 - if test "x$host_vendor" = xsequent; then
1.5819 - # Use $CC to link under sequent, because it throws in some extra .o
1.5820 - # files that make .init and .fini sections work.
1.5821 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
1.5822 - else
1.5823 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
1.5824 - fi
1.5825 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5826 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5827 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
1.5828 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5829 - ;;
1.5830 -
1.5831 - sysv4)
1.5832 - case $host_vendor in
1.5833 - sni)
1.5834 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5835 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
1.5836 - ;;
1.5837 - siemens)
1.5838 - ## LD is ld it makes a PLAMLIB
1.5839 - ## CC just makes a GrossModule.
1.5840 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
1.5841 - _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
1.5842 - _LT_AC_TAGVAR(hardcode_direct, $1)=no
1.5843 - ;;
1.5844 - motorola)
1.5845 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5846 - _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
1.5847 - ;;
1.5848 - esac
1.5849 - runpath_var='LD_RUN_PATH'
1.5850 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5851 - ;;
1.5852 -
1.5853 - sysv4.3*)
1.5854 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5855 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5856 - _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
1.5857 - ;;
1.5858 -
1.5859 - sysv4*MP*)
1.5860 - if test -d /usr/nec; then
1.5861 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5862 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5863 - runpath_var=LD_RUN_PATH
1.5864 - hardcode_runpath_var=yes
1.5865 - _LT_AC_TAGVAR(ld_shlibs, $1)=yes
1.5866 - fi
1.5867 - ;;
1.5868 -
1.5869 - sysv4.2uw2*)
1.5870 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
1.5871 - _LT_AC_TAGVAR(hardcode_direct, $1)=yes
1.5872 - _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
1.5873 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5874 - hardcode_runpath_var=yes
1.5875 - runpath_var=LD_RUN_PATH
1.5876 - ;;
1.5877 -
1.5878 - sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
1.5879 - _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
1.5880 - if test "$GCC" = yes; then
1.5881 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
1.5882 - else
1.5883 - _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
1.5884 - fi
1.5885 - runpath_var='LD_RUN_PATH'
1.5886 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5887 - ;;
1.5888 -
1.5889 - sysv5*)
1.5890 - _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
1.5891 - # $CC -shared without GNU ld will not create a library from C++
1.5892 - # object files and a static libstdc++, better avoid it by now
1.5893 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5894 - _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
1.5895 - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
1.5896 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
1.5897 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5898 - runpath_var='LD_RUN_PATH'
1.5899 - ;;
1.5900 -
1.5901 - uts4*)
1.5902 - _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
1.5903 - _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
1.5904 - _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
1.5905 - ;;
1.5906 -
1.5907 - *)
1.5908 - _LT_AC_TAGVAR(ld_shlibs, $1)=no
1.5909 - ;;
1.5910 - esac
1.5911 - fi
1.5912 -])
1.5913 -AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
1.5914 -test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
1.5915 -
1.5916 -variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1.5917 -if test "$GCC" = yes; then
1.5918 - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1.5919 -fi
1.5920 -
1.5921 -#
1.5922 -# Do we need to explicitly link libc?
1.5923 -#
1.5924 -case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
1.5925 -x|xyes)
1.5926 - # Assume -lc should be added
1.5927 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
1.5928 -
1.5929 - if test "$enable_shared" = yes && test "$GCC" = yes; then
1.5930 - case $_LT_AC_TAGVAR(archive_cmds, $1) in
1.5931 - *'~'*)
1.5932 - # FIXME: we may have to deal with multi-command sequences.
1.5933 - ;;
1.5934 - '$CC '*)
1.5935 - # Test whether the compiler implicitly links with -lc since on some
1.5936 - # systems, -lgcc has to come before -lc. If gcc already passes -lc
1.5937 - # to ld, don't add -lc before -lgcc.
1.5938 - AC_MSG_CHECKING([whether -lc should be explicitly linked in])
1.5939 - $rm conftest*
1.5940 - printf "$lt_simple_compile_test_code" > conftest.$ac_ext
1.5941 -
1.5942 - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
1.5943 - soname=conftest
1.5944 - lib=conftest
1.5945 - libobjs=conftest.$ac_objext
1.5946 - deplibs=
1.5947 - wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
1.5948 - compiler_flags=-v
1.5949 - linker_flags=-v
1.5950 - verstring=
1.5951 - output_objdir=.
1.5952 - libname=conftest
1.5953 - lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
1.5954 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=
1.5955 - if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
1.5956 - then
1.5957 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
1.5958 - else
1.5959 - _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
1.5960 - fi
1.5961 - _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
1.5962 - else
1.5963 - cat conftest.err 1>&5
1.5964 - fi
1.5965 - $rm conftest*
1.5966 - AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
1.5967 - ;;
1.5968 - esac
1.5969 - fi
1.5970 - ;;
1.5971 -esac
1.5972 -])
1.5973 -m4trace:m4/libtool.m4:5826: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
1.5974 -# /* ltdll.c starts here */
1.5975 -# #define WIN32_LEAN_AND_MEAN
1.5976 -# #include <windows.h>
1.5977 -# #undef WIN32_LEAN_AND_MEAN
1.5978 -# #include <stdio.h>
1.5979 -#
1.5980 -# #ifndef __CYGWIN__
1.5981 -# # ifdef __CYGWIN32__
1.5982 -# # define __CYGWIN__ __CYGWIN32__
1.5983 -# # endif
1.5984 -# #endif
1.5985 -#
1.5986 -# #ifdef __cplusplus
1.5987 -# extern "C" {
1.5988 -# #endif
1.5989 -# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
1.5990 -# #ifdef __cplusplus
1.5991 -# }
1.5992 -# #endif
1.5993 -#
1.5994 -# #ifdef __CYGWIN__
1.5995 -# #include <cygwin/cygwin_dll.h>
1.5996 -# DECLARE_CYGWIN_DLL( DllMain );
1.5997 -# #endif
1.5998 -# HINSTANCE __hDllInstance_base;
1.5999 -#
1.6000 -# BOOL APIENTRY
1.6001 -# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
1.6002 -# {
1.6003 -# __hDllInstance_base = hInst;
1.6004 -# return TRUE;
1.6005 -# }
1.6006 -# /* ltdll.c ends here */
1.6007 -])
1.6008 -m4trace:m4/libtool.m4:5865: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
1.6009 -m4trace:m4/libtool.m4:5869: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])
1.6010 -m4trace:m4/libtool.m4:5870: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
1.6011 -m4trace:m4/libtool.m4:5871: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
1.6012 -m4trace:m4/libtool.m4:5872: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
1.6013 -m4trace:m4/libtool.m4:5873: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
1.6014 -m4trace:m4/libtool.m4:5874: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD])
1.6015 -m4trace:m4/libtool.m4:5875: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM])
1.6016 -m4trace:m4/libtool.m4:5880: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no)
1.6017 - test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
1.6018 - AC_SUBST(GCJFLAGS)
1.6019 -])
1.6020 -m4trace:m4/libtool.m4:5886: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no)
1.6021 -])
1.6022 -m4trace:m4/libtool.m4:5900: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output])
1.6023 -AC_CACHE_VAL(lt_cv_path_SED,
1.6024 -[# Loop through the user's path and test for sed and gsed.
1.6025 -# Then use that list of sed's as ones to test for truncation.
1.6026 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1.6027 -for as_dir in $PATH
1.6028 -do
1.6029 - IFS=$as_save_IFS
1.6030 - test -z "$as_dir" && as_dir=.
1.6031 - for lt_ac_prog in sed gsed; do
1.6032 - for ac_exec_ext in '' $ac_executable_extensions; do
1.6033 - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
1.6034 - lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
1.6035 - fi
1.6036 - done
1.6037 - done
1.6038 -done
1.6039 -lt_ac_max=0
1.6040 -lt_ac_count=0
1.6041 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris
1.6042 -# along with /bin/sed that truncates output.
1.6043 -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
1.6044 - test ! -f $lt_ac_sed && break
1.6045 - cat /dev/null > conftest.in
1.6046 - lt_ac_count=0
1.6047 - echo $ECHO_N "0123456789$ECHO_C" >conftest.in
1.6048 - # Check for GNU sed and select it if it is found.
1.6049 - if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
1.6050 - lt_cv_path_SED=$lt_ac_sed
1.6051 - break
1.6052 - fi
1.6053 - while true; do
1.6054 - cat conftest.in conftest.in >conftest.tmp
1.6055 - mv conftest.tmp conftest.in
1.6056 - cp conftest.in conftest.nl
1.6057 - echo >>conftest.nl
1.6058 - $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
1.6059 - cmp -s conftest.out conftest.nl || break
1.6060 - # 10000 chars as input seems more than enough
1.6061 - test $lt_ac_count -gt 10 && break
1.6062 - lt_ac_count=`expr $lt_ac_count + 1`
1.6063 - if test $lt_ac_count -gt $lt_ac_max; then
1.6064 - lt_ac_max=$lt_ac_count
1.6065 - lt_cv_path_SED=$lt_ac_sed
1.6066 - fi
1.6067 - done
1.6068 -done
1.6069 -SED=$lt_cv_path_SED
1.6070 -])
1.6071 -AC_MSG_RESULT([$SED])
1.6072 -])
1.6073 -m4trace:m4/pkg.m4:26: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1.6074 -m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
1.6075 -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
1.6076 -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
1.6077 - AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
1.6078 -fi
1.6079 -if test -n "$PKG_CONFIG"; then
1.6080 - _pkg_min_version=m4_ifval([$1], [$1], [0.9.0])
1.6081 - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
1.6082 - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
1.6083 - AC_MSG_RESULT([yes])
1.6084 - else
1.6085 - AC_MSG_RESULT([no])
1.6086 - PKG_CONFIG=""
1.6087 - fi
1.6088 -
1.6089 -fi[]dnl
1.6090 -])
1.6091 -m4trace:m4/pkg.m4:72: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
1.6092 -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
1.6093 -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
1.6094 -
1.6095 -pkg_failed=no
1.6096 -AC_CACHE_CHECK([for $1][_CFLAGS], [pkg_cv_][$1][_CFLAGS],
1.6097 - [_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])])
1.6098 -AC_CACHE_CHECK([for $1][_LIBS], [pkg_cv_][$1][_LIBS],
1.6099 - [_PKG_CONFIG([$1][_LIBS], [libs], [$2])])
1.6100 -
1.6101 -if test $pkg_failed = yes; then
1.6102 - $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
1.6103 - # Put the nasty error message in config.log where it belongs
1.6104 - echo "$$1[]_PKG_ERRORS" 1>&AS_MESSAGE_LOG_FD
1.6105 -
1.6106 - ifelse([$4], , [AC_MSG_ERROR(dnl
1.6107 -[Package requirements ($2) were not met.
1.6108 -Consider adjusting the PKG_CONFIG_PATH environment variable if you
1.6109 -installed software in a non-standard prefix.
1.6110 -
1.6111 -Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
1.6112 -to avoid the need to call pkg-config. See the pkg-config man page for
1.6113 -more details.])],
1.6114 - [$4])
1.6115 -elif test $pkg_failed = untried; then
1.6116 - ifelse([$4], , [AC_MSG_FAILURE(dnl
1.6117 -[The pkg-config script could not be found or is too old. Make sure it
1.6118 -is in your PATH or set the PKG_CONFIG environment variable to the full
1.6119 -path to pkg-config.
1.6120 -
1.6121 -Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables
1.6122 -to avoid the need to call pkg-config. See the pkg-config man page for
1.6123 -more details.
1.6124 -
1.6125 -To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
1.6126 - [$4])
1.6127 -else
1.6128 - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1.6129 - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
1.6130 - ifelse([$3], , :, [$3])
1.6131 -fi[]dnl
1.6132 -])
1.6133 -m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
1.6134 -m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
1.6135 -m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
1.6136 -m4trace:configure.ac:3: -1- m4_pattern_allow([^AS_FLAGS$])
1.6137 -m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?m4_])
1.6138 -m4trace:configure.ac:3: -1- m4_pattern_forbid([^dnl$])
1.6139 -m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?AS_])
1.6140 -m4trace:configure.ac:3: -1- m4_pattern_allow([^SHELL$])
1.6141 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PATH_SEPARATOR$])
1.6142 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
1.6143 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
1.6144 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1.6145 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
1.6146 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
1.6147 -m4trace:configure.ac:3: -1- m4_pattern_allow([^exec_prefix$])
1.6148 -m4trace:configure.ac:3: -1- m4_pattern_allow([^prefix$])
1.6149 -m4trace:configure.ac:3: -1- m4_pattern_allow([^program_transform_name$])
1.6150 -m4trace:configure.ac:3: -1- m4_pattern_allow([^bindir$])
1.6151 -m4trace:configure.ac:3: -1- m4_pattern_allow([^sbindir$])
1.6152 -m4trace:configure.ac:3: -1- m4_pattern_allow([^libexecdir$])
1.6153 -m4trace:configure.ac:3: -1- m4_pattern_allow([^datarootdir$])
1.6154 -m4trace:configure.ac:3: -1- m4_pattern_allow([^datadir$])
1.6155 -m4trace:configure.ac:3: -1- m4_pattern_allow([^sysconfdir$])
1.6156 -m4trace:configure.ac:3: -1- m4_pattern_allow([^sharedstatedir$])
1.6157 -m4trace:configure.ac:3: -1- m4_pattern_allow([^localstatedir$])
1.6158 -m4trace:configure.ac:3: -1- m4_pattern_allow([^includedir$])
1.6159 -m4trace:configure.ac:3: -1- m4_pattern_allow([^oldincludedir$])
1.6160 -m4trace:configure.ac:3: -1- m4_pattern_allow([^docdir$])
1.6161 -m4trace:configure.ac:3: -1- m4_pattern_allow([^infodir$])
1.6162 -m4trace:configure.ac:3: -1- m4_pattern_allow([^htmldir$])
1.6163 -m4trace:configure.ac:3: -1- m4_pattern_allow([^dvidir$])
1.6164 -m4trace:configure.ac:3: -1- m4_pattern_allow([^pdfdir$])
1.6165 -m4trace:configure.ac:3: -1- m4_pattern_allow([^psdir$])
1.6166 -m4trace:configure.ac:3: -1- m4_pattern_allow([^libdir$])
1.6167 -m4trace:configure.ac:3: -1- m4_pattern_allow([^localedir$])
1.6168 -m4trace:configure.ac:3: -1- m4_pattern_allow([^mandir$])
1.6169 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_NAME$])
1.6170 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
1.6171 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_VERSION$])
1.6172 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_STRING$])
1.6173 -m4trace:configure.ac:3: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
1.6174 -m4trace:configure.ac:3: -1- m4_pattern_allow([^DEFS$])
1.6175 -m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_C$])
1.6176 -m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_N$])
1.6177 -m4trace:configure.ac:3: -1- m4_pattern_allow([^ECHO_T$])
1.6178 -m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$])
1.6179 -m4trace:configure.ac:3: -1- m4_pattern_allow([^build_alias$])
1.6180 -m4trace:configure.ac:3: -1- m4_pattern_allow([^host_alias$])
1.6181 -m4trace:configure.ac:3: -1- m4_pattern_allow([^target_alias$])
1.6182 -m4trace:configure.ac:4: -1- m4_pattern_allow([^build$])
1.6183 -m4trace:configure.ac:4: -1- m4_pattern_allow([^build_cpu$])
1.6184 -m4trace:configure.ac:4: -1- m4_pattern_allow([^build_vendor$])
1.6185 -m4trace:configure.ac:4: -1- m4_pattern_allow([^build_os$])
1.6186 -m4trace:configure.ac:4: -1- m4_pattern_allow([^host$])
1.6187 -m4trace:configure.ac:4: -1- m4_pattern_allow([^host_cpu$])
1.6188 -m4trace:configure.ac:4: -1- m4_pattern_allow([^host_vendor$])
1.6189 -m4trace:configure.ac:4: -1- m4_pattern_allow([^host_os$])
1.6190 -m4trace:configure.ac:4: -1- m4_pattern_allow([^target$])
1.6191 -m4trace:configure.ac:4: -1- m4_pattern_allow([^target_cpu$])
1.6192 -m4trace:configure.ac:4: -1- m4_pattern_allow([^target_vendor$])
1.6193 -m4trace:configure.ac:4: -1- m4_pattern_allow([^target_os$])
1.6194 -m4trace:configure.ac:10: -1- AM_DISABLE_STATIC
1.6195 -m4trace:configure.ac:10: -1- AC_DISABLE_STATIC([])
1.6196 -m4trace:configure.ac:10: -1- AC_ENABLE_STATIC([no])
1.6197 -m4trace:configure.ac:10: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.6198 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.6199 -../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
1.6200 -m4/libtool.m4:1799: AC_ENABLE_STATIC is expanded from...
1.6201 -m4/libtool.m4:1828: AC_DISABLE_STATIC is expanded from...
1.6202 -m4/libtool.m4:5873: AM_DISABLE_STATIC is expanded from...
1.6203 -configure.ac:10: the top level])
1.6204 -m4trace:configure.ac:13: -1- AM_MAINTAINER_MODE
1.6205 -m4trace:configure.ac:13: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1.6206 -m4trace:configure.ac:13: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
1.6207 -m4trace:configure.ac:13: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
1.6208 -m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
1.6209 -m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
1.6210 -m4trace:configure.ac:13: -1- m4_pattern_allow([^MAINT$])
1.6211 -m4trace:configure.ac:17: -1- AS_VERSION([gst-indt-plugins], [GST_PLUGINS_VERSION], [0], [10], [0], [1], [GST_CVS="no"], [GST_CVS="yes"])
1.6212 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION$])
1.6213 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION$])
1.6214 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION_RELEASE$])
1.6215 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION_RELEASE$])
1.6216 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION_MAJOR$])
1.6217 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION_MINOR$])
1.6218 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION_MICRO$])
1.6219 -m4trace:configure.ac:17: -1- m4_pattern_allow([^GST_PLUGINS_VERSION_NANO$])
1.6220 -m4trace:configure.ac:17: -1- m4_pattern_allow([^PACKAGE$])
1.6221 -m4trace:configure.ac:17: -1- m4_pattern_allow([^PACKAGE$])
1.6222 -m4trace:configure.ac:17: -1- m4_pattern_allow([^VERSION$])
1.6223 -m4trace:configure.ac:17: -1- m4_pattern_allow([^VERSION$])
1.6224 -m4trace:configure.ac:19: -1- AM_INIT_AUTOMAKE([$PACKAGE], [$VERSION])
1.6225 -m4trace:configure.ac:19: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
1.6226 -m4trace:configure.ac:19: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
1.6227 -m4trace:configure.ac:19: -1- AM_AUTOMAKE_VERSION([1.10])
1.6228 -m4trace:configure.ac:19: -1- _AM_AUTOCONF_VERSION([2.61])
1.6229 -m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
1.6230 -m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
1.6231 -m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_DATA$])
1.6232 -m4trace:configure.ac:19: -1- m4_pattern_allow([^am__isrc$])
1.6233 -m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__isrc])
1.6234 -m4trace:configure.ac:19: -1- m4_pattern_allow([^CYGPATH_W$])
1.6235 -m4trace:configure.ac:19: -1- m4_pattern_allow([^PACKAGE$])
1.6236 -m4trace:configure.ac:19: -1- m4_pattern_allow([^VERSION$])
1.6237 -m4trace:configure.ac:19: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
1.6238 - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
1.6239 -m4trace:configure.ac:19: -2- _AM_MANGLE_OPTION([no-define])
1.6240 -m4trace:configure.ac:19: -1- m4_pattern_allow([^PACKAGE$])
1.6241 -m4trace:configure.ac:19: -1- m4_pattern_allow([^VERSION$])
1.6242 -m4trace:configure.ac:19: -1- AM_SANITY_CHECK
1.6243 -m4trace:configure.ac:19: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1.6244 -m4trace:configure.ac:19: -1- AM_MISSING_HAS_RUN
1.6245 -m4trace:configure.ac:19: -1- AM_AUX_DIR_EXPAND
1.6246 -m4trace:configure.ac:19: -1- m4_pattern_allow([^ACLOCAL$])
1.6247 -m4trace:configure.ac:19: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
1.6248 -m4trace:configure.ac:19: -1- m4_pattern_allow([^AUTOCONF$])
1.6249 -m4trace:configure.ac:19: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1.6250 -m4trace:configure.ac:19: -1- m4_pattern_allow([^AUTOMAKE$])
1.6251 -m4trace:configure.ac:19: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
1.6252 -m4trace:configure.ac:19: -1- m4_pattern_allow([^AUTOHEADER$])
1.6253 -m4trace:configure.ac:19: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
1.6254 -m4trace:configure.ac:19: -1- m4_pattern_allow([^MAKEINFO$])
1.6255 -m4trace:configure.ac:19: -1- AM_PROG_INSTALL_SH
1.6256 -m4trace:configure.ac:19: -1- m4_pattern_allow([^install_sh$])
1.6257 -m4trace:configure.ac:19: -1- AM_PROG_INSTALL_STRIP
1.6258 -m4trace:configure.ac:19: -1- m4_pattern_allow([^STRIP$])
1.6259 -m4trace:configure.ac:19: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
1.6260 -m4trace:configure.ac:19: -1- AM_PROG_MKDIR_P
1.6261 -m4trace:configure.ac:19: -1- m4_pattern_allow([^mkdir_p$])
1.6262 -m4trace:configure.ac:19: -1- m4_pattern_allow([^AWK$])
1.6263 -m4trace:configure.ac:19: -1- m4_pattern_allow([^SET_MAKE$])
1.6264 -m4trace:configure.ac:19: -1- AM_SET_LEADING_DOT
1.6265 -m4trace:configure.ac:19: -1- m4_pattern_allow([^am__leading_dot$])
1.6266 -m4trace:configure.ac:19: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1.6267 - [_AM_PROG_TAR([v7])])])
1.6268 -m4trace:configure.ac:19: -2- _AM_MANGLE_OPTION([tar-ustar])
1.6269 -m4trace:configure.ac:19: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
1.6270 -m4trace:configure.ac:19: -2- _AM_MANGLE_OPTION([tar-pax])
1.6271 -m4trace:configure.ac:19: -1- _AM_PROG_TAR([v7])
1.6272 -m4trace:configure.ac:19: -1- AM_MISSING_PROG([AMTAR], [tar])
1.6273 -m4trace:configure.ac:19: -1- m4_pattern_allow([^AMTAR$])
1.6274 -m4trace:configure.ac:19: -1- m4_pattern_allow([^am__tar$])
1.6275 -m4trace:configure.ac:19: -1- m4_pattern_allow([^am__untar$])
1.6276 -m4trace:configure.ac:19: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
1.6277 - [_AM_DEPENDENCIES(CC)],
1.6278 - [define([AC_PROG_CC],
1.6279 - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
1.6280 -AC_PROVIDE_IFELSE([AC_PROG_CXX],
1.6281 - [_AM_DEPENDENCIES(CXX)],
1.6282 - [define([AC_PROG_CXX],
1.6283 - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
1.6284 -AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1.6285 - [_AM_DEPENDENCIES(OBJC)],
1.6286 - [define([AC_PROG_OBJC],
1.6287 - defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
1.6288 -])
1.6289 -m4trace:configure.ac:19: -2- _AM_MANGLE_OPTION([no-dependencies])
1.6290 -m4trace:configure.ac:21: -1- AM_PROG_LIBTOOL
1.6291 -m4trace:configure.ac:21: -1- AC_PROG_LIBTOOL
1.6292 -m4trace:configure.ac:21: -1- _AC_PROG_LIBTOOL
1.6293 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SETUP
1.6294 -m4trace:configure.ac:21: -1- AC_ENABLE_SHARED
1.6295 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.6296 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.6297 -../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
1.6298 -m4/libtool.m4:1760: AC_ENABLE_SHARED is expanded from...
1.6299 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.6300 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.6301 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.6302 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.6303 -configure.ac:21: the top level])
1.6304 -m4trace:configure.ac:21: -1- AC_ENABLE_FAST_INSTALL
1.6305 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.6306 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.6307 -../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
1.6308 -m4/libtool.m4:1838: AC_ENABLE_FAST_INSTALL is expanded from...
1.6309 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.6310 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.6311 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.6312 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.6313 -configure.ac:21: the top level])
1.6314 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1.6315 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CFLAGS$])
1.6316 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
1.6317 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
1.6318 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
1.6319 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1.6320 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1.6321 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1.6322 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CC$])
1.6323 -m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CC$])
1.6324 -m4trace:configure.ac:21: -1- m4_pattern_allow([^EXEEXT$])
1.6325 -m4trace:configure.ac:21: -1- m4_pattern_allow([^OBJEXT$])
1.6326 -m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CC])
1.6327 -m4trace:configure.ac:21: -1- AM_SET_DEPDIR
1.6328 -m4trace:configure.ac:21: -1- m4_pattern_allow([^DEPDIR$])
1.6329 -m4trace:configure.ac:21: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
1.6330 -m4trace:configure.ac:21: -1- AM_MAKE_INCLUDE
1.6331 -m4trace:configure.ac:21: -1- m4_pattern_allow([^am__include$])
1.6332 -m4trace:configure.ac:21: -1- m4_pattern_allow([^am__quote$])
1.6333 -m4trace:configure.ac:21: -1- AM_DEP_TRACK
1.6334 -m4trace:configure.ac:21: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
1.6335 -m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_TRUE$])
1.6336 -m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEP_FALSE$])
1.6337 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
1.6338 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
1.6339 -m4trace:configure.ac:21: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
1.6340 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
1.6341 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CCDEPMODE$])
1.6342 -m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCC], [
1.6343 - test "x$enable_dependency_tracking" != xno \
1.6344 - && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1.6345 -m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1.6346 -m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1.6347 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1.6348 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1.6349 -m4trace:configure.ac:21: -1- AC_PROG_LD
1.6350 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.6351 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.6352 -../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
1.6353 -m4/libtool.m4:1979: AC_PROG_LD is expanded from...
1.6354 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.6355 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.6356 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.6357 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.6358 -configure.ac:21: the top level])
1.6359 -m4trace:configure.ac:21: -1- LT_AC_PROG_SED
1.6360 -m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
1.6361 -m4trace:configure.ac:21: -1- AC_PROG_EGREP
1.6362 -m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
1.6363 -m4trace:configure.ac:21: -1- m4_pattern_allow([^GREP$])
1.6364 -m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
1.6365 -m4trace:configure.ac:21: -1- m4_pattern_allow([^EGREP$])
1.6366 -m4trace:configure.ac:21: -1- AC_PROG_LD_RELOAD_FLAG
1.6367 -m4trace:configure.ac:21: -1- AC_PROG_NM
1.6368 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LN_S$])
1.6369 -m4trace:configure.ac:21: -1- AC_DEPLIBS_CHECK_METHOD
1.6370 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN
1.6371 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
1.6372 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.6373 -m4trace:configure.ac:21: -1- AC_LIBTOOL_OBJDIR
1.6374 -m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
1.6375 -m4trace:configure.ac:21: -1- _LT_AC_PROG_ECHO_BACKSLASH
1.6376 -m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([
1.6377 -# Check that we are running under the correct shell.
1.6378 -SHELL=${CONFIG_SHELL-/bin/sh}
1.6379 -
1.6380 -case X$ECHO in
1.6381 -X*--fallback-echo)
1.6382 - # Remove one level of quotation (which was required for Make).
1.6383 - ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
1.6384 - ;;
1.6385 -esac
1.6386 -
1.6387 -echo=${ECHO-echo}
1.6388 -if test "X[$]1" = X--no-reexec; then
1.6389 - # Discard the --no-reexec flag, and continue.
1.6390 - shift
1.6391 -elif test "X[$]1" = X--fallback-echo; then
1.6392 - # Avoid inline document here, it may be left over
1.6393 - :
1.6394 -elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
1.6395 - # Yippee, $echo works!
1.6396 - :
1.6397 -else
1.6398 - # Restart under the correct shell.
1.6399 - exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
1.6400 -fi
1.6401 -
1.6402 -if test "X[$]1" = X--fallback-echo; then
1.6403 - # used as fallback echo
1.6404 - shift
1.6405 - cat <<EOF
1.6406 -[$]*
1.6407 -EOF
1.6408 - exit 0
1.6409 -fi
1.6410 -
1.6411 -# The HP-UX ksh and POSIX shell print the target directory to stdout
1.6412 -# if CDPATH is set.
1.6413 -if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
1.6414 -
1.6415 -if test -z "$ECHO"; then
1.6416 -if test "X${echo_test_string+set}" != Xset; then
1.6417 -# find a string as large as possible, as long as the shell can cope with it
1.6418 - for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
1.6419 - # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
1.6420 - if (echo_test_string="`eval $cmd`") 2>/dev/null &&
1.6421 - echo_test_string="`eval $cmd`" &&
1.6422 - (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
1.6423 - then
1.6424 - break
1.6425 - fi
1.6426 - done
1.6427 -fi
1.6428 -
1.6429 -if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1.6430 - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1.6431 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.6432 - :
1.6433 -else
1.6434 - # The Solaris, AIX, and Digital Unix default echo programs unquote
1.6435 - # backslashes. This makes it impossible to quote backslashes using
1.6436 - # echo "$something" | sed 's/\\/\\\\/g'
1.6437 - #
1.6438 - # So, first we look for a working echo in the user's PATH.
1.6439 -
1.6440 - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
1.6441 - for dir in $PATH /usr/ucb; do
1.6442 - IFS="$lt_save_ifs"
1.6443 - if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
1.6444 - test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
1.6445 - echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
1.6446 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.6447 - echo="$dir/echo"
1.6448 - break
1.6449 - fi
1.6450 - done
1.6451 - IFS="$lt_save_ifs"
1.6452 -
1.6453 - if test "X$echo" = Xecho; then
1.6454 - # We didn't find a better echo, so look for alternatives.
1.6455 - if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
1.6456 - echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
1.6457 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.6458 - # This shell has a builtin print -r that does the trick.
1.6459 - echo='print -r'
1.6460 - elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
1.6461 - test "X$CONFIG_SHELL" != X/bin/ksh; then
1.6462 - # If we have ksh, try running configure again with it.
1.6463 - ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
1.6464 - export ORIGINAL_CONFIG_SHELL
1.6465 - CONFIG_SHELL=/bin/ksh
1.6466 - export CONFIG_SHELL
1.6467 - exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
1.6468 - else
1.6469 - # Try using printf.
1.6470 - echo='printf %s\n'
1.6471 - if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
1.6472 - echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
1.6473 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.6474 - # Cool, printf works
1.6475 - :
1.6476 - elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1.6477 - test "X$echo_testing_string" = 'X\t' &&
1.6478 - echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1.6479 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.6480 - CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
1.6481 - export CONFIG_SHELL
1.6482 - SHELL="$CONFIG_SHELL"
1.6483 - export SHELL
1.6484 - echo="$CONFIG_SHELL [$]0 --fallback-echo"
1.6485 - elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
1.6486 - test "X$echo_testing_string" = 'X\t' &&
1.6487 - echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
1.6488 - test "X$echo_testing_string" = "X$echo_test_string"; then
1.6489 - echo="$CONFIG_SHELL [$]0 --fallback-echo"
1.6490 - else
1.6491 - # maybe with a smaller string...
1.6492 - prev=:
1.6493 -
1.6494 - for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
1.6495 - if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
1.6496 - then
1.6497 - break
1.6498 - fi
1.6499 - prev="$cmd"
1.6500 - done
1.6501 -
1.6502 - if test "$prev" != 'sed 50q "[$]0"'; then
1.6503 - echo_test_string=`eval $prev`
1.6504 - export echo_test_string
1.6505 - exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
1.6506 - else
1.6507 - # Oops. We lost completely, so just stick with echo.
1.6508 - echo=echo
1.6509 - fi
1.6510 - fi
1.6511 - fi
1.6512 - fi
1.6513 -fi
1.6514 -fi
1.6515 -
1.6516 -# Copy echo and quote the copy suitably for passing to libtool from
1.6517 -# the Makefile, instead of quoting the original, which is used later.
1.6518 -ECHO=$echo
1.6519 -if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
1.6520 - ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
1.6521 -fi
1.6522 -
1.6523 -AC_SUBST(ECHO)
1.6524 -])
1.6525 -m4trace:configure.ac:21: -1- m4_pattern_allow([^ECHO$])
1.6526 -m4trace:configure.ac:21: -1- m4_pattern_allow([^AR$])
1.6527 -m4trace:configure.ac:21: -1- m4_pattern_allow([^RANLIB$])
1.6528 -m4trace:configure.ac:21: -1- m4_pattern_allow([^STRIP$])
1.6529 -m4trace:configure.ac:21: -1- AC_PATH_MAGIC
1.6530 -m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
1.6531 -m4trace:configure.ac:21: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
1.6532 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.6533 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.6534 -../../lib/autoconf/general.m4:1364: AC_ARG_ENABLE is expanded from...
1.6535 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.6536 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.6537 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.6538 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.6539 -configure.ac:21: the top level])
1.6540 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.6541 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.6542 -../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
1.6543 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.6544 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.6545 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.6546 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.6547 -configure.ac:21: the top level])
1.6548 -m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_C_CONFIG
1.6549 -m4trace:configure.ac:21: -1- _LT_AC_LANG_C_CONFIG
1.6550 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [])
1.6551 -m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
1.6552 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6553 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6554 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6555 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6556 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6557 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6558 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6559 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], [])
1.6560 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], [])
1.6561 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], [])
1.6562 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6563 -m4trace:configure.ac:21: -1- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, ) works], [lt_prog_compiler_static_works], [$lt_prog_compiler_static], [], [_LT_AC_TAGVAR(lt_prog_compiler_static, )=])
1.6564 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6565 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6566 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6567 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([])
1.6568 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.6569 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.6570 -m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
1.6571 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.6572 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.6573 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([])
1.6574 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6575 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6576 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6577 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6578 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6579 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6580 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6581 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6582 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6583 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
1.6584 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6585 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6586 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6587 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6588 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6589 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6590 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6591 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6592 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6593 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6594 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6595 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6596 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6597 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6598 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6599 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6600 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6601 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6602 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6603 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6604 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6605 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6606 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6607 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6608 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6609 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6610 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6611 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6612 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6613 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6614 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6615 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6616 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6617 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6618 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6619 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6620 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
1.6621 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6622 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6623 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6624 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [])
1.6625 -m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) works], [lt_prog_compiler_pic_works], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, )ifelse([],[],[ -DPIC],[ifelse([],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, ) in
1.6626 - "" | " "*) ;;
1.6627 - *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;;
1.6628 - esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )=
1.6629 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
1.6630 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6631 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6632 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6633 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6634 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6635 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6636 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6637 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [])
1.6638 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6639 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6640 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6641 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([])
1.6642 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6643 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6644 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6645 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6646 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6647 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6648 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6649 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([])
1.6650 -m4trace:configure.ac:21: -1- _LT_AC_LOCK
1.6651 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
1.6652 -You should run autoupdate.], [../../lib/autoconf/general.m4:2414: AC_TRY_LINK is expanded from...
1.6653 -../../lib/m4sugar/m4sh.m4:516: AS_IF is expanded from...
1.6654 -../../lib/autoconf/general.m4:1898: AC_CACHE_VAL is expanded from...
1.6655 -../../lib/autoconf/general.m4:1911: AC_CACHE_CHECK is expanded from...
1.6656 -m4/libtool.m4:437: _LT_AC_LOCK is expanded from...
1.6657 -m4/libtool.m4:970: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
1.6658 -m4/libtool.m4:2473: _LT_AC_LANG_C_CONFIG is expanded from...
1.6659 -m4/libtool.m4:2472: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
1.6660 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.6661 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.6662 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.6663 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.6664 -configure.ac:21: the top level])
1.6665 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.6666 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([])
1.6667 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6668 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
1.6669 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6670 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6671 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
1.6672 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
1.6673 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6674 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6675 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
1.6676 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6677 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
1.6678 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6679 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6680 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6681 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6682 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6683 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
1.6684 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
1.6685 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
1.6686 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
1.6687 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.6688 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
1.6689 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
1.6690 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6691 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6692 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6693 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6694 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6695 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6696 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6697 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6698 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6699 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6700 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6701 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
1.6702 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
1.6703 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.6704 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6705 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6706 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6707 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6708 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6709 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6710 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6711 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6712 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6713 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6714 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6715 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6716 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6717 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6718 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6719 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6720 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6721 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6722 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6723 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6724 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6725 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6726 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6727 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6728 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6729 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6730 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
1.6731 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6732 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6733 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6734 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.6735 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.6736 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6737 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6738 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6739 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6740 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6741 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6742 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6743 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6744 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6745 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
1.6746 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6747 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.6748 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6749 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6750 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6751 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6752 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6753 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.6754 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6755 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
1.6756 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6757 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
1.6758 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6759 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6760 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6761 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6762 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6763 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6764 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6765 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6766 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6767 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6768 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6769 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
1.6770 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
1.6771 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
1.6772 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6773 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6774 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6775 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6776 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6777 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6778 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6779 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
1.6780 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6781 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6782 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
1.6783 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6784 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
1.6785 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6786 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6787 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6788 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6789 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6790 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6791 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6792 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6793 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6794 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6795 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6796 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6797 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6798 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6799 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6800 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6801 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6802 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6803 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6804 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6805 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6806 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6807 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6808 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6809 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6810 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6811 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6812 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6813 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6814 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6815 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6816 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6817 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
1.6818 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6819 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6820 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6821 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6822 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6823 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6824 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6825 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6826 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6827 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6828 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6829 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6830 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6831 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6832 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
1.6833 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6834 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6835 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6836 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6837 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6838 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6839 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6840 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6841 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6842 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6843 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6844 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6845 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6846 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6847 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6848 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6849 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6850 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6851 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6852 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6853 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6854 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6855 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6856 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6857 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6858 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6859 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [])
1.6860 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6861 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6862 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6863 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6864 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6865 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6866 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6867 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6868 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6869 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6870 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6871 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6872 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6873 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.6874 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6875 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6876 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6877 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
1.6878 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6879 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6880 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6881 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6882 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6883 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6884 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6885 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6886 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6887 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6888 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6889 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6890 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6891 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6892 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6893 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6894 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6895 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [])
1.6896 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6897 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6898 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6899 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6900 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6901 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6902 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6903 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6904 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6905 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6906 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6907 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6908 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6909 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6910 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
1.6911 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6912 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6913 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6914 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
1.6915 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6916 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6917 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6918 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6919 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6920 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6921 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6922 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6923 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6924 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6925 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6926 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6927 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6928 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6929 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6930 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6931 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6932 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [])
1.6933 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6934 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6935 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6936 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6937 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6938 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([])
1.6939 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([])
1.6940 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6941 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.6942 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var ])
1.6943 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
1.6944 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6945 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.6946 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6947 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6948 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6949 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6950 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6951 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.6952 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
1.6953 -m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF([])
1.6954 -m4trace:configure.ac:21: -1- _LT_AC_CHECK_DLFCN
1.6955 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
1.6956 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
1.6957 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CPP$])
1.6958 -m4trace:configure.ac:21: -1- m4_pattern_allow([^STDC_HEADERS$])
1.6959 -m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
1.6960 -m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
1.6961 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.6962 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6963 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6964 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6965 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.6966 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6967 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
1.6968 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6969 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
1.6970 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.6971 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
1.6972 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.6973 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6974 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.6975 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [])
1.6976 -m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([])
1.6977 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
1.6978 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [])
1.6979 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
1.6980 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.6981 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.6982 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.6983 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.6984 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.6985 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
1.6986 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.6987 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
1.6988 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
1.6989 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
1.6990 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
1.6991 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
1.6992 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
1.6993 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
1.6994 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
1.6995 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.6996 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.6997 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [])
1.6998 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [])
1.6999 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
1.7000 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.7001 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
1.7002 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.7003 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.7004 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
1.7005 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.7006 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
1.7007 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
1.7008 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
1.7009 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.7010 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
1.7011 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
1.7012 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
1.7013 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
1.7014 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.7015 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.7016 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
1.7017 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
1.7018 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
1.7019 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.7020 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [])
1.7021 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [])
1.7022 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [])
1.7023 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [])
1.7024 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [])
1.7025 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [])
1.7026 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [])
1.7027 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [])
1.7028 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [])
1.7029 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [])
1.7030 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [])
1.7031 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [])
1.7032 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [])
1.7033 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [])
1.7034 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [])
1.7035 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [])
1.7036 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [])
1.7037 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [])
1.7038 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [])
1.7039 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [])
1.7040 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [])
1.7041 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [])
1.7042 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [])
1.7043 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [])
1.7044 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [])
1.7045 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [])
1.7046 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [])
1.7047 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [])
1.7048 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [])
1.7049 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [])
1.7050 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [])
1.7051 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [])
1.7052 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [])
1.7053 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [])
1.7054 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [])
1.7055 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [])
1.7056 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [])
1.7057 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [])
1.7058 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [])
1.7059 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [])
1.7060 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [])
1.7061 -m4trace:configure.ac:21: -1- _LT_AC_TAGCONFIG
1.7062 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
1.7063 -You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
1.7064 -../../lib/autoconf/general.m4:1382: AC_ARG_WITH is expanded from...
1.7065 -m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.7066 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.7067 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.7068 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.7069 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.7070 -configure.ac:21: the top level])
1.7071 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.7072 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.7073 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.7074 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.7075 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.7076 -configure.ac:21: the top level])
1.7077 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.7078 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.7079 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.7080 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.7081 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.7082 -configure.ac:21: the top level])
1.7083 -m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_CXX_CONFIG
1.7084 -m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX_CONFIG([CXX])
1.7085 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CXX$])
1.7086 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXFLAGS$])
1.7087 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
1.7088 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
1.7089 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
1.7090 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CXX$])
1.7091 -m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_CXX$])
1.7092 -m4trace:configure.ac:21: -1- _AM_DEPENDENCIES([CXX])
1.7093 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXDEPMODE$])
1.7094 -m4trace:configure.ac:21: -1- AM_CONDITIONAL([am__fastdepCXX], [
1.7095 - test "x$enable_dependency_tracking" != xno \
1.7096 - && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
1.7097 -m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
1.7098 -m4trace:configure.ac:21: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
1.7099 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
1.7100 -m4trace:configure.ac:21: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
1.7101 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXCPP$])
1.7102 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CPPFLAGS$])
1.7103 -m4trace:configure.ac:21: -1- m4_pattern_allow([^CXXCPP$])
1.7104 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7105 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7106 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
1.7107 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7108 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7109 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7110 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7111 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
1.7112 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7113 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7114 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
1.7115 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
1.7116 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
1.7117 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7118 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7119 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
1.7120 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7121 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
1.7122 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7123 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7124 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
1.7125 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7126 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7127 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [CXX])
1.7128 -m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
1.7129 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
1.7130 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
1.7131 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
1.7132 -m4trace:configure.ac:21: -1- AC_PROG_LD
1.7133 -m4trace:configure.ac:21: -1- AC_PROG_LD_GNU
1.7134 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7135 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7136 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7137 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7138 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7139 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7140 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7141 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7142 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7143 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7144 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7145 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7146 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7147 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7148 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7149 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7150 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7151 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7152 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
1.7153 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7154 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.7155 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7156 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7157 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7158 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7159 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7160 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.7161 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7162 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
1.7163 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7164 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
1.7165 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7166 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7167 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7168 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7169 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7170 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7171 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
1.7172 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
1.7173 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7174 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7175 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7176 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7177 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7178 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7179 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7180 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7181 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7182 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7183 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
1.7184 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7185 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7186 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
1.7187 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7188 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
1.7189 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
1.7190 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7191 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7192 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7193 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7194 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7195 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7196 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7197 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7198 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7199 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7200 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7201 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7202 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7203 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7204 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7205 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7206 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7207 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7208 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7209 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
1.7210 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7211 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7212 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7213 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7214 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7215 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7216 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
1.7217 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7218 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
1.7219 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7220 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7221 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7222 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7223 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7224 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7225 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7226 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7227 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7228 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7229 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7230 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7231 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7232 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7233 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7234 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7235 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7236 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7237 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7238 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7239 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7240 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7241 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7242 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7243 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7244 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7245 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7246 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7247 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7248 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7249 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7250 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7251 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7252 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7253 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7254 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7255 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7256 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7257 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
1.7258 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7259 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7260 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7261 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7262 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7263 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7264 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7265 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7266 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7267 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7268 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7269 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7270 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7271 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7272 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7273 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7274 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7275 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7276 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7277 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7278 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7279 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7280 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7281 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7282 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7283 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7284 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7285 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7286 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7287 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7288 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7289 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7290 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7291 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7292 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7293 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7294 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
1.7295 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7296 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7297 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7298 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
1.7299 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7300 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7301 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7302 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7303 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7304 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
1.7305 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7306 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7307 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7308 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7309 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7310 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7311 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7312 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7313 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7314 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7315 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7316 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7317 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7318 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
1.7319 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
1.7320 -m4trace:configure.ac:21: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX])
1.7321 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7322 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7323 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7324 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7325 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7326 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7327 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7328 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7329 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7330 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7331 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7332 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7333 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7334 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7335 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7336 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7337 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7338 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7339 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX])
1.7340 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7341 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7342 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7343 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7344 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7345 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7346 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7347 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7348 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7349 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7350 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7351 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7352 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7353 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7354 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7355 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7356 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7357 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7358 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7359 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7360 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7361 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7362 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7363 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7364 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7365 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7366 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7367 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7368 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7369 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7370 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7371 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7372 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7373 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7374 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7375 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7376 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7377 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7378 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7379 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7380 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7381 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7382 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7383 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7384 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7385 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7386 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7387 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
1.7388 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7389 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7390 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7391 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX])
1.7392 -m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) works], [lt_prog_compiler_pic_works_CXX], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)ifelse([CXX],[],[ -DPIC],[ifelse([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX) in
1.7393 - "" | " "*) ;;
1.7394 - *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
1.7395 - esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=
1.7396 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
1.7397 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7398 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7399 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7400 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7401 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7402 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7403 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7404 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX])
1.7405 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7406 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7407 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7408 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([CXX])
1.7409 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7410 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7411 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7412 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7413 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7414 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7415 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7416 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX])
1.7417 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7418 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX])
1.7419 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7420 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7421 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7422 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7423 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7424 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7425 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7426 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7427 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7428 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX])
1.7429 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7430 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7431 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7432 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7433 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7434 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7435 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7436 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7437 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7438 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7439 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7440 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7441 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX])
1.7442 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX])
1.7443 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7444 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7445 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var CXX])
1.7446 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
1.7447 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7448 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7449 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7450 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7451 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7452 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7453 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7454 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7455 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
1.7456 -m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF([CXX])
1.7457 -m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
1.7458 -m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
1.7459 -m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([CXX])
1.7460 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
1.7461 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [CXX])
1.7462 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
1.7463 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7464 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7465 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7466 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
1.7467 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7468 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
1.7469 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7470 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
1.7471 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7472 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
1.7473 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7474 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7475 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
1.7476 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7477 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7478 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7479 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7480 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX])
1.7481 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX])
1.7482 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
1.7483 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7484 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
1.7485 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7486 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7487 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
1.7488 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7489 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
1.7490 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
1.7491 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
1.7492 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7493 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
1.7494 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
1.7495 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7496 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
1.7497 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7498 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7499 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
1.7500 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
1.7501 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
1.7502 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7503 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX])
1.7504 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX])
1.7505 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [CXX])
1.7506 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [CXX])
1.7507 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [CXX])
1.7508 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX])
1.7509 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX])
1.7510 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX])
1.7511 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX])
1.7512 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX])
1.7513 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX])
1.7514 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX])
1.7515 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX])
1.7516 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX])
1.7517 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX])
1.7518 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX])
1.7519 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [CXX])
1.7520 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX])
1.7521 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [CXX])
1.7522 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX])
1.7523 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [CXX])
1.7524 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [CXX])
1.7525 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [CXX])
1.7526 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [CXX])
1.7527 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX])
1.7528 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX])
1.7529 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX])
1.7530 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [CXX])
1.7531 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX])
1.7532 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX])
1.7533 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX])
1.7534 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX])
1.7535 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX])
1.7536 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX])
1.7537 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX])
1.7538 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX])
1.7539 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX])
1.7540 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX])
1.7541 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX])
1.7542 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX])
1.7543 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [CXX])
1.7544 -m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_F77_CONFIG
1.7545 -m4trace:configure.ac:21: -1- _LT_AC_LANG_F77_CONFIG([F77])
1.7546 -m4trace:configure.ac:21: -1- m4_pattern_allow([^F77$])
1.7547 -m4trace:configure.ac:21: -1- m4_pattern_allow([^FFLAGS$])
1.7548 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LDFLAGS$])
1.7549 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBS$])
1.7550 -m4trace:configure.ac:21: -1- m4_pattern_allow([^F77$])
1.7551 -m4trace:configure.ac:21: -1- m4_pattern_allow([^ac_ct_F77$])
1.7552 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7553 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7554 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.7555 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7556 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7557 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7558 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7559 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
1.7560 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7561 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7562 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
1.7563 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
1.7564 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
1.7565 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7566 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
1.7567 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.7568 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7569 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
1.7570 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [F77])
1.7571 -m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
1.7572 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
1.7573 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7574 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
1.7575 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
1.7576 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77])
1.7577 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7578 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7579 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7580 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7581 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7582 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7583 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7584 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7585 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7586 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
1.7587 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7588 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7589 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7590 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7591 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7592 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7593 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7594 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7595 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7596 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7597 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7598 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7599 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7600 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7601 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7602 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7603 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7604 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7605 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7606 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7607 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7608 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7609 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7610 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7611 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7612 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7613 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7614 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7615 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7616 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7617 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7618 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7619 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7620 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7621 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7622 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7623 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
1.7624 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7625 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7626 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7627 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77])
1.7628 -m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) works], [lt_prog_compiler_pic_works_F77], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)ifelse([F77],[],[ -DPIC],[ifelse([F77],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77) in
1.7629 - "" | " "*) ;;
1.7630 - *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;;
1.7631 - esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=
1.7632 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no])
1.7633 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7634 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7635 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7636 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7637 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7638 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7639 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7640 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77])
1.7641 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7642 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7643 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7644 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([F77])
1.7645 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7646 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7647 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7648 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7649 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7650 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7651 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7652 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77])
1.7653 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7654 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77])
1.7655 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7656 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
1.7657 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7658 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7659 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
1.7660 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
1.7661 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7662 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7663 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
1.7664 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7665 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
1.7666 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7667 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7668 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7669 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7670 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7671 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
1.7672 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
1.7673 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
1.7674 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.7675 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.7676 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
1.7677 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
1.7678 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7679 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7680 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7681 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7682 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7683 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7684 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7685 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7686 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7687 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7688 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7689 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.7690 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
1.7691 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.7692 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7693 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7694 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7695 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7696 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7697 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7698 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7699 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7700 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7701 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7702 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7703 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7704 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7705 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7706 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7707 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7708 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7709 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7710 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7711 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7712 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7713 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7714 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7715 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7716 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7717 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7718 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.7719 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7720 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7721 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7722 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.7723 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.7724 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7725 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7726 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7727 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7728 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7729 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7730 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7731 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7732 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7733 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.7734 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7735 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.7736 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7737 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7738 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7739 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7740 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7741 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.7742 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7743 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.7744 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7745 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.7746 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7747 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7748 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7749 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7750 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7751 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7752 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7753 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7754 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7755 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7756 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7757 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
1.7758 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
1.7759 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
1.7760 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7761 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7762 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7763 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7764 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7765 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7766 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7767 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
1.7768 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7769 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7770 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
1.7771 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7772 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
1.7773 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7774 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7775 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7776 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7777 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7778 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7779 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7780 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7781 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7782 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7783 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7784 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7785 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7786 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7787 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7788 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7789 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7790 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7791 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7792 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7793 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7794 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7795 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7796 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7797 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7798 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7799 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7800 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7801 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7802 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7803 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7804 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7805 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
1.7806 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7807 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7808 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7809 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7810 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7811 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7812 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7813 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7814 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7815 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7816 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7817 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7818 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7819 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7820 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
1.7821 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7822 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7823 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7824 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7825 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7826 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7827 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7828 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7829 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7830 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7831 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7832 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7833 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7834 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7835 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7836 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7837 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7838 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7839 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7840 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7841 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7842 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7843 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7844 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7845 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7846 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7847 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77])
1.7848 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7849 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7850 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7851 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7852 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7853 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7854 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7855 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7856 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7857 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7858 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7859 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7860 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7861 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7862 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7863 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7864 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7865 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.7866 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7867 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7868 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7869 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7870 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7871 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7872 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7873 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.7874 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7875 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7876 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7877 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7878 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7879 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7880 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7881 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7882 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7883 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [F77])
1.7884 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7885 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7886 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7887 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7888 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7889 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7890 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7891 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7892 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7893 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7894 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7895 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7896 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7897 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7898 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.7899 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7900 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7901 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7902 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.7903 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7904 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7905 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7906 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7907 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7908 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7909 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.7910 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7911 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7912 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7913 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [F77])
1.7914 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7915 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7916 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7917 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7918 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7919 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7920 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7921 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7922 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7923 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7924 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7925 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7926 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77])
1.7927 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77])
1.7928 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7929 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7930 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var F77])
1.7931 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
1.7932 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.7933 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.7934 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7935 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7936 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7937 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7938 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7939 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.7940 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
1.7941 -m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([F77])
1.7942 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
1.7943 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [F77])
1.7944 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
1.7945 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7946 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7947 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7948 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
1.7949 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7950 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
1.7951 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7952 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
1.7953 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
1.7954 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
1.7955 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
1.7956 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
1.7957 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
1.7958 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
1.7959 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
1.7960 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7961 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7962 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77])
1.7963 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77])
1.7964 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
1.7965 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.7966 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.7967 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.7968 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.7969 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
1.7970 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.7971 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
1.7972 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
1.7973 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
1.7974 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7975 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
1.7976 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
1.7977 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
1.7978 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
1.7979 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.7980 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.7981 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
1.7982 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
1.7983 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
1.7984 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.7985 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77])
1.7986 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77])
1.7987 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [F77])
1.7988 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [F77])
1.7989 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [F77])
1.7990 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77])
1.7991 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77])
1.7992 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77])
1.7993 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77])
1.7994 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77])
1.7995 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77])
1.7996 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77])
1.7997 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77])
1.7998 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77])
1.7999 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77])
1.8000 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77])
1.8001 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [F77])
1.8002 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77])
1.8003 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [F77])
1.8004 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77])
1.8005 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [F77])
1.8006 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [F77])
1.8007 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [F77])
1.8008 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [F77])
1.8009 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77])
1.8010 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77])
1.8011 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77])
1.8012 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [F77])
1.8013 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77])
1.8014 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77])
1.8015 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77])
1.8016 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [F77])
1.8017 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77])
1.8018 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77])
1.8019 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77])
1.8020 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77])
1.8021 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77])
1.8022 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [F77])
1.8023 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77])
1.8024 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77])
1.8025 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [F77])
1.8026 -m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_GCJ_CONFIG
1.8027 -m4trace:configure.ac:21: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ])
1.8028 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
1.8029 -You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
1.8030 -m4/libtool.m4:3748: _LT_AC_LANG_GCJ_CONFIG is expanded from...
1.8031 -m4/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
1.8032 -m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.8033 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.8034 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.8035 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.8036 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.8037 -configure.ac:21: the top level])
1.8038 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [GCJ])
1.8039 -m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
1.8040 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
1.8041 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8042 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ])
1.8043 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
1.8044 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
1.8045 -m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, GCJ) -fno-rtti -fno-exceptions"])
1.8046 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
1.8047 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
1.8048 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ])
1.8049 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8050 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8051 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8052 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8053 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8054 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8055 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8056 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8057 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8058 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
1.8059 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8060 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8061 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8062 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8063 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8064 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8065 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8066 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8067 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8068 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8069 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8070 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8071 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8072 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8073 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8074 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8075 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8076 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8077 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8078 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8079 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8080 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8081 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8082 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8083 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8084 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8085 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8086 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8087 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8088 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8089 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8090 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8091 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8092 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8093 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8094 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8095 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
1.8096 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8097 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8098 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8099 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ])
1.8100 -m4trace:configure.ac:21: -1- AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) works], [lt_prog_compiler_pic_works_GCJ], [$_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)ifelse([GCJ],[],[ -DPIC],[ifelse([GCJ],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ) in
1.8101 - "" | " "*) ;;
1.8102 - *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;;
1.8103 - esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=
1.8104 - _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no])
1.8105 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8106 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8107 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8108 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8109 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8110 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8111 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8112 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ])
1.8113 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8114 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8115 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8116 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ])
1.8117 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8118 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8119 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8120 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8121 -m4trace:configure.ac:21: -3- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8122 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8123 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8124 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ])
1.8125 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8126 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ])
1.8127 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8128 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
1.8129 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8130 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8131 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
1.8132 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
1.8133 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8134 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8135 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
1.8136 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8137 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
1.8138 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8139 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8140 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8141 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8142 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8143 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
1.8144 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
1.8145 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
1.8146 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
1.8147 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8148 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
1.8149 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
1.8150 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8151 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8152 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8153 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8154 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8155 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8156 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8157 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8158 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8159 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8160 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8161 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
1.8162 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
1.8163 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8164 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8165 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8166 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8167 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8168 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8169 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8170 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8171 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8172 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8173 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8174 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8175 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8176 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8177 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8178 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8179 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8180 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8181 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8182 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8183 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8184 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8185 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8186 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8187 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8188 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8189 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8190 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
1.8191 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8192 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8193 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8194 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8195 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8196 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8197 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8198 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8199 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8200 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8201 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8202 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8203 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8204 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8205 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
1.8206 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8207 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.8208 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8209 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8210 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8211 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8212 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8213 -m4trace:configure.ac:21: -1- _LT_AC_SYS_LIBPATH_AIX
1.8214 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8215 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
1.8216 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8217 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
1.8218 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8219 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8220 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8221 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8222 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8223 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8224 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8225 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8226 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8227 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8228 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8229 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
1.8230 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
1.8231 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
1.8232 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8233 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8234 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8235 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8236 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8237 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8238 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8239 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
1.8240 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8241 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8242 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
1.8243 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8244 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
1.8245 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8246 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8247 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8248 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8249 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8250 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8251 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8252 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8253 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8254 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8255 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8256 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8257 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8258 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8259 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8260 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8261 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8262 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8263 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8264 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8265 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8266 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8267 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8268 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8269 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8270 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8271 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8272 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8273 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8274 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8275 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8276 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8277 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
1.8278 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8279 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8280 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8281 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8282 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8283 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8284 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8285 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8286 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8287 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8288 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8289 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8290 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8291 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8292 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
1.8293 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8294 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8295 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8296 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8297 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8298 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8299 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8300 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8301 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8302 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8303 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8304 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8305 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8306 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8307 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8308 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8309 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8310 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8311 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8312 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8313 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8314 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8315 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8316 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8317 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8318 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8319 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ])
1.8320 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8321 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8322 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8323 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8324 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8325 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8326 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8327 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8328 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8329 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8330 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8331 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8332 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8333 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8334 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8335 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8336 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8337 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
1.8338 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8339 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8340 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8341 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8342 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8343 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8344 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8345 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8346 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8347 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8348 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8349 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8350 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8351 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8352 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8353 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8354 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8355 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ])
1.8356 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8357 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8358 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8359 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8360 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8361 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8362 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8363 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8364 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8365 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8366 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8367 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8368 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8369 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8370 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
1.8371 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8372 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8373 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8374 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
1.8375 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8376 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8377 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8378 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8379 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8380 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8381 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8382 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8383 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8384 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8385 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ])
1.8386 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8387 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8388 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8389 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8390 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8391 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8392 -m4trace:configure.ac:21: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8393 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8394 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8395 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8396 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8397 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8398 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ])
1.8399 -m4trace:configure.ac:21: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ])
1.8400 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8401 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8402 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([runpath_var GCJ])
1.8403 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
1.8404 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8405 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8406 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8407 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8408 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8409 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8410 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8411 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8412 -m4trace:configure.ac:21: -1- AC_LIBTOOL_SYS_LIB_STRIP
1.8413 -m4trace:configure.ac:21: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ])
1.8414 -m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=yes], [lt_cv_dlopen_self=no], [lt_cv_dlopen_self=cross])
1.8415 -m4trace:configure.ac:21: -1- _LT_AC_TRY_DLOPEN_SELF([lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=yes], [lt_cv_dlopen_self_static=no], [lt_cv_dlopen_self_static=cross])
1.8416 -m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([GCJ])
1.8417 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
1.8418 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [GCJ])
1.8419 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
1.8420 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8421 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8422 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8423 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
1.8424 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8425 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
1.8426 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8427 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
1.8428 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
1.8429 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
1.8430 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
1.8431 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
1.8432 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
1.8433 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
1.8434 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
1.8435 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8436 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8437 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ])
1.8438 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ])
1.8439 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
1.8440 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8441 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
1.8442 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8443 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8444 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
1.8445 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8446 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
1.8447 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
1.8448 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
1.8449 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8450 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
1.8451 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
1.8452 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
1.8453 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
1.8454 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8455 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8456 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
1.8457 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
1.8458 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
1.8459 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8460 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ])
1.8461 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ])
1.8462 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [GCJ])
1.8463 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [GCJ])
1.8464 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [GCJ])
1.8465 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ])
1.8466 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ])
1.8467 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ])
1.8468 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ])
1.8469 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ])
1.8470 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ])
1.8471 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ])
1.8472 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ])
1.8473 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ])
1.8474 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ])
1.8475 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ])
1.8476 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ])
1.8477 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ])
1.8478 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [GCJ])
1.8479 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ])
1.8480 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [GCJ])
1.8481 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ])
1.8482 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [GCJ])
1.8483 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [GCJ])
1.8484 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ])
1.8485 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ])
1.8486 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ])
1.8487 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ])
1.8488 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ])
1.8489 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ])
1.8490 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ])
1.8491 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ])
1.8492 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ])
1.8493 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ])
1.8494 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ])
1.8495 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ])
1.8496 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ])
1.8497 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ])
1.8498 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ])
1.8499 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ])
1.8500 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ])
1.8501 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
1.8502 -You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
1.8503 -m4/libtool.m4:3748: _LT_AC_LANG_GCJ_CONFIG is expanded from...
1.8504 -m4/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
1.8505 -m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.8506 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.8507 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.8508 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.8509 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.8510 -configure.ac:21: the top level])
1.8511 -m4trace:configure.ac:21: -1- AC_LIBTOOL_LANG_RC_CONFIG
1.8512 -m4trace:configure.ac:21: -1- _LT_AC_LANG_RC_CONFIG([RC])
1.8513 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
1.8514 -You should run autoupdate.], [../../lib/autoconf/lang.m4:167: AC_LANG_SAVE is expanded from...
1.8515 -m4/libtool.m4:3803: _LT_AC_LANG_RC_CONFIG is expanded from...
1.8516 -m4/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
1.8517 -m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.8518 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.8519 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.8520 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.8521 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.8522 -configure.ac:21: the top level])
1.8523 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([objext], [RC])
1.8524 -m4trace:configure.ac:21: -1- _LT_AC_SYS_COMPILER
1.8525 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
1.8526 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
1.8527 -m4trace:configure.ac:21: -1- AC_LIBTOOL_CONFIG([RC])
1.8528 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
1.8529 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([CC], [RC])
1.8530 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
1.8531 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
1.8532 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
1.8533 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
1.8534 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
1.8535 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
1.8536 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
1.8537 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
1.8538 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
1.8539 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
1.8540 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
1.8541 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
1.8542 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
1.8543 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
1.8544 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
1.8545 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
1.8546 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
1.8547 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
1.8548 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC])
1.8549 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC])
1.8550 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
1.8551 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
1.8552 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
1.8553 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
1.8554 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
1.8555 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
1.8556 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
1.8557 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
1.8558 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
1.8559 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
1.8560 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
1.8561 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
1.8562 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
1.8563 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
1.8564 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
1.8565 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
1.8566 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
1.8567 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
1.8568 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
1.8569 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
1.8570 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
1.8571 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC])
1.8572 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC])
1.8573 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler], [RC])
1.8574 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([GCC], [RC])
1.8575 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([LD], [RC])
1.8576 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC])
1.8577 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC])
1.8578 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC])
1.8579 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC])
1.8580 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC])
1.8581 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC])
1.8582 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC])
1.8583 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC])
1.8584 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC])
1.8585 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC])
1.8586 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC])
1.8587 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_cmds], [RC])
1.8588 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC])
1.8589 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_cmds], [RC])
1.8590 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC])
1.8591 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predep_objects], [RC])
1.8592 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdep_objects], [RC])
1.8593 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([predeps], [RC])
1.8594 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([postdeps], [RC])
1.8595 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC])
1.8596 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC])
1.8597 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC])
1.8598 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_action], [RC])
1.8599 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC])
1.8600 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC])
1.8601 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC])
1.8602 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_direct], [RC])
1.8603 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC])
1.8604 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC])
1.8605 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC])
1.8606 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC])
1.8607 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC])
1.8608 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([always_export_symbols], [RC])
1.8609 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC])
1.8610 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC])
1.8611 -m4trace:configure.ac:21: -1- _LT_AC_TAGVAR([include_expsyms], [RC])
1.8612 -m4trace:configure.ac:21: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
1.8613 -You should run autoupdate.], [../../lib/autoconf/lang.m4:176: AC_LANG_RESTORE is expanded from...
1.8614 -m4/libtool.m4:3803: _LT_AC_LANG_RC_CONFIG is expanded from...
1.8615 -m4/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from...
1.8616 -m4/libtool.m4:1643: _LT_AC_TAGCONFIG is expanded from...
1.8617 -m4/libtool.m4:96: AC_LIBTOOL_SETUP is expanded from...
1.8618 -m4/libtool.m4:76: _AC_PROG_LIBTOOL is expanded from...
1.8619 -m4/libtool.m4:41: AC_PROG_LIBTOOL is expanded from...
1.8620 -m4/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from...
1.8621 -configure.ac:21: the top level])
1.8622 -m4trace:configure.ac:21: -1- m4_pattern_allow([^LIBTOOL$])
1.8623 -m4trace:configure.ac:21: -1- AC_LIBTOOL_CXX
1.8624 -m4trace:configure.ac:21: -1- _LT_AC_LANG_CXX
1.8625 -m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
1.8626 -m4trace:configure.ac:21: -1- AC_LIBTOOL_F77
1.8627 -m4trace:configure.ac:21: -1- _LT_AC_LANG_F77
1.8628 -m4trace:configure.ac:21: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
1.8629 -m4trace:configure.ac:23: -1- AM_CONFIG_HEADER([config.h])
1.8630 -m4trace:configure.ac:23: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
1.8631 -You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
1.8632 -configure.ac:23: the top level])
1.8633 -m4trace:configure.ac:26: -1- m4_pattern_allow([^ACLOCAL_AMFLAGS$])
1.8634 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1.8635 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CFLAGS$])
1.8636 -m4trace:configure.ac:29: -1- m4_pattern_allow([^LDFLAGS$])
1.8637 -m4trace:configure.ac:29: -1- m4_pattern_allow([^LIBS$])
1.8638 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPPFLAGS$])
1.8639 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1.8640 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1.8641 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1.8642 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$])
1.8643 -m4trace:configure.ac:29: -1- m4_pattern_allow([^ac_ct_CC$])
1.8644 -m4trace:configure.ac:29: -1- _AM_DEPENDENCIES([CC])
1.8645 -m4trace:configure.ac:29: -1- m4_pattern_allow([^CCDEPMODE$])
1.8646 -m4trace:configure.ac:29: -1- AM_CONDITIONAL([am__fastdepCC], [
1.8647 - test "x$enable_dependency_tracking" != xno \
1.8648 - && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
1.8649 -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
1.8650 -m4trace:configure.ac:29: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
1.8651 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
1.8652 -m4trace:configure.ac:29: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
1.8653 -m4trace:configure.ac:31: -1- AM_PROG_AS
1.8654 -m4trace:configure.ac:31: -1- m4_pattern_allow([^CCAS$])
1.8655 -m4trace:configure.ac:31: -1- m4_pattern_allow([^CCASFLAGS$])
1.8656 -m4trace:configure.ac:31: -1- _AM_IF_OPTION([no-dependencies], [], [_AM_DEPENDENCIES([CCAS])])
1.8657 -m4trace:configure.ac:31: -2- _AM_MANGLE_OPTION([no-dependencies])
1.8658 -m4trace:configure.ac:31: -1- _AM_DEPENDENCIES([CCAS])
1.8659 -m4trace:configure.ac:31: -1- m4_pattern_allow([^CCASDEPMODE$])
1.8660 -m4trace:configure.ac:31: -1- AM_CONDITIONAL([am__fastdepCCAS], [
1.8661 - test "x$enable_dependency_tracking" != xno \
1.8662 - && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3])
1.8663 -m4trace:configure.ac:31: -1- m4_pattern_allow([^am__fastdepCCAS_TRUE$])
1.8664 -m4trace:configure.ac:31: -1- m4_pattern_allow([^am__fastdepCCAS_FALSE$])
1.8665 -m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_TRUE])
1.8666 -m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__fastdepCCAS_FALSE])
1.8667 -m4trace:configure.ac:34: -1- AS_COMPILER_FLAG([-Wall], [GST_WALL="yes"], [GST_WALL="no"])
1.8668 -m4trace:configure.ac:34: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1.8669 -You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
1.8670 -m4/as-compiler-flag.m4:14: AS_COMPILER_FLAG is expanded from...
1.8671 -configure.ac:34: the top level])
1.8672 -m4trace:configure.ac:40: -1- AS_COMPILER_FLAG([-Werror], [ERROR_CFLAGS="$ERROR_CFLAGS -Werror"], [ERROR_CFLAGS="$ERROR_CFLAGS"])
1.8673 -m4trace:configure.ac:40: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
1.8674 -You should run autoupdate.], [../../lib/autoconf/general.m4:2367: AC_TRY_COMPILE is expanded from...
1.8675 -m4/as-compiler-flag.m4:14: AS_COMPILER_FLAG is expanded from...
1.8676 -configure.ac:40: the top level])
1.8677 -m4trace:configure.ac:44: -1- m4_pattern_allow([^ERROR_CFLAGS$])
1.8678 -m4trace:configure.ac:47: -1- m4_pattern_allow([^CXX$])
1.8679 -m4trace:configure.ac:47: -1- m4_pattern_allow([^CXXFLAGS$])
1.8680 -m4trace:configure.ac:47: -1- m4_pattern_allow([^LDFLAGS$])
1.8681 -m4trace:configure.ac:47: -1- m4_pattern_allow([^LIBS$])
1.8682 -m4trace:configure.ac:47: -1- m4_pattern_allow([^CPPFLAGS$])
1.8683 -m4trace:configure.ac:47: -1- m4_pattern_allow([^CXX$])
1.8684 -m4trace:configure.ac:47: -1- m4_pattern_allow([^ac_ct_CXX$])
1.8685 -m4trace:configure.ac:47: -1- _AM_DEPENDENCIES([CXX])
1.8686 -m4trace:configure.ac:47: -1- m4_pattern_allow([^CXXDEPMODE$])
1.8687 -m4trace:configure.ac:47: -1- AM_CONDITIONAL([am__fastdepCXX], [
1.8688 - test "x$enable_dependency_tracking" != xno \
1.8689 - && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
1.8690 -m4trace:configure.ac:47: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
1.8691 -m4trace:configure.ac:47: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
1.8692 -m4trace:configure.ac:47: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
1.8693 -m4trace:configure.ac:47: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
1.8694 -m4trace:configure.ac:49: -1- m4_pattern_allow([^HAVE_CXX$])
1.8695 -m4trace:configure.ac:51: -1- m4_pattern_allow([^CXXCPP$])
1.8696 -m4trace:configure.ac:51: -1- m4_pattern_allow([^CPPFLAGS$])
1.8697 -m4trace:configure.ac:51: -1- m4_pattern_allow([^CXXCPP$])
1.8698 -m4trace:configure.ac:54: -1- m4_pattern_allow([^STDC_HEADERS$])
1.8699 -m4trace:configure.ac:58: -1- m4_pattern_allow([^HAVE_PKGCONFIG$])
1.8700 -m4trace:configure.ac:71: -1- PKG_CHECK_MODULES([GST], [\
1.8701 - gstreamer-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST=yes], [HAVE_GST=no])
1.8702 -m4trace:configure.ac:71: -1- PKG_PROG_PKG_CONFIG
1.8703 -m4trace:configure.ac:71: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
1.8704 -m4trace:configure.ac:71: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
1.8705 -m4trace:configure.ac:71: -1- m4_pattern_allow([^PKG_CONFIG$])
1.8706 -m4trace:configure.ac:71: -1- m4_pattern_allow([^PKG_CONFIG$])
1.8707 -m4trace:configure.ac:71: -1- m4_pattern_allow([^GST_CFLAGS$])
1.8708 -m4trace:configure.ac:71: -1- m4_pattern_allow([^GST_LIBS$])
1.8709 -m4trace:configure.ac:88: -1- m4_pattern_allow([^GST_CFLAGS$])
1.8710 -m4trace:configure.ac:89: -1- m4_pattern_allow([^GST_LIBS$])
1.8711 -m4trace:configure.ac:92: -1- m4_pattern_allow([^GST_MAJORMINOR$])
1.8712 -m4trace:configure.ac:95: -1- PKG_CHECK_MODULES([GST_BASE], [gstreamer-base-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST_BASE="yes"], [HAVE_GST_BASE="no"])
1.8713 -m4trace:configure.ac:95: -1- m4_pattern_allow([^GST_BASE_CFLAGS$])
1.8714 -m4trace:configure.ac:95: -1- m4_pattern_allow([^GST_BASE_LIBS$])
1.8715 -m4trace:configure.ac:102: -1- m4_pattern_allow([^GST_BASE_LIBS$])
1.8716 -m4trace:configure.ac:103: -1- m4_pattern_allow([^GST_BASE_CFLAGS$])
1.8717 -m4trace:configure.ac:106: -1- PKG_CHECK_MODULES([GST_PLUGINS_BASE], [gstreamer-plugins-base-$GST_MAJORMINOR >= $GST_REQUIRED], [HAVE_GST_PLUGINS="yes"], [HAVE_GST_PLUGINS="no"])
1.8718 -m4trace:configure.ac:106: -1- m4_pattern_allow([^GST_PLUGINS_BASE_CFLAGS$])
1.8719 -m4trace:configure.ac:106: -1- m4_pattern_allow([^GST_PLUGINS_BASE_LIBS$])
1.8720 -m4trace:configure.ac:113: -1- m4_pattern_allow([^GST_PLUGINS_BASE_LIBS$])
1.8721 -m4trace:configure.ac:114: -1- m4_pattern_allow([^GST_PLUGINS_BASE_CFLAGS$])
1.8722 -m4trace:configure.ac:118: -1- m4_pattern_allow([^plugindir$])
1.8723 -m4trace:configure.ac:122: -1- m4_pattern_allow([^GST_PLUGIN_LDFLAGS$])
1.8724 -m4trace:configure.ac:124: -1- m4_pattern_allow([^GST_LICENSE$])
1.8725 -m4trace:configure.ac:125: -1- m4_pattern_allow([^GST_PACKAGE_NAME$])
1.8726 -m4trace:configure.ac:126: -1- m4_pattern_allow([^GST_PACKAGE_ORIGIN$])
1.8727 -m4trace:configure.ac:128: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments.
1.8728 -You should run autoupdate.], [])
1.8729 -m4trace:configure.ac:128: -1- m4_pattern_allow([^LIB@&t@OBJS$])
1.8730 -m4trace:configure.ac:128: -1- m4_pattern_allow([^LTLIBOBJS$])
1.8731 -m4trace:configure.ac:128: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
1.8732 -m4trace:configure.ac:128: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS