[5] | 1 | m4trace:/usr/share/aclocal/libtool.m4:71: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl |
---|
| 2 | dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX |
---|
| 3 | dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. |
---|
| 4 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
---|
| 5 | [AC_LIBTOOL_CXX], |
---|
| 6 | [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX |
---|
| 7 | ])]) |
---|
| 8 | dnl And a similar setup for Fortran 77 support |
---|
| 9 | AC_PROVIDE_IFELSE([AC_PROG_F77], |
---|
| 10 | [AC_LIBTOOL_F77], |
---|
| 11 | [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 |
---|
| 12 | ])]) |
---|
| 13 | |
---|
| 14 | dnl Quote AM_PROG_GCJ so that aclocal doesn't bring it in needlessly. |
---|
| 15 | dnl If either AC_PROG_GCJ or AM_PROG_GCJ have already been expanded, run |
---|
| 16 | dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. |
---|
| 17 | AC_PROVIDE_IFELSE([AC_PROG_GCJ], |
---|
| 18 | [AC_LIBTOOL_GCJ], |
---|
| 19 | [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], |
---|
| 20 | [AC_LIBTOOL_GCJ], |
---|
| 21 | [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], |
---|
| 22 | [AC_LIBTOOL_GCJ], |
---|
| 23 | [ifdef([AC_PROG_GCJ], |
---|
| 24 | [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) |
---|
| 25 | ifdef([A][M_PROG_GCJ], |
---|
| 26 | [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) |
---|
| 27 | ifdef([LT_AC_PROG_GCJ], |
---|
| 28 | [define([LT_AC_PROG_GCJ], |
---|
| 29 | defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) |
---|
| 30 | ])]) |
---|
| 31 | m4trace:/usr/share/aclocal/libtool.m4:91: -1- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl |
---|
| 32 | AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl |
---|
| 33 | AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl |
---|
| 34 | AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl |
---|
| 35 | |
---|
| 36 | # This can be used to rebuild libtool when needed |
---|
| 37 | LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
---|
| 38 | |
---|
| 39 | # Always use our own libtool. |
---|
| 40 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
---|
| 41 | AC_SUBST(LIBTOOL)dnl |
---|
| 42 | |
---|
| 43 | # Prevent multiple expansion |
---|
| 44 | define([AC_PROG_LIBTOOL], []) |
---|
| 45 | ]) |
---|
| 46 | m4trace:/usr/share/aclocal/libtool.m4:233: -1- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl |
---|
| 47 | AC_REQUIRE([AC_ENABLE_SHARED])dnl |
---|
| 48 | AC_REQUIRE([AC_ENABLE_STATIC])dnl |
---|
| 49 | AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl |
---|
| 50 | AC_REQUIRE([AC_CANONICAL_HOST])dnl |
---|
| 51 | AC_REQUIRE([AC_CANONICAL_BUILD])dnl |
---|
| 52 | AC_REQUIRE([AC_PROG_CC])dnl |
---|
| 53 | AC_REQUIRE([AC_PROG_LD])dnl |
---|
| 54 | AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl |
---|
| 55 | AC_REQUIRE([AC_PROG_NM])dnl |
---|
| 56 | |
---|
| 57 | AC_REQUIRE([AC_PROG_LN_S])dnl |
---|
| 58 | AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl |
---|
| 59 | # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! |
---|
| 60 | AC_REQUIRE([AC_OBJEXT])dnl |
---|
| 61 | AC_REQUIRE([AC_EXEEXT])dnl |
---|
| 62 | dnl |
---|
| 63 | |
---|
| 64 | AC_LIBTOOL_SYS_MAX_CMD_LEN |
---|
| 65 | AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE |
---|
| 66 | AC_LIBTOOL_OBJDIR |
---|
| 67 | |
---|
| 68 | AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl |
---|
| 69 | _LT_AC_PROG_ECHO_BACKSLASH |
---|
| 70 | |
---|
| 71 | case $host_os in |
---|
| 72 | aix3*) |
---|
| 73 | # AIX sometimes has problems with the GCC collect2 program. For some |
---|
| 74 | # reason, if we set the COLLECT_NAMES environment variable, the problems |
---|
| 75 | # vanish in a puff of smoke. |
---|
| 76 | if test "X${COLLECT_NAMES+set}" != Xset; then |
---|
| 77 | COLLECT_NAMES= |
---|
| 78 | export COLLECT_NAMES |
---|
| 79 | fi |
---|
| 80 | ;; |
---|
| 81 | esac |
---|
| 82 | |
---|
| 83 | # Sed substitution that helps us do robust quoting. It backslashifies |
---|
| 84 | # metacharacters that are still active within double-quoted strings. |
---|
| 85 | Xsed='sed -e s/^X//' |
---|
| 86 | [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] |
---|
| 87 | |
---|
| 88 | # Same as above, but do not quote variable references. |
---|
| 89 | [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] |
---|
| 90 | |
---|
| 91 | # Sed substitution to delay expansion of an escaped shell variable in a |
---|
| 92 | # double_quote_subst'ed string. |
---|
| 93 | delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' |
---|
| 94 | |
---|
| 95 | # Sed substitution to avoid accidental globbing in evaled expressions |
---|
| 96 | no_glob_subst='s/\*/\\\*/g' |
---|
| 97 | |
---|
| 98 | # Constants: |
---|
| 99 | rm="rm -f" |
---|
| 100 | |
---|
| 101 | # Global variables: |
---|
| 102 | default_ofile=libtool |
---|
| 103 | can_build_shared=yes |
---|
| 104 | |
---|
| 105 | # All known linkers require a `.a' archive for static linking (except M$VC, |
---|
| 106 | # which needs '.lib'). |
---|
| 107 | libext=a |
---|
| 108 | ltmain="$ac_aux_dir/ltmain.sh" |
---|
| 109 | ofile="$default_ofile" |
---|
| 110 | with_gnu_ld="$lt_cv_prog_gnu_ld" |
---|
| 111 | |
---|
| 112 | AC_CHECK_TOOL(AR, ar, false) |
---|
| 113 | AC_CHECK_TOOL(RANLIB, ranlib, :) |
---|
| 114 | AC_CHECK_TOOL(STRIP, strip, :) |
---|
| 115 | |
---|
| 116 | old_CC="$CC" |
---|
| 117 | old_CFLAGS="$CFLAGS" |
---|
| 118 | |
---|
| 119 | # Set sane defaults for various variables |
---|
| 120 | test -z "$AR" && AR=ar |
---|
| 121 | test -z "$AR_FLAGS" && AR_FLAGS=cru |
---|
| 122 | test -z "$AS" && AS=as |
---|
| 123 | test -z "$CC" && CC=cc |
---|
| 124 | test -z "$LTCC" && LTCC=$CC |
---|
| 125 | test -z "$DLLTOOL" && DLLTOOL=dlltool |
---|
| 126 | test -z "$LD" && LD=ld |
---|
| 127 | test -z "$LN_S" && LN_S="ln -s" |
---|
| 128 | test -z "$MAGIC_CMD" && MAGIC_CMD=file |
---|
| 129 | test -z "$NM" && NM=nm |
---|
| 130 | test -z "$SED" && SED=sed |
---|
| 131 | test -z "$OBJDUMP" && OBJDUMP=objdump |
---|
| 132 | test -z "$RANLIB" && RANLIB=: |
---|
| 133 | test -z "$STRIP" && STRIP=: |
---|
| 134 | test -z "$ac_objext" && ac_objext=o |
---|
| 135 | |
---|
| 136 | # Determine commands to create old-style static archives. |
---|
| 137 | old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs' |
---|
| 138 | old_postinstall_cmds='chmod 644 $oldlib' |
---|
| 139 | old_postuninstall_cmds= |
---|
| 140 | |
---|
| 141 | if test -n "$RANLIB"; then |
---|
| 142 | case $host_os in |
---|
| 143 | openbsd*) |
---|
| 144 | old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds" |
---|
| 145 | ;; |
---|
| 146 | *) |
---|
| 147 | old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" |
---|
| 148 | ;; |
---|
| 149 | esac |
---|
| 150 | old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" |
---|
| 151 | fi |
---|
| 152 | |
---|
| 153 | # Only perform the check for file, if the check method requires it |
---|
| 154 | case $deplibs_check_method in |
---|
| 155 | file_magic*) |
---|
| 156 | if test "$file_magic_cmd" = '$MAGIC_CMD'; then |
---|
| 157 | AC_PATH_MAGIC |
---|
| 158 | fi |
---|
| 159 | ;; |
---|
| 160 | esac |
---|
| 161 | |
---|
| 162 | AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) |
---|
| 163 | AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], |
---|
| 164 | enable_win32_dll=yes, enable_win32_dll=no) |
---|
| 165 | |
---|
| 166 | AC_ARG_ENABLE([libtool-lock], |
---|
| 167 | [AC_HELP_STRING([--disable-libtool-lock], |
---|
| 168 | [avoid locking (might break parallel builds)])]) |
---|
| 169 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
---|
| 170 | |
---|
| 171 | AC_ARG_WITH([pic], |
---|
| 172 | [AC_HELP_STRING([--with-pic], |
---|
| 173 | [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], |
---|
| 174 | [pic_mode="$withval"], |
---|
| 175 | [pic_mode=default]) |
---|
| 176 | test -z "$pic_mode" && pic_mode=default |
---|
| 177 | |
---|
| 178 | # Use C for the default configuration in the libtool script |
---|
| 179 | tagname= |
---|
| 180 | AC_LIBTOOL_LANG_C_CONFIG |
---|
| 181 | _LT_AC_TAGCONFIG |
---|
| 182 | ]) |
---|
| 183 | m4trace:/usr/share/aclocal/libtool.m4:246: -1- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl |
---|
| 184 | |
---|
| 185 | # If no C compiler was specified, use CC. |
---|
| 186 | LTCC=${LTCC-"$CC"} |
---|
| 187 | |
---|
| 188 | # Allow CC to be a program name with arguments. |
---|
| 189 | compiler=$CC |
---|
| 190 | ]) |
---|
| 191 | m4trace:/usr/share/aclocal/libtool.m4:265: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_LINK_IFELSE(AC_LANG_PROGRAM,[ |
---|
| 192 | aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } |
---|
| 193 | }'` |
---|
| 194 | # Check for a 64-bit object if we didn't find anything. |
---|
| 195 | 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; } |
---|
| 196 | }'`; fi],[]) |
---|
| 197 | if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi |
---|
| 198 | ]) |
---|
| 199 | m4trace:/usr/share/aclocal/libtool.m4:276: -1- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], |
---|
| 200 | [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], |
---|
| 201 | [AC_DIVERT_PUSH(NOTICE)]) |
---|
| 202 | $1 |
---|
| 203 | AC_DIVERT_POP |
---|
| 204 | ]) |
---|
| 205 | m4trace:/usr/share/aclocal/libtool.m4:432: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([ |
---|
| 206 | # Check that we are running under the correct shell. |
---|
| 207 | SHELL=${CONFIG_SHELL-/bin/sh} |
---|
| 208 | |
---|
| 209 | case X$ECHO in |
---|
| 210 | X*--fallback-echo) |
---|
| 211 | # Remove one level of quotation (which was required for Make). |
---|
| 212 | ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` |
---|
| 213 | ;; |
---|
| 214 | esac |
---|
| 215 | |
---|
| 216 | echo=${ECHO-echo} |
---|
| 217 | if test "X[$]1" = X--no-reexec; then |
---|
| 218 | # Discard the --no-reexec flag, and continue. |
---|
| 219 | shift |
---|
| 220 | elif test "X[$]1" = X--fallback-echo; then |
---|
| 221 | # Avoid inline document here, it may be left over |
---|
| 222 | : |
---|
| 223 | elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then |
---|
| 224 | # Yippee, $echo works! |
---|
| 225 | : |
---|
| 226 | else |
---|
| 227 | # Restart under the correct shell. |
---|
| 228 | exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} |
---|
| 229 | fi |
---|
| 230 | |
---|
| 231 | if test "X[$]1" = X--fallback-echo; then |
---|
| 232 | # used as fallback echo |
---|
| 233 | shift |
---|
| 234 | cat <<EOF |
---|
| 235 | [$]* |
---|
| 236 | EOF |
---|
| 237 | exit 0 |
---|
| 238 | fi |
---|
| 239 | |
---|
| 240 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
---|
| 241 | # if CDPATH is set. |
---|
| 242 | if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi |
---|
| 243 | |
---|
| 244 | if test -z "$ECHO"; then |
---|
| 245 | if test "X${echo_test_string+set}" != Xset; then |
---|
| 246 | # find a string as large as possible, as long as the shell can cope with it |
---|
| 247 | for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do |
---|
| 248 | # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... |
---|
| 249 | if (echo_test_string="`eval $cmd`") 2>/dev/null && |
---|
| 250 | echo_test_string="`eval $cmd`" && |
---|
| 251 | (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null |
---|
| 252 | then |
---|
| 253 | break |
---|
| 254 | fi |
---|
| 255 | done |
---|
| 256 | fi |
---|
| 257 | |
---|
| 258 | if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
---|
| 259 | echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
---|
| 260 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 261 | : |
---|
| 262 | else |
---|
| 263 | # The Solaris, AIX, and Digital Unix default echo programs unquote |
---|
| 264 | # backslashes. This makes it impossible to quote backslashes using |
---|
| 265 | # echo "$something" | sed 's/\\/\\\\/g' |
---|
| 266 | # |
---|
| 267 | # So, first we look for a working echo in the user's PATH. |
---|
| 268 | |
---|
| 269 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
---|
| 270 | for dir in $PATH /usr/ucb; do |
---|
| 271 | IFS="$lt_save_ifs" |
---|
| 272 | if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && |
---|
| 273 | test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && |
---|
| 274 | echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && |
---|
| 275 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 276 | echo="$dir/echo" |
---|
| 277 | break |
---|
| 278 | fi |
---|
| 279 | done |
---|
| 280 | IFS="$lt_save_ifs" |
---|
| 281 | |
---|
| 282 | if test "X$echo" = Xecho; then |
---|
| 283 | # We didn't find a better echo, so look for alternatives. |
---|
| 284 | if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && |
---|
| 285 | echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && |
---|
| 286 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 287 | # This shell has a builtin print -r that does the trick. |
---|
| 288 | echo='print -r' |
---|
| 289 | elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && |
---|
| 290 | test "X$CONFIG_SHELL" != X/bin/ksh; then |
---|
| 291 | # If we have ksh, try running configure again with it. |
---|
| 292 | ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |
---|
| 293 | export ORIGINAL_CONFIG_SHELL |
---|
| 294 | CONFIG_SHELL=/bin/ksh |
---|
| 295 | export CONFIG_SHELL |
---|
| 296 | exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} |
---|
| 297 | else |
---|
| 298 | # Try using printf. |
---|
| 299 | echo='printf %s\n' |
---|
| 300 | if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
---|
| 301 | echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
---|
| 302 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 303 | # Cool, printf works |
---|
| 304 | : |
---|
| 305 | elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && |
---|
| 306 | test "X$echo_testing_string" = 'X\t' && |
---|
| 307 | echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
---|
| 308 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 309 | CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL |
---|
| 310 | export CONFIG_SHELL |
---|
| 311 | SHELL="$CONFIG_SHELL" |
---|
| 312 | export SHELL |
---|
| 313 | echo="$CONFIG_SHELL [$]0 --fallback-echo" |
---|
| 314 | elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && |
---|
| 315 | test "X$echo_testing_string" = 'X\t' && |
---|
| 316 | echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
---|
| 317 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 318 | echo="$CONFIG_SHELL [$]0 --fallback-echo" |
---|
| 319 | else |
---|
| 320 | # maybe with a smaller string... |
---|
| 321 | prev=: |
---|
| 322 | |
---|
| 323 | for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do |
---|
| 324 | if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null |
---|
| 325 | then |
---|
| 326 | break |
---|
| 327 | fi |
---|
| 328 | prev="$cmd" |
---|
| 329 | done |
---|
| 330 | |
---|
| 331 | if test "$prev" != 'sed 50q "[$]0"'; then |
---|
| 332 | echo_test_string=`eval $prev` |
---|
| 333 | export echo_test_string |
---|
| 334 | exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} |
---|
| 335 | else |
---|
| 336 | # Oops. We lost completely, so just stick with echo. |
---|
| 337 | echo=echo |
---|
| 338 | fi |
---|
| 339 | fi |
---|
| 340 | fi |
---|
| 341 | fi |
---|
| 342 | fi |
---|
| 343 | fi |
---|
| 344 | |
---|
| 345 | # Copy echo and quote the copy suitably for passing to libtool from |
---|
| 346 | # the Makefile, instead of quoting the original, which is used later. |
---|
| 347 | ECHO=$echo |
---|
| 348 | if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then |
---|
| 349 | ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" |
---|
| 350 | fi |
---|
| 351 | |
---|
| 352 | AC_SUBST(ECHO) |
---|
| 353 | ])]) |
---|
| 354 | m4trace:/usr/share/aclocal/libtool.m4:560: -1- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock], |
---|
| 355 | [AC_HELP_STRING([--disable-libtool-lock], |
---|
| 356 | [avoid locking (might break parallel builds)])]) |
---|
| 357 | test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes |
---|
| 358 | |
---|
| 359 | # Some flags need to be propagated to the compiler or linker for good |
---|
| 360 | # libtool support. |
---|
| 361 | case $host in |
---|
| 362 | ia64-*-hpux*) |
---|
| 363 | # Find out which ABI we are using. |
---|
| 364 | echo 'int i;' > conftest.$ac_ext |
---|
| 365 | if AC_TRY_EVAL(ac_compile); then |
---|
| 366 | case `/usr/bin/file conftest.$ac_objext` in |
---|
| 367 | *ELF-32*) |
---|
| 368 | HPUX_IA64_MODE="32" |
---|
| 369 | ;; |
---|
| 370 | *ELF-64*) |
---|
| 371 | HPUX_IA64_MODE="64" |
---|
| 372 | ;; |
---|
| 373 | esac |
---|
| 374 | fi |
---|
| 375 | rm -rf conftest* |
---|
| 376 | ;; |
---|
| 377 | *-*-irix6*) |
---|
| 378 | # Find out which ABI we are using. |
---|
| 379 | echo '[#]line __oline__ "configure"' > conftest.$ac_ext |
---|
| 380 | if AC_TRY_EVAL(ac_compile); then |
---|
| 381 | if test "$lt_cv_prog_gnu_ld" = yes; then |
---|
| 382 | case `/usr/bin/file conftest.$ac_objext` in |
---|
| 383 | *32-bit*) |
---|
| 384 | LD="${LD-ld} -melf32bsmip" |
---|
| 385 | ;; |
---|
| 386 | *N32*) |
---|
| 387 | LD="${LD-ld} -melf32bmipn32" |
---|
| 388 | ;; |
---|
| 389 | *64-bit*) |
---|
| 390 | LD="${LD-ld} -melf64bmip" |
---|
| 391 | ;; |
---|
| 392 | esac |
---|
| 393 | else |
---|
| 394 | case `/usr/bin/file conftest.$ac_objext` in |
---|
| 395 | *32-bit*) |
---|
| 396 | LD="${LD-ld} -32" |
---|
| 397 | ;; |
---|
| 398 | *N32*) |
---|
| 399 | LD="${LD-ld} -n32" |
---|
| 400 | ;; |
---|
| 401 | *64-bit*) |
---|
| 402 | LD="${LD-ld} -64" |
---|
| 403 | ;; |
---|
| 404 | esac |
---|
| 405 | fi |
---|
| 406 | fi |
---|
| 407 | rm -rf conftest* |
---|
| 408 | ;; |
---|
| 409 | |
---|
| 410 | x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) |
---|
| 411 | # Find out which ABI we are using. |
---|
| 412 | echo 'int i;' > conftest.$ac_ext |
---|
| 413 | if AC_TRY_EVAL(ac_compile); then |
---|
| 414 | case "`/usr/bin/file conftest.o`" in |
---|
| 415 | *32-bit*) |
---|
| 416 | case $host in |
---|
| 417 | x86_64-*linux*) |
---|
| 418 | LD="${LD-ld} -m elf_i386" |
---|
| 419 | ;; |
---|
| 420 | ppc64-*linux*|powerpc64-*linux*) |
---|
| 421 | LD="${LD-ld} -m elf32ppclinux" |
---|
| 422 | ;; |
---|
| 423 | s390x-*linux*) |
---|
| 424 | LD="${LD-ld} -m elf_s390" |
---|
| 425 | ;; |
---|
| 426 | sparc64-*linux*) |
---|
| 427 | LD="${LD-ld} -m elf32_sparc" |
---|
| 428 | ;; |
---|
| 429 | esac |
---|
| 430 | ;; |
---|
| 431 | *64-bit*) |
---|
| 432 | case $host in |
---|
| 433 | x86_64-*linux*) |
---|
| 434 | LD="${LD-ld} -m elf_x86_64" |
---|
| 435 | ;; |
---|
| 436 | ppc*-*linux*|powerpc*-*linux*) |
---|
| 437 | LD="${LD-ld} -m elf64ppc" |
---|
| 438 | ;; |
---|
| 439 | s390*-*linux*) |
---|
| 440 | LD="${LD-ld} -m elf64_s390" |
---|
| 441 | ;; |
---|
| 442 | sparc*-*linux*) |
---|
| 443 | LD="${LD-ld} -m elf64_sparc" |
---|
| 444 | ;; |
---|
| 445 | esac |
---|
| 446 | ;; |
---|
| 447 | esac |
---|
| 448 | fi |
---|
| 449 | rm -rf conftest* |
---|
| 450 | ;; |
---|
| 451 | |
---|
| 452 | *-*-sco3.2v5*) |
---|
| 453 | # On SCO OpenServer 5, we need -belf to get full-featured binaries. |
---|
| 454 | SAVE_CFLAGS="$CFLAGS" |
---|
| 455 | CFLAGS="$CFLAGS -belf" |
---|
| 456 | AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, |
---|
| 457 | [AC_LANG_PUSH(C) |
---|
| 458 | AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) |
---|
| 459 | AC_LANG_POP]) |
---|
| 460 | if test x"$lt_cv_cc_needs_belf" != x"yes"; then |
---|
| 461 | # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf |
---|
| 462 | CFLAGS="$SAVE_CFLAGS" |
---|
| 463 | fi |
---|
| 464 | ;; |
---|
| 465 | AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], |
---|
| 466 | [*-*-cygwin* | *-*-mingw* | *-*-pw32*) |
---|
| 467 | AC_CHECK_TOOL(DLLTOOL, dlltool, false) |
---|
| 468 | AC_CHECK_TOOL(AS, as, false) |
---|
| 469 | AC_CHECK_TOOL(OBJDUMP, objdump, false) |
---|
| 470 | ;; |
---|
| 471 | ]) |
---|
| 472 | esac |
---|
| 473 | |
---|
| 474 | need_locks="$enable_libtool_lock" |
---|
| 475 | |
---|
| 476 | ]) |
---|
| 477 | m4trace:/usr/share/aclocal/libtool.m4:603: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED]) |
---|
| 478 | AC_CACHE_CHECK([$1], [$2], |
---|
| 479 | [$2=no |
---|
| 480 | ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) |
---|
| 481 | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
---|
| 482 | lt_compiler_flag="$3" |
---|
| 483 | # Insert the option either (1) after the last *FLAGS variable, or |
---|
| 484 | # (2) before a word containing "conftest.", or (3) at the end. |
---|
| 485 | # Note that $ac_compile itself does not contain backslashes and begins |
---|
| 486 | # with a dollar sign (not a hyphen), so the echo should work correctly. |
---|
| 487 | # The option is referenced via a variable to avoid confusing sed. |
---|
| 488 | lt_compile=`echo "$ac_compile" | $SED \ |
---|
| 489 | -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
---|
| 490 | -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ |
---|
| 491 | -e 's:$: $lt_compiler_flag:'` |
---|
| 492 | (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) |
---|
| 493 | (eval "$lt_compile" 2>conftest.err) |
---|
| 494 | ac_status=$? |
---|
| 495 | cat conftest.err >&AS_MESSAGE_LOG_FD |
---|
| 496 | echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD |
---|
| 497 | if (exit $ac_status) && test -s "$ac_outfile"; then |
---|
| 498 | # The compiler can only warn and ignore the option if not recognized |
---|
| 499 | # So say no if there are warnings |
---|
| 500 | if test ! -s conftest.err; then |
---|
| 501 | $2=yes |
---|
| 502 | fi |
---|
| 503 | fi |
---|
| 504 | $rm conftest* |
---|
| 505 | ]) |
---|
| 506 | |
---|
| 507 | if test x"[$]$2" = xyes; then |
---|
| 508 | ifelse([$5], , :, [$5]) |
---|
| 509 | else |
---|
| 510 | ifelse([$6], , :, [$6]) |
---|
| 511 | fi |
---|
| 512 | ]) |
---|
| 513 | m4trace:/usr/share/aclocal/libtool.m4:635: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_CACHE_CHECK([$1], [$2], |
---|
| 514 | [$2=no |
---|
| 515 | save_LDFLAGS="$LDFLAGS" |
---|
| 516 | LDFLAGS="$LDFLAGS $3" |
---|
| 517 | printf "$lt_simple_link_test_code" > conftest.$ac_ext |
---|
| 518 | if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then |
---|
| 519 | # The compiler can only warn and ignore the option if not recognized |
---|
| 520 | # So say no if there are warnings |
---|
| 521 | if test -s conftest.err; then |
---|
| 522 | # Append any errors to the config.log. |
---|
| 523 | cat conftest.err 1>&AS_MESSAGE_LOG_FD |
---|
| 524 | else |
---|
| 525 | $2=yes |
---|
| 526 | fi |
---|
| 527 | fi |
---|
| 528 | $rm conftest* |
---|
| 529 | LDFLAGS="$save_LDFLAGS" |
---|
| 530 | ]) |
---|
| 531 | |
---|
| 532 | if test x"[$]$2" = xyes; then |
---|
| 533 | ifelse([$4], , :, [$4]) |
---|
| 534 | else |
---|
| 535 | ifelse([$5], , :, [$5]) |
---|
| 536 | fi |
---|
| 537 | ]) |
---|
| 538 | m4trace:/usr/share/aclocal/libtool.m4:706: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments |
---|
| 539 | AC_MSG_CHECKING([the maximum length of command line arguments]) |
---|
| 540 | AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl |
---|
| 541 | i=0 |
---|
| 542 | teststring="ABCD" |
---|
| 543 | |
---|
| 544 | case $build_os in |
---|
| 545 | msdosdjgpp*) |
---|
| 546 | # On DJGPP, this test can blow up pretty badly due to problems in libc |
---|
| 547 | # (any single argument exceeding 2000 bytes causes a buffer overrun |
---|
| 548 | # during glob expansion). Even if it were fixed, the result of this |
---|
| 549 | # check would be larger than it should be. |
---|
| 550 | lt_cv_sys_max_cmd_len=12288; # 12K is about right |
---|
| 551 | ;; |
---|
| 552 | |
---|
| 553 | gnu*) |
---|
| 554 | # Under GNU Hurd, this test is not required because there is |
---|
| 555 | # no limit to the length of command line arguments. |
---|
| 556 | # Libtool will interpret -1 as no limit whatsoever |
---|
| 557 | lt_cv_sys_max_cmd_len=-1; |
---|
| 558 | ;; |
---|
| 559 | |
---|
| 560 | cygwin* | mingw*) |
---|
| 561 | # On Win9x/ME, this test blows up -- it succeeds, but takes |
---|
| 562 | # about 5 minutes as the teststring grows exponentially. |
---|
| 563 | # Worse, since 9x/ME are not pre-emptively multitasking, |
---|
| 564 | # you end up with a "frozen" computer, even though with patience |
---|
| 565 | # the test eventually succeeds (with a max line length of 256k). |
---|
| 566 | # Instead, let's just punt: use the minimum linelength reported by |
---|
| 567 | # all of the supported platforms: 8192 (on NT/2K/XP). |
---|
| 568 | lt_cv_sys_max_cmd_len=8192; |
---|
| 569 | ;; |
---|
| 570 | |
---|
| 571 | amigaos*) |
---|
| 572 | # On AmigaOS with pdksh, this test takes hours, literally. |
---|
| 573 | # So we just punt and use a minimum line length of 8192. |
---|
| 574 | lt_cv_sys_max_cmd_len=8192; |
---|
| 575 | ;; |
---|
| 576 | |
---|
| 577 | *) |
---|
| 578 | # If test is not a shell built-in, we'll probably end up computing a |
---|
| 579 | # maximum length that is only half of the actual maximum length, but |
---|
| 580 | # we can't tell. |
---|
| 581 | while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ |
---|
| 582 | = "XX$teststring") >/dev/null 2>&1 && |
---|
| 583 | new_result=`expr "X$teststring" : ".*" 2>&1` && |
---|
| 584 | lt_cv_sys_max_cmd_len=$new_result && |
---|
| 585 | test $i != 17 # 1/2 MB should be enough |
---|
| 586 | do |
---|
| 587 | i=`expr $i + 1` |
---|
| 588 | teststring=$teststring$teststring |
---|
| 589 | done |
---|
| 590 | teststring= |
---|
| 591 | # Add a significant safety factor because C++ compilers can tack on massive |
---|
| 592 | # amounts of additional arguments before passing them to the linker. |
---|
| 593 | # It appears as though 1/2 is a usable value. |
---|
| 594 | lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` |
---|
| 595 | ;; |
---|
| 596 | esac |
---|
| 597 | ]) |
---|
| 598 | if test -n $lt_cv_sys_max_cmd_len ; then |
---|
| 599 | AC_MSG_RESULT($lt_cv_sys_max_cmd_len) |
---|
| 600 | else |
---|
| 601 | AC_MSG_RESULT(none) |
---|
| 602 | fi |
---|
| 603 | ]) |
---|
| 604 | m4trace:/usr/share/aclocal/libtool.m4:713: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl |
---|
| 605 | ]) |
---|
| 606 | m4trace:/usr/share/aclocal/libtool.m4:802: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl |
---|
| 607 | if test "$cross_compiling" = yes; then : |
---|
| 608 | [$4] |
---|
| 609 | else |
---|
| 610 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
---|
| 611 | lt_status=$lt_dlunknown |
---|
| 612 | cat > conftest.$ac_ext <<EOF |
---|
| 613 | [#line __oline__ "configure" |
---|
| 614 | #include "confdefs.h" |
---|
| 615 | |
---|
| 616 | #if HAVE_DLFCN_H |
---|
| 617 | #include <dlfcn.h> |
---|
| 618 | #endif |
---|
| 619 | |
---|
| 620 | #include <stdio.h> |
---|
| 621 | |
---|
| 622 | #ifdef RTLD_GLOBAL |
---|
| 623 | # define LT_DLGLOBAL RTLD_GLOBAL |
---|
| 624 | #else |
---|
| 625 | # ifdef DL_GLOBAL |
---|
| 626 | # define LT_DLGLOBAL DL_GLOBAL |
---|
| 627 | # else |
---|
| 628 | # define LT_DLGLOBAL 0 |
---|
| 629 | # endif |
---|
| 630 | #endif |
---|
| 631 | |
---|
| 632 | /* We may have to define LT_DLLAZY_OR_NOW in the command line if we |
---|
| 633 | find out it does not work in some platform. */ |
---|
| 634 | #ifndef LT_DLLAZY_OR_NOW |
---|
| 635 | # ifdef RTLD_LAZY |
---|
| 636 | # define LT_DLLAZY_OR_NOW RTLD_LAZY |
---|
| 637 | # else |
---|
| 638 | # ifdef DL_LAZY |
---|
| 639 | # define LT_DLLAZY_OR_NOW DL_LAZY |
---|
| 640 | # else |
---|
| 641 | # ifdef RTLD_NOW |
---|
| 642 | # define LT_DLLAZY_OR_NOW RTLD_NOW |
---|
| 643 | # else |
---|
| 644 | # ifdef DL_NOW |
---|
| 645 | # define LT_DLLAZY_OR_NOW DL_NOW |
---|
| 646 | # else |
---|
| 647 | # define LT_DLLAZY_OR_NOW 0 |
---|
| 648 | # endif |
---|
| 649 | # endif |
---|
| 650 | # endif |
---|
| 651 | # endif |
---|
| 652 | #endif |
---|
| 653 | |
---|
| 654 | #ifdef __cplusplus |
---|
| 655 | extern "C" void exit (int); |
---|
| 656 | #endif |
---|
| 657 | |
---|
| 658 | void fnord() { int i=42;} |
---|
| 659 | int main () |
---|
| 660 | { |
---|
| 661 | void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); |
---|
| 662 | int status = $lt_dlunknown; |
---|
| 663 | |
---|
| 664 | if (self) |
---|
| 665 | { |
---|
| 666 | if (dlsym (self,"fnord")) status = $lt_dlno_uscore; |
---|
| 667 | else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; |
---|
| 668 | /* dlclose (self); */ |
---|
| 669 | } |
---|
| 670 | |
---|
| 671 | exit (status); |
---|
| 672 | }] |
---|
| 673 | EOF |
---|
| 674 | if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then |
---|
| 675 | (./conftest; exit; ) 2>/dev/null |
---|
| 676 | lt_status=$? |
---|
| 677 | case x$lt_status in |
---|
| 678 | x$lt_dlno_uscore) $1 ;; |
---|
| 679 | x$lt_dlneed_uscore) $2 ;; |
---|
| 680 | x$lt_unknown|x*) $3 ;; |
---|
| 681 | esac |
---|
| 682 | else : |
---|
| 683 | # compilation failed |
---|
| 684 | $3 |
---|
| 685 | fi |
---|
| 686 | fi |
---|
| 687 | rm -fr conftest* |
---|
| 688 | ]) |
---|
| 689 | m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl |
---|
| 690 | if test "x$enable_dlopen" != xyes; then |
---|
| 691 | enable_dlopen=unknown |
---|
| 692 | enable_dlopen_self=unknown |
---|
| 693 | enable_dlopen_self_static=unknown |
---|
| 694 | else |
---|
| 695 | lt_cv_dlopen=no |
---|
| 696 | lt_cv_dlopen_libs= |
---|
| 697 | |
---|
| 698 | case $host_os in |
---|
| 699 | beos*) |
---|
| 700 | lt_cv_dlopen="load_add_on" |
---|
| 701 | lt_cv_dlopen_libs= |
---|
| 702 | lt_cv_dlopen_self=yes |
---|
| 703 | ;; |
---|
| 704 | |
---|
| 705 | mingw* | pw32*) |
---|
| 706 | lt_cv_dlopen="LoadLibrary" |
---|
| 707 | lt_cv_dlopen_libs= |
---|
| 708 | ;; |
---|
| 709 | |
---|
| 710 | cygwin*) |
---|
| 711 | lt_cv_dlopen="dlopen" |
---|
| 712 | lt_cv_dlopen_libs= |
---|
| 713 | ;; |
---|
| 714 | |
---|
| 715 | darwin*) |
---|
| 716 | # if libdl is installed we need to link against it |
---|
| 717 | AC_CHECK_LIB([dl], [dlopen], |
---|
| 718 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ |
---|
| 719 | lt_cv_dlopen="dyld" |
---|
| 720 | lt_cv_dlopen_libs= |
---|
| 721 | lt_cv_dlopen_self=yes |
---|
| 722 | ]) |
---|
| 723 | ;; |
---|
| 724 | |
---|
| 725 | *) |
---|
| 726 | AC_CHECK_FUNC([shl_load], |
---|
| 727 | [lt_cv_dlopen="shl_load"], |
---|
| 728 | [AC_CHECK_LIB([dld], [shl_load], |
---|
| 729 | [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], |
---|
| 730 | [AC_CHECK_FUNC([dlopen], |
---|
| 731 | [lt_cv_dlopen="dlopen"], |
---|
| 732 | [AC_CHECK_LIB([dl], [dlopen], |
---|
| 733 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], |
---|
| 734 | [AC_CHECK_LIB([svld], [dlopen], |
---|
| 735 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 736 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 737 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 738 | ]) |
---|
| 739 | ]) |
---|
| 740 | ]) |
---|
| 741 | ]) |
---|
| 742 | ]) |
---|
| 743 | ;; |
---|
| 744 | esac |
---|
| 745 | |
---|
| 746 | if test "x$lt_cv_dlopen" != xno; then |
---|
| 747 | enable_dlopen=yes |
---|
| 748 | else |
---|
| 749 | enable_dlopen=no |
---|
| 750 | fi |
---|
| 751 | |
---|
| 752 | case $lt_cv_dlopen in |
---|
| 753 | dlopen) |
---|
| 754 | save_CPPFLAGS="$CPPFLAGS" |
---|
| 755 | test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" |
---|
| 756 | |
---|
| 757 | save_LDFLAGS="$LDFLAGS" |
---|
| 758 | eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" |
---|
| 759 | |
---|
| 760 | save_LIBS="$LIBS" |
---|
| 761 | LIBS="$lt_cv_dlopen_libs $LIBS" |
---|
| 762 | |
---|
| 763 | AC_CACHE_CHECK([whether a program can dlopen itself], |
---|
| 764 | lt_cv_dlopen_self, [dnl |
---|
| 765 | _LT_AC_TRY_DLOPEN_SELF( |
---|
| 766 | lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, |
---|
| 767 | lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) |
---|
| 768 | ]) |
---|
| 769 | |
---|
| 770 | if test "x$lt_cv_dlopen_self" = xyes; then |
---|
| 771 | LDFLAGS="$LDFLAGS $link_static_flag" |
---|
| 772 | AC_CACHE_CHECK([whether a statically linked program can dlopen itself], |
---|
| 773 | lt_cv_dlopen_self_static, [dnl |
---|
| 774 | _LT_AC_TRY_DLOPEN_SELF( |
---|
| 775 | lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, |
---|
| 776 | lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) |
---|
| 777 | ]) |
---|
| 778 | fi |
---|
| 779 | |
---|
| 780 | CPPFLAGS="$save_CPPFLAGS" |
---|
| 781 | LDFLAGS="$save_LDFLAGS" |
---|
| 782 | LIBS="$save_LIBS" |
---|
| 783 | ;; |
---|
| 784 | esac |
---|
| 785 | |
---|
| 786 | case $lt_cv_dlopen_self in |
---|
| 787 | yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; |
---|
| 788 | *) enable_dlopen_self=unknown ;; |
---|
| 789 | esac |
---|
| 790 | |
---|
| 791 | case $lt_cv_dlopen_self_static in |
---|
| 792 | yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; |
---|
| 793 | *) enable_dlopen_self_static=unknown ;; |
---|
| 794 | esac |
---|
| 795 | fi |
---|
| 796 | ]) |
---|
| 797 | m4trace:/usr/share/aclocal/libtool.m4:964: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl |
---|
| 798 | AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], |
---|
| 799 | [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], |
---|
| 800 | [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no |
---|
| 801 | $rm -r conftest 2>/dev/null |
---|
| 802 | mkdir conftest |
---|
| 803 | cd conftest |
---|
| 804 | mkdir out |
---|
| 805 | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
---|
| 806 | |
---|
| 807 | lt_compiler_flag="-o out/conftest2.$ac_objext" |
---|
| 808 | # Insert the option either (1) after the last *FLAGS variable, or |
---|
| 809 | # (2) before a word containing "conftest.", or (3) at the end. |
---|
| 810 | # Note that $ac_compile itself does not contain backslashes and begins |
---|
| 811 | # with a dollar sign (not a hyphen), so the echo should work correctly. |
---|
| 812 | lt_compile=`echo "$ac_compile" | $SED \ |
---|
| 813 | -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ |
---|
| 814 | -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ |
---|
| 815 | -e 's:$: $lt_compiler_flag:'` |
---|
| 816 | (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) |
---|
| 817 | (eval "$lt_compile" 2>out/conftest.err) |
---|
| 818 | ac_status=$? |
---|
| 819 | cat out/conftest.err >&AS_MESSAGE_LOG_FD |
---|
| 820 | echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD |
---|
| 821 | if (exit $ac_status) && test -s out/conftest2.$ac_objext |
---|
| 822 | then |
---|
| 823 | # The compiler can only warn and ignore the option if not recognized |
---|
| 824 | # So say no if there are warnings |
---|
| 825 | if test ! -s out/conftest.err; then |
---|
| 826 | _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes |
---|
| 827 | fi |
---|
| 828 | fi |
---|
| 829 | chmod u+w . |
---|
| 830 | $rm conftest* |
---|
| 831 | # SGI C++ compiler will create directory out/ii_files/ for |
---|
| 832 | # template instantiation |
---|
| 833 | test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files |
---|
| 834 | $rm out/* && rmdir out |
---|
| 835 | cd .. |
---|
| 836 | rmdir conftest |
---|
| 837 | $rm conftest* |
---|
| 838 | ]) |
---|
| 839 | ]) |
---|
| 840 | m4trace:/usr/share/aclocal/libtool.m4:991: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl |
---|
| 841 | |
---|
| 842 | hard_links="nottested" |
---|
| 843 | if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then |
---|
| 844 | # do not overwrite the value of need_locks provided by the user |
---|
| 845 | AC_MSG_CHECKING([if we can lock with hard links]) |
---|
| 846 | hard_links=yes |
---|
| 847 | $rm conftest* |
---|
| 848 | ln conftest.a conftest.b 2>/dev/null && hard_links=no |
---|
| 849 | touch conftest.a |
---|
| 850 | ln conftest.a conftest.b 2>&5 || hard_links=no |
---|
| 851 | ln conftest.a conftest.b 2>/dev/null && hard_links=no |
---|
| 852 | AC_MSG_RESULT([$hard_links]) |
---|
| 853 | if test "$hard_links" = no; then |
---|
| 854 | AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) |
---|
| 855 | need_locks=warn |
---|
| 856 | fi |
---|
| 857 | else |
---|
| 858 | need_locks=no |
---|
| 859 | fi |
---|
| 860 | ]) |
---|
| 861 | m4trace:/usr/share/aclocal/libtool.m4:1008: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], |
---|
| 862 | [rm -f .libs 2>/dev/null |
---|
| 863 | mkdir .libs 2>/dev/null |
---|
| 864 | if test -d .libs; then |
---|
| 865 | lt_cv_objdir=.libs |
---|
| 866 | else |
---|
| 867 | # MS-DOS does not allow filenames that begin with a dot. |
---|
| 868 | lt_cv_objdir=_libs |
---|
| 869 | fi |
---|
| 870 | rmdir .libs 2>/dev/null]) |
---|
| 871 | objdir=$lt_cv_objdir |
---|
| 872 | ]) |
---|
| 873 | m4trace:/usr/share/aclocal/libtool.m4:1049: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) |
---|
| 874 | _LT_AC_TAGVAR(hardcode_action, $1)= |
---|
| 875 | if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ |
---|
| 876 | test -n "$_LT_AC_TAGVAR(runpath_var $1)" || \ |
---|
| 877 | test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)"="Xyes" ; then |
---|
| 878 | |
---|
| 879 | # We can hardcode non-existant directories. |
---|
| 880 | if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && |
---|
| 881 | # If the only mechanism to avoid hardcoding is shlibpath_var, we |
---|
| 882 | # have to relink, otherwise we might link with an installed library |
---|
| 883 | # when we should be linking with a yet-to-be-installed one |
---|
| 884 | ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && |
---|
| 885 | test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then |
---|
| 886 | # Linking always hardcodes the temporary library directory. |
---|
| 887 | _LT_AC_TAGVAR(hardcode_action, $1)=relink |
---|
| 888 | else |
---|
| 889 | # We can link without hardcoding, and we can hardcode nonexisting dirs. |
---|
| 890 | _LT_AC_TAGVAR(hardcode_action, $1)=immediate |
---|
| 891 | fi |
---|
| 892 | else |
---|
| 893 | # We cannot hardcode anything, or else we can only hardcode existing |
---|
| 894 | # directories. |
---|
| 895 | _LT_AC_TAGVAR(hardcode_action, $1)=unsupported |
---|
| 896 | fi |
---|
| 897 | AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) |
---|
| 898 | |
---|
| 899 | if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then |
---|
| 900 | # Fast installation is not supported |
---|
| 901 | enable_fast_install=no |
---|
| 902 | elif test "$shlibpath_overrides_runpath" = yes || |
---|
| 903 | test "$enable_shared" = no; then |
---|
| 904 | # Fast installation is not necessary |
---|
| 905 | enable_fast_install=needless |
---|
| 906 | fi |
---|
| 907 | ]) |
---|
| 908 | m4trace:/usr/share/aclocal/libtool.m4:1078: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib= |
---|
| 909 | old_striplib= |
---|
| 910 | AC_MSG_CHECKING([whether stripping libraries is possible]) |
---|
| 911 | if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then |
---|
| 912 | test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" |
---|
| 913 | test -z "$striplib" && striplib="$STRIP --strip-unneeded" |
---|
| 914 | AC_MSG_RESULT([yes]) |
---|
| 915 | else |
---|
| 916 | # FIXME - insert some real tests, host_os isn't really good enough |
---|
| 917 | case $host_os in |
---|
| 918 | darwin*) |
---|
| 919 | if test -n "$STRIP" ; then |
---|
| 920 | striplib="$STRIP -x" |
---|
| 921 | AC_MSG_RESULT([yes]) |
---|
| 922 | else |
---|
| 923 | AC_MSG_RESULT([no]) |
---|
| 924 | fi |
---|
| 925 | ;; |
---|
| 926 | *) |
---|
| 927 | AC_MSG_RESULT([no]) |
---|
| 928 | ;; |
---|
| 929 | esac |
---|
| 930 | fi |
---|
| 931 | ]) |
---|
| 932 | m4trace:/usr/share/aclocal/libtool.m4:1638: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_MSG_CHECKING([dynamic linker characteristics]) |
---|
| 933 | library_names_spec= |
---|
| 934 | libname_spec='lib$name' |
---|
| 935 | soname_spec= |
---|
| 936 | shrext_cmds=".so" |
---|
| 937 | postinstall_cmds= |
---|
| 938 | postuninstall_cmds= |
---|
| 939 | finish_cmds= |
---|
| 940 | finish_eval= |
---|
| 941 | shlibpath_var= |
---|
| 942 | shlibpath_overrides_runpath=unknown |
---|
| 943 | version_type=none |
---|
| 944 | dynamic_linker="$host_os ld.so" |
---|
| 945 | sys_lib_dlsearch_path_spec="/lib /usr/lib" |
---|
| 946 | if test "$GCC" = yes; then |
---|
| 947 | sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` |
---|
| 948 | if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then |
---|
| 949 | # if the path contains ";" then we assume it to be the separator |
---|
| 950 | # otherwise default to the standard path separator (i.e. ":") - it is |
---|
| 951 | # assumed that no part of a normal pathname contains ";" but that should |
---|
| 952 | # okay in the real world where ";" in dirpaths is itself problematic. |
---|
| 953 | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` |
---|
| 954 | else |
---|
| 955 | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` |
---|
| 956 | fi |
---|
| 957 | else |
---|
| 958 | sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" |
---|
| 959 | fi |
---|
| 960 | need_lib_prefix=unknown |
---|
| 961 | hardcode_into_libs=no |
---|
| 962 | |
---|
| 963 | # when you set need_version to no, make sure it does not cause -set_version |
---|
| 964 | # flags to be left without arguments |
---|
| 965 | need_version=unknown |
---|
| 966 | |
---|
| 967 | case $host_os in |
---|
| 968 | aix3*) |
---|
| 969 | version_type=linux |
---|
| 970 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' |
---|
| 971 | shlibpath_var=LIBPATH |
---|
| 972 | |
---|
| 973 | # AIX 3 has no versioning support, so we append a major version to the name. |
---|
| 974 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 975 | ;; |
---|
| 976 | |
---|
| 977 | aix4* | aix5*) |
---|
| 978 | version_type=linux |
---|
| 979 | need_lib_prefix=no |
---|
| 980 | need_version=no |
---|
| 981 | hardcode_into_libs=yes |
---|
| 982 | if test "$host_cpu" = ia64; then |
---|
| 983 | # AIX 5 supports IA64 |
---|
| 984 | library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' |
---|
| 985 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 986 | else |
---|
| 987 | # With GCC up to 2.95.x, collect2 would create an import file |
---|
| 988 | # for dependence libraries. The import file would start with |
---|
| 989 | # the line `#! .'. This would cause the generated library to |
---|
| 990 | # depend on `.', always an invalid library. This was fixed in |
---|
| 991 | # development snapshots of GCC prior to 3.0. |
---|
| 992 | case $host_os in |
---|
| 993 | aix4 | aix4.[[01]] | aix4.[[01]].*) |
---|
| 994 | if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' |
---|
| 995 | echo ' yes ' |
---|
| 996 | echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then |
---|
| 997 | : |
---|
| 998 | else |
---|
| 999 | can_build_shared=no |
---|
| 1000 | fi |
---|
| 1001 | ;; |
---|
| 1002 | esac |
---|
| 1003 | # AIX (on Power*) has no versioning support, so currently we can not hardcode correct |
---|
| 1004 | # soname into executable. Probably we can add versioning support to |
---|
| 1005 | # collect2, so additional links can be useful in future. |
---|
| 1006 | if test "$aix_use_runtimelinking" = yes; then |
---|
| 1007 | # If using run time linking (on AIX 4.2 or later) use lib<name>.so |
---|
| 1008 | # instead of lib<name>.a to let people know that these are not |
---|
| 1009 | # typical AIX shared libraries. |
---|
| 1010 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1011 | else |
---|
| 1012 | # We preserve .a as extension for shared libraries through AIX4.2 |
---|
| 1013 | # and later when we are not doing run time linking. |
---|
| 1014 | library_names_spec='${libname}${release}.a $libname.a' |
---|
| 1015 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1016 | fi |
---|
| 1017 | shlibpath_var=LIBPATH |
---|
| 1018 | fi |
---|
| 1019 | ;; |
---|
| 1020 | |
---|
| 1021 | amigaos*) |
---|
| 1022 | library_names_spec='$libname.ixlibrary $libname.a' |
---|
| 1023 | # Create ${libname}_ixlibrary.a entries in /sys/libs. |
---|
| 1024 | 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' |
---|
| 1025 | ;; |
---|
| 1026 | |
---|
| 1027 | beos*) |
---|
| 1028 | library_names_spec='${libname}${shared_ext}' |
---|
| 1029 | dynamic_linker="$host_os ld.so" |
---|
| 1030 | shlibpath_var=LIBRARY_PATH |
---|
| 1031 | ;; |
---|
| 1032 | |
---|
| 1033 | bsdi4*) |
---|
| 1034 | version_type=linux |
---|
| 1035 | need_version=no |
---|
| 1036 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1037 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1038 | finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' |
---|
| 1039 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1040 | sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" |
---|
| 1041 | sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" |
---|
| 1042 | # the default ld.so.conf also contains /usr/contrib/lib and |
---|
| 1043 | # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow |
---|
| 1044 | # libtool to hard-code these into programs |
---|
| 1045 | ;; |
---|
| 1046 | |
---|
| 1047 | cygwin* | mingw* | pw32*) |
---|
| 1048 | version_type=windows |
---|
| 1049 | shrext_cmds=".dll" |
---|
| 1050 | need_version=no |
---|
| 1051 | need_lib_prefix=no |
---|
| 1052 | |
---|
| 1053 | case $GCC,$host_os in |
---|
| 1054 | yes,cygwin* | yes,mingw* | yes,pw32*) |
---|
| 1055 | library_names_spec='$libname.dll.a' |
---|
| 1056 | # DLL is installed to $(libdir)/../bin by postinstall_cmds |
---|
| 1057 | postinstall_cmds='base_file=`basename \${file}`~ |
---|
| 1058 | dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ |
---|
| 1059 | dldir=$destdir/`dirname \$dlpath`~ |
---|
| 1060 | test -d \$dldir || mkdir -p \$dldir~ |
---|
| 1061 | $install_prog $dir/$dlname \$dldir/$dlname' |
---|
| 1062 | postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ |
---|
| 1063 | dlpath=$dir/\$dldll~ |
---|
| 1064 | $rm \$dlpath' |
---|
| 1065 | shlibpath_overrides_runpath=yes |
---|
| 1066 | |
---|
| 1067 | case $host_os in |
---|
| 1068 | cygwin*) |
---|
| 1069 | # Cygwin DLLs use 'cyg' prefix rather than 'lib' |
---|
| 1070 | soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' |
---|
| 1071 | sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" |
---|
| 1072 | ;; |
---|
| 1073 | mingw*) |
---|
| 1074 | # MinGW DLLs use traditional 'lib' prefix |
---|
| 1075 | soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' |
---|
| 1076 | sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` |
---|
| 1077 | if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then |
---|
| 1078 | # It is most probably a Windows format PATH printed by |
---|
| 1079 | # mingw gcc, but we are running on Cygwin. Gcc prints its search |
---|
| 1080 | # path with ; separators, and with drive letters. We can handle the |
---|
| 1081 | # drive letters (cygwin fileutils understands them), so leave them, |
---|
| 1082 | # especially as we might pass files found there to a mingw objdump, |
---|
| 1083 | # which wouldn't understand a cygwinified path. Ahh. |
---|
| 1084 | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` |
---|
| 1085 | else |
---|
| 1086 | sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` |
---|
| 1087 | fi |
---|
| 1088 | ;; |
---|
| 1089 | pw32*) |
---|
| 1090 | # pw32 DLLs use 'pw' prefix rather than 'lib' |
---|
| 1091 | library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' |
---|
| 1092 | ;; |
---|
| 1093 | esac |
---|
| 1094 | ;; |
---|
| 1095 | |
---|
| 1096 | *) |
---|
| 1097 | library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' |
---|
| 1098 | ;; |
---|
| 1099 | esac |
---|
| 1100 | dynamic_linker='Win32 ld.exe' |
---|
| 1101 | # FIXME: first we should search . and the directory the executable is in |
---|
| 1102 | shlibpath_var=PATH |
---|
| 1103 | ;; |
---|
| 1104 | |
---|
| 1105 | darwin* | rhapsody*) |
---|
| 1106 | dynamic_linker="$host_os dyld" |
---|
| 1107 | version_type=darwin |
---|
| 1108 | need_lib_prefix=no |
---|
| 1109 | need_version=no |
---|
| 1110 | library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' |
---|
| 1111 | soname_spec='${libname}${release}${major}$shared_ext' |
---|
| 1112 | shlibpath_overrides_runpath=yes |
---|
| 1113 | shlibpath_var=DYLD_LIBRARY_PATH |
---|
| 1114 | shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)' |
---|
| 1115 | # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. |
---|
| 1116 | if test "$GCC" = yes; then |
---|
| 1117 | 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"` |
---|
| 1118 | else |
---|
| 1119 | sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' |
---|
| 1120 | fi |
---|
| 1121 | sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' |
---|
| 1122 | ;; |
---|
| 1123 | |
---|
| 1124 | dgux*) |
---|
| 1125 | version_type=linux |
---|
| 1126 | need_lib_prefix=no |
---|
| 1127 | need_version=no |
---|
| 1128 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' |
---|
| 1129 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1130 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1131 | ;; |
---|
| 1132 | |
---|
| 1133 | freebsd1*) |
---|
| 1134 | dynamic_linker=no |
---|
| 1135 | ;; |
---|
| 1136 | |
---|
| 1137 | kfreebsd*-gnu) |
---|
| 1138 | version_type=linux |
---|
| 1139 | need_lib_prefix=no |
---|
| 1140 | need_version=no |
---|
| 1141 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
---|
| 1142 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1143 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1144 | shlibpath_overrides_runpath=no |
---|
| 1145 | hardcode_into_libs=yes |
---|
| 1146 | dynamic_linker='GNU ld.so' |
---|
| 1147 | ;; |
---|
| 1148 | |
---|
| 1149 | freebsd*) |
---|
| 1150 | objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` |
---|
| 1151 | version_type=freebsd-$objformat |
---|
| 1152 | case $version_type in |
---|
| 1153 | freebsd-elf*) |
---|
| 1154 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' |
---|
| 1155 | need_version=no |
---|
| 1156 | need_lib_prefix=no |
---|
| 1157 | ;; |
---|
| 1158 | freebsd-*) |
---|
| 1159 | library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' |
---|
| 1160 | need_version=yes |
---|
| 1161 | ;; |
---|
| 1162 | esac |
---|
| 1163 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1164 | case $host_os in |
---|
| 1165 | freebsd2*) |
---|
| 1166 | shlibpath_overrides_runpath=yes |
---|
| 1167 | ;; |
---|
| 1168 | freebsd3.[01]* | freebsdelf3.[01]*) |
---|
| 1169 | shlibpath_overrides_runpath=yes |
---|
| 1170 | hardcode_into_libs=yes |
---|
| 1171 | ;; |
---|
| 1172 | *) # from 3.2 on |
---|
| 1173 | shlibpath_overrides_runpath=no |
---|
| 1174 | hardcode_into_libs=yes |
---|
| 1175 | ;; |
---|
| 1176 | esac |
---|
| 1177 | ;; |
---|
| 1178 | |
---|
| 1179 | gnu*) |
---|
| 1180 | version_type=linux |
---|
| 1181 | need_lib_prefix=no |
---|
| 1182 | need_version=no |
---|
| 1183 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' |
---|
| 1184 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1185 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1186 | hardcode_into_libs=yes |
---|
| 1187 | ;; |
---|
| 1188 | |
---|
| 1189 | hpux9* | hpux10* | hpux11*) |
---|
| 1190 | # Give a soname corresponding to the major version so that dld.sl refuses to |
---|
| 1191 | # link against other versions. |
---|
| 1192 | version_type=sunos |
---|
| 1193 | need_lib_prefix=no |
---|
| 1194 | need_version=no |
---|
| 1195 | case "$host_cpu" in |
---|
| 1196 | ia64*) |
---|
| 1197 | shrext_cmds='.so' |
---|
| 1198 | hardcode_into_libs=yes |
---|
| 1199 | dynamic_linker="$host_os dld.so" |
---|
| 1200 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1201 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. |
---|
| 1202 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1203 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1204 | if test "X$HPUX_IA64_MODE" = X32; then |
---|
| 1205 | sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" |
---|
| 1206 | else |
---|
| 1207 | sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" |
---|
| 1208 | fi |
---|
| 1209 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec |
---|
| 1210 | ;; |
---|
| 1211 | hppa*64*) |
---|
| 1212 | shrext_cmds='.sl' |
---|
| 1213 | hardcode_into_libs=yes |
---|
| 1214 | dynamic_linker="$host_os dld.sl" |
---|
| 1215 | shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH |
---|
| 1216 | shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. |
---|
| 1217 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1218 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1219 | sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" |
---|
| 1220 | sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec |
---|
| 1221 | ;; |
---|
| 1222 | *) |
---|
| 1223 | shrext_cmds='.sl' |
---|
| 1224 | dynamic_linker="$host_os dld.sl" |
---|
| 1225 | shlibpath_var=SHLIB_PATH |
---|
| 1226 | shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH |
---|
| 1227 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1228 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1229 | ;; |
---|
| 1230 | esac |
---|
| 1231 | # HP-UX runs *really* slowly unless shared libraries are mode 555. |
---|
| 1232 | postinstall_cmds='chmod 555 $lib' |
---|
| 1233 | ;; |
---|
| 1234 | |
---|
| 1235 | irix5* | irix6* | nonstopux*) |
---|
| 1236 | case $host_os in |
---|
| 1237 | nonstopux*) version_type=nonstopux ;; |
---|
| 1238 | *) |
---|
| 1239 | if test "$lt_cv_prog_gnu_ld" = yes; then |
---|
| 1240 | version_type=linux |
---|
| 1241 | else |
---|
| 1242 | version_type=irix |
---|
| 1243 | fi ;; |
---|
| 1244 | esac |
---|
| 1245 | need_lib_prefix=no |
---|
| 1246 | need_version=no |
---|
| 1247 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1248 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' |
---|
| 1249 | case $host_os in |
---|
| 1250 | irix5* | nonstopux*) |
---|
| 1251 | libsuff= shlibsuff= |
---|
| 1252 | ;; |
---|
| 1253 | *) |
---|
| 1254 | case $LD in # libtool.m4 will add one of these switches to LD |
---|
| 1255 | *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") |
---|
| 1256 | libsuff= shlibsuff= libmagic=32-bit;; |
---|
| 1257 | *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") |
---|
| 1258 | libsuff=32 shlibsuff=N32 libmagic=N32;; |
---|
| 1259 | *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") |
---|
| 1260 | libsuff=64 shlibsuff=64 libmagic=64-bit;; |
---|
| 1261 | *) libsuff= shlibsuff= libmagic=never-match;; |
---|
| 1262 | esac |
---|
| 1263 | ;; |
---|
| 1264 | esac |
---|
| 1265 | shlibpath_var=LD_LIBRARY${shlibsuff}_PATH |
---|
| 1266 | shlibpath_overrides_runpath=no |
---|
| 1267 | sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" |
---|
| 1268 | sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" |
---|
| 1269 | hardcode_into_libs=yes |
---|
| 1270 | ;; |
---|
| 1271 | |
---|
| 1272 | # No shared lib support for Linux oldld, aout, or coff. |
---|
| 1273 | linux*oldld* | linux*aout* | linux*coff*) |
---|
| 1274 | dynamic_linker=no |
---|
| 1275 | ;; |
---|
| 1276 | |
---|
| 1277 | # This must be Linux ELF. |
---|
| 1278 | linux*) |
---|
| 1279 | version_type=linux |
---|
| 1280 | need_lib_prefix=no |
---|
| 1281 | need_version=no |
---|
| 1282 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1283 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1284 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' |
---|
| 1285 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1286 | shlibpath_overrides_runpath=no |
---|
| 1287 | # This implies no fast_install, which is unacceptable. |
---|
| 1288 | # Some rework will be needed to allow for fast_install |
---|
| 1289 | # before this can be enabled. |
---|
| 1290 | hardcode_into_libs=yes |
---|
| 1291 | |
---|
| 1292 | # Append ld.so.conf contents to the search path |
---|
| 1293 | if test -f /etc/ld.so.conf; then |
---|
| 1294 | lt_ld_extra=`$SED -e 's/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g' /etc/ld.so.conf | tr '\n' ' '` |
---|
| 1295 | sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" |
---|
| 1296 | fi |
---|
| 1297 | |
---|
| 1298 | # We used to test for /lib/ld.so.1 and disable shared libraries on |
---|
| 1299 | # powerpc, because MkLinux only supported shared libraries with the |
---|
| 1300 | # GNU dynamic linker. Since this was broken with cross compilers, |
---|
| 1301 | # most powerpc-linux boxes support dynamic linking these days and |
---|
| 1302 | # people can always --disable-shared, the test was removed, and we |
---|
| 1303 | # assume the GNU/Linux dynamic linker is in use. |
---|
| 1304 | dynamic_linker='GNU/Linux ld.so' |
---|
| 1305 | ;; |
---|
| 1306 | |
---|
| 1307 | netbsdelf*-gnu) |
---|
| 1308 | version_type=linux |
---|
| 1309 | need_lib_prefix=no |
---|
| 1310 | need_version=no |
---|
| 1311 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
---|
| 1312 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1313 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1314 | shlibpath_overrides_runpath=no |
---|
| 1315 | hardcode_into_libs=yes |
---|
| 1316 | dynamic_linker='NetBSD ld.elf_so' |
---|
| 1317 | ;; |
---|
| 1318 | |
---|
| 1319 | knetbsd*-gnu) |
---|
| 1320 | version_type=linux |
---|
| 1321 | need_lib_prefix=no |
---|
| 1322 | need_version=no |
---|
| 1323 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
---|
| 1324 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1325 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1326 | shlibpath_overrides_runpath=no |
---|
| 1327 | hardcode_into_libs=yes |
---|
| 1328 | dynamic_linker='GNU ld.so' |
---|
| 1329 | ;; |
---|
| 1330 | |
---|
| 1331 | netbsd*) |
---|
| 1332 | version_type=sunos |
---|
| 1333 | need_lib_prefix=no |
---|
| 1334 | need_version=no |
---|
| 1335 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
---|
| 1336 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
---|
| 1337 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
---|
| 1338 | dynamic_linker='NetBSD (a.out) ld.so' |
---|
| 1339 | else |
---|
| 1340 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
---|
| 1341 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1342 | dynamic_linker='NetBSD ld.elf_so' |
---|
| 1343 | fi |
---|
| 1344 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1345 | shlibpath_overrides_runpath=yes |
---|
| 1346 | hardcode_into_libs=yes |
---|
| 1347 | ;; |
---|
| 1348 | |
---|
| 1349 | newsos6) |
---|
| 1350 | version_type=linux |
---|
| 1351 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1352 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1353 | shlibpath_overrides_runpath=yes |
---|
| 1354 | ;; |
---|
| 1355 | |
---|
| 1356 | nto-qnx*) |
---|
| 1357 | version_type=linux |
---|
| 1358 | need_lib_prefix=no |
---|
| 1359 | need_version=no |
---|
| 1360 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1361 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1362 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1363 | shlibpath_overrides_runpath=yes |
---|
| 1364 | ;; |
---|
| 1365 | |
---|
| 1366 | openbsd*) |
---|
| 1367 | version_type=sunos |
---|
| 1368 | need_lib_prefix=no |
---|
| 1369 | need_version=yes |
---|
| 1370 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
---|
| 1371 | finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' |
---|
| 1372 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1373 | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
---|
| 1374 | case $host_os in |
---|
| 1375 | openbsd2.[[89]] | openbsd2.[[89]].*) |
---|
| 1376 | shlibpath_overrides_runpath=no |
---|
| 1377 | ;; |
---|
| 1378 | *) |
---|
| 1379 | shlibpath_overrides_runpath=yes |
---|
| 1380 | ;; |
---|
| 1381 | esac |
---|
| 1382 | else |
---|
| 1383 | shlibpath_overrides_runpath=yes |
---|
| 1384 | fi |
---|
| 1385 | ;; |
---|
| 1386 | |
---|
| 1387 | os2*) |
---|
| 1388 | libname_spec='$name' |
---|
| 1389 | shrext_cmds=".dll" |
---|
| 1390 | need_lib_prefix=no |
---|
| 1391 | library_names_spec='$libname${shared_ext} $libname.a' |
---|
| 1392 | dynamic_linker='OS/2 ld.exe' |
---|
| 1393 | shlibpath_var=LIBPATH |
---|
| 1394 | ;; |
---|
| 1395 | |
---|
| 1396 | osf3* | osf4* | osf5*) |
---|
| 1397 | version_type=osf |
---|
| 1398 | need_lib_prefix=no |
---|
| 1399 | need_version=no |
---|
| 1400 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1401 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1402 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1403 | sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" |
---|
| 1404 | sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" |
---|
| 1405 | ;; |
---|
| 1406 | |
---|
| 1407 | sco3.2v5*) |
---|
| 1408 | version_type=osf |
---|
| 1409 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1410 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1411 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1412 | ;; |
---|
| 1413 | |
---|
| 1414 | solaris*) |
---|
| 1415 | version_type=linux |
---|
| 1416 | need_lib_prefix=no |
---|
| 1417 | need_version=no |
---|
| 1418 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1419 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1420 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1421 | shlibpath_overrides_runpath=yes |
---|
| 1422 | hardcode_into_libs=yes |
---|
| 1423 | # ldd complains unless libraries are executable |
---|
| 1424 | postinstall_cmds='chmod +x $lib' |
---|
| 1425 | ;; |
---|
| 1426 | |
---|
| 1427 | sunos4*) |
---|
| 1428 | version_type=sunos |
---|
| 1429 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' |
---|
| 1430 | finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' |
---|
| 1431 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1432 | shlibpath_overrides_runpath=yes |
---|
| 1433 | if test "$with_gnu_ld" = yes; then |
---|
| 1434 | need_lib_prefix=no |
---|
| 1435 | fi |
---|
| 1436 | need_version=yes |
---|
| 1437 | ;; |
---|
| 1438 | |
---|
| 1439 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) |
---|
| 1440 | version_type=linux |
---|
| 1441 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1442 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1443 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1444 | case $host_vendor in |
---|
| 1445 | sni) |
---|
| 1446 | shlibpath_overrides_runpath=no |
---|
| 1447 | need_lib_prefix=no |
---|
| 1448 | export_dynamic_flag_spec='${wl}-Blargedynsym' |
---|
| 1449 | runpath_var=LD_RUN_PATH |
---|
| 1450 | ;; |
---|
| 1451 | siemens) |
---|
| 1452 | need_lib_prefix=no |
---|
| 1453 | ;; |
---|
| 1454 | motorola) |
---|
| 1455 | need_lib_prefix=no |
---|
| 1456 | need_version=no |
---|
| 1457 | shlibpath_overrides_runpath=no |
---|
| 1458 | sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' |
---|
| 1459 | ;; |
---|
| 1460 | esac |
---|
| 1461 | ;; |
---|
| 1462 | |
---|
| 1463 | sysv4*MP*) |
---|
| 1464 | if test -d /usr/nec ;then |
---|
| 1465 | version_type=linux |
---|
| 1466 | library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' |
---|
| 1467 | soname_spec='$libname${shared_ext}.$major' |
---|
| 1468 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1469 | fi |
---|
| 1470 | ;; |
---|
| 1471 | |
---|
| 1472 | uts4*) |
---|
| 1473 | version_type=linux |
---|
| 1474 | library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
---|
| 1475 | soname_spec='${libname}${release}${shared_ext}$major' |
---|
| 1476 | shlibpath_var=LD_LIBRARY_PATH |
---|
| 1477 | ;; |
---|
| 1478 | |
---|
| 1479 | *) |
---|
| 1480 | dynamic_linker=no |
---|
| 1481 | ;; |
---|
| 1482 | esac |
---|
| 1483 | AC_MSG_RESULT([$dynamic_linker]) |
---|
| 1484 | test "$dynamic_linker" = no && can_build_shared=no |
---|
| 1485 | ]) |
---|
| 1486 | m4trace:/usr/share/aclocal/libtool.m4:1737: -1- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_ARG_WITH([tags], |
---|
| 1487 | [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], |
---|
| 1488 | [include additional configurations @<:@automatic@:>@])], |
---|
| 1489 | [tagnames="$withval"]) |
---|
| 1490 | |
---|
| 1491 | if test -f "$ltmain" && test -n "$tagnames"; then |
---|
| 1492 | if test ! -f "${ofile}"; then |
---|
| 1493 | AC_MSG_WARN([output file `$ofile' does not exist]) |
---|
| 1494 | fi |
---|
| 1495 | |
---|
| 1496 | if test -z "$LTCC"; then |
---|
| 1497 | eval "`$SHELL ${ofile} --config | grep '^LTCC='`" |
---|
| 1498 | if test -z "$LTCC"; then |
---|
| 1499 | AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) |
---|
| 1500 | else |
---|
| 1501 | AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) |
---|
| 1502 | fi |
---|
| 1503 | fi |
---|
| 1504 | |
---|
| 1505 | # Extract list of available tagged configurations in $ofile. |
---|
| 1506 | # Note that this assumes the entire list is on one line. |
---|
| 1507 | available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` |
---|
| 1508 | |
---|
| 1509 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
---|
| 1510 | for tagname in $tagnames; do |
---|
| 1511 | IFS="$lt_save_ifs" |
---|
| 1512 | # Check whether tagname contains only valid characters |
---|
| 1513 | case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in |
---|
| 1514 | "") ;; |
---|
| 1515 | *) AC_MSG_ERROR([invalid tag name: $tagname]) |
---|
| 1516 | ;; |
---|
| 1517 | esac |
---|
| 1518 | |
---|
| 1519 | if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null |
---|
| 1520 | then |
---|
| 1521 | AC_MSG_ERROR([tag name \"$tagname\" already exists]) |
---|
| 1522 | fi |
---|
| 1523 | |
---|
| 1524 | # Update the list of available tags. |
---|
| 1525 | if test -n "$tagname"; then |
---|
| 1526 | echo appending configuration tag \"$tagname\" to $ofile |
---|
| 1527 | |
---|
| 1528 | case $tagname in |
---|
| 1529 | CXX) |
---|
| 1530 | if test -n "$CXX" && test "X$CXX" != "Xno"; then |
---|
| 1531 | AC_LIBTOOL_LANG_CXX_CONFIG |
---|
| 1532 | else |
---|
| 1533 | tagname="" |
---|
| 1534 | fi |
---|
| 1535 | ;; |
---|
| 1536 | |
---|
| 1537 | F77) |
---|
| 1538 | if test -n "$F77" && test "X$F77" != "Xno"; then |
---|
| 1539 | AC_LIBTOOL_LANG_F77_CONFIG |
---|
| 1540 | else |
---|
| 1541 | tagname="" |
---|
| 1542 | fi |
---|
| 1543 | ;; |
---|
| 1544 | |
---|
| 1545 | GCJ) |
---|
| 1546 | if test -n "$GCJ" && test "X$GCJ" != "Xno"; then |
---|
| 1547 | AC_LIBTOOL_LANG_GCJ_CONFIG |
---|
| 1548 | else |
---|
| 1549 | tagname="" |
---|
| 1550 | fi |
---|
| 1551 | ;; |
---|
| 1552 | |
---|
| 1553 | RC) |
---|
| 1554 | AC_LIBTOOL_LANG_RC_CONFIG |
---|
| 1555 | ;; |
---|
| 1556 | |
---|
| 1557 | *) |
---|
| 1558 | AC_MSG_ERROR([Unsupported tag name: $tagname]) |
---|
| 1559 | ;; |
---|
| 1560 | esac |
---|
| 1561 | |
---|
| 1562 | # Append the new tag name to the list of available tags. |
---|
| 1563 | if test -n "$tagname" ; then |
---|
| 1564 | available_tags="$available_tags $tagname" |
---|
| 1565 | fi |
---|
| 1566 | fi |
---|
| 1567 | done |
---|
| 1568 | IFS="$lt_save_ifs" |
---|
| 1569 | |
---|
| 1570 | # Now substitute the updated list of available tags. |
---|
| 1571 | if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then |
---|
| 1572 | mv "${ofile}T" "$ofile" |
---|
| 1573 | chmod +x "$ofile" |
---|
| 1574 | else |
---|
| 1575 | rm -f "${ofile}T" |
---|
| 1576 | AC_MSG_ERROR([unable to update list of available tagged configurations.]) |
---|
| 1577 | fi |
---|
| 1578 | fi |
---|
| 1579 | ]) |
---|
| 1580 | m4trace:/usr/share/aclocal/libtool.m4:1745: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) |
---|
| 1581 | ]) |
---|
| 1582 | m4trace:/usr/share/aclocal/libtool.m4:1753: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) |
---|
| 1583 | ]) |
---|
| 1584 | m4trace:/usr/share/aclocal/libtool.m4:1783: -1- AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl |
---|
| 1585 | AC_ARG_ENABLE([shared], |
---|
| 1586 | [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], |
---|
| 1587 | [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], |
---|
| 1588 | [p=${PACKAGE-default} |
---|
| 1589 | case $enableval in |
---|
| 1590 | yes) enable_shared=yes ;; |
---|
| 1591 | no) enable_shared=no ;; |
---|
| 1592 | *) |
---|
| 1593 | enable_shared=no |
---|
| 1594 | # Look at the argument we got. We use all the common list separators. |
---|
| 1595 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
---|
| 1596 | for pkg in $enableval; do |
---|
| 1597 | IFS="$lt_save_ifs" |
---|
| 1598 | if test "X$pkg" = "X$p"; then |
---|
| 1599 | enable_shared=yes |
---|
| 1600 | fi |
---|
| 1601 | done |
---|
| 1602 | IFS="$lt_save_ifs" |
---|
| 1603 | ;; |
---|
| 1604 | esac], |
---|
| 1605 | [enable_shared=]AC_ENABLE_SHARED_DEFAULT) |
---|
| 1606 | ]) |
---|
| 1607 | m4trace:/usr/share/aclocal/libtool.m4:1792: -1- AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl |
---|
| 1608 | AC_ENABLE_SHARED(no) |
---|
| 1609 | ]) |
---|
| 1610 | m4trace:/usr/share/aclocal/libtool.m4:1822: -1- AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl |
---|
| 1611 | AC_ARG_ENABLE([static], |
---|
| 1612 | [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], |
---|
| 1613 | [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], |
---|
| 1614 | [p=${PACKAGE-default} |
---|
| 1615 | case $enableval in |
---|
| 1616 | yes) enable_static=yes ;; |
---|
| 1617 | no) enable_static=no ;; |
---|
| 1618 | *) |
---|
| 1619 | enable_static=no |
---|
| 1620 | # Look at the argument we got. We use all the common list separators. |
---|
| 1621 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
---|
| 1622 | for pkg in $enableval; do |
---|
| 1623 | IFS="$lt_save_ifs" |
---|
| 1624 | if test "X$pkg" = "X$p"; then |
---|
| 1625 | enable_static=yes |
---|
| 1626 | fi |
---|
| 1627 | done |
---|
| 1628 | IFS="$lt_save_ifs" |
---|
| 1629 | ;; |
---|
| 1630 | esac], |
---|
| 1631 | [enable_static=]AC_ENABLE_STATIC_DEFAULT) |
---|
| 1632 | ]) |
---|
| 1633 | m4trace:/usr/share/aclocal/libtool.m4:1831: -1- AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl |
---|
| 1634 | AC_ENABLE_STATIC(no) |
---|
| 1635 | ]) |
---|
| 1636 | m4trace:/usr/share/aclocal/libtool.m4:1861: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl |
---|
| 1637 | AC_ARG_ENABLE([fast-install], |
---|
| 1638 | [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], |
---|
| 1639 | [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], |
---|
| 1640 | [p=${PACKAGE-default} |
---|
| 1641 | case $enableval in |
---|
| 1642 | yes) enable_fast_install=yes ;; |
---|
| 1643 | no) enable_fast_install=no ;; |
---|
| 1644 | *) |
---|
| 1645 | enable_fast_install=no |
---|
| 1646 | # Look at the argument we got. We use all the common list separators. |
---|
| 1647 | lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
---|
| 1648 | for pkg in $enableval; do |
---|
| 1649 | IFS="$lt_save_ifs" |
---|
| 1650 | if test "X$pkg" = "X$p"; then |
---|
| 1651 | enable_fast_install=yes |
---|
| 1652 | fi |
---|
| 1653 | done |
---|
| 1654 | IFS="$lt_save_ifs" |
---|
| 1655 | ;; |
---|
| 1656 | esac], |
---|
| 1657 | [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) |
---|
| 1658 | ]) |
---|
| 1659 | m4trace:/usr/share/aclocal/libtool.m4:1870: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl |
---|
| 1660 | AC_ENABLE_FAST_INSTALL(no) |
---|
| 1661 | ]) |
---|
| 1662 | m4trace:/usr/share/aclocal/libtool.m4:1880: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl |
---|
| 1663 | pic_mode=ifelse($#,1,$1,default) |
---|
| 1664 | ]) |
---|
| 1665 | m4trace:/usr/share/aclocal/libtool.m4:1958: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl |
---|
| 1666 | AC_MSG_CHECKING([for $1]) |
---|
| 1667 | AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, |
---|
| 1668 | [case $MAGIC_CMD in |
---|
| 1669 | [[\\/*] | ?:[\\/]*]) |
---|
| 1670 | lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. |
---|
| 1671 | ;; |
---|
| 1672 | *) |
---|
| 1673 | lt_save_MAGIC_CMD="$MAGIC_CMD" |
---|
| 1674 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
---|
| 1675 | dnl $ac_dummy forces splitting on constant user-supplied paths. |
---|
| 1676 | dnl POSIX.2 word splitting is done only on the output of word expansions, |
---|
| 1677 | dnl not every word. This closes a longstanding sh security hole. |
---|
| 1678 | ac_dummy="ifelse([$2], , $PATH, [$2])" |
---|
| 1679 | for ac_dir in $ac_dummy; do |
---|
| 1680 | IFS="$lt_save_ifs" |
---|
| 1681 | test -z "$ac_dir" && ac_dir=. |
---|
| 1682 | if test -f $ac_dir/$1; then |
---|
| 1683 | lt_cv_path_MAGIC_CMD="$ac_dir/$1" |
---|
| 1684 | if test -n "$file_magic_test_file"; then |
---|
| 1685 | case $deplibs_check_method in |
---|
| 1686 | "file_magic "*) |
---|
| 1687 | file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`" |
---|
| 1688 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
---|
| 1689 | if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | |
---|
| 1690 | $EGREP "$file_magic_regex" > /dev/null; then |
---|
| 1691 | : |
---|
| 1692 | else |
---|
| 1693 | cat <<EOF 1>&2 |
---|
| 1694 | |
---|
| 1695 | *** Warning: the command libtool uses to detect shared libraries, |
---|
| 1696 | *** $file_magic_cmd, produces output that libtool cannot recognize. |
---|
| 1697 | *** The result is that libtool may fail to recognize shared libraries |
---|
| 1698 | *** as such. This will affect the creation of libtool libraries that |
---|
| 1699 | *** depend on shared libraries, but programs linked with such libtool |
---|
| 1700 | *** libraries will work regardless of this problem. Nevertheless, you |
---|
| 1701 | *** may want to report the problem to your system manager and/or to |
---|
| 1702 | *** bug-libtool@gnu.org |
---|
| 1703 | |
---|
| 1704 | EOF |
---|
| 1705 | fi ;; |
---|
| 1706 | esac |
---|
| 1707 | fi |
---|
| 1708 | break |
---|
| 1709 | fi |
---|
| 1710 | done |
---|
| 1711 | IFS="$lt_save_ifs" |
---|
| 1712 | MAGIC_CMD="$lt_save_MAGIC_CMD" |
---|
| 1713 | ;; |
---|
| 1714 | esac]) |
---|
| 1715 | MAGIC_CMD="$lt_cv_path_MAGIC_CMD" |
---|
| 1716 | if test -n "$MAGIC_CMD"; then |
---|
| 1717 | AC_MSG_RESULT($MAGIC_CMD) |
---|
| 1718 | else |
---|
| 1719 | AC_MSG_RESULT(no) |
---|
| 1720 | fi |
---|
| 1721 | ]) |
---|
| 1722 | m4trace:/usr/share/aclocal/libtool.m4:1973: -1- AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) |
---|
| 1723 | if test -z "$lt_cv_path_MAGIC_CMD"; then |
---|
| 1724 | if test -n "$ac_tool_prefix"; then |
---|
| 1725 | AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) |
---|
| 1726 | else |
---|
| 1727 | MAGIC_CMD=: |
---|
| 1728 | fi |
---|
| 1729 | fi |
---|
| 1730 | ]) |
---|
| 1731 | m4trace:/usr/share/aclocal/libtool.m4:2058: -1- AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld], |
---|
| 1732 | [AC_HELP_STRING([--with-gnu-ld], |
---|
| 1733 | [assume the C compiler uses GNU ld @<:@default=no@:>@])], |
---|
| 1734 | [test "$withval" = no || with_gnu_ld=yes], |
---|
| 1735 | [with_gnu_ld=no]) |
---|
| 1736 | AC_REQUIRE([LT_AC_PROG_SED])dnl |
---|
| 1737 | AC_REQUIRE([AC_PROG_CC])dnl |
---|
| 1738 | AC_REQUIRE([AC_CANONICAL_HOST])dnl |
---|
| 1739 | AC_REQUIRE([AC_CANONICAL_BUILD])dnl |
---|
| 1740 | ac_prog=ld |
---|
| 1741 | if test "$GCC" = yes; then |
---|
| 1742 | # Check if gcc -print-prog-name=ld gives a path. |
---|
| 1743 | AC_MSG_CHECKING([for ld used by $CC]) |
---|
| 1744 | case $host in |
---|
| 1745 | *-*-mingw*) |
---|
| 1746 | # gcc leaves a trailing carriage return which upsets mingw |
---|
| 1747 | ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; |
---|
| 1748 | *) |
---|
| 1749 | ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; |
---|
| 1750 | esac |
---|
| 1751 | case $ac_prog in |
---|
| 1752 | # Accept absolute paths. |
---|
| 1753 | [[\\/]]* | ?:[[\\/]]*) |
---|
| 1754 | re_direlt='/[[^/]][[^/]]*/\.\./' |
---|
| 1755 | # Canonicalize the pathname of ld |
---|
| 1756 | ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` |
---|
| 1757 | while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do |
---|
| 1758 | ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` |
---|
| 1759 | done |
---|
| 1760 | test -z "$LD" && LD="$ac_prog" |
---|
| 1761 | ;; |
---|
| 1762 | "") |
---|
| 1763 | # If it fails, then pretend we aren't using GCC. |
---|
| 1764 | ac_prog=ld |
---|
| 1765 | ;; |
---|
| 1766 | *) |
---|
| 1767 | # If it is relative, then search for the first ld in PATH. |
---|
| 1768 | with_gnu_ld=unknown |
---|
| 1769 | ;; |
---|
| 1770 | esac |
---|
| 1771 | elif test "$with_gnu_ld" = yes; then |
---|
| 1772 | AC_MSG_CHECKING([for GNU ld]) |
---|
| 1773 | else |
---|
| 1774 | AC_MSG_CHECKING([for non-GNU ld]) |
---|
| 1775 | fi |
---|
| 1776 | AC_CACHE_VAL(lt_cv_path_LD, |
---|
| 1777 | [if test -z "$LD"; then |
---|
| 1778 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
---|
| 1779 | for ac_dir in $PATH; do |
---|
| 1780 | IFS="$lt_save_ifs" |
---|
| 1781 | test -z "$ac_dir" && ac_dir=. |
---|
| 1782 | if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then |
---|
| 1783 | lt_cv_path_LD="$ac_dir/$ac_prog" |
---|
| 1784 | # Check to see if the program is GNU ld. I'd rather use --version, |
---|
| 1785 | # but apparently some GNU ld's only accept -v. |
---|
| 1786 | # Break only if it was the GNU/non-GNU ld that we prefer. |
---|
| 1787 | case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in |
---|
| 1788 | *GNU* | *'with BFD'*) |
---|
| 1789 | test "$with_gnu_ld" != no && break |
---|
| 1790 | ;; |
---|
| 1791 | *) |
---|
| 1792 | test "$with_gnu_ld" != yes && break |
---|
| 1793 | ;; |
---|
| 1794 | esac |
---|
| 1795 | fi |
---|
| 1796 | done |
---|
| 1797 | IFS="$lt_save_ifs" |
---|
| 1798 | else |
---|
| 1799 | lt_cv_path_LD="$LD" # Let the user override the test with a path. |
---|
| 1800 | fi]) |
---|
| 1801 | LD="$lt_cv_path_LD" |
---|
| 1802 | if test -n "$LD"; then |
---|
| 1803 | AC_MSG_RESULT($LD) |
---|
| 1804 | else |
---|
| 1805 | AC_MSG_RESULT(no) |
---|
| 1806 | fi |
---|
| 1807 | test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) |
---|
| 1808 | AC_PROG_LD_GNU |
---|
| 1809 | ]) |
---|
| 1810 | m4trace:/usr/share/aclocal/libtool.m4:2076: -1- AC_DEFUN([AC_PROG_LD_GNU], [AC_REQUIRE([AC_PROG_EGREP])dnl |
---|
| 1811 | AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld, |
---|
| 1812 | [# I'd rather use --version here, but apparently some GNU ld's only accept -v. |
---|
| 1813 | case `$LD -v 2>&1 </dev/null` in |
---|
| 1814 | *GNU* | *'with BFD'*) |
---|
| 1815 | lt_cv_prog_gnu_ld=yes |
---|
| 1816 | ;; |
---|
| 1817 | *) |
---|
| 1818 | lt_cv_prog_gnu_ld=no |
---|
| 1819 | ;; |
---|
| 1820 | esac]) |
---|
| 1821 | with_gnu_ld=$lt_cv_prog_gnu_ld |
---|
| 1822 | ]) |
---|
| 1823 | m4trace:/usr/share/aclocal/libtool.m4:2093: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG], [AC_CACHE_CHECK([for $LD option to reload object files], |
---|
| 1824 | lt_cv_ld_reload_flag, |
---|
| 1825 | [lt_cv_ld_reload_flag='-r']) |
---|
| 1826 | reload_flag=$lt_cv_ld_reload_flag |
---|
| 1827 | case $reload_flag in |
---|
| 1828 | "" | " "*) ;; |
---|
| 1829 | *) reload_flag=" $reload_flag" ;; |
---|
| 1830 | esac |
---|
| 1831 | reload_cmds='$LD$reload_flag -o $output$reload_objs' |
---|
| 1832 | ]) |
---|
| 1833 | m4trace:/usr/share/aclocal/libtool.m4:2274: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD], [AC_CACHE_CHECK([how to recognise dependent libraries], |
---|
| 1834 | lt_cv_deplibs_check_method, |
---|
| 1835 | [lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
| 1836 | lt_cv_file_magic_test_file= |
---|
| 1837 | lt_cv_deplibs_check_method='unknown' |
---|
| 1838 | # Need to set the preceding variable on all platforms that support |
---|
| 1839 | # interlibrary dependencies. |
---|
| 1840 | # 'none' -- dependencies not supported. |
---|
| 1841 | # `unknown' -- same as none, but documents that we really don't know. |
---|
| 1842 | # 'pass_all' -- all dependencies passed with no checks. |
---|
| 1843 | # 'test_compile' -- check by making test program. |
---|
| 1844 | # 'file_magic [[regex]]' -- check by looking for files in library path |
---|
| 1845 | # which responds to the $file_magic_cmd with a given extended regex. |
---|
| 1846 | # If you have `file' or equivalent on your system and you're not sure |
---|
| 1847 | # whether `pass_all' will *always* work, you probably want this one. |
---|
| 1848 | |
---|
| 1849 | case $host_os in |
---|
| 1850 | aix4* | aix5*) |
---|
| 1851 | lt_cv_deplibs_check_method=pass_all |
---|
| 1852 | ;; |
---|
| 1853 | |
---|
| 1854 | beos*) |
---|
| 1855 | lt_cv_deplibs_check_method=pass_all |
---|
| 1856 | ;; |
---|
| 1857 | |
---|
| 1858 | bsdi4*) |
---|
| 1859 | lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' |
---|
| 1860 | lt_cv_file_magic_cmd='/usr/bin/file -L' |
---|
| 1861 | lt_cv_file_magic_test_file=/shlib/libc.so |
---|
| 1862 | ;; |
---|
| 1863 | |
---|
| 1864 | cygwin*) |
---|
| 1865 | # func_win32_libid is a shell function defined in ltmain.sh |
---|
| 1866 | lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' |
---|
| 1867 | lt_cv_file_magic_cmd='func_win32_libid' |
---|
| 1868 | ;; |
---|
| 1869 | |
---|
| 1870 | mingw* | pw32*) |
---|
| 1871 | # Base MSYS/MinGW do not provide the 'file' command needed by |
---|
| 1872 | # func_win32_libid shell function, so use a weaker test based on 'objdump'. |
---|
| 1873 | lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' |
---|
| 1874 | lt_cv_file_magic_cmd='$OBJDUMP -f' |
---|
| 1875 | ;; |
---|
| 1876 | |
---|
| 1877 | darwin* | rhapsody*) |
---|
| 1878 | lt_cv_deplibs_check_method=pass_all |
---|
| 1879 | ;; |
---|
| 1880 | |
---|
| 1881 | freebsd* | kfreebsd*-gnu) |
---|
| 1882 | if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then |
---|
| 1883 | case $host_cpu in |
---|
| 1884 | i*86 ) |
---|
| 1885 | # Not sure whether the presence of OpenBSD here was a mistake. |
---|
| 1886 | # Let's accept both of them until this is cleared up. |
---|
| 1887 | lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD)/i[[3-9]]86 (compact )?demand paged shared library' |
---|
| 1888 | lt_cv_file_magic_cmd=/usr/bin/file |
---|
| 1889 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` |
---|
| 1890 | ;; |
---|
| 1891 | esac |
---|
| 1892 | else |
---|
| 1893 | lt_cv_deplibs_check_method=pass_all |
---|
| 1894 | fi |
---|
| 1895 | ;; |
---|
| 1896 | |
---|
| 1897 | gnu*) |
---|
| 1898 | lt_cv_deplibs_check_method=pass_all |
---|
| 1899 | ;; |
---|
| 1900 | |
---|
| 1901 | hpux10.20* | hpux11*) |
---|
| 1902 | lt_cv_file_magic_cmd=/usr/bin/file |
---|
| 1903 | case "$host_cpu" in |
---|
| 1904 | ia64*) |
---|
| 1905 | lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' |
---|
| 1906 | lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so |
---|
| 1907 | ;; |
---|
| 1908 | hppa*64*) |
---|
| 1909 | [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]'] |
---|
| 1910 | lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl |
---|
| 1911 | ;; |
---|
| 1912 | *) |
---|
| 1913 | lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' |
---|
| 1914 | lt_cv_file_magic_test_file=/usr/lib/libc.sl |
---|
| 1915 | ;; |
---|
| 1916 | esac |
---|
| 1917 | ;; |
---|
| 1918 | |
---|
| 1919 | irix5* | irix6* | nonstopux*) |
---|
| 1920 | case $LD in |
---|
| 1921 | *-32|*"-32 ") libmagic=32-bit;; |
---|
| 1922 | *-n32|*"-n32 ") libmagic=N32;; |
---|
| 1923 | *-64|*"-64 ") libmagic=64-bit;; |
---|
| 1924 | *) libmagic=never-match;; |
---|
| 1925 | esac |
---|
| 1926 | lt_cv_deplibs_check_method=pass_all |
---|
| 1927 | ;; |
---|
| 1928 | |
---|
| 1929 | # This must be Linux ELF. |
---|
| 1930 | linux*) |
---|
| 1931 | lt_cv_deplibs_check_method=pass_all |
---|
| 1932 | ;; |
---|
| 1933 | |
---|
| 1934 | netbsd* | netbsdelf*-gnu | knetbsd*-gnu) |
---|
| 1935 | if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then |
---|
| 1936 | lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' |
---|
| 1937 | else |
---|
| 1938 | lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' |
---|
| 1939 | fi |
---|
| 1940 | ;; |
---|
| 1941 | |
---|
| 1942 | newos6*) |
---|
| 1943 | lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' |
---|
| 1944 | lt_cv_file_magic_cmd=/usr/bin/file |
---|
| 1945 | lt_cv_file_magic_test_file=/usr/lib/libnls.so |
---|
| 1946 | ;; |
---|
| 1947 | |
---|
| 1948 | nto-qnx*) |
---|
| 1949 | lt_cv_deplibs_check_method=unknown |
---|
| 1950 | ;; |
---|
| 1951 | |
---|
| 1952 | openbsd*) |
---|
| 1953 | lt_cv_file_magic_cmd=/usr/bin/file |
---|
| 1954 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` |
---|
| 1955 | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
---|
| 1956 | lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object' |
---|
| 1957 | else |
---|
| 1958 | lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library' |
---|
| 1959 | fi |
---|
| 1960 | ;; |
---|
| 1961 | |
---|
| 1962 | osf3* | osf4* | osf5*) |
---|
| 1963 | lt_cv_deplibs_check_method=pass_all |
---|
| 1964 | ;; |
---|
| 1965 | |
---|
| 1966 | sco3.2v5*) |
---|
| 1967 | lt_cv_deplibs_check_method=pass_all |
---|
| 1968 | ;; |
---|
| 1969 | |
---|
| 1970 | solaris*) |
---|
| 1971 | lt_cv_deplibs_check_method=pass_all |
---|
| 1972 | ;; |
---|
| 1973 | |
---|
| 1974 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) |
---|
| 1975 | case $host_vendor in |
---|
| 1976 | motorola) |
---|
| 1977 | 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]]' |
---|
| 1978 | lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` |
---|
| 1979 | ;; |
---|
| 1980 | ncr) |
---|
| 1981 | lt_cv_deplibs_check_method=pass_all |
---|
| 1982 | ;; |
---|
| 1983 | sequent) |
---|
| 1984 | lt_cv_file_magic_cmd='/bin/file' |
---|
| 1985 | lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' |
---|
| 1986 | ;; |
---|
| 1987 | sni) |
---|
| 1988 | lt_cv_file_magic_cmd='/bin/file' |
---|
| 1989 | lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" |
---|
| 1990 | lt_cv_file_magic_test_file=/lib/libc.so |
---|
| 1991 | ;; |
---|
| 1992 | siemens) |
---|
| 1993 | lt_cv_deplibs_check_method=pass_all |
---|
| 1994 | ;; |
---|
| 1995 | esac |
---|
| 1996 | ;; |
---|
| 1997 | |
---|
| 1998 | sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) |
---|
| 1999 | lt_cv_deplibs_check_method=pass_all |
---|
| 2000 | ;; |
---|
| 2001 | esac |
---|
| 2002 | ]) |
---|
| 2003 | file_magic_cmd=$lt_cv_file_magic_cmd |
---|
| 2004 | deplibs_check_method=$lt_cv_deplibs_check_method |
---|
| 2005 | test -z "$deplibs_check_method" && deplibs_check_method=unknown |
---|
| 2006 | ]) |
---|
| 2007 | m4trace:/usr/share/aclocal/libtool.m4:2319: -1- AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, |
---|
| 2008 | [if test -n "$NM"; then |
---|
| 2009 | # Let the user override the test. |
---|
| 2010 | lt_cv_path_NM="$NM" |
---|
| 2011 | else |
---|
| 2012 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
---|
| 2013 | for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do |
---|
| 2014 | IFS="$lt_save_ifs" |
---|
| 2015 | test -z "$ac_dir" && ac_dir=. |
---|
| 2016 | tmp_nm="$ac_dir/${ac_tool_prefix}nm" |
---|
| 2017 | if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then |
---|
| 2018 | # Check to see if the nm accepts a BSD-compat flag. |
---|
| 2019 | # Adding the `sed 1q' prevents false positives on HP-UX, which says: |
---|
| 2020 | # nm: unknown option "B" ignored |
---|
| 2021 | # Tru64's nm complains that /dev/null is an invalid object file |
---|
| 2022 | case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in |
---|
| 2023 | */dev/null* | *'Invalid file or object type'*) |
---|
| 2024 | lt_cv_path_NM="$tmp_nm -B" |
---|
| 2025 | break |
---|
| 2026 | ;; |
---|
| 2027 | *) |
---|
| 2028 | case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in |
---|
| 2029 | */dev/null*) |
---|
| 2030 | lt_cv_path_NM="$tmp_nm -p" |
---|
| 2031 | break |
---|
| 2032 | ;; |
---|
| 2033 | *) |
---|
| 2034 | lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but |
---|
| 2035 | continue # so that we can try to find one that supports BSD flags |
---|
| 2036 | ;; |
---|
| 2037 | esac |
---|
| 2038 | esac |
---|
| 2039 | fi |
---|
| 2040 | done |
---|
| 2041 | IFS="$lt_save_ifs" |
---|
| 2042 | test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm |
---|
| 2043 | fi]) |
---|
| 2044 | NM="$lt_cv_path_NM" |
---|
| 2045 | ]) |
---|
| 2046 | m4trace:/usr/share/aclocal/libtool.m4:2340: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl |
---|
| 2047 | LIBM= |
---|
| 2048 | case $host in |
---|
| 2049 | *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) |
---|
| 2050 | # These system don't have libm, or don't need it |
---|
| 2051 | ;; |
---|
| 2052 | *-ncr-sysv4.3*) |
---|
| 2053 | AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") |
---|
| 2054 | AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") |
---|
| 2055 | ;; |
---|
| 2056 | *) |
---|
| 2057 | AC_CHECK_LIB(m, cos, LIBM="-lm") |
---|
| 2058 | ;; |
---|
| 2059 | esac |
---|
| 2060 | ]) |
---|
| 2061 | m4trace:/usr/share/aclocal/libtool.m4:2365: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl |
---|
| 2062 | case $enable_ltdl_convenience in |
---|
| 2063 | no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; |
---|
| 2064 | "") enable_ltdl_convenience=yes |
---|
| 2065 | ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; |
---|
| 2066 | esac |
---|
| 2067 | LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la |
---|
| 2068 | LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) |
---|
| 2069 | # For backwards non-gettext consistent compatibility... |
---|
| 2070 | INCLTDL="$LTDLINCL" |
---|
| 2071 | ]) |
---|
| 2072 | m4trace:/usr/share/aclocal/libtool.m4:2401: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl |
---|
| 2073 | AC_CHECK_LIB(ltdl, lt_dlinit, |
---|
| 2074 | [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], |
---|
| 2075 | [if test x"$enable_ltdl_install" = xno; then |
---|
| 2076 | AC_MSG_WARN([libltdl not installed, but installation disabled]) |
---|
| 2077 | else |
---|
| 2078 | enable_ltdl_install=yes |
---|
| 2079 | fi |
---|
| 2080 | ]) |
---|
| 2081 | if test x"$enable_ltdl_install" = x"yes"; then |
---|
| 2082 | ac_configure_args="$ac_configure_args --enable-ltdl-install" |
---|
| 2083 | LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la |
---|
| 2084 | LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) |
---|
| 2085 | else |
---|
| 2086 | ac_configure_args="$ac_configure_args --enable-ltdl-install=no" |
---|
| 2087 | LIBLTDL="-lltdl" |
---|
| 2088 | LTDLINCL= |
---|
| 2089 | fi |
---|
| 2090 | # For backwards non-gettext consistent compatibility... |
---|
| 2091 | INCLTDL="$LTDLINCL" |
---|
| 2092 | ]) |
---|
| 2093 | m4trace:/usr/share/aclocal/libtool.m4:2409: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX]) |
---|
| 2094 | ]) |
---|
| 2095 | m4trace:/usr/share/aclocal/libtool.m4:2418: -1- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX]) |
---|
| 2096 | AC_REQUIRE([AC_PROG_CXXCPP]) |
---|
| 2097 | _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) |
---|
| 2098 | ]) |
---|
| 2099 | m4trace:/usr/share/aclocal/libtool.m4:2426: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77]) |
---|
| 2100 | ]) |
---|
| 2101 | m4trace:/usr/share/aclocal/libtool.m4:2434: -1- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77]) |
---|
| 2102 | _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) |
---|
| 2103 | ]) |
---|
| 2104 | m4trace:/usr/share/aclocal/libtool.m4:2442: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ]) |
---|
| 2105 | ]) |
---|
| 2106 | m4trace:/usr/share/aclocal/libtool.m4:2455: -1- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], |
---|
| 2107 | [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], |
---|
| 2108 | [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], |
---|
| 2109 | [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], |
---|
| 2110 | [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], |
---|
| 2111 | [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) |
---|
| 2112 | _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) |
---|
| 2113 | ]) |
---|
| 2114 | m4trace:/usr/share/aclocal/libtool.m4:2464: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC]) |
---|
| 2115 | _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) |
---|
| 2116 | ]) |
---|
| 2117 | m4trace:/usr/share/aclocal/libtool.m4:2472: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) |
---|
| 2118 | m4trace:/usr/share/aclocal/libtool.m4:2609: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC" |
---|
| 2119 | AC_LANG_PUSH(C) |
---|
| 2120 | |
---|
| 2121 | # Source file extension for C test sources. |
---|
| 2122 | ac_ext=c |
---|
| 2123 | |
---|
| 2124 | # Object file extension for compiled C test sources. |
---|
| 2125 | objext=o |
---|
| 2126 | _LT_AC_TAGVAR(objext, $1)=$objext |
---|
| 2127 | |
---|
| 2128 | # Code to be used in simple compile tests |
---|
| 2129 | lt_simple_compile_test_code="int some_variable = 0;\n" |
---|
| 2130 | |
---|
| 2131 | # Code to be used in simple link tests |
---|
| 2132 | lt_simple_link_test_code='int main(){return(0);}\n' |
---|
| 2133 | |
---|
| 2134 | _LT_AC_SYS_COMPILER |
---|
| 2135 | |
---|
| 2136 | # |
---|
| 2137 | # Check for any special shared library compilation flags. |
---|
| 2138 | # |
---|
| 2139 | _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)= |
---|
| 2140 | if test "$GCC" = no; then |
---|
| 2141 | case $host_os in |
---|
| 2142 | sco3.2v5*) |
---|
| 2143 | _LT_AC_TAGVAR(lt_prog_cc_shlib, $1)='-belf' |
---|
| 2144 | ;; |
---|
| 2145 | esac |
---|
| 2146 | fi |
---|
| 2147 | if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then |
---|
| 2148 | AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries]) |
---|
| 2149 | if echo "$old_CC $old_CFLAGS " | grep "[[ ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[ ]]" >/dev/null; then : |
---|
| 2150 | else |
---|
| 2151 | AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure]) |
---|
| 2152 | _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no |
---|
| 2153 | fi |
---|
| 2154 | fi |
---|
| 2155 | |
---|
| 2156 | |
---|
| 2157 | # |
---|
| 2158 | # Check to make sure the static flag actually works. |
---|
| 2159 | # |
---|
| 2160 | AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $_LT_AC_TAGVAR(lt_prog_compiler_static, $1) works], |
---|
| 2161 | _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), |
---|
| 2162 | $_LT_AC_TAGVAR(lt_prog_compiler_static, $1), |
---|
| 2163 | [], |
---|
| 2164 | [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) |
---|
| 2165 | |
---|
| 2166 | |
---|
| 2167 | ## CAVEAT EMPTOR: |
---|
| 2168 | ## There is no encapsulation within the following macros, do not change |
---|
| 2169 | ## the running order or otherwise move them around unless you know exactly |
---|
| 2170 | ## what you are doing... |
---|
| 2171 | AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) |
---|
| 2172 | AC_LIBTOOL_PROG_COMPILER_PIC($1) |
---|
| 2173 | AC_LIBTOOL_PROG_CC_C_O($1) |
---|
| 2174 | AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) |
---|
| 2175 | AC_LIBTOOL_PROG_LD_SHLIBS($1) |
---|
| 2176 | AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) |
---|
| 2177 | AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) |
---|
| 2178 | AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 2179 | AC_LIBTOOL_DLOPEN_SELF($1) |
---|
| 2180 | |
---|
| 2181 | # Report which librarie types wil actually be built |
---|
| 2182 | AC_MSG_CHECKING([if libtool supports shared libraries]) |
---|
| 2183 | AC_MSG_RESULT([$can_build_shared]) |
---|
| 2184 | |
---|
| 2185 | AC_MSG_CHECKING([whether to build shared libraries]) |
---|
| 2186 | test "$can_build_shared" = "no" && enable_shared=no |
---|
| 2187 | |
---|
| 2188 | # On AIX, shared libraries and static libraries use the same namespace, and |
---|
| 2189 | # are all built from PIC. |
---|
| 2190 | case "$host_os" in |
---|
| 2191 | aix3*) |
---|
| 2192 | test "$enable_shared" = yes && enable_static=no |
---|
| 2193 | if test -n "$RANLIB"; then |
---|
| 2194 | archive_cmds="$archive_cmds~\$RANLIB \$lib" |
---|
| 2195 | postinstall_cmds='$RANLIB $lib' |
---|
| 2196 | fi |
---|
| 2197 | ;; |
---|
| 2198 | |
---|
| 2199 | aix4* | aix5*) |
---|
| 2200 | if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then |
---|
| 2201 | test "$enable_shared" = yes && enable_static=no |
---|
| 2202 | fi |
---|
| 2203 | ;; |
---|
| 2204 | darwin* | rhapsody*) |
---|
| 2205 | if test "$GCC" = yes; then |
---|
| 2206 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 2207 | case "$host_os" in |
---|
| 2208 | rhapsody* | darwin1.[[012]]) |
---|
| 2209 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' |
---|
| 2210 | ;; |
---|
| 2211 | *) # Darwin 1.3 on |
---|
| 2212 | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
---|
| 2213 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' |
---|
| 2214 | else |
---|
| 2215 | case ${MACOSX_DEPLOYMENT_TARGET} in |
---|
| 2216 | 10.[[012]]) |
---|
| 2217 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' |
---|
| 2218 | ;; |
---|
| 2219 | 10.*) |
---|
| 2220 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' |
---|
| 2221 | ;; |
---|
| 2222 | esac |
---|
| 2223 | fi |
---|
| 2224 | ;; |
---|
| 2225 | esac |
---|
| 2226 | output_verbose_link_cmd='echo' |
---|
| 2227 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' |
---|
| 2228 | _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
---|
| 2229 | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's |
---|
| 2230 | _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}' |
---|
| 2231 | _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}' |
---|
| 2232 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 2233 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes |
---|
| 2234 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported |
---|
| 2235 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' |
---|
| 2236 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 2237 | else |
---|
| 2238 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2239 | fi |
---|
| 2240 | ;; |
---|
| 2241 | esac |
---|
| 2242 | AC_MSG_RESULT([$enable_shared]) |
---|
| 2243 | |
---|
| 2244 | AC_MSG_CHECKING([whether to build static libraries]) |
---|
| 2245 | # Make sure either enable_shared or enable_static is yes. |
---|
| 2246 | test "$enable_shared" = yes || enable_static=yes |
---|
| 2247 | AC_MSG_RESULT([$enable_static]) |
---|
| 2248 | |
---|
| 2249 | AC_LIBTOOL_CONFIG($1) |
---|
| 2250 | |
---|
| 2251 | AC_LANG_POP |
---|
| 2252 | CC="$lt_save_CC" |
---|
| 2253 | ]) |
---|
| 2254 | m4trace:/usr/share/aclocal/libtool.m4:2617: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) |
---|
| 2255 | m4trace:/usr/share/aclocal/libtool.m4:3504: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++) |
---|
| 2256 | AC_REQUIRE([AC_PROG_CXX]) |
---|
| 2257 | AC_REQUIRE([AC_PROG_CXXCPP]) |
---|
| 2258 | |
---|
| 2259 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 2260 | _LT_AC_TAGVAR(allow_undefined_flag, $1)= |
---|
| 2261 | _LT_AC_TAGVAR(always_export_symbols, $1)=no |
---|
| 2262 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)= |
---|
| 2263 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= |
---|
| 2264 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 2265 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= |
---|
| 2266 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= |
---|
| 2267 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= |
---|
| 2268 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=no |
---|
| 2269 | _LT_AC_TAGVAR(hardcode_automatic, $1)=no |
---|
| 2270 | _LT_AC_TAGVAR(module_cmds, $1)= |
---|
| 2271 | _LT_AC_TAGVAR(module_expsym_cmds, $1)= |
---|
| 2272 | _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown |
---|
| 2273 | _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds |
---|
| 2274 | _LT_AC_TAGVAR(no_undefined_flag, $1)= |
---|
| 2275 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= |
---|
| 2276 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no |
---|
| 2277 | |
---|
| 2278 | # Dependencies to place before and after the object being linked: |
---|
| 2279 | _LT_AC_TAGVAR(predep_objects, $1)= |
---|
| 2280 | _LT_AC_TAGVAR(postdep_objects, $1)= |
---|
| 2281 | _LT_AC_TAGVAR(predeps, $1)= |
---|
| 2282 | _LT_AC_TAGVAR(postdeps, $1)= |
---|
| 2283 | _LT_AC_TAGVAR(compiler_lib_search_path, $1)= |
---|
| 2284 | |
---|
| 2285 | # Source file extension for C++ test sources. |
---|
| 2286 | ac_ext=cc |
---|
| 2287 | |
---|
| 2288 | # Object file extension for compiled C++ test sources. |
---|
| 2289 | objext=o |
---|
| 2290 | _LT_AC_TAGVAR(objext, $1)=$objext |
---|
| 2291 | |
---|
| 2292 | # Code to be used in simple compile tests |
---|
| 2293 | lt_simple_compile_test_code="int some_variable = 0;\n" |
---|
| 2294 | |
---|
| 2295 | # Code to be used in simple link tests |
---|
| 2296 | lt_simple_link_test_code='int main(int, char *[]) { return(0); }\n' |
---|
| 2297 | |
---|
| 2298 | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
---|
| 2299 | _LT_AC_SYS_COMPILER |
---|
| 2300 | |
---|
| 2301 | # Allow CC to be a program name with arguments. |
---|
| 2302 | lt_save_CC=$CC |
---|
| 2303 | lt_save_LD=$LD |
---|
| 2304 | lt_save_GCC=$GCC |
---|
| 2305 | GCC=$GXX |
---|
| 2306 | lt_save_with_gnu_ld=$with_gnu_ld |
---|
| 2307 | lt_save_path_LD=$lt_cv_path_LD |
---|
| 2308 | if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then |
---|
| 2309 | lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx |
---|
| 2310 | else |
---|
| 2311 | unset lt_cv_prog_gnu_ld |
---|
| 2312 | fi |
---|
| 2313 | if test -n "${lt_cv_path_LDCXX+set}"; then |
---|
| 2314 | lt_cv_path_LD=$lt_cv_path_LDCXX |
---|
| 2315 | else |
---|
| 2316 | unset lt_cv_path_LD |
---|
| 2317 | fi |
---|
| 2318 | test -z "${LDCXX+set}" || LD=$LDCXX |
---|
| 2319 | CC=${CXX-"c++"} |
---|
| 2320 | compiler=$CC |
---|
| 2321 | _LT_AC_TAGVAR(compiler, $1)=$CC |
---|
| 2322 | cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` |
---|
| 2323 | |
---|
| 2324 | # We don't want -fno-exception wen compiling C++ code, so set the |
---|
| 2325 | # no_builtin_flag separately |
---|
| 2326 | if test "$GXX" = yes; then |
---|
| 2327 | _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' |
---|
| 2328 | else |
---|
| 2329 | _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= |
---|
| 2330 | fi |
---|
| 2331 | |
---|
| 2332 | if test "$GXX" = yes; then |
---|
| 2333 | # Set up default GNU C++ configuration |
---|
| 2334 | |
---|
| 2335 | AC_PROG_LD |
---|
| 2336 | |
---|
| 2337 | # Check if GNU C++ uses GNU ld as the underlying linker, since the |
---|
| 2338 | # archiving commands below assume that GNU ld is being used. |
---|
| 2339 | if test "$with_gnu_ld" = yes; then |
---|
| 2340 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 2341 | _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' |
---|
| 2342 | |
---|
| 2343 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' |
---|
| 2344 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' |
---|
| 2345 | |
---|
| 2346 | # If archive_cmds runs LD, not CC, wlarc should be empty |
---|
| 2347 | # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to |
---|
| 2348 | # investigate it a little bit more. (MM) |
---|
| 2349 | wlarc='${wl}' |
---|
| 2350 | |
---|
| 2351 | # ancient GNU ld didn't support --whole-archive et. al. |
---|
| 2352 | if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ |
---|
| 2353 | grep 'no-whole-archive' > /dev/null; then |
---|
| 2354 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' |
---|
| 2355 | else |
---|
| 2356 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= |
---|
| 2357 | fi |
---|
| 2358 | else |
---|
| 2359 | with_gnu_ld=no |
---|
| 2360 | wlarc= |
---|
| 2361 | |
---|
| 2362 | # A generic and very simple default shared library creation |
---|
| 2363 | # command for GNU C++ for the case where it uses the native |
---|
| 2364 | # linker, instead of GNU ld. If possible, this setting should |
---|
| 2365 | # overridden to take advantage of the native linker features on |
---|
| 2366 | # the platform it is being used on. |
---|
| 2367 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' |
---|
| 2368 | fi |
---|
| 2369 | |
---|
| 2370 | # Commands to make compiler produce verbose output that lists |
---|
| 2371 | # what "hidden" libraries, object files and flags are used when |
---|
| 2372 | # linking a shared library. |
---|
| 2373 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' |
---|
| 2374 | |
---|
| 2375 | else |
---|
| 2376 | GXX=no |
---|
| 2377 | with_gnu_ld=no |
---|
| 2378 | wlarc= |
---|
| 2379 | fi |
---|
| 2380 | |
---|
| 2381 | # PORTME: fill in a description of your system's C++ link characteristics |
---|
| 2382 | AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) |
---|
| 2383 | _LT_AC_TAGVAR(ld_shlibs, $1)=yes |
---|
| 2384 | case $host_os in |
---|
| 2385 | aix3*) |
---|
| 2386 | # FIXME: insert proper C++ library support |
---|
| 2387 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2388 | ;; |
---|
| 2389 | aix4* | aix5*) |
---|
| 2390 | if test "$host_cpu" = ia64; then |
---|
| 2391 | # On IA64, the linker does run time linking by default, so we don't |
---|
| 2392 | # have to do anything special. |
---|
| 2393 | aix_use_runtimelinking=no |
---|
| 2394 | exp_sym_flag='-Bexport' |
---|
| 2395 | no_entry_flag="" |
---|
| 2396 | else |
---|
| 2397 | aix_use_runtimelinking=no |
---|
| 2398 | |
---|
| 2399 | # Test if we are trying to use run time linking or normal |
---|
| 2400 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we |
---|
| 2401 | # need to do runtime linking. |
---|
| 2402 | case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) |
---|
| 2403 | for ld_flag in $LDFLAGS; do |
---|
| 2404 | case $ld_flag in |
---|
| 2405 | *-brtl*) |
---|
| 2406 | aix_use_runtimelinking=yes |
---|
| 2407 | break |
---|
| 2408 | ;; |
---|
| 2409 | esac |
---|
| 2410 | done |
---|
| 2411 | esac |
---|
| 2412 | |
---|
| 2413 | exp_sym_flag='-bexport' |
---|
| 2414 | no_entry_flag='-bnoentry' |
---|
| 2415 | fi |
---|
| 2416 | |
---|
| 2417 | # When large executables or shared objects are built, AIX ld can |
---|
| 2418 | # have problems creating the table of contents. If linking a library |
---|
| 2419 | # or program results in "error TOC overflow" add -mminimal-toc to |
---|
| 2420 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not |
---|
| 2421 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. |
---|
| 2422 | |
---|
| 2423 | _LT_AC_TAGVAR(archive_cmds, $1)='' |
---|
| 2424 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 2425 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' |
---|
| 2426 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 2427 | |
---|
| 2428 | if test "$GXX" = yes; then |
---|
| 2429 | case $host_os in aix4.[012]|aix4.[012].*) |
---|
| 2430 | # We only want to do this on AIX 4.2 and lower, the check |
---|
| 2431 | # below for broken collect2 doesn't work under 4.3+ |
---|
| 2432 | collect2name=`${CC} -print-prog-name=collect2` |
---|
| 2433 | if test -f "$collect2name" && \ |
---|
| 2434 | strings "$collect2name" | grep resolve_lib_name >/dev/null |
---|
| 2435 | then |
---|
| 2436 | # We have reworked collect2 |
---|
| 2437 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 2438 | else |
---|
| 2439 | # We have old collect2 |
---|
| 2440 | _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported |
---|
| 2441 | # It fails to find uninstalled libraries when the uninstalled |
---|
| 2442 | # path is not listed in the libpath. Setting hardcode_minus_L |
---|
| 2443 | # to unsupported forces relinking |
---|
| 2444 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 2445 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 2446 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= |
---|
| 2447 | fi |
---|
| 2448 | esac |
---|
| 2449 | shared_flag='-shared' |
---|
| 2450 | else |
---|
| 2451 | # not using gcc |
---|
| 2452 | if test "$host_cpu" = ia64; then |
---|
| 2453 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release |
---|
| 2454 | # chokes on -Wl,-G. The following line is correct: |
---|
| 2455 | shared_flag='-G' |
---|
| 2456 | else |
---|
| 2457 | if test "$aix_use_runtimelinking" = yes; then |
---|
| 2458 | shared_flag='${wl}-G' |
---|
| 2459 | else |
---|
| 2460 | shared_flag='${wl}-bM:SRE' |
---|
| 2461 | fi |
---|
| 2462 | fi |
---|
| 2463 | fi |
---|
| 2464 | |
---|
| 2465 | # It seems that -bexpall does not export symbols beginning with |
---|
| 2466 | # underscore (_), so it is better to generate a list of symbols to export. |
---|
| 2467 | _LT_AC_TAGVAR(always_export_symbols, $1)=yes |
---|
| 2468 | if test "$aix_use_runtimelinking" = yes; then |
---|
| 2469 | # Warning - without using the other runtime loading flags (-brtl), |
---|
| 2470 | # -berok will link without error, but may produce a broken library. |
---|
| 2471 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' |
---|
| 2472 | # Determine the default libpath from the value encoded in an empty executable. |
---|
| 2473 | _LT_AC_SYS_LIBPATH_AIX |
---|
| 2474 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" |
---|
| 2475 | |
---|
| 2476 | _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" |
---|
| 2477 | else |
---|
| 2478 | if test "$host_cpu" = ia64; then |
---|
| 2479 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' |
---|
| 2480 | _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" |
---|
| 2481 | _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" |
---|
| 2482 | else |
---|
| 2483 | # Determine the default libpath from the value encoded in an empty executable. |
---|
| 2484 | _LT_AC_SYS_LIBPATH_AIX |
---|
| 2485 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" |
---|
| 2486 | # Warning - without using the other run time loading flags, |
---|
| 2487 | # -berok will link without error, but may produce a broken library. |
---|
| 2488 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' |
---|
| 2489 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' |
---|
| 2490 | # -bexpall does not export symbols beginning with underscore (_) |
---|
| 2491 | _LT_AC_TAGVAR(always_export_symbols, $1)=yes |
---|
| 2492 | # Exported symbols can be pulled into shared objects from archives |
---|
| 2493 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' |
---|
| 2494 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes |
---|
| 2495 | # This is similar to how AIX traditionally builds it's shared libraries. |
---|
| 2496 | _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' |
---|
| 2497 | fi |
---|
| 2498 | fi |
---|
| 2499 | ;; |
---|
| 2500 | chorus*) |
---|
| 2501 | case $cc_basename in |
---|
| 2502 | *) |
---|
| 2503 | # FIXME: insert proper C++ library support |
---|
| 2504 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2505 | ;; |
---|
| 2506 | esac |
---|
| 2507 | ;; |
---|
| 2508 | |
---|
| 2509 | cygwin* | mingw* | pw32*) |
---|
| 2510 | # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, |
---|
| 2511 | # as there is no search path for DLLs. |
---|
| 2512 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 2513 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
---|
| 2514 | _LT_AC_TAGVAR(always_export_symbols, $1)=no |
---|
| 2515 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes |
---|
| 2516 | |
---|
| 2517 | if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then |
---|
| 2518 | _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' |
---|
| 2519 | # If the export-symbols file already is a .def file (1st line |
---|
| 2520 | # is EXPORTS), use it as is; otherwise, prepend... |
---|
| 2521 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then |
---|
| 2522 | cp $export_symbols $output_objdir/$soname.def; |
---|
| 2523 | else |
---|
| 2524 | echo EXPORTS > $output_objdir/$soname.def; |
---|
| 2525 | cat $export_symbols >> $output_objdir/$soname.def; |
---|
| 2526 | fi~ |
---|
| 2527 | $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' |
---|
| 2528 | else |
---|
| 2529 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2530 | fi |
---|
| 2531 | ;; |
---|
| 2532 | |
---|
| 2533 | darwin* | rhapsody*) |
---|
| 2534 | if test "$GXX" = yes; then |
---|
| 2535 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 2536 | case "$host_os" in |
---|
| 2537 | rhapsody* | darwin1.[[012]]) |
---|
| 2538 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' |
---|
| 2539 | ;; |
---|
| 2540 | *) # Darwin 1.3 on |
---|
| 2541 | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
---|
| 2542 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' |
---|
| 2543 | else |
---|
| 2544 | case ${MACOSX_DEPLOYMENT_TARGET} in |
---|
| 2545 | 10.[[012]]) |
---|
| 2546 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' |
---|
| 2547 | ;; |
---|
| 2548 | 10.*) |
---|
| 2549 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' |
---|
| 2550 | ;; |
---|
| 2551 | esac |
---|
| 2552 | fi |
---|
| 2553 | ;; |
---|
| 2554 | esac |
---|
| 2555 | lt_int_apple_cc_single_mod=no |
---|
| 2556 | output_verbose_link_cmd='echo' |
---|
| 2557 | if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then |
---|
| 2558 | lt_int_apple_cc_single_mod=yes |
---|
| 2559 | fi |
---|
| 2560 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then |
---|
| 2561 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
---|
| 2562 | else |
---|
| 2563 | _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' |
---|
| 2564 | fi |
---|
| 2565 | _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
---|
| 2566 | |
---|
| 2567 | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's |
---|
| 2568 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then |
---|
| 2569 | _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}' |
---|
| 2570 | else |
---|
| 2571 | _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}' |
---|
| 2572 | fi |
---|
| 2573 | _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}' |
---|
| 2574 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 2575 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes |
---|
| 2576 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported |
---|
| 2577 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' |
---|
| 2578 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 2579 | else |
---|
| 2580 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2581 | fi |
---|
| 2582 | ;; |
---|
| 2583 | |
---|
| 2584 | dgux*) |
---|
| 2585 | case $cc_basename in |
---|
| 2586 | ec++) |
---|
| 2587 | # FIXME: insert proper C++ library support |
---|
| 2588 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2589 | ;; |
---|
| 2590 | ghcx) |
---|
| 2591 | # Green Hills C++ Compiler |
---|
| 2592 | # FIXME: insert proper C++ library support |
---|
| 2593 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2594 | ;; |
---|
| 2595 | *) |
---|
| 2596 | # FIXME: insert proper C++ library support |
---|
| 2597 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2598 | ;; |
---|
| 2599 | esac |
---|
| 2600 | ;; |
---|
| 2601 | freebsd[12]*) |
---|
| 2602 | # C++ shared libraries reported to be fairly broken before switch to ELF |
---|
| 2603 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2604 | ;; |
---|
| 2605 | freebsd-elf*) |
---|
| 2606 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 2607 | ;; |
---|
| 2608 | freebsd* | kfreebsd*-gnu) |
---|
| 2609 | # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF |
---|
| 2610 | # conventions |
---|
| 2611 | _LT_AC_TAGVAR(ld_shlibs, $1)=yes |
---|
| 2612 | ;; |
---|
| 2613 | gnu*) |
---|
| 2614 | ;; |
---|
| 2615 | hpux9*) |
---|
| 2616 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' |
---|
| 2617 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2618 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' |
---|
| 2619 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 2620 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, |
---|
| 2621 | # but as the default |
---|
| 2622 | # location of the library. |
---|
| 2623 | |
---|
| 2624 | case $cc_basename in |
---|
| 2625 | CC) |
---|
| 2626 | # FIXME: insert proper C++ library support |
---|
| 2627 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2628 | ;; |
---|
| 2629 | aCC) |
---|
| 2630 | _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' |
---|
| 2631 | # Commands to make compiler produce verbose output that lists |
---|
| 2632 | # what "hidden" libraries, object files and flags are used when |
---|
| 2633 | # linking a shared library. |
---|
| 2634 | # |
---|
| 2635 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 2636 | # explicitly linking system object files so we need to strip them |
---|
| 2637 | # from the output so that they don't get included in the library |
---|
| 2638 | # dependencies. |
---|
| 2639 | 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' |
---|
| 2640 | ;; |
---|
| 2641 | *) |
---|
| 2642 | if test "$GXX" = yes; then |
---|
| 2643 | _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' |
---|
| 2644 | else |
---|
| 2645 | # FIXME: insert proper C++ library support |
---|
| 2646 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2647 | fi |
---|
| 2648 | ;; |
---|
| 2649 | esac |
---|
| 2650 | ;; |
---|
| 2651 | hpux10*|hpux11*) |
---|
| 2652 | if test $with_gnu_ld = no; then |
---|
| 2653 | case "$host_cpu" in |
---|
| 2654 | hppa*64*) |
---|
| 2655 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' |
---|
| 2656 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' |
---|
| 2657 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2658 | ;; |
---|
| 2659 | ia64*) |
---|
| 2660 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 2661 | ;; |
---|
| 2662 | *) |
---|
| 2663 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' |
---|
| 2664 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2665 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' |
---|
| 2666 | ;; |
---|
| 2667 | esac |
---|
| 2668 | fi |
---|
| 2669 | case "$host_cpu" in |
---|
| 2670 | hppa*64*) |
---|
| 2671 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 2672 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 2673 | ;; |
---|
| 2674 | ia64*) |
---|
| 2675 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 2676 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 2677 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, |
---|
| 2678 | # but as the default |
---|
| 2679 | # location of the library. |
---|
| 2680 | ;; |
---|
| 2681 | *) |
---|
| 2682 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 2683 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, |
---|
| 2684 | # but as the default |
---|
| 2685 | # location of the library. |
---|
| 2686 | ;; |
---|
| 2687 | esac |
---|
| 2688 | |
---|
| 2689 | case $cc_basename in |
---|
| 2690 | CC) |
---|
| 2691 | # FIXME: insert proper C++ library support |
---|
| 2692 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2693 | ;; |
---|
| 2694 | aCC) |
---|
| 2695 | case "$host_cpu" in |
---|
| 2696 | hppa*64*|ia64*) |
---|
| 2697 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' |
---|
| 2698 | ;; |
---|
| 2699 | *) |
---|
| 2700 | _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' |
---|
| 2701 | ;; |
---|
| 2702 | esac |
---|
| 2703 | # Commands to make compiler produce verbose output that lists |
---|
| 2704 | # what "hidden" libraries, object files and flags are used when |
---|
| 2705 | # linking a shared library. |
---|
| 2706 | # |
---|
| 2707 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 2708 | # explicitly linking system object files so we need to strip them |
---|
| 2709 | # from the output so that they don't get included in the library |
---|
| 2710 | # dependencies. |
---|
| 2711 | 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' |
---|
| 2712 | ;; |
---|
| 2713 | *) |
---|
| 2714 | if test "$GXX" = yes; then |
---|
| 2715 | if test $with_gnu_ld = no; then |
---|
| 2716 | case "$host_cpu" in |
---|
| 2717 | ia64*|hppa*64*) |
---|
| 2718 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $linker_flags $libobjs $deplibs' |
---|
| 2719 | ;; |
---|
| 2720 | *) |
---|
| 2721 | _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' |
---|
| 2722 | ;; |
---|
| 2723 | esac |
---|
| 2724 | fi |
---|
| 2725 | else |
---|
| 2726 | # FIXME: insert proper C++ library support |
---|
| 2727 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2728 | fi |
---|
| 2729 | ;; |
---|
| 2730 | esac |
---|
| 2731 | ;; |
---|
| 2732 | irix5* | irix6*) |
---|
| 2733 | case $cc_basename in |
---|
| 2734 | CC) |
---|
| 2735 | # SGI C++ |
---|
| 2736 | _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' |
---|
| 2737 | |
---|
| 2738 | # Archives containing C++ object files must be created using |
---|
| 2739 | # "CC -ar", where "CC" is the IRIX C++ compiler. This is |
---|
| 2740 | # necessary to make sure instantiated templates are included |
---|
| 2741 | # in the archive. |
---|
| 2742 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' |
---|
| 2743 | ;; |
---|
| 2744 | *) |
---|
| 2745 | if test "$GXX" = yes; then |
---|
| 2746 | if test "$with_gnu_ld" = no; then |
---|
| 2747 | _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' |
---|
| 2748 | else |
---|
| 2749 | _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' |
---|
| 2750 | fi |
---|
| 2751 | fi |
---|
| 2752 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 2753 | ;; |
---|
| 2754 | esac |
---|
| 2755 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 2756 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2757 | ;; |
---|
| 2758 | linux*) |
---|
| 2759 | case $cc_basename in |
---|
| 2760 | KCC) |
---|
| 2761 | # Kuck and Associates, Inc. (KAI) C++ Compiler |
---|
| 2762 | |
---|
| 2763 | # KCC will only create a shared library if the output file |
---|
| 2764 | # ends with ".so" (or ".sl" for HP-UX), so rename the library |
---|
| 2765 | # to its proper name (with version) after linking. |
---|
| 2766 | _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' |
---|
| 2767 | _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' |
---|
| 2768 | # Commands to make compiler produce verbose output that lists |
---|
| 2769 | # what "hidden" libraries, object files and flags are used when |
---|
| 2770 | # linking a shared library. |
---|
| 2771 | # |
---|
| 2772 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 2773 | # explicitly linking system object files so we need to strip them |
---|
| 2774 | # from the output so that they don't get included in the library |
---|
| 2775 | # dependencies. |
---|
| 2776 | 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' |
---|
| 2777 | |
---|
| 2778 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' |
---|
| 2779 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' |
---|
| 2780 | |
---|
| 2781 | # Archives containing C++ object files must be created using |
---|
| 2782 | # "CC -Bstatic", where "CC" is the KAI C++ compiler. |
---|
| 2783 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' |
---|
| 2784 | ;; |
---|
| 2785 | icpc) |
---|
| 2786 | # Intel C++ |
---|
| 2787 | with_gnu_ld=yes |
---|
| 2788 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 2789 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 2790 | _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' |
---|
| 2791 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' |
---|
| 2792 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' |
---|
| 2793 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' |
---|
| 2794 | ;; |
---|
| 2795 | cxx) |
---|
| 2796 | # Compaq C++ |
---|
| 2797 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 2798 | _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' |
---|
| 2799 | |
---|
| 2800 | runpath_var=LD_RUN_PATH |
---|
| 2801 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' |
---|
| 2802 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2803 | |
---|
| 2804 | # Commands to make compiler produce verbose output that lists |
---|
| 2805 | # what "hidden" libraries, object files and flags are used when |
---|
| 2806 | # linking a shared library. |
---|
| 2807 | # |
---|
| 2808 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 2809 | # explicitly linking system object files so we need to strip them |
---|
| 2810 | # from the output so that they don't get included in the library |
---|
| 2811 | # dependencies. |
---|
| 2812 | 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' |
---|
| 2813 | ;; |
---|
| 2814 | esac |
---|
| 2815 | ;; |
---|
| 2816 | lynxos*) |
---|
| 2817 | # FIXME: insert proper C++ library support |
---|
| 2818 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2819 | ;; |
---|
| 2820 | m88k*) |
---|
| 2821 | # FIXME: insert proper C++ library support |
---|
| 2822 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2823 | ;; |
---|
| 2824 | mvs*) |
---|
| 2825 | case $cc_basename in |
---|
| 2826 | cxx) |
---|
| 2827 | # FIXME: insert proper C++ library support |
---|
| 2828 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2829 | ;; |
---|
| 2830 | *) |
---|
| 2831 | # FIXME: insert proper C++ library support |
---|
| 2832 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2833 | ;; |
---|
| 2834 | esac |
---|
| 2835 | ;; |
---|
| 2836 | netbsd* | netbsdelf*-gnu | knetbsd*-gnu) |
---|
| 2837 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
---|
| 2838 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' |
---|
| 2839 | wlarc= |
---|
| 2840 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 2841 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 2842 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 2843 | fi |
---|
| 2844 | # Workaround some broken pre-1.5 toolchains |
---|
| 2845 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' |
---|
| 2846 | ;; |
---|
| 2847 | osf3*) |
---|
| 2848 | case $cc_basename in |
---|
| 2849 | KCC) |
---|
| 2850 | # Kuck and Associates, Inc. (KAI) C++ Compiler |
---|
| 2851 | |
---|
| 2852 | # KCC will only create a shared library if the output file |
---|
| 2853 | # ends with ".so" (or ".sl" for HP-UX), so rename the library |
---|
| 2854 | # to its proper name (with version) after linking. |
---|
| 2855 | _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' |
---|
| 2856 | |
---|
| 2857 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' |
---|
| 2858 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2859 | |
---|
| 2860 | # Archives containing C++ object files must be created using |
---|
| 2861 | # "CC -Bstatic", where "CC" is the KAI C++ compiler. |
---|
| 2862 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' |
---|
| 2863 | |
---|
| 2864 | ;; |
---|
| 2865 | RCC) |
---|
| 2866 | # Rational C++ 2.4.1 |
---|
| 2867 | # FIXME: insert proper C++ library support |
---|
| 2868 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2869 | ;; |
---|
| 2870 | cxx) |
---|
| 2871 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' |
---|
| 2872 | _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' |
---|
| 2873 | |
---|
| 2874 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 2875 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2876 | |
---|
| 2877 | # Commands to make compiler produce verbose output that lists |
---|
| 2878 | # what "hidden" libraries, object files and flags are used when |
---|
| 2879 | # linking a shared library. |
---|
| 2880 | # |
---|
| 2881 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 2882 | # explicitly linking system object files so we need to strip them |
---|
| 2883 | # from the output so that they don't get included in the library |
---|
| 2884 | # dependencies. |
---|
| 2885 | 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' |
---|
| 2886 | ;; |
---|
| 2887 | *) |
---|
| 2888 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
---|
| 2889 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' |
---|
| 2890 | _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' |
---|
| 2891 | |
---|
| 2892 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 2893 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2894 | |
---|
| 2895 | # Commands to make compiler produce verbose output that lists |
---|
| 2896 | # what "hidden" libraries, object files and flags are used when |
---|
| 2897 | # linking a shared library. |
---|
| 2898 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' |
---|
| 2899 | |
---|
| 2900 | else |
---|
| 2901 | # FIXME: insert proper C++ library support |
---|
| 2902 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2903 | fi |
---|
| 2904 | ;; |
---|
| 2905 | esac |
---|
| 2906 | ;; |
---|
| 2907 | osf4* | osf5*) |
---|
| 2908 | case $cc_basename in |
---|
| 2909 | KCC) |
---|
| 2910 | # Kuck and Associates, Inc. (KAI) C++ Compiler |
---|
| 2911 | |
---|
| 2912 | # KCC will only create a shared library if the output file |
---|
| 2913 | # ends with ".so" (or ".sl" for HP-UX), so rename the library |
---|
| 2914 | # to its proper name (with version) after linking. |
---|
| 2915 | _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' |
---|
| 2916 | |
---|
| 2917 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' |
---|
| 2918 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2919 | |
---|
| 2920 | # Archives containing C++ object files must be created using |
---|
| 2921 | # the KAI C++ compiler. |
---|
| 2922 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' |
---|
| 2923 | ;; |
---|
| 2924 | RCC) |
---|
| 2925 | # Rational C++ 2.4.1 |
---|
| 2926 | # FIXME: insert proper C++ library support |
---|
| 2927 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2928 | ;; |
---|
| 2929 | cxx) |
---|
| 2930 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' |
---|
| 2931 | _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' |
---|
| 2932 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ |
---|
| 2933 | echo "-hidden">> $lib.exp~ |
---|
| 2934 | $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~ |
---|
| 2935 | $rm $lib.exp' |
---|
| 2936 | |
---|
| 2937 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' |
---|
| 2938 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2939 | |
---|
| 2940 | # Commands to make compiler produce verbose output that lists |
---|
| 2941 | # what "hidden" libraries, object files and flags are used when |
---|
| 2942 | # linking a shared library. |
---|
| 2943 | # |
---|
| 2944 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 2945 | # explicitly linking system object files so we need to strip them |
---|
| 2946 | # from the output so that they don't get included in the library |
---|
| 2947 | # dependencies. |
---|
| 2948 | 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' |
---|
| 2949 | ;; |
---|
| 2950 | *) |
---|
| 2951 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
---|
| 2952 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' |
---|
| 2953 | _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' |
---|
| 2954 | |
---|
| 2955 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 2956 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 2957 | |
---|
| 2958 | # Commands to make compiler produce verbose output that lists |
---|
| 2959 | # what "hidden" libraries, object files and flags are used when |
---|
| 2960 | # linking a shared library. |
---|
| 2961 | output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' |
---|
| 2962 | |
---|
| 2963 | else |
---|
| 2964 | # FIXME: insert proper C++ library support |
---|
| 2965 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2966 | fi |
---|
| 2967 | ;; |
---|
| 2968 | esac |
---|
| 2969 | ;; |
---|
| 2970 | psos*) |
---|
| 2971 | # FIXME: insert proper C++ library support |
---|
| 2972 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2973 | ;; |
---|
| 2974 | sco*) |
---|
| 2975 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 2976 | case $cc_basename in |
---|
| 2977 | CC) |
---|
| 2978 | # FIXME: insert proper C++ library support |
---|
| 2979 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2980 | ;; |
---|
| 2981 | *) |
---|
| 2982 | # FIXME: insert proper C++ library support |
---|
| 2983 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2984 | ;; |
---|
| 2985 | esac |
---|
| 2986 | ;; |
---|
| 2987 | sunos4*) |
---|
| 2988 | case $cc_basename in |
---|
| 2989 | CC) |
---|
| 2990 | # Sun C++ 4.x |
---|
| 2991 | # FIXME: insert proper C++ library support |
---|
| 2992 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2993 | ;; |
---|
| 2994 | lcc) |
---|
| 2995 | # Lucid |
---|
| 2996 | # FIXME: insert proper C++ library support |
---|
| 2997 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 2998 | ;; |
---|
| 2999 | *) |
---|
| 3000 | # FIXME: insert proper C++ library support |
---|
| 3001 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 3002 | ;; |
---|
| 3003 | esac |
---|
| 3004 | ;; |
---|
| 3005 | solaris*) |
---|
| 3006 | case $cc_basename in |
---|
| 3007 | CC) |
---|
| 3008 | # Sun C++ 4.2, 5.x and Centerline C++ |
---|
| 3009 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' |
---|
| 3010 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -nolib -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' |
---|
| 3011 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
---|
| 3012 | $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' |
---|
| 3013 | |
---|
| 3014 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 3015 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 3016 | case $host_os in |
---|
| 3017 | solaris2.[0-5] | solaris2.[0-5].*) ;; |
---|
| 3018 | *) |
---|
| 3019 | # The C++ compiler is used as linker so we must use $wl |
---|
| 3020 | # flag to pass the commands to the underlying system |
---|
| 3021 | # linker. |
---|
| 3022 | # Supported since Solaris 2.6 (maybe 2.5.1?) |
---|
| 3023 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' |
---|
| 3024 | ;; |
---|
| 3025 | esac |
---|
| 3026 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 3027 | |
---|
| 3028 | # Commands to make compiler produce verbose output that lists |
---|
| 3029 | # what "hidden" libraries, object files and flags are used when |
---|
| 3030 | # linking a shared library. |
---|
| 3031 | # |
---|
| 3032 | # There doesn't appear to be a way to prevent this compiler from |
---|
| 3033 | # explicitly linking system object files so we need to strip them |
---|
| 3034 | # from the output so that they don't get included in the library |
---|
| 3035 | # dependencies. |
---|
| 3036 | 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' |
---|
| 3037 | |
---|
| 3038 | # Archives containing C++ object files must be created using |
---|
| 3039 | # "CC -xar", where "CC" is the Sun C++ compiler. This is |
---|
| 3040 | # necessary to make sure instantiated templates are included |
---|
| 3041 | # in the archive. |
---|
| 3042 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' |
---|
| 3043 | ;; |
---|
| 3044 | gcx) |
---|
| 3045 | # Green Hills C++ Compiler |
---|
| 3046 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' |
---|
| 3047 | |
---|
| 3048 | # The C++ compiler must be used to create the archive. |
---|
| 3049 | _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' |
---|
| 3050 | ;; |
---|
| 3051 | *) |
---|
| 3052 | # GNU C++ compiler with Solaris linker |
---|
| 3053 | if test "$GXX" = yes && test "$with_gnu_ld" = no; then |
---|
| 3054 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' |
---|
| 3055 | if $CC --version | grep -v '^2\.7' > /dev/null; then |
---|
| 3056 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' |
---|
| 3057 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
---|
| 3058 | $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' |
---|
| 3059 | |
---|
| 3060 | # Commands to make compiler produce verbose output that lists |
---|
| 3061 | # what "hidden" libraries, object files and flags are used when |
---|
| 3062 | # linking a shared library. |
---|
| 3063 | output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" |
---|
| 3064 | else |
---|
| 3065 | # g++ 2.7 appears to require `-G' NOT `-shared' on this |
---|
| 3066 | # platform. |
---|
| 3067 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' |
---|
| 3068 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
---|
| 3069 | $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' |
---|
| 3070 | |
---|
| 3071 | # Commands to make compiler produce verbose output that lists |
---|
| 3072 | # what "hidden" libraries, object files and flags are used when |
---|
| 3073 | # linking a shared library. |
---|
| 3074 | output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" |
---|
| 3075 | fi |
---|
| 3076 | |
---|
| 3077 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' |
---|
| 3078 | fi |
---|
| 3079 | ;; |
---|
| 3080 | esac |
---|
| 3081 | ;; |
---|
| 3082 | sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) |
---|
| 3083 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 3084 | ;; |
---|
| 3085 | tandem*) |
---|
| 3086 | case $cc_basename in |
---|
| 3087 | NCC) |
---|
| 3088 | # NonStop-UX NCC 3.20 |
---|
| 3089 | # FIXME: insert proper C++ library support |
---|
| 3090 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 3091 | ;; |
---|
| 3092 | *) |
---|
| 3093 | # FIXME: insert proper C++ library support |
---|
| 3094 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 3095 | ;; |
---|
| 3096 | esac |
---|
| 3097 | ;; |
---|
| 3098 | vxworks*) |
---|
| 3099 | # FIXME: insert proper C++ library support |
---|
| 3100 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 3101 | ;; |
---|
| 3102 | *) |
---|
| 3103 | # FIXME: insert proper C++ library support |
---|
| 3104 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 3105 | ;; |
---|
| 3106 | esac |
---|
| 3107 | AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) |
---|
| 3108 | test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no |
---|
| 3109 | |
---|
| 3110 | _LT_AC_TAGVAR(GCC, $1)="$GXX" |
---|
| 3111 | _LT_AC_TAGVAR(LD, $1)="$LD" |
---|
| 3112 | |
---|
| 3113 | ## CAVEAT EMPTOR: |
---|
| 3114 | ## There is no encapsulation within the following macros, do not change |
---|
| 3115 | ## the running order or otherwise move them around unless you know exactly |
---|
| 3116 | ## what you are doing... |
---|
| 3117 | AC_LIBTOOL_POSTDEP_PREDEP($1) |
---|
| 3118 | AC_LIBTOOL_PROG_COMPILER_PIC($1) |
---|
| 3119 | AC_LIBTOOL_PROG_CC_C_O($1) |
---|
| 3120 | AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) |
---|
| 3121 | AC_LIBTOOL_PROG_LD_SHLIBS($1) |
---|
| 3122 | AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) |
---|
| 3123 | AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) |
---|
| 3124 | AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 3125 | AC_LIBTOOL_DLOPEN_SELF($1) |
---|
| 3126 | |
---|
| 3127 | AC_LIBTOOL_CONFIG($1) |
---|
| 3128 | |
---|
| 3129 | AC_LANG_POP |
---|
| 3130 | CC=$lt_save_CC |
---|
| 3131 | LDCXX=$LD |
---|
| 3132 | LD=$lt_save_LD |
---|
| 3133 | GCC=$lt_save_GCC |
---|
| 3134 | with_gnu_ldcxx=$with_gnu_ld |
---|
| 3135 | with_gnu_ld=$lt_save_with_gnu_ld |
---|
| 3136 | lt_cv_path_LDCXX=$lt_cv_path_LD |
---|
| 3137 | lt_cv_path_LD=$lt_save_path_LD |
---|
| 3138 | lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld |
---|
| 3139 | lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld |
---|
| 3140 | ]) |
---|
| 3141 | m4trace:/usr/share/aclocal/libtool.m4:3640: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP], [ |
---|
| 3142 | dnl we can't use the lt_simple_compile_test_code here, |
---|
| 3143 | dnl because it contains code intended for an executable, |
---|
| 3144 | dnl not a library. It's possible we should let each |
---|
| 3145 | dnl tag define a new lt_????_link_test_code variable, |
---|
| 3146 | dnl but it's only used here... |
---|
| 3147 | ifelse([$1],[],[cat > conftest.$ac_ext <<EOF |
---|
| 3148 | int a; |
---|
| 3149 | void foo (void) { a = 0; } |
---|
| 3150 | EOF |
---|
| 3151 | ],[$1],[CXX],[cat > conftest.$ac_ext <<EOF |
---|
| 3152 | class Foo |
---|
| 3153 | { |
---|
| 3154 | public: |
---|
| 3155 | Foo (void) { a = 0; } |
---|
| 3156 | private: |
---|
| 3157 | int a; |
---|
| 3158 | }; |
---|
| 3159 | EOF |
---|
| 3160 | ],[$1],[F77],[cat > conftest.$ac_ext <<EOF |
---|
| 3161 | subroutine foo |
---|
| 3162 | implicit none |
---|
| 3163 | integer*4 a |
---|
| 3164 | a=0 |
---|
| 3165 | return |
---|
| 3166 | end |
---|
| 3167 | EOF |
---|
| 3168 | ],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF |
---|
| 3169 | public class foo { |
---|
| 3170 | private int a; |
---|
| 3171 | public void bar (void) { |
---|
| 3172 | a = 0; |
---|
| 3173 | } |
---|
| 3174 | }; |
---|
| 3175 | EOF |
---|
| 3176 | ]) |
---|
| 3177 | dnl Parse the compiler output and extract the necessary |
---|
| 3178 | dnl objects, libraries and library flags. |
---|
| 3179 | if AC_TRY_EVAL(ac_compile); then |
---|
| 3180 | # Parse the compiler output and extract the necessary |
---|
| 3181 | # objects, libraries and library flags. |
---|
| 3182 | |
---|
| 3183 | # Sentinel used to keep track of whether or not we are before |
---|
| 3184 | # the conftest object file. |
---|
| 3185 | pre_test_object_deps_done=no |
---|
| 3186 | |
---|
| 3187 | # The `*' in the case matches for architectures that use `case' in |
---|
| 3188 | # $output_verbose_cmd can trigger glob expansion during the loop |
---|
| 3189 | # eval without this substitution. |
---|
| 3190 | output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`" |
---|
| 3191 | |
---|
| 3192 | for p in `eval $output_verbose_link_cmd`; do |
---|
| 3193 | case $p in |
---|
| 3194 | |
---|
| 3195 | -L* | -R* | -l*) |
---|
| 3196 | # Some compilers place space between "-{L,R}" and the path. |
---|
| 3197 | # Remove the space. |
---|
| 3198 | if test $p = "-L" \ |
---|
| 3199 | || test $p = "-R"; then |
---|
| 3200 | prev=$p |
---|
| 3201 | continue |
---|
| 3202 | else |
---|
| 3203 | prev= |
---|
| 3204 | fi |
---|
| 3205 | |
---|
| 3206 | if test "$pre_test_object_deps_done" = no; then |
---|
| 3207 | case $p in |
---|
| 3208 | -L* | -R*) |
---|
| 3209 | # Internal compiler library paths should come after those |
---|
| 3210 | # provided the user. The postdeps already come after the |
---|
| 3211 | # user supplied libs so there is no need to process them. |
---|
| 3212 | if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then |
---|
| 3213 | _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" |
---|
| 3214 | else |
---|
| 3215 | _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" |
---|
| 3216 | fi |
---|
| 3217 | ;; |
---|
| 3218 | # The "-l" case would never come before the object being |
---|
| 3219 | # linked, so don't bother handling this case. |
---|
| 3220 | esac |
---|
| 3221 | else |
---|
| 3222 | if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then |
---|
| 3223 | _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}" |
---|
| 3224 | else |
---|
| 3225 | _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}" |
---|
| 3226 | fi |
---|
| 3227 | fi |
---|
| 3228 | ;; |
---|
| 3229 | |
---|
| 3230 | *.$objext) |
---|
| 3231 | # This assumes that the test object file only shows up |
---|
| 3232 | # once in the compiler output. |
---|
| 3233 | if test "$p" = "conftest.$objext"; then |
---|
| 3234 | pre_test_object_deps_done=yes |
---|
| 3235 | continue |
---|
| 3236 | fi |
---|
| 3237 | |
---|
| 3238 | if test "$pre_test_object_deps_done" = no; then |
---|
| 3239 | if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then |
---|
| 3240 | _LT_AC_TAGVAR(predep_objects, $1)="$p" |
---|
| 3241 | else |
---|
| 3242 | _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p" |
---|
| 3243 | fi |
---|
| 3244 | else |
---|
| 3245 | if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then |
---|
| 3246 | _LT_AC_TAGVAR(postdep_objects, $1)="$p" |
---|
| 3247 | else |
---|
| 3248 | _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p" |
---|
| 3249 | fi |
---|
| 3250 | fi |
---|
| 3251 | ;; |
---|
| 3252 | |
---|
| 3253 | *) ;; # Ignore the rest. |
---|
| 3254 | |
---|
| 3255 | esac |
---|
| 3256 | done |
---|
| 3257 | |
---|
| 3258 | # Clean up. |
---|
| 3259 | rm -f a.out a.exe |
---|
| 3260 | else |
---|
| 3261 | echo "libtool.m4: error: problem compiling $1 test program" |
---|
| 3262 | fi |
---|
| 3263 | |
---|
| 3264 | $rm -f confest.$objext |
---|
| 3265 | |
---|
| 3266 | case " $_LT_AC_TAGVAR(postdeps, $1) " in |
---|
| 3267 | *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; |
---|
| 3268 | esac |
---|
| 3269 | ]) |
---|
| 3270 | m4trace:/usr/share/aclocal/libtool.m4:3647: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)]) |
---|
| 3271 | m4trace:/usr/share/aclocal/libtool.m4:3739: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77]) |
---|
| 3272 | AC_LANG_PUSH(Fortran 77) |
---|
| 3273 | |
---|
| 3274 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 3275 | _LT_AC_TAGVAR(allow_undefined_flag, $1)= |
---|
| 3276 | _LT_AC_TAGVAR(always_export_symbols, $1)=no |
---|
| 3277 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)= |
---|
| 3278 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= |
---|
| 3279 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 3280 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= |
---|
| 3281 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= |
---|
| 3282 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= |
---|
| 3283 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=no |
---|
| 3284 | _LT_AC_TAGVAR(hardcode_automatic, $1)=no |
---|
| 3285 | _LT_AC_TAGVAR(module_cmds, $1)= |
---|
| 3286 | _LT_AC_TAGVAR(module_expsym_cmds, $1)= |
---|
| 3287 | _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown |
---|
| 3288 | _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds |
---|
| 3289 | _LT_AC_TAGVAR(no_undefined_flag, $1)= |
---|
| 3290 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= |
---|
| 3291 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no |
---|
| 3292 | |
---|
| 3293 | # Source file extension for f77 test sources. |
---|
| 3294 | ac_ext=f |
---|
| 3295 | |
---|
| 3296 | # Object file extension for compiled f77 test sources. |
---|
| 3297 | objext=o |
---|
| 3298 | _LT_AC_TAGVAR(objext, $1)=$objext |
---|
| 3299 | |
---|
| 3300 | # Code to be used in simple compile tests |
---|
| 3301 | lt_simple_compile_test_code=" subroutine t\n return\n end\n" |
---|
| 3302 | |
---|
| 3303 | # Code to be used in simple link tests |
---|
| 3304 | lt_simple_link_test_code=" program t\n end\n" |
---|
| 3305 | |
---|
| 3306 | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
---|
| 3307 | _LT_AC_SYS_COMPILER |
---|
| 3308 | |
---|
| 3309 | # Allow CC to be a program name with arguments. |
---|
| 3310 | lt_save_CC="$CC" |
---|
| 3311 | CC=${F77-"f77"} |
---|
| 3312 | compiler=$CC |
---|
| 3313 | _LT_AC_TAGVAR(compiler, $1)=$CC |
---|
| 3314 | cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'` |
---|
| 3315 | |
---|
| 3316 | AC_MSG_CHECKING([if libtool supports shared libraries]) |
---|
| 3317 | AC_MSG_RESULT([$can_build_shared]) |
---|
| 3318 | |
---|
| 3319 | AC_MSG_CHECKING([whether to build shared libraries]) |
---|
| 3320 | test "$can_build_shared" = "no" && enable_shared=no |
---|
| 3321 | |
---|
| 3322 | # On AIX, shared libraries and static libraries use the same namespace, and |
---|
| 3323 | # are all built from PIC. |
---|
| 3324 | case "$host_os" in |
---|
| 3325 | aix3*) |
---|
| 3326 | test "$enable_shared" = yes && enable_static=no |
---|
| 3327 | if test -n "$RANLIB"; then |
---|
| 3328 | archive_cmds="$archive_cmds~\$RANLIB \$lib" |
---|
| 3329 | postinstall_cmds='$RANLIB $lib' |
---|
| 3330 | fi |
---|
| 3331 | ;; |
---|
| 3332 | aix4* | aix5*) |
---|
| 3333 | test "$enable_shared" = yes && enable_static=no |
---|
| 3334 | ;; |
---|
| 3335 | esac |
---|
| 3336 | AC_MSG_RESULT([$enable_shared]) |
---|
| 3337 | |
---|
| 3338 | AC_MSG_CHECKING([whether to build static libraries]) |
---|
| 3339 | # Make sure either enable_shared or enable_static is yes. |
---|
| 3340 | test "$enable_shared" = yes || enable_static=yes |
---|
| 3341 | AC_MSG_RESULT([$enable_static]) |
---|
| 3342 | |
---|
| 3343 | test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no |
---|
| 3344 | |
---|
| 3345 | _LT_AC_TAGVAR(GCC, $1)="$G77" |
---|
| 3346 | _LT_AC_TAGVAR(LD, $1)="$LD" |
---|
| 3347 | |
---|
| 3348 | AC_LIBTOOL_PROG_COMPILER_PIC($1) |
---|
| 3349 | AC_LIBTOOL_PROG_CC_C_O($1) |
---|
| 3350 | AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) |
---|
| 3351 | AC_LIBTOOL_PROG_LD_SHLIBS($1) |
---|
| 3352 | AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) |
---|
| 3353 | AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) |
---|
| 3354 | AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 3355 | |
---|
| 3356 | |
---|
| 3357 | AC_LIBTOOL_CONFIG($1) |
---|
| 3358 | |
---|
| 3359 | AC_LANG_POP |
---|
| 3360 | CC="$lt_save_CC" |
---|
| 3361 | ]) |
---|
| 3362 | m4trace:/usr/share/aclocal/libtool.m4:3747: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)]) |
---|
| 3363 | m4trace:/usr/share/aclocal/libtool.m4:3794: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE |
---|
| 3364 | |
---|
| 3365 | # Source file extension for Java test sources. |
---|
| 3366 | ac_ext=java |
---|
| 3367 | |
---|
| 3368 | # Object file extension for compiled Java test sources. |
---|
| 3369 | objext=o |
---|
| 3370 | _LT_AC_TAGVAR(objext, $1)=$objext |
---|
| 3371 | |
---|
| 3372 | # Code to be used in simple compile tests |
---|
| 3373 | lt_simple_compile_test_code="class foo {}\n" |
---|
| 3374 | |
---|
| 3375 | # Code to be used in simple link tests |
---|
| 3376 | lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }\n' |
---|
| 3377 | |
---|
| 3378 | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
---|
| 3379 | _LT_AC_SYS_COMPILER |
---|
| 3380 | |
---|
| 3381 | # Allow CC to be a program name with arguments. |
---|
| 3382 | lt_save_CC="$CC" |
---|
| 3383 | CC=${GCJ-"gcj"} |
---|
| 3384 | compiler=$CC |
---|
| 3385 | _LT_AC_TAGVAR(compiler, $1)=$CC |
---|
| 3386 | |
---|
| 3387 | # GCJ did not exist at the time GCC didn't implicitly link libc in. |
---|
| 3388 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 3389 | |
---|
| 3390 | ## CAVEAT EMPTOR: |
---|
| 3391 | ## There is no encapsulation within the following macros, do not change |
---|
| 3392 | ## the running order or otherwise move them around unless you know exactly |
---|
| 3393 | ## what you are doing... |
---|
| 3394 | AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) |
---|
| 3395 | AC_LIBTOOL_PROG_COMPILER_PIC($1) |
---|
| 3396 | AC_LIBTOOL_PROG_CC_C_O($1) |
---|
| 3397 | AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) |
---|
| 3398 | AC_LIBTOOL_PROG_LD_SHLIBS($1) |
---|
| 3399 | AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) |
---|
| 3400 | AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) |
---|
| 3401 | AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 3402 | AC_LIBTOOL_DLOPEN_SELF($1) |
---|
| 3403 | |
---|
| 3404 | AC_LIBTOOL_CONFIG($1) |
---|
| 3405 | |
---|
| 3406 | AC_LANG_RESTORE |
---|
| 3407 | CC="$lt_save_CC" |
---|
| 3408 | ]) |
---|
| 3409 | m4trace:/usr/share/aclocal/libtool.m4:3802: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)]) |
---|
| 3410 | m4trace:/usr/share/aclocal/libtool.m4:3833: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE |
---|
| 3411 | |
---|
| 3412 | # Source file extension for RC test sources. |
---|
| 3413 | ac_ext=rc |
---|
| 3414 | |
---|
| 3415 | # Object file extension for compiled RC test sources. |
---|
| 3416 | objext=o |
---|
| 3417 | _LT_AC_TAGVAR(objext, $1)=$objext |
---|
| 3418 | |
---|
| 3419 | # Code to be used in simple compile tests |
---|
| 3420 | lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n' |
---|
| 3421 | |
---|
| 3422 | # Code to be used in simple link tests |
---|
| 3423 | lt_simple_link_test_code="$lt_simple_compile_test_code" |
---|
| 3424 | |
---|
| 3425 | # ltmain only uses $CC for tagged configurations so make sure $CC is set. |
---|
| 3426 | _LT_AC_SYS_COMPILER |
---|
| 3427 | |
---|
| 3428 | # Allow CC to be a program name with arguments. |
---|
| 3429 | lt_save_CC="$CC" |
---|
| 3430 | CC=${RC-"windres"} |
---|
| 3431 | compiler=$CC |
---|
| 3432 | _LT_AC_TAGVAR(compiler, $1)=$CC |
---|
| 3433 | _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes |
---|
| 3434 | |
---|
| 3435 | AC_LIBTOOL_CONFIG($1) |
---|
| 3436 | |
---|
| 3437 | AC_LANG_RESTORE |
---|
| 3438 | CC="$lt_save_CC" |
---|
| 3439 | ]) |
---|
| 3440 | m4trace:/usr/share/aclocal/libtool.m4:4318: -1- AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the |
---|
| 3441 | # libtool distribution, otherwise you forgot to ship ltmain.sh |
---|
| 3442 | # with your package, and you will get complaints that there are |
---|
| 3443 | # no rules to generate ltmain.sh. |
---|
| 3444 | if test -f "$ltmain"; then |
---|
| 3445 | # See if we are running on zsh, and set the options which allow our commands through |
---|
| 3446 | # without removal of \ escapes. |
---|
| 3447 | if test -n "${ZSH_VERSION+set}" ; then |
---|
| 3448 | setopt NO_GLOB_SUBST |
---|
| 3449 | fi |
---|
| 3450 | # Now quote all the things that may contain metacharacters while being |
---|
| 3451 | # careful not to overquote the AC_SUBSTed values. We take copies of the |
---|
| 3452 | # variables and quote the copies for generation of the libtool script. |
---|
| 3453 | for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \ |
---|
| 3454 | SED SHELL STRIP \ |
---|
| 3455 | libname_spec library_names_spec soname_spec extract_expsyms_cmds \ |
---|
| 3456 | old_striplib striplib file_magic_cmd finish_cmds finish_eval \ |
---|
| 3457 | deplibs_check_method reload_flag reload_cmds need_locks \ |
---|
| 3458 | lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ |
---|
| 3459 | lt_cv_sys_global_symbol_to_c_name_address \ |
---|
| 3460 | sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ |
---|
| 3461 | old_postinstall_cmds old_postuninstall_cmds \ |
---|
| 3462 | _LT_AC_TAGVAR(compiler, $1) \ |
---|
| 3463 | _LT_AC_TAGVAR(CC, $1) \ |
---|
| 3464 | _LT_AC_TAGVAR(LD, $1) \ |
---|
| 3465 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \ |
---|
| 3466 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \ |
---|
| 3467 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \ |
---|
| 3468 | _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \ |
---|
| 3469 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \ |
---|
| 3470 | _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \ |
---|
| 3471 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \ |
---|
| 3472 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \ |
---|
| 3473 | _LT_AC_TAGVAR(old_archive_cmds, $1) \ |
---|
| 3474 | _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \ |
---|
| 3475 | _LT_AC_TAGVAR(predep_objects, $1) \ |
---|
| 3476 | _LT_AC_TAGVAR(postdep_objects, $1) \ |
---|
| 3477 | _LT_AC_TAGVAR(predeps, $1) \ |
---|
| 3478 | _LT_AC_TAGVAR(postdeps, $1) \ |
---|
| 3479 | _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ |
---|
| 3480 | _LT_AC_TAGVAR(archive_cmds, $1) \ |
---|
| 3481 | _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ |
---|
| 3482 | _LT_AC_TAGVAR(postinstall_cmds, $1) \ |
---|
| 3483 | _LT_AC_TAGVAR(postuninstall_cmds, $1) \ |
---|
| 3484 | _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \ |
---|
| 3485 | _LT_AC_TAGVAR(allow_undefined_flag, $1) \ |
---|
| 3486 | _LT_AC_TAGVAR(no_undefined_flag, $1) \ |
---|
| 3487 | _LT_AC_TAGVAR(export_symbols_cmds, $1) \ |
---|
| 3488 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \ |
---|
| 3489 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \ |
---|
| 3490 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \ |
---|
| 3491 | _LT_AC_TAGVAR(hardcode_automatic, $1) \ |
---|
| 3492 | _LT_AC_TAGVAR(module_cmds, $1) \ |
---|
| 3493 | _LT_AC_TAGVAR(module_expsym_cmds, $1) \ |
---|
| 3494 | _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ |
---|
| 3495 | _LT_AC_TAGVAR(exclude_expsyms, $1) \ |
---|
| 3496 | _LT_AC_TAGVAR(include_expsyms, $1); do |
---|
| 3497 | |
---|
| 3498 | case $var in |
---|
| 3499 | _LT_AC_TAGVAR(old_archive_cmds, $1) | \ |
---|
| 3500 | _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \ |
---|
| 3501 | _LT_AC_TAGVAR(archive_cmds, $1) | \ |
---|
| 3502 | _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ |
---|
| 3503 | _LT_AC_TAGVAR(module_cmds, $1) | \ |
---|
| 3504 | _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ |
---|
| 3505 | _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ |
---|
| 3506 | _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ |
---|
| 3507 | extract_expsyms_cmds | reload_cmds | finish_cmds | \ |
---|
| 3508 | postinstall_cmds | postuninstall_cmds | \ |
---|
| 3509 | old_postinstall_cmds | old_postuninstall_cmds | \ |
---|
| 3510 | sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) |
---|
| 3511 | # Double-quote double-evaled strings. |
---|
| 3512 | eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" |
---|
| 3513 | ;; |
---|
| 3514 | *) |
---|
| 3515 | eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" |
---|
| 3516 | ;; |
---|
| 3517 | esac |
---|
| 3518 | done |
---|
| 3519 | |
---|
| 3520 | case $lt_echo in |
---|
| 3521 | *'\[$]0 --fallback-echo"') |
---|
| 3522 | lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` |
---|
| 3523 | ;; |
---|
| 3524 | esac |
---|
| 3525 | |
---|
| 3526 | ifelse([$1], [], |
---|
| 3527 | [cfgfile="${ofile}T" |
---|
| 3528 | trap "$rm \"$cfgfile\"; exit 1" 1 2 15 |
---|
| 3529 | $rm -f "$cfgfile" |
---|
| 3530 | AC_MSG_NOTICE([creating $ofile])], |
---|
| 3531 | [cfgfile="$ofile"]) |
---|
| 3532 | |
---|
| 3533 | cat <<__EOF__ >> "$cfgfile" |
---|
| 3534 | ifelse([$1], [], |
---|
| 3535 | [#! $SHELL |
---|
| 3536 | |
---|
| 3537 | # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. |
---|
| 3538 | # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) |
---|
| 3539 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. |
---|
| 3540 | # |
---|
| 3541 | # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 |
---|
| 3542 | # Free Software Foundation, Inc. |
---|
| 3543 | # |
---|
| 3544 | # This file is part of GNU Libtool: |
---|
| 3545 | # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
---|
| 3546 | # |
---|
| 3547 | # This program is free software; you can redistribute it and/or modify |
---|
| 3548 | # it under the terms of the GNU General Public License as published by |
---|
| 3549 | # the Free Software Foundation; either version 2 of the License, or |
---|
| 3550 | # (at your option) any later version. |
---|
| 3551 | # |
---|
| 3552 | # This program is distributed in the hope that it will be useful, but |
---|
| 3553 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 3554 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 3555 | # General Public License for more details. |
---|
| 3556 | # |
---|
| 3557 | # You should have received a copy of the GNU General Public License |
---|
| 3558 | # along with this program; if not, write to the Free Software |
---|
| 3559 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
| 3560 | # |
---|
| 3561 | # As a special exception to the GNU General Public License, if you |
---|
| 3562 | # distribute this file as part of a program that contains a |
---|
| 3563 | # configuration script generated by Autoconf, you may include it under |
---|
| 3564 | # the same distribution terms that you use for the rest of that program. |
---|
| 3565 | |
---|
| 3566 | # A sed program that does not truncate output. |
---|
| 3567 | SED=$lt_SED |
---|
| 3568 | |
---|
| 3569 | # Sed that helps us avoid accidentally triggering echo(1) options like -n. |
---|
| 3570 | Xsed="$SED -e s/^X//" |
---|
| 3571 | |
---|
| 3572 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
---|
| 3573 | # if CDPATH is set. |
---|
| 3574 | if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi |
---|
| 3575 | |
---|
| 3576 | # The names of the tagged configurations supported by this script. |
---|
| 3577 | available_tags= |
---|
| 3578 | |
---|
| 3579 | # ### BEGIN LIBTOOL CONFIG], |
---|
| 3580 | [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) |
---|
| 3581 | |
---|
| 3582 | # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
---|
| 3583 | |
---|
| 3584 | # Shell to use when invoking shell scripts. |
---|
| 3585 | SHELL=$lt_SHELL |
---|
| 3586 | |
---|
| 3587 | # Whether or not to build shared libraries. |
---|
| 3588 | build_libtool_libs=$enable_shared |
---|
| 3589 | |
---|
| 3590 | # Whether or not to build static libraries. |
---|
| 3591 | build_old_libs=$enable_static |
---|
| 3592 | |
---|
| 3593 | # Whether or not to add -lc for building shared libraries. |
---|
| 3594 | build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) |
---|
| 3595 | |
---|
| 3596 | # Whether or not to disallow shared libs when runtime libs are static |
---|
| 3597 | allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) |
---|
| 3598 | |
---|
| 3599 | # Whether or not to optimize for fast installation. |
---|
| 3600 | fast_install=$enable_fast_install |
---|
| 3601 | |
---|
| 3602 | # The host system. |
---|
| 3603 | host_alias=$host_alias |
---|
| 3604 | host=$host |
---|
| 3605 | |
---|
| 3606 | # An echo program that does not interpret backslashes. |
---|
| 3607 | echo=$lt_echo |
---|
| 3608 | |
---|
| 3609 | # The archiver. |
---|
| 3610 | AR=$lt_AR |
---|
| 3611 | AR_FLAGS=$lt_AR_FLAGS |
---|
| 3612 | |
---|
| 3613 | # A C compiler. |
---|
| 3614 | LTCC=$lt_LTCC |
---|
| 3615 | |
---|
| 3616 | # A language-specific compiler. |
---|
| 3617 | CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) |
---|
| 3618 | |
---|
| 3619 | # Is the compiler the GNU C compiler? |
---|
| 3620 | with_gcc=$_LT_AC_TAGVAR(GCC, $1) |
---|
| 3621 | |
---|
| 3622 | # An ERE matcher. |
---|
| 3623 | EGREP=$lt_EGREP |
---|
| 3624 | |
---|
| 3625 | # The linker used to build libraries. |
---|
| 3626 | LD=$lt_[]_LT_AC_TAGVAR(LD, $1) |
---|
| 3627 | |
---|
| 3628 | # Whether we need hard or soft links. |
---|
| 3629 | LN_S=$lt_LN_S |
---|
| 3630 | |
---|
| 3631 | # A BSD-compatible nm program. |
---|
| 3632 | NM=$lt_NM |
---|
| 3633 | |
---|
| 3634 | # A symbol stripping program |
---|
| 3635 | STRIP=$lt_STRIP |
---|
| 3636 | |
---|
| 3637 | # Used to examine libraries when file_magic_cmd begins "file" |
---|
| 3638 | MAGIC_CMD=$MAGIC_CMD |
---|
| 3639 | |
---|
| 3640 | # Used on cygwin: DLL creation program. |
---|
| 3641 | DLLTOOL="$DLLTOOL" |
---|
| 3642 | |
---|
| 3643 | # Used on cygwin: object dumper. |
---|
| 3644 | OBJDUMP="$OBJDUMP" |
---|
| 3645 | |
---|
| 3646 | # Used on cygwin: assembler. |
---|
| 3647 | AS="$AS" |
---|
| 3648 | |
---|
| 3649 | # The name of the directory that contains temporary libtool files. |
---|
| 3650 | objdir=$objdir |
---|
| 3651 | |
---|
| 3652 | # How to create reloadable object files. |
---|
| 3653 | reload_flag=$lt_reload_flag |
---|
| 3654 | reload_cmds=$lt_reload_cmds |
---|
| 3655 | |
---|
| 3656 | # How to pass a linker flag through the compiler. |
---|
| 3657 | wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) |
---|
| 3658 | |
---|
| 3659 | # Object file suffix (normally "o"). |
---|
| 3660 | objext="$ac_objext" |
---|
| 3661 | |
---|
| 3662 | # Old archive suffix (normally "a"). |
---|
| 3663 | libext="$libext" |
---|
| 3664 | |
---|
| 3665 | # Shared library suffix (normally ".so"). |
---|
| 3666 | shrext_cmds='$shrext_cmds' |
---|
| 3667 | |
---|
| 3668 | # Executable file suffix (normally ""). |
---|
| 3669 | exeext="$exeext" |
---|
| 3670 | |
---|
| 3671 | # Additional compiler flags for building library objects. |
---|
| 3672 | pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) |
---|
| 3673 | pic_mode=$pic_mode |
---|
| 3674 | |
---|
| 3675 | # What is the maximum length of a command? |
---|
| 3676 | max_cmd_len=$lt_cv_sys_max_cmd_len |
---|
| 3677 | |
---|
| 3678 | # Does compiler simultaneously support -c and -o options? |
---|
| 3679 | compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) |
---|
| 3680 | |
---|
| 3681 | # Must we lock files when doing compilation ? |
---|
| 3682 | need_locks=$lt_need_locks |
---|
| 3683 | |
---|
| 3684 | # Do we need the lib prefix for modules? |
---|
| 3685 | need_lib_prefix=$need_lib_prefix |
---|
| 3686 | |
---|
| 3687 | # Do we need a version for libraries? |
---|
| 3688 | need_version=$need_version |
---|
| 3689 | |
---|
| 3690 | # Whether dlopen is supported. |
---|
| 3691 | dlopen_support=$enable_dlopen |
---|
| 3692 | |
---|
| 3693 | # Whether dlopen of programs is supported. |
---|
| 3694 | dlopen_self=$enable_dlopen_self |
---|
| 3695 | |
---|
| 3696 | # Whether dlopen of statically linked programs is supported. |
---|
| 3697 | dlopen_self_static=$enable_dlopen_self_static |
---|
| 3698 | |
---|
| 3699 | # Compiler flag to prevent dynamic linking. |
---|
| 3700 | link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) |
---|
| 3701 | |
---|
| 3702 | # Compiler flag to turn off builtin functions. |
---|
| 3703 | no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) |
---|
| 3704 | |
---|
| 3705 | # Compiler flag to allow reflexive dlopens. |
---|
| 3706 | export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) |
---|
| 3707 | |
---|
| 3708 | # Compiler flag to generate shared objects directly from archives. |
---|
| 3709 | whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) |
---|
| 3710 | |
---|
| 3711 | # Compiler flag to generate thread-safe objects. |
---|
| 3712 | thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) |
---|
| 3713 | |
---|
| 3714 | # Library versioning type. |
---|
| 3715 | version_type=$version_type |
---|
| 3716 | |
---|
| 3717 | # Format of library name prefix. |
---|
| 3718 | libname_spec=$lt_libname_spec |
---|
| 3719 | |
---|
| 3720 | # List of archive names. First name is the real one, the rest are links. |
---|
| 3721 | # The last name is the one that the linker finds with -lNAME. |
---|
| 3722 | library_names_spec=$lt_library_names_spec |
---|
| 3723 | |
---|
| 3724 | # The coded name of the library, if different from the real name. |
---|
| 3725 | soname_spec=$lt_soname_spec |
---|
| 3726 | |
---|
| 3727 | # Commands used to build and install an old-style archive. |
---|
| 3728 | RANLIB=$lt_RANLIB |
---|
| 3729 | old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) |
---|
| 3730 | old_postinstall_cmds=$lt_old_postinstall_cmds |
---|
| 3731 | old_postuninstall_cmds=$lt_old_postuninstall_cmds |
---|
| 3732 | |
---|
| 3733 | # Create an old-style archive from a shared archive. |
---|
| 3734 | old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) |
---|
| 3735 | |
---|
| 3736 | # Create a temporary old-style archive to link instead of a shared archive. |
---|
| 3737 | old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) |
---|
| 3738 | |
---|
| 3739 | # Commands used to build and install a shared archive. |
---|
| 3740 | archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) |
---|
| 3741 | archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) |
---|
| 3742 | postinstall_cmds=$lt_postinstall_cmds |
---|
| 3743 | postuninstall_cmds=$lt_postuninstall_cmds |
---|
| 3744 | |
---|
| 3745 | # Commands used to build a loadable module (assumed same as above if empty) |
---|
| 3746 | module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) |
---|
| 3747 | module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) |
---|
| 3748 | |
---|
| 3749 | # Commands to strip libraries. |
---|
| 3750 | old_striplib=$lt_old_striplib |
---|
| 3751 | striplib=$lt_striplib |
---|
| 3752 | |
---|
| 3753 | # Dependencies to place before the objects being linked to create a |
---|
| 3754 | # shared library. |
---|
| 3755 | predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) |
---|
| 3756 | |
---|
| 3757 | # Dependencies to place after the objects being linked to create a |
---|
| 3758 | # shared library. |
---|
| 3759 | postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) |
---|
| 3760 | |
---|
| 3761 | # Dependencies to place before the objects being linked to create a |
---|
| 3762 | # shared library. |
---|
| 3763 | predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) |
---|
| 3764 | |
---|
| 3765 | # Dependencies to place after the objects being linked to create a |
---|
| 3766 | # shared library. |
---|
| 3767 | postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) |
---|
| 3768 | |
---|
| 3769 | # The library search path used internally by the compiler when linking |
---|
| 3770 | # a shared library. |
---|
| 3771 | compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) |
---|
| 3772 | |
---|
| 3773 | # Method to check whether dependent libraries are shared objects. |
---|
| 3774 | deplibs_check_method=$lt_deplibs_check_method |
---|
| 3775 | |
---|
| 3776 | # Command to use when deplibs_check_method == file_magic. |
---|
| 3777 | file_magic_cmd=$lt_file_magic_cmd |
---|
| 3778 | |
---|
| 3779 | # Flag that allows shared libraries with undefined symbols to be built. |
---|
| 3780 | allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) |
---|
| 3781 | |
---|
| 3782 | # Flag that forces no undefined symbols. |
---|
| 3783 | no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) |
---|
| 3784 | |
---|
| 3785 | # Commands used to finish a libtool library installation in a directory. |
---|
| 3786 | finish_cmds=$lt_finish_cmds |
---|
| 3787 | |
---|
| 3788 | # Same as above, but a single script fragment to be evaled but not shown. |
---|
| 3789 | finish_eval=$lt_finish_eval |
---|
| 3790 | |
---|
| 3791 | # Take the output of nm and produce a listing of raw symbols and C names. |
---|
| 3792 | global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe |
---|
| 3793 | |
---|
| 3794 | # Transform the output of nm in a proper C declaration |
---|
| 3795 | global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl |
---|
| 3796 | |
---|
| 3797 | # Transform the output of nm in a C name address pair |
---|
| 3798 | global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address |
---|
| 3799 | |
---|
| 3800 | # This is the shared library runtime path variable. |
---|
| 3801 | runpath_var=$runpath_var |
---|
| 3802 | |
---|
| 3803 | # This is the shared library path variable. |
---|
| 3804 | shlibpath_var=$shlibpath_var |
---|
| 3805 | |
---|
| 3806 | # Is shlibpath searched before the hard-coded library search path? |
---|
| 3807 | shlibpath_overrides_runpath=$shlibpath_overrides_runpath |
---|
| 3808 | |
---|
| 3809 | # How to hardcode a shared library path into an executable. |
---|
| 3810 | hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) |
---|
| 3811 | |
---|
| 3812 | # Whether we should hardcode library paths into libraries. |
---|
| 3813 | hardcode_into_libs=$hardcode_into_libs |
---|
| 3814 | |
---|
| 3815 | # Flag to hardcode \$libdir into a binary during linking. |
---|
| 3816 | # This must work even if \$libdir does not exist. |
---|
| 3817 | hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) |
---|
| 3818 | |
---|
| 3819 | # If ld is used when linking, flag to hardcode \$libdir into |
---|
| 3820 | # a binary during linking. This must work even if \$libdir does |
---|
| 3821 | # not exist. |
---|
| 3822 | hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) |
---|
| 3823 | |
---|
| 3824 | # Whether we need a single -rpath flag with a separated argument. |
---|
| 3825 | hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) |
---|
| 3826 | |
---|
| 3827 | # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the |
---|
| 3828 | # resulting binary. |
---|
| 3829 | hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) |
---|
| 3830 | |
---|
| 3831 | # Set to yes if using the -LDIR flag during linking hardcodes DIR into the |
---|
| 3832 | # resulting binary. |
---|
| 3833 | hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) |
---|
| 3834 | |
---|
| 3835 | # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into |
---|
| 3836 | # the resulting binary. |
---|
| 3837 | hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) |
---|
| 3838 | |
---|
| 3839 | # Set to yes if building a shared library automatically hardcodes DIR into the library |
---|
| 3840 | # and all subsequent libraries and executables linked against it. |
---|
| 3841 | hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) |
---|
| 3842 | |
---|
| 3843 | # Variables whose values should be saved in libtool wrapper scripts and |
---|
| 3844 | # restored at relink time. |
---|
| 3845 | variables_saved_for_relink="$variables_saved_for_relink" |
---|
| 3846 | |
---|
| 3847 | # Whether libtool must link a program against all its dependency libraries. |
---|
| 3848 | link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) |
---|
| 3849 | |
---|
| 3850 | # Compile-time system search path for libraries |
---|
| 3851 | sys_lib_search_path_spec=$lt_sys_lib_search_path_spec |
---|
| 3852 | |
---|
| 3853 | # Run-time system search path for libraries |
---|
| 3854 | sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec |
---|
| 3855 | |
---|
| 3856 | # Fix the shell variable \$srcfile for the compiler. |
---|
| 3857 | fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)" |
---|
| 3858 | |
---|
| 3859 | # Set to yes if exported symbols are required. |
---|
| 3860 | always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) |
---|
| 3861 | |
---|
| 3862 | # The commands to list exported symbols. |
---|
| 3863 | export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) |
---|
| 3864 | |
---|
| 3865 | # The commands to extract the exported symbol list from a shared archive. |
---|
| 3866 | extract_expsyms_cmds=$lt_extract_expsyms_cmds |
---|
| 3867 | |
---|
| 3868 | # Symbols that should not be listed in the preloaded symbols. |
---|
| 3869 | exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) |
---|
| 3870 | |
---|
| 3871 | # Symbols that must always be exported. |
---|
| 3872 | include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) |
---|
| 3873 | |
---|
| 3874 | ifelse([$1],[], |
---|
| 3875 | [# ### END LIBTOOL CONFIG], |
---|
| 3876 | [# ### END LIBTOOL TAG CONFIG: $tagname]) |
---|
| 3877 | |
---|
| 3878 | __EOF__ |
---|
| 3879 | |
---|
| 3880 | ifelse([$1],[], [ |
---|
| 3881 | case $host_os in |
---|
| 3882 | aix3*) |
---|
| 3883 | cat <<\EOF >> "$cfgfile" |
---|
| 3884 | |
---|
| 3885 | # AIX sometimes has problems with the GCC collect2 program. For some |
---|
| 3886 | # reason, if we set the COLLECT_NAMES environment variable, the problems |
---|
| 3887 | # vanish in a puff of smoke. |
---|
| 3888 | if test "X${COLLECT_NAMES+set}" != Xset; then |
---|
| 3889 | COLLECT_NAMES= |
---|
| 3890 | export COLLECT_NAMES |
---|
| 3891 | fi |
---|
| 3892 | EOF |
---|
| 3893 | ;; |
---|
| 3894 | esac |
---|
| 3895 | |
---|
| 3896 | # We use sed instead of cat because bash on DJGPP gets confused if |
---|
| 3897 | # if finds mixed CR/LF and LF-only lines. Since sed operates in |
---|
| 3898 | # text mode, it properly converts lines to CR/LF. This bash problem |
---|
| 3899 | # is reportedly fixed, but why not run on old versions too? |
---|
| 3900 | sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) |
---|
| 3901 | |
---|
| 3902 | mv -f "$cfgfile" "$ofile" || \ |
---|
| 3903 | (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") |
---|
| 3904 | chmod +x "$ofile" |
---|
| 3905 | ]) |
---|
| 3906 | else |
---|
| 3907 | # If there is no Makefile yet, we rely on a make rule to execute |
---|
| 3908 | # `config.status --recheck' to rerun these tests and create the |
---|
| 3909 | # libtool script then. |
---|
| 3910 | ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` |
---|
| 3911 | if test -f "$ltmain_in"; then |
---|
| 3912 | test -f Makefile && make "$ltmain" |
---|
| 3913 | fi |
---|
| 3914 | fi |
---|
| 3915 | ]) |
---|
| 3916 | m4trace:/usr/share/aclocal/libtool.m4:4336: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl |
---|
| 3917 | |
---|
| 3918 | _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= |
---|
| 3919 | |
---|
| 3920 | if test "$GCC" = yes; then |
---|
| 3921 | _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' |
---|
| 3922 | |
---|
| 3923 | AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], |
---|
| 3924 | lt_cv_prog_compiler_rtti_exceptions, |
---|
| 3925 | [-fno-rtti -fno-exceptions], [], |
---|
| 3926 | [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) |
---|
| 3927 | fi |
---|
| 3928 | ]) |
---|
| 3929 | m4trace:/usr/share/aclocal/libtool.m4:4522: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) |
---|
| 3930 | AC_REQUIRE([AC_PROG_NM]) |
---|
| 3931 | AC_REQUIRE([AC_OBJEXT]) |
---|
| 3932 | # Check for command to grab the raw symbol name followed by C symbol from nm. |
---|
| 3933 | AC_MSG_CHECKING([command to parse $NM output from $compiler object]) |
---|
| 3934 | AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], |
---|
| 3935 | [ |
---|
| 3936 | # These are sane defaults that work on at least a few old systems. |
---|
| 3937 | # [They come from Ultrix. What could be older than Ultrix?!! ;)] |
---|
| 3938 | |
---|
| 3939 | # Character class describing NM global symbol codes. |
---|
| 3940 | symcode='[[BCDEGRST]]' |
---|
| 3941 | |
---|
| 3942 | # Regexp to match symbols that can be accessed directly from C. |
---|
| 3943 | sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' |
---|
| 3944 | |
---|
| 3945 | # Transform the above into a raw symbol and a C symbol. |
---|
| 3946 | symxfrm='\1 \2\3 \3' |
---|
| 3947 | |
---|
| 3948 | # Transform an extracted symbol line into a proper C declaration |
---|
| 3949 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" |
---|
| 3950 | |
---|
| 3951 | # Transform an extracted symbol line into symbol name and symbol address |
---|
| 3952 | 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'" |
---|
| 3953 | |
---|
| 3954 | # Define system-specific variables. |
---|
| 3955 | case $host_os in |
---|
| 3956 | aix*) |
---|
| 3957 | symcode='[[BCDT]]' |
---|
| 3958 | ;; |
---|
| 3959 | cygwin* | mingw* | pw32*) |
---|
| 3960 | symcode='[[ABCDGISTW]]' |
---|
| 3961 | ;; |
---|
| 3962 | hpux*) # Its linker distinguishes data from code symbols |
---|
| 3963 | if test "$host_cpu" = ia64; then |
---|
| 3964 | symcode='[[ABCDEGRST]]' |
---|
| 3965 | fi |
---|
| 3966 | lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" |
---|
| 3967 | 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'" |
---|
| 3968 | ;; |
---|
| 3969 | irix* | nonstopux*) |
---|
| 3970 | symcode='[[BCDEGRST]]' |
---|
| 3971 | ;; |
---|
| 3972 | osf*) |
---|
| 3973 | symcode='[[BCDEGQRST]]' |
---|
| 3974 | ;; |
---|
| 3975 | solaris* | sysv5*) |
---|
| 3976 | symcode='[[BDRT]]' |
---|
| 3977 | ;; |
---|
| 3978 | sysv4) |
---|
| 3979 | symcode='[[DFNSTU]]' |
---|
| 3980 | ;; |
---|
| 3981 | esac |
---|
| 3982 | |
---|
| 3983 | # Handle CRLF in mingw tool chain |
---|
| 3984 | opt_cr= |
---|
| 3985 | case $build_os in |
---|
| 3986 | mingw*) |
---|
| 3987 | opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp |
---|
| 3988 | ;; |
---|
| 3989 | esac |
---|
| 3990 | |
---|
| 3991 | # If we're using GNU nm, then use its standard symbol codes. |
---|
| 3992 | case `$NM -V 2>&1` in |
---|
| 3993 | *GNU* | *'with BFD'*) |
---|
| 3994 | symcode='[[ABCDGIRSTW]]' ;; |
---|
| 3995 | esac |
---|
| 3996 | |
---|
| 3997 | # Try without a prefix undercore, then with it. |
---|
| 3998 | for ac_symprfx in "" "_"; do |
---|
| 3999 | |
---|
| 4000 | # Write the raw and C identifiers. |
---|
| 4001 | lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*\($ac_symprfx\)$sympat$opt_cr$/$symxfrm/p'" |
---|
| 4002 | |
---|
| 4003 | # Check to see that the pipe works correctly. |
---|
| 4004 | pipe_works=no |
---|
| 4005 | |
---|
| 4006 | rm -f conftest* |
---|
| 4007 | cat > conftest.$ac_ext <<EOF |
---|
| 4008 | #ifdef __cplusplus |
---|
| 4009 | extern "C" { |
---|
| 4010 | #endif |
---|
| 4011 | char nm_test_var; |
---|
| 4012 | void nm_test_func(){} |
---|
| 4013 | #ifdef __cplusplus |
---|
| 4014 | } |
---|
| 4015 | #endif |
---|
| 4016 | int main(){nm_test_var='a';nm_test_func();return(0);} |
---|
| 4017 | EOF |
---|
| 4018 | |
---|
| 4019 | if AC_TRY_EVAL(ac_compile); then |
---|
| 4020 | # Now try to grab the symbols. |
---|
| 4021 | nlist=conftest.nm |
---|
| 4022 | if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then |
---|
| 4023 | # Try sorting and uniquifying the output. |
---|
| 4024 | if sort "$nlist" | uniq > "$nlist"T; then |
---|
| 4025 | mv -f "$nlist"T "$nlist" |
---|
| 4026 | else |
---|
| 4027 | rm -f "$nlist"T |
---|
| 4028 | fi |
---|
| 4029 | |
---|
| 4030 | # Make sure that we snagged all the symbols we need. |
---|
| 4031 | if grep ' nm_test_var$' "$nlist" >/dev/null; then |
---|
| 4032 | if grep ' nm_test_func$' "$nlist" >/dev/null; then |
---|
| 4033 | cat <<EOF > conftest.$ac_ext |
---|
| 4034 | #ifdef __cplusplus |
---|
| 4035 | extern "C" { |
---|
| 4036 | #endif |
---|
| 4037 | |
---|
| 4038 | EOF |
---|
| 4039 | # Now generate the symbol file. |
---|
| 4040 | eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' |
---|
| 4041 | |
---|
| 4042 | cat <<EOF >> conftest.$ac_ext |
---|
| 4043 | #if defined (__STDC__) && __STDC__ |
---|
| 4044 | # define lt_ptr_t void * |
---|
| 4045 | #else |
---|
| 4046 | # define lt_ptr_t char * |
---|
| 4047 | # define const |
---|
| 4048 | #endif |
---|
| 4049 | |
---|
| 4050 | /* The mapping between symbol names and symbols. */ |
---|
| 4051 | const struct { |
---|
| 4052 | const char *name; |
---|
| 4053 | lt_ptr_t address; |
---|
| 4054 | } |
---|
| 4055 | lt_preloaded_symbols[[]] = |
---|
| 4056 | { |
---|
| 4057 | EOF |
---|
| 4058 | $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext |
---|
| 4059 | cat <<\EOF >> conftest.$ac_ext |
---|
| 4060 | {0, (lt_ptr_t) 0} |
---|
| 4061 | }; |
---|
| 4062 | |
---|
| 4063 | #ifdef __cplusplus |
---|
| 4064 | } |
---|
| 4065 | #endif |
---|
| 4066 | EOF |
---|
| 4067 | # Now try linking the two files. |
---|
| 4068 | mv conftest.$ac_objext conftstm.$ac_objext |
---|
| 4069 | lt_save_LIBS="$LIBS" |
---|
| 4070 | lt_save_CFLAGS="$CFLAGS" |
---|
| 4071 | LIBS="conftstm.$ac_objext" |
---|
| 4072 | CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" |
---|
| 4073 | if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then |
---|
| 4074 | pipe_works=yes |
---|
| 4075 | fi |
---|
| 4076 | LIBS="$lt_save_LIBS" |
---|
| 4077 | CFLAGS="$lt_save_CFLAGS" |
---|
| 4078 | else |
---|
| 4079 | echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD |
---|
| 4080 | fi |
---|
| 4081 | else |
---|
| 4082 | echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD |
---|
| 4083 | fi |
---|
| 4084 | else |
---|
| 4085 | echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD |
---|
| 4086 | fi |
---|
| 4087 | else |
---|
| 4088 | echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD |
---|
| 4089 | cat conftest.$ac_ext >&5 |
---|
| 4090 | fi |
---|
| 4091 | rm -f conftest* conftst* |
---|
| 4092 | |
---|
| 4093 | # Do not use the global_symbol_pipe unless it works. |
---|
| 4094 | if test "$pipe_works" = yes; then |
---|
| 4095 | break |
---|
| 4096 | else |
---|
| 4097 | lt_cv_sys_global_symbol_pipe= |
---|
| 4098 | fi |
---|
| 4099 | done |
---|
| 4100 | ]) |
---|
| 4101 | if test -z "$lt_cv_sys_global_symbol_pipe"; then |
---|
| 4102 | lt_cv_sys_global_symbol_to_cdecl= |
---|
| 4103 | fi |
---|
| 4104 | if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then |
---|
| 4105 | AC_MSG_RESULT(failed) |
---|
| 4106 | else |
---|
| 4107 | AC_MSG_RESULT(ok) |
---|
| 4108 | fi |
---|
| 4109 | ]) |
---|
| 4110 | m4trace:/usr/share/aclocal/libtool.m4:4983: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= |
---|
| 4111 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= |
---|
| 4112 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)= |
---|
| 4113 | |
---|
| 4114 | AC_MSG_CHECKING([for $compiler option to produce PIC]) |
---|
| 4115 | ifelse([$1],[CXX],[ |
---|
| 4116 | # C++ specific cases for pic, static, wl, etc. |
---|
| 4117 | if test "$GXX" = yes; then |
---|
| 4118 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4119 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' |
---|
| 4120 | |
---|
| 4121 | case $host_os in |
---|
| 4122 | aix*) |
---|
| 4123 | # All AIX code is PIC. |
---|
| 4124 | if test "$host_cpu" = ia64; then |
---|
| 4125 | # AIX 5 now supports IA64 processor |
---|
| 4126 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4127 | fi |
---|
| 4128 | ;; |
---|
| 4129 | amigaos*) |
---|
| 4130 | # FIXME: we need at least 68020 code to build shared libraries, but |
---|
| 4131 | # adding the `-m68020' flag to GCC prevents building anything better, |
---|
| 4132 | # like `-m68040'. |
---|
| 4133 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' |
---|
| 4134 | ;; |
---|
| 4135 | beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
---|
| 4136 | # PIC is the default for these OSes. |
---|
| 4137 | ;; |
---|
| 4138 | mingw* | os2* | pw32*) |
---|
| 4139 | # This hack is so that the source file can tell whether it is being |
---|
| 4140 | # built for inclusion in a dll (and should export symbols for example). |
---|
| 4141 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' |
---|
| 4142 | ;; |
---|
| 4143 | darwin* | rhapsody*) |
---|
| 4144 | # PIC is the default on this platform |
---|
| 4145 | # Common symbols not allowed in MH_DYLIB files |
---|
| 4146 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' |
---|
| 4147 | ;; |
---|
| 4148 | *djgpp*) |
---|
| 4149 | # DJGPP does not support shared libraries at all |
---|
| 4150 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= |
---|
| 4151 | ;; |
---|
| 4152 | sysv4*MP*) |
---|
| 4153 | if test -d /usr/nec; then |
---|
| 4154 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic |
---|
| 4155 | fi |
---|
| 4156 | ;; |
---|
| 4157 | hpux*) |
---|
| 4158 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but |
---|
| 4159 | # not for PA HP-UX. |
---|
| 4160 | case "$host_cpu" in |
---|
| 4161 | hppa*64*|ia64*) |
---|
| 4162 | ;; |
---|
| 4163 | *) |
---|
| 4164 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' |
---|
| 4165 | ;; |
---|
| 4166 | esac |
---|
| 4167 | ;; |
---|
| 4168 | *) |
---|
| 4169 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' |
---|
| 4170 | ;; |
---|
| 4171 | esac |
---|
| 4172 | else |
---|
| 4173 | case $host_os in |
---|
| 4174 | aix4* | aix5*) |
---|
| 4175 | # All AIX code is PIC. |
---|
| 4176 | if test "$host_cpu" = ia64; then |
---|
| 4177 | # AIX 5 now supports IA64 processor |
---|
| 4178 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4179 | else |
---|
| 4180 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' |
---|
| 4181 | fi |
---|
| 4182 | ;; |
---|
| 4183 | chorus*) |
---|
| 4184 | case $cc_basename in |
---|
| 4185 | cxch68) |
---|
| 4186 | # Green Hills C++ Compiler |
---|
| 4187 | # _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" |
---|
| 4188 | ;; |
---|
| 4189 | esac |
---|
| 4190 | ;; |
---|
| 4191 | dgux*) |
---|
| 4192 | case $cc_basename in |
---|
| 4193 | ec++) |
---|
| 4194 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4195 | ;; |
---|
| 4196 | ghcx) |
---|
| 4197 | # Green Hills C++ Compiler |
---|
| 4198 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' |
---|
| 4199 | ;; |
---|
| 4200 | *) |
---|
| 4201 | ;; |
---|
| 4202 | esac |
---|
| 4203 | ;; |
---|
| 4204 | freebsd* | kfreebsd*-gnu) |
---|
| 4205 | # FreeBSD uses GNU C++ |
---|
| 4206 | ;; |
---|
| 4207 | hpux9* | hpux10* | hpux11*) |
---|
| 4208 | case $cc_basename in |
---|
| 4209 | CC) |
---|
| 4210 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4211 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" |
---|
| 4212 | if test "$host_cpu" != ia64; then |
---|
| 4213 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' |
---|
| 4214 | fi |
---|
| 4215 | ;; |
---|
| 4216 | aCC) |
---|
| 4217 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4218 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="${ac_cv_prog_cc_wl}-a ${ac_cv_prog_cc_wl}archive" |
---|
| 4219 | case "$host_cpu" in |
---|
| 4220 | hppa*64*|ia64*) |
---|
| 4221 | # +Z the default |
---|
| 4222 | ;; |
---|
| 4223 | *) |
---|
| 4224 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' |
---|
| 4225 | ;; |
---|
| 4226 | esac |
---|
| 4227 | ;; |
---|
| 4228 | *) |
---|
| 4229 | ;; |
---|
| 4230 | esac |
---|
| 4231 | ;; |
---|
| 4232 | irix5* | irix6* | nonstopux*) |
---|
| 4233 | case $cc_basename in |
---|
| 4234 | CC) |
---|
| 4235 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4236 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
---|
| 4237 | # CC pic flag -KPIC is the default. |
---|
| 4238 | ;; |
---|
| 4239 | *) |
---|
| 4240 | ;; |
---|
| 4241 | esac |
---|
| 4242 | ;; |
---|
| 4243 | linux*) |
---|
| 4244 | case $cc_basename in |
---|
| 4245 | KCC) |
---|
| 4246 | # KAI C++ Compiler |
---|
| 4247 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' |
---|
| 4248 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' |
---|
| 4249 | ;; |
---|
| 4250 | icpc) |
---|
| 4251 | # Intel C++ |
---|
| 4252 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4253 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4254 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' |
---|
| 4255 | ;; |
---|
| 4256 | cxx) |
---|
| 4257 | # Compaq C++ |
---|
| 4258 | # Make sure the PIC flag is empty. It appears that all Alpha |
---|
| 4259 | # Linux and Compaq Tru64 Unix objects are PIC. |
---|
| 4260 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= |
---|
| 4261 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
---|
| 4262 | ;; |
---|
| 4263 | *) |
---|
| 4264 | ;; |
---|
| 4265 | esac |
---|
| 4266 | ;; |
---|
| 4267 | lynxos*) |
---|
| 4268 | ;; |
---|
| 4269 | m88k*) |
---|
| 4270 | ;; |
---|
| 4271 | mvs*) |
---|
| 4272 | case $cc_basename in |
---|
| 4273 | cxx) |
---|
| 4274 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' |
---|
| 4275 | ;; |
---|
| 4276 | *) |
---|
| 4277 | ;; |
---|
| 4278 | esac |
---|
| 4279 | ;; |
---|
| 4280 | netbsd* | netbsdelf*-gnu | knetbsd*-gnu) |
---|
| 4281 | ;; |
---|
| 4282 | osf3* | osf4* | osf5*) |
---|
| 4283 | case $cc_basename in |
---|
| 4284 | KCC) |
---|
| 4285 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' |
---|
| 4286 | ;; |
---|
| 4287 | RCC) |
---|
| 4288 | # Rational C++ 2.4.1 |
---|
| 4289 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' |
---|
| 4290 | ;; |
---|
| 4291 | cxx) |
---|
| 4292 | # Digital/Compaq C++ |
---|
| 4293 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4294 | # Make sure the PIC flag is empty. It appears that all Alpha |
---|
| 4295 | # Linux and Compaq Tru64 Unix objects are PIC. |
---|
| 4296 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= |
---|
| 4297 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
---|
| 4298 | ;; |
---|
| 4299 | *) |
---|
| 4300 | ;; |
---|
| 4301 | esac |
---|
| 4302 | ;; |
---|
| 4303 | psos*) |
---|
| 4304 | ;; |
---|
| 4305 | sco*) |
---|
| 4306 | case $cc_basename in |
---|
| 4307 | CC) |
---|
| 4308 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' |
---|
| 4309 | ;; |
---|
| 4310 | *) |
---|
| 4311 | ;; |
---|
| 4312 | esac |
---|
| 4313 | ;; |
---|
| 4314 | solaris*) |
---|
| 4315 | case $cc_basename in |
---|
| 4316 | CC) |
---|
| 4317 | # Sun C++ 4.2, 5.x and Centerline C++ |
---|
| 4318 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4319 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4320 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' |
---|
| 4321 | ;; |
---|
| 4322 | gcx) |
---|
| 4323 | # Green Hills C++ Compiler |
---|
| 4324 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' |
---|
| 4325 | ;; |
---|
| 4326 | *) |
---|
| 4327 | ;; |
---|
| 4328 | esac |
---|
| 4329 | ;; |
---|
| 4330 | sunos4*) |
---|
| 4331 | case $cc_basename in |
---|
| 4332 | CC) |
---|
| 4333 | # Sun C++ 4.x |
---|
| 4334 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' |
---|
| 4335 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4336 | ;; |
---|
| 4337 | lcc) |
---|
| 4338 | # Lucid |
---|
| 4339 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' |
---|
| 4340 | ;; |
---|
| 4341 | *) |
---|
| 4342 | ;; |
---|
| 4343 | esac |
---|
| 4344 | ;; |
---|
| 4345 | tandem*) |
---|
| 4346 | case $cc_basename in |
---|
| 4347 | NCC) |
---|
| 4348 | # NonStop-UX NCC 3.20 |
---|
| 4349 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4350 | ;; |
---|
| 4351 | *) |
---|
| 4352 | ;; |
---|
| 4353 | esac |
---|
| 4354 | ;; |
---|
| 4355 | unixware*) |
---|
| 4356 | ;; |
---|
| 4357 | vxworks*) |
---|
| 4358 | ;; |
---|
| 4359 | *) |
---|
| 4360 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no |
---|
| 4361 | ;; |
---|
| 4362 | esac |
---|
| 4363 | fi |
---|
| 4364 | ], |
---|
| 4365 | [ |
---|
| 4366 | if test "$GCC" = yes; then |
---|
| 4367 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4368 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' |
---|
| 4369 | |
---|
| 4370 | case $host_os in |
---|
| 4371 | aix*) |
---|
| 4372 | # All AIX code is PIC. |
---|
| 4373 | if test "$host_cpu" = ia64; then |
---|
| 4374 | # AIX 5 now supports IA64 processor |
---|
| 4375 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4376 | fi |
---|
| 4377 | ;; |
---|
| 4378 | |
---|
| 4379 | amigaos*) |
---|
| 4380 | # FIXME: we need at least 68020 code to build shared libraries, but |
---|
| 4381 | # adding the `-m68020' flag to GCC prevents building anything better, |
---|
| 4382 | # like `-m68040'. |
---|
| 4383 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' |
---|
| 4384 | ;; |
---|
| 4385 | |
---|
| 4386 | beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) |
---|
| 4387 | # PIC is the default for these OSes. |
---|
| 4388 | ;; |
---|
| 4389 | |
---|
| 4390 | mingw* | pw32* | os2*) |
---|
| 4391 | # This hack is so that the source file can tell whether it is being |
---|
| 4392 | # built for inclusion in a dll (and should export symbols for example). |
---|
| 4393 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' |
---|
| 4394 | ;; |
---|
| 4395 | |
---|
| 4396 | darwin* | rhapsody*) |
---|
| 4397 | # PIC is the default on this platform |
---|
| 4398 | # Common symbols not allowed in MH_DYLIB files |
---|
| 4399 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' |
---|
| 4400 | ;; |
---|
| 4401 | |
---|
| 4402 | msdosdjgpp*) |
---|
| 4403 | # Just because we use GCC doesn't mean we suddenly get shared libraries |
---|
| 4404 | # on systems that don't support them. |
---|
| 4405 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no |
---|
| 4406 | enable_shared=no |
---|
| 4407 | ;; |
---|
| 4408 | |
---|
| 4409 | sysv4*MP*) |
---|
| 4410 | if test -d /usr/nec; then |
---|
| 4411 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic |
---|
| 4412 | fi |
---|
| 4413 | ;; |
---|
| 4414 | |
---|
| 4415 | hpux*) |
---|
| 4416 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but |
---|
| 4417 | # not for PA HP-UX. |
---|
| 4418 | case "$host_cpu" in |
---|
| 4419 | hppa*64*|ia64*) |
---|
| 4420 | # +Z the default |
---|
| 4421 | ;; |
---|
| 4422 | *) |
---|
| 4423 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' |
---|
| 4424 | ;; |
---|
| 4425 | esac |
---|
| 4426 | ;; |
---|
| 4427 | |
---|
| 4428 | *) |
---|
| 4429 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' |
---|
| 4430 | ;; |
---|
| 4431 | esac |
---|
| 4432 | else |
---|
| 4433 | # PORTME Check for flag to pass linker flags through the system compiler. |
---|
| 4434 | case $host_os in |
---|
| 4435 | aix*) |
---|
| 4436 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4437 | if test "$host_cpu" = ia64; then |
---|
| 4438 | # AIX 5 now supports IA64 processor |
---|
| 4439 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4440 | else |
---|
| 4441 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' |
---|
| 4442 | fi |
---|
| 4443 | ;; |
---|
| 4444 | |
---|
| 4445 | mingw* | pw32* | os2*) |
---|
| 4446 | # This hack is so that the source file can tell whether it is being |
---|
| 4447 | # built for inclusion in a dll (and should export symbols for example). |
---|
| 4448 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' |
---|
| 4449 | ;; |
---|
| 4450 | |
---|
| 4451 | hpux9* | hpux10* | hpux11*) |
---|
| 4452 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4453 | # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but |
---|
| 4454 | # not for PA HP-UX. |
---|
| 4455 | case "$host_cpu" in |
---|
| 4456 | hppa*64*|ia64*) |
---|
| 4457 | # +Z the default |
---|
| 4458 | ;; |
---|
| 4459 | *) |
---|
| 4460 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' |
---|
| 4461 | ;; |
---|
| 4462 | esac |
---|
| 4463 | # Is there a better lt_prog_compiler_static that works with the bundled CC? |
---|
| 4464 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' |
---|
| 4465 | ;; |
---|
| 4466 | |
---|
| 4467 | irix5* | irix6* | nonstopux*) |
---|
| 4468 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4469 | # PIC (with -KPIC) is the default. |
---|
| 4470 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
---|
| 4471 | ;; |
---|
| 4472 | |
---|
| 4473 | newsos6) |
---|
| 4474 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4475 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4476 | ;; |
---|
| 4477 | |
---|
| 4478 | linux*) |
---|
| 4479 | case $CC in |
---|
| 4480 | icc* | ecc*) |
---|
| 4481 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4482 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4483 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' |
---|
| 4484 | ;; |
---|
| 4485 | ccc*) |
---|
| 4486 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4487 | # All Alpha code is PIC. |
---|
| 4488 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
---|
| 4489 | ;; |
---|
| 4490 | esac |
---|
| 4491 | ;; |
---|
| 4492 | |
---|
| 4493 | osf3* | osf4* | osf5*) |
---|
| 4494 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4495 | # All OSF/1 code is PIC. |
---|
| 4496 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' |
---|
| 4497 | ;; |
---|
| 4498 | |
---|
| 4499 | sco3.2v5*) |
---|
| 4500 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kpic' |
---|
| 4501 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-dn' |
---|
| 4502 | ;; |
---|
| 4503 | |
---|
| 4504 | solaris*) |
---|
| 4505 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4506 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4507 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4508 | ;; |
---|
| 4509 | |
---|
| 4510 | sunos4*) |
---|
| 4511 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' |
---|
| 4512 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' |
---|
| 4513 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4514 | ;; |
---|
| 4515 | |
---|
| 4516 | sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) |
---|
| 4517 | _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' |
---|
| 4518 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' |
---|
| 4519 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4520 | ;; |
---|
| 4521 | |
---|
| 4522 | sysv4*MP*) |
---|
| 4523 | if test -d /usr/nec ;then |
---|
| 4524 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' |
---|
| 4525 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4526 | fi |
---|
| 4527 | ;; |
---|
| 4528 | |
---|
| 4529 | uts4*) |
---|
| 4530 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' |
---|
| 4531 | _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' |
---|
| 4532 | ;; |
---|
| 4533 | |
---|
| 4534 | *) |
---|
| 4535 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no |
---|
| 4536 | ;; |
---|
| 4537 | esac |
---|
| 4538 | fi |
---|
| 4539 | ]) |
---|
| 4540 | AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) |
---|
| 4541 | |
---|
| 4542 | # |
---|
| 4543 | # Check to make sure the PIC flag actually works. |
---|
| 4544 | # |
---|
| 4545 | if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then |
---|
| 4546 | AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], |
---|
| 4547 | _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), |
---|
| 4548 | [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], |
---|
| 4549 | [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in |
---|
| 4550 | "" | " "*) ;; |
---|
| 4551 | *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; |
---|
| 4552 | esac], |
---|
| 4553 | [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= |
---|
| 4554 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) |
---|
| 4555 | fi |
---|
| 4556 | case "$host_os" in |
---|
| 4557 | # For platforms which do not support PIC, -DPIC is meaningless: |
---|
| 4558 | *djgpp*) |
---|
| 4559 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= |
---|
| 4560 | ;; |
---|
| 4561 | *) |
---|
| 4562 | _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" |
---|
| 4563 | ;; |
---|
| 4564 | esac |
---|
| 4565 | ]) |
---|
| 4566 | m4trace:/usr/share/aclocal/libtool.m4:5820: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) |
---|
| 4567 | ifelse([$1],[CXX],[ |
---|
| 4568 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
---|
| 4569 | case $host_os in |
---|
| 4570 | aix4* | aix5*) |
---|
| 4571 | # If we're using GNU nm, then we don't want the "-C" option. |
---|
| 4572 | # -C means demangle to AIX nm, but means don't demangle with GNU nm |
---|
| 4573 | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then |
---|
| 4574 | _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' |
---|
| 4575 | else |
---|
| 4576 | _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' |
---|
| 4577 | fi |
---|
| 4578 | ;; |
---|
| 4579 | pw32*) |
---|
| 4580 | _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" |
---|
| 4581 | ;; |
---|
| 4582 | cygwin* | mingw*) |
---|
| 4583 | _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' |
---|
| 4584 | ;; |
---|
| 4585 | linux*) |
---|
| 4586 | _LT_AC_TAGVAR(link_all_deplibs, $1)=no |
---|
| 4587 | ;; |
---|
| 4588 | *) |
---|
| 4589 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
---|
| 4590 | ;; |
---|
| 4591 | esac |
---|
| 4592 | ],[ |
---|
| 4593 | runpath_var= |
---|
| 4594 | _LT_AC_TAGVAR(allow_undefined_flag, $1)= |
---|
| 4595 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no |
---|
| 4596 | _LT_AC_TAGVAR(archive_cmds, $1)= |
---|
| 4597 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)= |
---|
| 4598 | _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= |
---|
| 4599 | _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= |
---|
| 4600 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= |
---|
| 4601 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= |
---|
| 4602 | _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= |
---|
| 4603 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= |
---|
| 4604 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= |
---|
| 4605 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= |
---|
| 4606 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 4607 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=no |
---|
| 4608 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported |
---|
| 4609 | _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown |
---|
| 4610 | _LT_AC_TAGVAR(hardcode_automatic, $1)=no |
---|
| 4611 | _LT_AC_TAGVAR(module_cmds, $1)= |
---|
| 4612 | _LT_AC_TAGVAR(module_expsym_cmds, $1)= |
---|
| 4613 | _LT_AC_TAGVAR(always_export_symbols, $1)=no |
---|
| 4614 | _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' |
---|
| 4615 | # include_expsyms should be a list of space-separated symbols to be *always* |
---|
| 4616 | # included in the symbol list |
---|
| 4617 | _LT_AC_TAGVAR(include_expsyms, $1)= |
---|
| 4618 | # exclude_expsyms can be an extended regexp of symbols to exclude |
---|
| 4619 | # it will be wrapped by ` (' and `)$', so one must not match beginning or |
---|
| 4620 | # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', |
---|
| 4621 | # as well as any symbol that contains `d'. |
---|
| 4622 | _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" |
---|
| 4623 | # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out |
---|
| 4624 | # platforms (ab)use it in PIC code, but their linkers get confused if |
---|
| 4625 | # the symbol is explicitly referenced. Since portable code cannot |
---|
| 4626 | # rely on this symbol name, it's probably fine to never include it in |
---|
| 4627 | # preloaded symbol tables. |
---|
| 4628 | extract_expsyms_cmds= |
---|
| 4629 | |
---|
| 4630 | case $host_os in |
---|
| 4631 | cygwin* | mingw* | pw32*) |
---|
| 4632 | # FIXME: the MSVC++ port hasn't been tested in a loooong time |
---|
| 4633 | # When not using gcc, we currently assume that we are using |
---|
| 4634 | # Microsoft Visual C++. |
---|
| 4635 | if test "$GCC" != yes; then |
---|
| 4636 | with_gnu_ld=no |
---|
| 4637 | fi |
---|
| 4638 | ;; |
---|
| 4639 | openbsd*) |
---|
| 4640 | with_gnu_ld=no |
---|
| 4641 | ;; |
---|
| 4642 | esac |
---|
| 4643 | |
---|
| 4644 | _LT_AC_TAGVAR(ld_shlibs, $1)=yes |
---|
| 4645 | if test "$with_gnu_ld" = yes; then |
---|
| 4646 | # If archive_cmds runs LD, not CC, wlarc should be empty |
---|
| 4647 | wlarc='${wl}' |
---|
| 4648 | |
---|
| 4649 | # See if GNU ld supports shared libraries. |
---|
| 4650 | case $host_os in |
---|
| 4651 | aix3* | aix4* | aix5*) |
---|
| 4652 | # On AIX/PPC, the GNU linker is very broken |
---|
| 4653 | if test "$host_cpu" != ia64; then |
---|
| 4654 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4655 | cat <<EOF 1>&2 |
---|
| 4656 | |
---|
| 4657 | *** Warning: the GNU linker, at least up to release 2.9.1, is reported |
---|
| 4658 | *** to be unable to reliably create shared libraries on AIX. |
---|
| 4659 | *** Therefore, libtool is disabling shared libraries support. If you |
---|
| 4660 | *** really care for shared libraries, you may want to modify your PATH |
---|
| 4661 | *** so that a non-GNU linker is found, and then restart. |
---|
| 4662 | |
---|
| 4663 | EOF |
---|
| 4664 | fi |
---|
| 4665 | ;; |
---|
| 4666 | |
---|
| 4667 | amigaos*) |
---|
| 4668 | _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)' |
---|
| 4669 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 4670 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 4671 | |
---|
| 4672 | # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports |
---|
| 4673 | # that the semantics of dynamic libraries on AmigaOS, at least up |
---|
| 4674 | # to version 4, is to share data among multiple programs linked |
---|
| 4675 | # with the same dynamic library. Since this doesn't match the |
---|
| 4676 | # behavior of shared libraries on other platforms, we can't use |
---|
| 4677 | # them. |
---|
| 4678 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4679 | ;; |
---|
| 4680 | |
---|
| 4681 | beos*) |
---|
| 4682 | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
---|
| 4683 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
---|
| 4684 | # Joseph Beckenbach <jrb3@best.com> says some releases of gcc |
---|
| 4685 | # support --undefined. This deserves some investigation. FIXME |
---|
| 4686 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 4687 | else |
---|
| 4688 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4689 | fi |
---|
| 4690 | ;; |
---|
| 4691 | |
---|
| 4692 | cygwin* | mingw* | pw32*) |
---|
| 4693 | # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, |
---|
| 4694 | # as there is no search path for DLLs. |
---|
| 4695 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 4696 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
---|
| 4697 | _LT_AC_TAGVAR(always_export_symbols, $1)=no |
---|
| 4698 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes |
---|
| 4699 | _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' |
---|
| 4700 | |
---|
| 4701 | if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then |
---|
| 4702 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' |
---|
| 4703 | # If the export-symbols file already is a .def file (1st line |
---|
| 4704 | # is EXPORTS), use it as is; otherwise, prepend... |
---|
| 4705 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then |
---|
| 4706 | cp $export_symbols $output_objdir/$soname.def; |
---|
| 4707 | else |
---|
| 4708 | echo EXPORTS > $output_objdir/$soname.def; |
---|
| 4709 | cat $export_symbols >> $output_objdir/$soname.def; |
---|
| 4710 | fi~ |
---|
| 4711 | $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--image-base=0x10000000 ${wl}--out-implib,$lib' |
---|
| 4712 | else |
---|
| 4713 | ld_shlibs=no |
---|
| 4714 | fi |
---|
| 4715 | ;; |
---|
| 4716 | |
---|
| 4717 | netbsd* | netbsdelf*-gnu | knetbsd*-gnu) |
---|
| 4718 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
---|
| 4719 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
---|
| 4720 | wlarc= |
---|
| 4721 | else |
---|
| 4722 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 4723 | _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' |
---|
| 4724 | fi |
---|
| 4725 | ;; |
---|
| 4726 | |
---|
| 4727 | solaris* | sysv5*) |
---|
| 4728 | if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then |
---|
| 4729 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4730 | cat <<EOF 1>&2 |
---|
| 4731 | |
---|
| 4732 | *** Warning: The releases 2.8.* of the GNU linker cannot reliably |
---|
| 4733 | *** create shared libraries on Solaris systems. Therefore, libtool |
---|
| 4734 | *** is disabling shared libraries support. We urge you to upgrade GNU |
---|
| 4735 | *** binutils to release 2.9.1 or newer. Another option is to modify |
---|
| 4736 | *** your PATH or compiler configuration so that the native linker is |
---|
| 4737 | *** used, and then restart. |
---|
| 4738 | |
---|
| 4739 | EOF |
---|
| 4740 | elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
---|
| 4741 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 4742 | _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' |
---|
| 4743 | else |
---|
| 4744 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4745 | fi |
---|
| 4746 | ;; |
---|
| 4747 | |
---|
| 4748 | sunos4*) |
---|
| 4749 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
---|
| 4750 | wlarc= |
---|
| 4751 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 4752 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 4753 | ;; |
---|
| 4754 | |
---|
| 4755 | linux*) |
---|
| 4756 | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
---|
| 4757 | tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 4758 | _LT_AC_TAGVAR(archive_cmds, $1)="$tmp_archive_cmds" |
---|
| 4759 | supports_anon_versioning=no |
---|
| 4760 | case `$LD -v 2>/dev/null` in |
---|
| 4761 | *\ [01].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 |
---|
| 4762 | *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... |
---|
| 4763 | *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... |
---|
| 4764 | *\ 2.11.*) ;; # other 2.11 versions |
---|
| 4765 | *) supports_anon_versioning=yes ;; |
---|
| 4766 | esac |
---|
| 4767 | if test $supports_anon_versioning = yes; then |
---|
| 4768 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ |
---|
| 4769 | cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ |
---|
| 4770 | $echo "local: *; };" >> $output_objdir/$libname.ver~ |
---|
| 4771 | $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' |
---|
| 4772 | else |
---|
| 4773 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)="$tmp_archive_cmds" |
---|
| 4774 | fi |
---|
| 4775 | _LT_AC_TAGVAR(link_all_deplibs, $1)=no |
---|
| 4776 | else |
---|
| 4777 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4778 | fi |
---|
| 4779 | ;; |
---|
| 4780 | |
---|
| 4781 | *) |
---|
| 4782 | if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then |
---|
| 4783 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' |
---|
| 4784 | _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' |
---|
| 4785 | else |
---|
| 4786 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4787 | fi |
---|
| 4788 | ;; |
---|
| 4789 | esac |
---|
| 4790 | |
---|
| 4791 | if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = yes; then |
---|
| 4792 | runpath_var=LD_RUN_PATH |
---|
| 4793 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' |
---|
| 4794 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' |
---|
| 4795 | # ancient GNU ld didn't support --whole-archive et. al. |
---|
| 4796 | if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then |
---|
| 4797 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' |
---|
| 4798 | else |
---|
| 4799 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= |
---|
| 4800 | fi |
---|
| 4801 | fi |
---|
| 4802 | else |
---|
| 4803 | # PORTME fill in a description of your system's linker (not GNU ld) |
---|
| 4804 | case $host_os in |
---|
| 4805 | aix3*) |
---|
| 4806 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
---|
| 4807 | _LT_AC_TAGVAR(always_export_symbols, $1)=yes |
---|
| 4808 | _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' |
---|
| 4809 | # Note: this linker hardcodes the directories in LIBPATH if there |
---|
| 4810 | # are no directories specified by -L. |
---|
| 4811 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 4812 | if test "$GCC" = yes && test -z "$link_static_flag"; then |
---|
| 4813 | # Neither direct hardcoding nor static linking is supported with a |
---|
| 4814 | # broken collect2. |
---|
| 4815 | _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported |
---|
| 4816 | fi |
---|
| 4817 | ;; |
---|
| 4818 | |
---|
| 4819 | aix4* | aix5*) |
---|
| 4820 | if test "$host_cpu" = ia64; then |
---|
| 4821 | # On IA64, the linker does run time linking by default, so we don't |
---|
| 4822 | # have to do anything special. |
---|
| 4823 | aix_use_runtimelinking=no |
---|
| 4824 | exp_sym_flag='-Bexport' |
---|
| 4825 | no_entry_flag="" |
---|
| 4826 | else |
---|
| 4827 | # If we're using GNU nm, then we don't want the "-C" option. |
---|
| 4828 | # -C means demangle to AIX nm, but means don't demangle with GNU nm |
---|
| 4829 | if $NM -V 2>&1 | grep 'GNU' > /dev/null; then |
---|
| 4830 | _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' |
---|
| 4831 | else |
---|
| 4832 | _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' |
---|
| 4833 | fi |
---|
| 4834 | aix_use_runtimelinking=no |
---|
| 4835 | |
---|
| 4836 | # Test if we are trying to use run time linking or normal |
---|
| 4837 | # AIX style linking. If -brtl is somewhere in LDFLAGS, we |
---|
| 4838 | # need to do runtime linking. |
---|
| 4839 | case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) |
---|
| 4840 | for ld_flag in $LDFLAGS; do |
---|
| 4841 | if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then |
---|
| 4842 | aix_use_runtimelinking=yes |
---|
| 4843 | break |
---|
| 4844 | fi |
---|
| 4845 | done |
---|
| 4846 | esac |
---|
| 4847 | |
---|
| 4848 | exp_sym_flag='-bexport' |
---|
| 4849 | no_entry_flag='-bnoentry' |
---|
| 4850 | fi |
---|
| 4851 | |
---|
| 4852 | # When large executables or shared objects are built, AIX ld can |
---|
| 4853 | # have problems creating the table of contents. If linking a library |
---|
| 4854 | # or program results in "error TOC overflow" add -mminimal-toc to |
---|
| 4855 | # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not |
---|
| 4856 | # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. |
---|
| 4857 | |
---|
| 4858 | _LT_AC_TAGVAR(archive_cmds, $1)='' |
---|
| 4859 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 4860 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' |
---|
| 4861 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 4862 | |
---|
| 4863 | if test "$GCC" = yes; then |
---|
| 4864 | case $host_os in aix4.[012]|aix4.[012].*) |
---|
| 4865 | # We only want to do this on AIX 4.2 and lower, the check |
---|
| 4866 | # below for broken collect2 doesn't work under 4.3+ |
---|
| 4867 | collect2name=`${CC} -print-prog-name=collect2` |
---|
| 4868 | if test -f "$collect2name" && \ |
---|
| 4869 | strings "$collect2name" | grep resolve_lib_name >/dev/null |
---|
| 4870 | then |
---|
| 4871 | # We have reworked collect2 |
---|
| 4872 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 4873 | else |
---|
| 4874 | # We have old collect2 |
---|
| 4875 | _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported |
---|
| 4876 | # It fails to find uninstalled libraries when the uninstalled |
---|
| 4877 | # path is not listed in the libpath. Setting hardcode_minus_L |
---|
| 4878 | # to unsupported forces relinking |
---|
| 4879 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 4880 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 4881 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= |
---|
| 4882 | fi |
---|
| 4883 | esac |
---|
| 4884 | shared_flag='-shared' |
---|
| 4885 | else |
---|
| 4886 | # not using gcc |
---|
| 4887 | if test "$host_cpu" = ia64; then |
---|
| 4888 | # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release |
---|
| 4889 | # chokes on -Wl,-G. The following line is correct: |
---|
| 4890 | shared_flag='-G' |
---|
| 4891 | else |
---|
| 4892 | if test "$aix_use_runtimelinking" = yes; then |
---|
| 4893 | shared_flag='${wl}-G' |
---|
| 4894 | else |
---|
| 4895 | shared_flag='${wl}-bM:SRE' |
---|
| 4896 | fi |
---|
| 4897 | fi |
---|
| 4898 | fi |
---|
| 4899 | |
---|
| 4900 | # It seems that -bexpall does not export symbols beginning with |
---|
| 4901 | # underscore (_), so it is better to generate a list of symbols to export. |
---|
| 4902 | _LT_AC_TAGVAR(always_export_symbols, $1)=yes |
---|
| 4903 | if test "$aix_use_runtimelinking" = yes; then |
---|
| 4904 | # Warning - without using the other runtime loading flags (-brtl), |
---|
| 4905 | # -berok will link without error, but may produce a broken library. |
---|
| 4906 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' |
---|
| 4907 | # Determine the default libpath from the value encoded in an empty executable. |
---|
| 4908 | _LT_AC_SYS_LIBPATH_AIX |
---|
| 4909 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" |
---|
| 4910 | _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" |
---|
| 4911 | else |
---|
| 4912 | if test "$host_cpu" = ia64; then |
---|
| 4913 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' |
---|
| 4914 | _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" |
---|
| 4915 | _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" |
---|
| 4916 | else |
---|
| 4917 | # Determine the default libpath from the value encoded in an empty executable. |
---|
| 4918 | _LT_AC_SYS_LIBPATH_AIX |
---|
| 4919 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" |
---|
| 4920 | # Warning - without using the other run time loading flags, |
---|
| 4921 | # -berok will link without error, but may produce a broken library. |
---|
| 4922 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' |
---|
| 4923 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' |
---|
| 4924 | # -bexpall does not export symbols beginning with underscore (_) |
---|
| 4925 | _LT_AC_TAGVAR(always_export_symbols, $1)=yes |
---|
| 4926 | # Exported symbols can be pulled into shared objects from archives |
---|
| 4927 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=' ' |
---|
| 4928 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes |
---|
| 4929 | # This is similar to how AIX traditionally builds it's shared libraries. |
---|
| 4930 | _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' |
---|
| 4931 | fi |
---|
| 4932 | fi |
---|
| 4933 | ;; |
---|
| 4934 | |
---|
| 4935 | amigaos*) |
---|
| 4936 | _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)' |
---|
| 4937 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 4938 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 4939 | # see comment about different semantics on the GNU ld section |
---|
| 4940 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 4941 | ;; |
---|
| 4942 | |
---|
| 4943 | bsdi4*) |
---|
| 4944 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic |
---|
| 4945 | ;; |
---|
| 4946 | |
---|
| 4947 | cygwin* | mingw* | pw32*) |
---|
| 4948 | # When not using gcc, we currently assume that we are using |
---|
| 4949 | # Microsoft Visual C++. |
---|
| 4950 | # hardcode_libdir_flag_spec is actually meaningless, as there is |
---|
| 4951 | # no search path for DLLs. |
---|
| 4952 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' |
---|
| 4953 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
---|
| 4954 | # Tell ltmain to make .lib files, not .a files. |
---|
| 4955 | libext=lib |
---|
| 4956 | # Tell ltmain to make .dll files, not .so files. |
---|
| 4957 | shrext_cmds=".dll" |
---|
| 4958 | # FIXME: Setting linknames here is a bad hack. |
---|
| 4959 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' |
---|
| 4960 | # The linker will automatically build a .lib file if we build a DLL. |
---|
| 4961 | _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' |
---|
| 4962 | # FIXME: Should let the user specify the lib program. |
---|
| 4963 | _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' |
---|
| 4964 | fix_srcfile_path='`cygpath -w "$srcfile"`' |
---|
| 4965 | _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes |
---|
| 4966 | ;; |
---|
| 4967 | |
---|
| 4968 | darwin* | rhapsody*) |
---|
| 4969 | if test "$GXX" = yes ; then |
---|
| 4970 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 4971 | case "$host_os" in |
---|
| 4972 | rhapsody* | darwin1.[[012]]) |
---|
| 4973 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined suppress' |
---|
| 4974 | ;; |
---|
| 4975 | *) # Darwin 1.3 on |
---|
| 4976 | if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then |
---|
| 4977 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' |
---|
| 4978 | else |
---|
| 4979 | case ${MACOSX_DEPLOYMENT_TARGET} in |
---|
| 4980 | 10.[[012]]) |
---|
| 4981 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-flat_namespace -undefined suppress' |
---|
| 4982 | ;; |
---|
| 4983 | 10.*) |
---|
| 4984 | _LT_AC_TAGVAR(allow_undefined_flag, $1)='-undefined dynamic_lookup' |
---|
| 4985 | ;; |
---|
| 4986 | esac |
---|
| 4987 | fi |
---|
| 4988 | ;; |
---|
| 4989 | esac |
---|
| 4990 | lt_int_apple_cc_single_mod=no |
---|
| 4991 | output_verbose_link_cmd='echo' |
---|
| 4992 | if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then |
---|
| 4993 | lt_int_apple_cc_single_mod=yes |
---|
| 4994 | fi |
---|
| 4995 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then |
---|
| 4996 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' |
---|
| 4997 | else |
---|
| 4998 | _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' |
---|
| 4999 | fi |
---|
| 5000 | _LT_AC_TAGVAR(module_cmds, $1)='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' |
---|
| 5001 | # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's |
---|
| 5002 | if test "X$lt_int_apple_cc_single_mod" = Xyes ; then |
---|
| 5003 | _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}' |
---|
| 5004 | else |
---|
| 5005 | _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}' |
---|
| 5006 | fi |
---|
| 5007 | _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}' |
---|
| 5008 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 5009 | _LT_AC_TAGVAR(hardcode_automatic, $1)=yes |
---|
| 5010 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported |
---|
| 5011 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-all_load $convenience' |
---|
| 5012 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 5013 | else |
---|
| 5014 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 5015 | fi |
---|
| 5016 | ;; |
---|
| 5017 | |
---|
| 5018 | dgux*) |
---|
| 5019 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5020 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 5021 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5022 | ;; |
---|
| 5023 | |
---|
| 5024 | freebsd1*) |
---|
| 5025 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 5026 | ;; |
---|
| 5027 | |
---|
| 5028 | # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
---|
| 5029 | # support. Future versions do this automatically, but an explicit c++rt0.o |
---|
| 5030 | # does not break anything, and helps significantly (at the cost of a little |
---|
| 5031 | # extra space). |
---|
| 5032 | freebsd2.2*) |
---|
| 5033 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' |
---|
| 5034 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 5035 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5036 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5037 | ;; |
---|
| 5038 | |
---|
| 5039 | # Unfortunately, older versions of FreeBSD 2 do not have this feature. |
---|
| 5040 | freebsd2*) |
---|
| 5041 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5042 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5043 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 5044 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5045 | ;; |
---|
| 5046 | |
---|
| 5047 | # FreeBSD 3 and greater uses gcc -shared to do shared libraries. |
---|
| 5048 | freebsd* | kfreebsd*-gnu) |
---|
| 5049 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5050 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 5051 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5052 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5053 | ;; |
---|
| 5054 | |
---|
| 5055 | hpux9*) |
---|
| 5056 | if test "$GCC" = yes; then |
---|
| 5057 | _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' |
---|
| 5058 | else |
---|
| 5059 | _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' |
---|
| 5060 | fi |
---|
| 5061 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' |
---|
| 5062 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5063 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5064 | |
---|
| 5065 | # hardcode_minus_L: Not really in the search PATH, |
---|
| 5066 | # but as the default location of the library. |
---|
| 5067 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 5068 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' |
---|
| 5069 | ;; |
---|
| 5070 | |
---|
| 5071 | hpux10* | hpux11*) |
---|
| 5072 | if test "$GCC" = yes -a "$with_gnu_ld" = no; then |
---|
| 5073 | case "$host_cpu" in |
---|
| 5074 | hppa*64*|ia64*) |
---|
| 5075 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5076 | ;; |
---|
| 5077 | *) |
---|
| 5078 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5079 | ;; |
---|
| 5080 | esac |
---|
| 5081 | else |
---|
| 5082 | case "$host_cpu" in |
---|
| 5083 | hppa*64*|ia64*) |
---|
| 5084 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5085 | ;; |
---|
| 5086 | *) |
---|
| 5087 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5088 | ;; |
---|
| 5089 | esac |
---|
| 5090 | fi |
---|
| 5091 | if test "$with_gnu_ld" = no; then |
---|
| 5092 | case "$host_cpu" in |
---|
| 5093 | hppa*64*) |
---|
| 5094 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' |
---|
| 5095 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' |
---|
| 5096 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5097 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 5098 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5099 | ;; |
---|
| 5100 | ia64*) |
---|
| 5101 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 5102 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 5103 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5104 | |
---|
| 5105 | # hardcode_minus_L: Not really in the search PATH, |
---|
| 5106 | # but as the default location of the library. |
---|
| 5107 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 5108 | ;; |
---|
| 5109 | *) |
---|
| 5110 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' |
---|
| 5111 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5112 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5113 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' |
---|
| 5114 | |
---|
| 5115 | # hardcode_minus_L: Not really in the search PATH, |
---|
| 5116 | # but as the default location of the library. |
---|
| 5117 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 5118 | ;; |
---|
| 5119 | esac |
---|
| 5120 | fi |
---|
| 5121 | ;; |
---|
| 5122 | |
---|
| 5123 | irix5* | irix6* | nonstopux*) |
---|
| 5124 | if test "$GCC" = yes; then |
---|
| 5125 | _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' |
---|
| 5126 | else |
---|
| 5127 | _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' |
---|
| 5128 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' |
---|
| 5129 | fi |
---|
| 5130 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 5131 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5132 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 5133 | ;; |
---|
| 5134 | |
---|
| 5135 | netbsd* | netbsdelf*-gnu | knetbsd*-gnu) |
---|
| 5136 | if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then |
---|
| 5137 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
---|
| 5138 | else |
---|
| 5139 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF |
---|
| 5140 | fi |
---|
| 5141 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 5142 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5143 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5144 | ;; |
---|
| 5145 | |
---|
| 5146 | newsos6) |
---|
| 5147 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5148 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5149 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 5150 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5151 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5152 | ;; |
---|
| 5153 | |
---|
| 5154 | openbsd*) |
---|
| 5155 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5156 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5157 | if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then |
---|
| 5158 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5159 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' |
---|
| 5160 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' |
---|
| 5161 | else |
---|
| 5162 | case $host_os in |
---|
| 5163 | openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) |
---|
| 5164 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5165 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 5166 | ;; |
---|
| 5167 | *) |
---|
| 5168 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5169 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' |
---|
| 5170 | ;; |
---|
| 5171 | esac |
---|
| 5172 | fi |
---|
| 5173 | ;; |
---|
| 5174 | |
---|
| 5175 | os2*) |
---|
| 5176 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 5177 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 5178 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported |
---|
| 5179 | _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' |
---|
| 5180 | _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' |
---|
| 5181 | ;; |
---|
| 5182 | |
---|
| 5183 | osf3*) |
---|
| 5184 | if test "$GCC" = yes; then |
---|
| 5185 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' |
---|
| 5186 | _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' |
---|
| 5187 | else |
---|
| 5188 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' |
---|
| 5189 | _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' |
---|
| 5190 | fi |
---|
| 5191 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 5192 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5193 | ;; |
---|
| 5194 | |
---|
| 5195 | osf4* | osf5*) # as osf3* with the addition of -msym flag |
---|
| 5196 | if test "$GCC" = yes; then |
---|
| 5197 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' |
---|
| 5198 | _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' |
---|
| 5199 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' |
---|
| 5200 | else |
---|
| 5201 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' |
---|
| 5202 | _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' |
---|
| 5203 | _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~ |
---|
| 5204 | $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' |
---|
| 5205 | |
---|
| 5206 | # Both c and cxx compiler support -rpath directly |
---|
| 5207 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' |
---|
| 5208 | fi |
---|
| 5209 | _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: |
---|
| 5210 | ;; |
---|
| 5211 | |
---|
| 5212 | sco3.2v5*) |
---|
| 5213 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5214 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5215 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' |
---|
| 5216 | runpath_var=LD_RUN_PATH |
---|
| 5217 | hardcode_runpath_var=yes |
---|
| 5218 | ;; |
---|
| 5219 | |
---|
| 5220 | solaris*) |
---|
| 5221 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' |
---|
| 5222 | if test "$GCC" = yes; then |
---|
| 5223 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5224 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
---|
| 5225 | $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' |
---|
| 5226 | else |
---|
| 5227 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5228 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
---|
| 5229 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' |
---|
| 5230 | fi |
---|
| 5231 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' |
---|
| 5232 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5233 | case $host_os in |
---|
| 5234 | solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; |
---|
| 5235 | *) # Supported since Solaris 2.6 (maybe 2.5.1?) |
---|
| 5236 | _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; |
---|
| 5237 | esac |
---|
| 5238 | _LT_AC_TAGVAR(link_all_deplibs, $1)=yes |
---|
| 5239 | ;; |
---|
| 5240 | |
---|
| 5241 | sunos4*) |
---|
| 5242 | if test "x$host_vendor" = xsequent; then |
---|
| 5243 | # Use $CC to link under sequent, because it throws in some extra .o |
---|
| 5244 | # files that make .init and .fini sections work. |
---|
| 5245 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5246 | else |
---|
| 5247 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5248 | fi |
---|
| 5249 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 5250 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5251 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes |
---|
| 5252 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5253 | ;; |
---|
| 5254 | |
---|
| 5255 | sysv4) |
---|
| 5256 | case $host_vendor in |
---|
| 5257 | sni) |
---|
| 5258 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5259 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? |
---|
| 5260 | ;; |
---|
| 5261 | siemens) |
---|
| 5262 | ## LD is ld it makes a PLAMLIB |
---|
| 5263 | ## CC just makes a GrossModule. |
---|
| 5264 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5265 | _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' |
---|
| 5266 | _LT_AC_TAGVAR(hardcode_direct, $1)=no |
---|
| 5267 | ;; |
---|
| 5268 | motorola) |
---|
| 5269 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5270 | _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie |
---|
| 5271 | ;; |
---|
| 5272 | esac |
---|
| 5273 | runpath_var='LD_RUN_PATH' |
---|
| 5274 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5275 | ;; |
---|
| 5276 | |
---|
| 5277 | sysv4.3*) |
---|
| 5278 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5279 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5280 | _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' |
---|
| 5281 | ;; |
---|
| 5282 | |
---|
| 5283 | sysv4*MP*) |
---|
| 5284 | if test -d /usr/nec; then |
---|
| 5285 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5286 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5287 | runpath_var=LD_RUN_PATH |
---|
| 5288 | hardcode_runpath_var=yes |
---|
| 5289 | _LT_AC_TAGVAR(ld_shlibs, $1)=yes |
---|
| 5290 | fi |
---|
| 5291 | ;; |
---|
| 5292 | |
---|
| 5293 | sysv4.2uw2*) |
---|
| 5294 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5295 | _LT_AC_TAGVAR(hardcode_direct, $1)=yes |
---|
| 5296 | _LT_AC_TAGVAR(hardcode_minus_L, $1)=no |
---|
| 5297 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5298 | hardcode_runpath_var=yes |
---|
| 5299 | runpath_var=LD_RUN_PATH |
---|
| 5300 | ;; |
---|
| 5301 | |
---|
| 5302 | sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*) |
---|
| 5303 | _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text' |
---|
| 5304 | if test "$GCC" = yes; then |
---|
| 5305 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5306 | else |
---|
| 5307 | _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' |
---|
| 5308 | fi |
---|
| 5309 | runpath_var='LD_RUN_PATH' |
---|
| 5310 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5311 | ;; |
---|
| 5312 | |
---|
| 5313 | sysv5*) |
---|
| 5314 | _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' |
---|
| 5315 | # $CC -shared without GNU ld will not create a library from C++ |
---|
| 5316 | # object files and a static libstdc++, better avoid it by now |
---|
| 5317 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5318 | _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ |
---|
| 5319 | $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' |
---|
| 5320 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= |
---|
| 5321 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5322 | runpath_var='LD_RUN_PATH' |
---|
| 5323 | ;; |
---|
| 5324 | |
---|
| 5325 | uts4*) |
---|
| 5326 | _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' |
---|
| 5327 | _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' |
---|
| 5328 | _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no |
---|
| 5329 | ;; |
---|
| 5330 | |
---|
| 5331 | *) |
---|
| 5332 | _LT_AC_TAGVAR(ld_shlibs, $1)=no |
---|
| 5333 | ;; |
---|
| 5334 | esac |
---|
| 5335 | fi |
---|
| 5336 | ]) |
---|
| 5337 | AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) |
---|
| 5338 | test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no |
---|
| 5339 | |
---|
| 5340 | variables_saved_for_relink="PATH $shlibpath_var $runpath_var" |
---|
| 5341 | if test "$GCC" = yes; then |
---|
| 5342 | variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" |
---|
| 5343 | fi |
---|
| 5344 | |
---|
| 5345 | # |
---|
| 5346 | # Do we need to explicitly link libc? |
---|
| 5347 | # |
---|
| 5348 | case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in |
---|
| 5349 | x|xyes) |
---|
| 5350 | # Assume -lc should be added |
---|
| 5351 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes |
---|
| 5352 | |
---|
| 5353 | if test "$enable_shared" = yes && test "$GCC" = yes; then |
---|
| 5354 | case $_LT_AC_TAGVAR(archive_cmds, $1) in |
---|
| 5355 | *'~'*) |
---|
| 5356 | # FIXME: we may have to deal with multi-command sequences. |
---|
| 5357 | ;; |
---|
| 5358 | '$CC '*) |
---|
| 5359 | # Test whether the compiler implicitly links with -lc since on some |
---|
| 5360 | # systems, -lgcc has to come before -lc. If gcc already passes -lc |
---|
| 5361 | # to ld, don't add -lc before -lgcc. |
---|
| 5362 | AC_MSG_CHECKING([whether -lc should be explicitly linked in]) |
---|
| 5363 | $rm conftest* |
---|
| 5364 | printf "$lt_simple_compile_test_code" > conftest.$ac_ext |
---|
| 5365 | |
---|
| 5366 | if AC_TRY_EVAL(ac_compile) 2>conftest.err; then |
---|
| 5367 | soname=conftest |
---|
| 5368 | lib=conftest |
---|
| 5369 | libobjs=conftest.$ac_objext |
---|
| 5370 | deplibs= |
---|
| 5371 | wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) |
---|
| 5372 | compiler_flags=-v |
---|
| 5373 | linker_flags=-v |
---|
| 5374 | verstring= |
---|
| 5375 | output_objdir=. |
---|
| 5376 | libname=conftest |
---|
| 5377 | lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) |
---|
| 5378 | _LT_AC_TAGVAR(allow_undefined_flag, $1)= |
---|
| 5379 | if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) |
---|
| 5380 | then |
---|
| 5381 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no |
---|
| 5382 | else |
---|
| 5383 | _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes |
---|
| 5384 | fi |
---|
| 5385 | _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag |
---|
| 5386 | else |
---|
| 5387 | cat conftest.err 1>&5 |
---|
| 5388 | fi |
---|
| 5389 | $rm conftest* |
---|
| 5390 | AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) |
---|
| 5391 | ;; |
---|
| 5392 | esac |
---|
| 5393 | fi |
---|
| 5394 | ;; |
---|
| 5395 | esac |
---|
| 5396 | ]) |
---|
| 5397 | m4trace:/usr/share/aclocal/libtool.m4:5860: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ |
---|
| 5398 | # /* ltdll.c starts here */ |
---|
| 5399 | # #define WIN32_LEAN_AND_MEAN |
---|
| 5400 | # #include <windows.h> |
---|
| 5401 | # #undef WIN32_LEAN_AND_MEAN |
---|
| 5402 | # #include <stdio.h> |
---|
| 5403 | # |
---|
| 5404 | # #ifndef __CYGWIN__ |
---|
| 5405 | # # ifdef __CYGWIN32__ |
---|
| 5406 | # # define __CYGWIN__ __CYGWIN32__ |
---|
| 5407 | # # endif |
---|
| 5408 | # #endif |
---|
| 5409 | # |
---|
| 5410 | # #ifdef __cplusplus |
---|
| 5411 | # extern "C" { |
---|
| 5412 | # #endif |
---|
| 5413 | # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); |
---|
| 5414 | # #ifdef __cplusplus |
---|
| 5415 | # } |
---|
| 5416 | # #endif |
---|
| 5417 | # |
---|
| 5418 | # #ifdef __CYGWIN__ |
---|
| 5419 | # #include <cygwin/cygwin_dll.h> |
---|
| 5420 | # DECLARE_CYGWIN_DLL( DllMain ); |
---|
| 5421 | # #endif |
---|
| 5422 | # HINSTANCE __hDllInstance_base; |
---|
| 5423 | # |
---|
| 5424 | # BOOL APIENTRY |
---|
| 5425 | # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) |
---|
| 5426 | # { |
---|
| 5427 | # __hDllInstance_base = hInst; |
---|
| 5428 | # return TRUE; |
---|
| 5429 | # } |
---|
| 5430 | # /* ltdll.c ends here */ |
---|
| 5431 | ]) |
---|
| 5432 | m4trace:/usr/share/aclocal/libtool.m4:5865: -1- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) |
---|
| 5433 | m4trace:/usr/share/aclocal/libtool.m4:5869: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) |
---|
| 5434 | m4trace:/usr/share/aclocal/libtool.m4:5870: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) |
---|
| 5435 | m4trace:/usr/share/aclocal/libtool.m4:5871: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) |
---|
| 5436 | m4trace:/usr/share/aclocal/libtool.m4:5872: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) |
---|
| 5437 | m4trace:/usr/share/aclocal/libtool.m4:5873: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) |
---|
| 5438 | m4trace:/usr/share/aclocal/libtool.m4:5874: -1- AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) |
---|
| 5439 | m4trace:/usr/share/aclocal/libtool.m4:5875: -1- AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) |
---|
| 5440 | m4trace:/usr/share/aclocal/libtool.m4:5884: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no) |
---|
| 5441 | test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" |
---|
| 5442 | AC_SUBST(GCJFLAGS) |
---|
| 5443 | ]) |
---|
| 5444 | m4trace:/usr/share/aclocal/libtool.m4:5888: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no) |
---|
| 5445 | ]) |
---|
| 5446 | m4trace:/usr/share/aclocal/libtool.m4:5951: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) |
---|
| 5447 | AC_CACHE_VAL(lt_cv_path_SED, |
---|
| 5448 | [# Loop through the user's path and test for sed and gsed. |
---|
| 5449 | # Then use that list of sed's as ones to test for truncation. |
---|
| 5450 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
---|
| 5451 | for as_dir in $PATH |
---|
| 5452 | do |
---|
| 5453 | IFS=$as_save_IFS |
---|
| 5454 | test -z "$as_dir" && as_dir=. |
---|
| 5455 | for lt_ac_prog in sed gsed; do |
---|
| 5456 | for ac_exec_ext in '' $ac_executable_extensions; do |
---|
| 5457 | if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then |
---|
| 5458 | lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" |
---|
| 5459 | fi |
---|
| 5460 | done |
---|
| 5461 | done |
---|
| 5462 | done |
---|
| 5463 | lt_ac_max=0 |
---|
| 5464 | lt_ac_count=0 |
---|
| 5465 | # Add /usr/xpg4/bin/sed as it is typically found on Solaris |
---|
| 5466 | # along with /bin/sed that truncates output. |
---|
| 5467 | for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do |
---|
| 5468 | test ! -f $lt_ac_sed && break |
---|
| 5469 | cat /dev/null > conftest.in |
---|
| 5470 | lt_ac_count=0 |
---|
| 5471 | echo $ECHO_N "0123456789$ECHO_C" >conftest.in |
---|
| 5472 | # Check for GNU sed and select it if it is found. |
---|
| 5473 | if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then |
---|
| 5474 | lt_cv_path_SED=$lt_ac_sed |
---|
| 5475 | break |
---|
| 5476 | fi |
---|
| 5477 | while true; do |
---|
| 5478 | cat conftest.in conftest.in >conftest.tmp |
---|
| 5479 | mv conftest.tmp conftest.in |
---|
| 5480 | cp conftest.in conftest.nl |
---|
| 5481 | echo >>conftest.nl |
---|
| 5482 | $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break |
---|
| 5483 | cmp -s conftest.out conftest.nl || break |
---|
| 5484 | # 10000 chars as input seems more than enough |
---|
| 5485 | test $lt_ac_count -gt 10 && break |
---|
| 5486 | lt_ac_count=`expr $lt_ac_count + 1` |
---|
| 5487 | if test $lt_ac_count -gt $lt_ac_max; then |
---|
| 5488 | lt_ac_max=$lt_ac_count |
---|
| 5489 | lt_cv_path_SED=$lt_ac_sed |
---|
| 5490 | fi |
---|
| 5491 | done |
---|
| 5492 | done |
---|
| 5493 | SED=$lt_cv_path_SED |
---|
| 5494 | ]) |
---|
| 5495 | AC_MSG_RESULT([$SED]) |
---|
| 5496 | ]) |
---|
| 5497 | m4trace:/usr/share/aclocal/pkg.m4:44: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
---|
| 5498 | m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) |
---|
| 5499 | AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl |
---|
| 5500 | if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then |
---|
| 5501 | AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) |
---|
| 5502 | fi |
---|
| 5503 | if test -n "$PKG_CONFIG"; then |
---|
| 5504 | _pkg_min_version=m4_ifval([$1], [$1], [0.9.0]) |
---|
| 5505 | AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) |
---|
| 5506 | if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then |
---|
| 5507 | AC_MSG_RESULT([yes]) |
---|
| 5508 | else |
---|
| 5509 | AC_MSG_RESULT([no]) |
---|
| 5510 | PKG_CONFIG="" |
---|
| 5511 | fi |
---|
| 5512 | |
---|
| 5513 | fi[]dnl |
---|
| 5514 | ]) |
---|
| 5515 | m4trace:/usr/share/aclocal/pkg.m4:114: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
---|
| 5516 | AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl |
---|
| 5517 | AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl |
---|
| 5518 | |
---|
| 5519 | pkg_failed=no |
---|
| 5520 | AC_CACHE_CHECK([for $1][_CFLAGS], [pkg_cv_][$1][_CFLAGS], |
---|
| 5521 | [_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])]) |
---|
| 5522 | AC_CACHE_CHECK([for $1][_LIBS], [pkg_cv_][$1][_LIBS], |
---|
| 5523 | [_PKG_CONFIG([$1][_LIBS], [libs], [$2])]) |
---|
| 5524 | |
---|
| 5525 | if test $pkg_failed = yes; then |
---|
| 5526 | $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` |
---|
| 5527 | # Put the nasty error message in config.log where it belongs |
---|
| 5528 | echo "$$1[]_PKG_ERRORS" 1>&AS_MESSAGE_LOG_FD |
---|
| 5529 | |
---|
| 5530 | ifelse([$4], , [AC_MSG_ERROR(dnl |
---|
| 5531 | [Package requirements ($2) were not met. |
---|
| 5532 | Consider adjusting the PKG_CONFIG_PATH environment variable if you |
---|
| 5533 | installed software in a non-standard prefix. |
---|
| 5534 | |
---|
| 5535 | Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables |
---|
| 5536 | to avoid the need to call pkg-config. See the pkg-config man page for |
---|
| 5537 | more details.])], |
---|
| 5538 | [$4]) |
---|
| 5539 | elif test $pkg_failed = untried; then |
---|
| 5540 | ifelse([$4], , [AC_MSG_FAILURE(dnl |
---|
| 5541 | [The pkg-config script could not be found or is too old. Make sure it |
---|
| 5542 | is in your PATH or set the PKG_CONFIG environment variable to the full |
---|
| 5543 | path to pkg-config. |
---|
| 5544 | |
---|
| 5545 | Alternatively you may set the $1_CFLAGS and $1_LIBS environment variables |
---|
| 5546 | to avoid the need to call pkg-config. See the pkg-config man page for |
---|
| 5547 | more details. |
---|
| 5548 | |
---|
| 5549 | To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])], |
---|
| 5550 | [$4]) |
---|
| 5551 | else |
---|
| 5552 | $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS |
---|
| 5553 | $1[]_LIBS=$pkg_cv_[]$1[]_LIBS |
---|
| 5554 | ifelse([$3], , :, [$3]) |
---|
| 5555 | fi[]dnl |
---|
| 5556 | ]) |
---|
| 5557 | m4trace:/usr/share/aclocal-1.9/amversion.m4:13: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) |
---|
| 5558 | m4trace:/usr/share/aclocal-1.9/amversion.m4:20: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.9.5])]) |
---|
| 5559 | m4trace:/usr/share/aclocal-1.9/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. |
---|
| 5560 | AC_PREREQ([2.50])dnl |
---|
| 5561 | # expand $ac_aux_dir to an absolute path |
---|
| 5562 | am_aux_dir=`cd $ac_aux_dir && pwd` |
---|
| 5563 | ]) |
---|
| 5564 | m4trace:/usr/share/aclocal-1.9/cond.m4:32: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl |
---|
| 5565 | ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], |
---|
| 5566 | [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl |
---|
| 5567 | AC_SUBST([$1_TRUE]) |
---|
| 5568 | AC_SUBST([$1_FALSE]) |
---|
| 5569 | if $2; then |
---|
| 5570 | $1_TRUE= |
---|
| 5571 | $1_FALSE='#' |
---|
| 5572 | else |
---|
| 5573 | $1_TRUE='#' |
---|
| 5574 | $1_FALSE= |
---|
| 5575 | fi |
---|
| 5576 | AC_CONFIG_COMMANDS_PRE( |
---|
| 5577 | [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then |
---|
| 5578 | AC_MSG_ERROR([[conditional "$1" was never defined. |
---|
| 5579 | Usually this means the macro was only invoked conditionally.]]) |
---|
| 5580 | fi])]) |
---|
| 5581 | m4trace:/usr/share/aclocal-1.9/depend.m4:131: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl |
---|
| 5582 | AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl |
---|
| 5583 | AC_REQUIRE([AM_MAKE_INCLUDE])dnl |
---|
| 5584 | AC_REQUIRE([AM_DEP_TRACK])dnl |
---|
| 5585 | |
---|
| 5586 | ifelse([$1], CC, [depcc="$CC" am_compiler_list=], |
---|
| 5587 | [$1], CXX, [depcc="$CXX" am_compiler_list=], |
---|
| 5588 | [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], |
---|
| 5589 | [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], |
---|
| 5590 | [depcc="$$1" am_compiler_list=]) |
---|
| 5591 | |
---|
| 5592 | AC_CACHE_CHECK([dependency style of $depcc], |
---|
| 5593 | [am_cv_$1_dependencies_compiler_type], |
---|
| 5594 | [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
---|
| 5595 | # We make a subdir and do the tests there. Otherwise we can end up |
---|
| 5596 | # making bogus files that we don't know about and never remove. For |
---|
| 5597 | # instance it was reported that on HP-UX the gcc test will end up |
---|
| 5598 | # making a dummy file named `D' -- because `-MD' means `put the output |
---|
| 5599 | # in D'. |
---|
| 5600 | mkdir conftest.dir |
---|
| 5601 | # Copy depcomp to subdir because otherwise we won't find it if we're |
---|
| 5602 | # using a relative directory. |
---|
| 5603 | cp "$am_depcomp" conftest.dir |
---|
| 5604 | cd conftest.dir |
---|
| 5605 | # We will build objects and dependencies in a subdirectory because |
---|
| 5606 | # it helps to detect inapplicable dependency modes. For instance |
---|
| 5607 | # both Tru64's cc and ICC support -MD to output dependencies as a |
---|
| 5608 | # side effect of compilation, but ICC will put the dependencies in |
---|
| 5609 | # the current directory while Tru64 will put them in the object |
---|
| 5610 | # directory. |
---|
| 5611 | mkdir sub |
---|
| 5612 | |
---|
| 5613 | am_cv_$1_dependencies_compiler_type=none |
---|
| 5614 | if test "$am_compiler_list" = ""; then |
---|
| 5615 | am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` |
---|
| 5616 | fi |
---|
| 5617 | for depmode in $am_compiler_list; do |
---|
| 5618 | # Setup a source with many dependencies, because some compilers |
---|
| 5619 | # like to wrap large dependency lists on column 80 (with \), and |
---|
| 5620 | # we should not choose a depcomp mode which is confused by this. |
---|
| 5621 | # |
---|
| 5622 | # We need to recreate these files for each test, as the compiler may |
---|
| 5623 | # overwrite some of them when testing with obscure command lines. |
---|
| 5624 | # This happens at least with the AIX C compiler. |
---|
| 5625 | : > sub/conftest.c |
---|
| 5626 | for i in 1 2 3 4 5 6; do |
---|
| 5627 | echo '#include "conftst'$i'.h"' >> sub/conftest.c |
---|
| 5628 | # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
---|
| 5629 | # Solaris 8's {/usr,}/bin/sh. |
---|
| 5630 | touch sub/conftst$i.h |
---|
| 5631 | done |
---|
| 5632 | echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
---|
| 5633 | |
---|
| 5634 | case $depmode in |
---|
| 5635 | nosideeffect) |
---|
| 5636 | # after this tag, mechanisms are not by side-effect, so they'll |
---|
| 5637 | # only be used when explicitly requested |
---|
| 5638 | if test "x$enable_dependency_tracking" = xyes; then |
---|
| 5639 | continue |
---|
| 5640 | else |
---|
| 5641 | break |
---|
| 5642 | fi |
---|
| 5643 | ;; |
---|
| 5644 | none) break ;; |
---|
| 5645 | esac |
---|
| 5646 | # We check with `-c' and `-o' for the sake of the "dashmstdout" |
---|
| 5647 | # mode. It turns out that the SunPro C++ compiler does not properly |
---|
| 5648 | # handle `-M -o', and we need to detect this. |
---|
| 5649 | if depmode=$depmode \ |
---|
| 5650 | source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ |
---|
| 5651 | depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
---|
| 5652 | $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
---|
| 5653 | >/dev/null 2>conftest.err && |
---|
| 5654 | grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
---|
| 5655 | grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
---|
| 5656 | ${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
---|
| 5657 | # icc doesn't choke on unknown options, it will just issue warnings |
---|
| 5658 | # or remarks (even with -Werror). So we grep stderr for any message |
---|
| 5659 | # that says an option was ignored or not supported. |
---|
| 5660 | # When given -MP, icc 7.0 and 7.1 complain thusly: |
---|
| 5661 | # icc: Command line warning: ignoring option '-M'; no argument required |
---|
| 5662 | # The diagnosis changed in icc 8.0: |
---|
| 5663 | # icc: Command line remark: option '-MP' not supported |
---|
| 5664 | if (grep 'ignoring option' conftest.err || |
---|
| 5665 | grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else |
---|
| 5666 | am_cv_$1_dependencies_compiler_type=$depmode |
---|
| 5667 | break |
---|
| 5668 | fi |
---|
| 5669 | fi |
---|
| 5670 | done |
---|
| 5671 | |
---|
| 5672 | cd .. |
---|
| 5673 | rm -rf conftest.dir |
---|
| 5674 | else |
---|
| 5675 | am_cv_$1_dependencies_compiler_type=none |
---|
| 5676 | fi |
---|
| 5677 | ]) |
---|
| 5678 | AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) |
---|
| 5679 | AM_CONDITIONAL([am__fastdep$1], [ |
---|
| 5680 | test "x$enable_dependency_tracking" != xno \ |
---|
| 5681 | && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) |
---|
| 5682 | ]) |
---|
| 5683 | m4trace:/usr/share/aclocal-1.9/depend.m4:141: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
---|
| 5684 | AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl |
---|
| 5685 | ]) |
---|
| 5686 | m4trace:/usr/share/aclocal-1.9/depend.m4:156: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, |
---|
| 5687 | [ --disable-dependency-tracking speeds up one-time build |
---|
| 5688 | --enable-dependency-tracking do not reject slow dependency extractors]) |
---|
| 5689 | if test "x$enable_dependency_tracking" != xno; then |
---|
| 5690 | am_depcomp="$ac_aux_dir/depcomp" |
---|
| 5691 | AMDEPBACKSLASH='\' |
---|
| 5692 | fi |
---|
| 5693 | AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
---|
| 5694 | AC_SUBST([AMDEPBACKSLASH]) |
---|
| 5695 | ]) |
---|
| 5696 | m4trace:/usr/share/aclocal-1.9/depout.m4:53: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do |
---|
| 5697 | # Strip MF so we end up with the name of the file. |
---|
| 5698 | mf=`echo "$mf" | sed -e 's/:.*$//'` |
---|
| 5699 | # Check whether this is an Automake generated Makefile or not. |
---|
| 5700 | # We used to match only the files named `Makefile.in', but |
---|
| 5701 | # some people rename them; so instead we look at the file content. |
---|
| 5702 | # Grep'ing the first line is not enough: some people post-process |
---|
| 5703 | # each Makefile.in and add a new line on top of each file to say so. |
---|
| 5704 | # So let's grep whole file. |
---|
| 5705 | if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then |
---|
| 5706 | dirpart=`AS_DIRNAME("$mf")` |
---|
| 5707 | else |
---|
| 5708 | continue |
---|
| 5709 | fi |
---|
| 5710 | # Extract the definition of DEPDIR, am__include, and am__quote |
---|
| 5711 | # from the Makefile without running `make'. |
---|
| 5712 | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
---|
| 5713 | test -z "$DEPDIR" && continue |
---|
| 5714 | am__include=`sed -n 's/^am__include = //p' < "$mf"` |
---|
| 5715 | test -z "am__include" && continue |
---|
| 5716 | am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
---|
| 5717 | # When using ansi2knr, U may be empty or an underscore; expand it |
---|
| 5718 | U=`sed -n 's/^U = //p' < "$mf"` |
---|
| 5719 | # Find all dependency output files, they are included files with |
---|
| 5720 | # $(DEPDIR) in their names. We invoke sed twice because it is the |
---|
| 5721 | # simplest approach to changing $(DEPDIR) to its actual value in the |
---|
| 5722 | # expansion. |
---|
| 5723 | for file in `sed -n " |
---|
| 5724 | s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
---|
| 5725 | sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
---|
| 5726 | # Make sure the directory exists. |
---|
| 5727 | test -f "$dirpart/$file" && continue |
---|
| 5728 | fdir=`AS_DIRNAME(["$file"])` |
---|
| 5729 | AS_MKDIR_P([$dirpart/$fdir]) |
---|
| 5730 | # echo "creating $dirpart/$file" |
---|
| 5731 | echo '# dummy' > "$dirpart/$file" |
---|
| 5732 | done |
---|
| 5733 | done |
---|
| 5734 | ]) |
---|
| 5735 | m4trace:/usr/share/aclocal-1.9/depout.m4:67: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], |
---|
| 5736 | [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
---|
| 5737 | [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) |
---|
| 5738 | ]) |
---|
| 5739 | m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) |
---|
| 5740 | m4trace:/usr/share/aclocal-1.9/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. |
---|
| 5741 | You should run autoupdate.])dnl |
---|
| 5742 | AC_CONFIG_HEADERS($@)]) |
---|
| 5743 | m4trace:/usr/share/aclocal-1.9/init.m4:92: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.58])dnl |
---|
| 5744 | dnl Autoconf wants to disallow AM_ names. We explicitly allow |
---|
| 5745 | dnl the ones we care about. |
---|
| 5746 | m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl |
---|
| 5747 | AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl |
---|
| 5748 | AC_REQUIRE([AC_PROG_INSTALL])dnl |
---|
| 5749 | # test to see if srcdir already configured |
---|
| 5750 | if test "`cd $srcdir && pwd`" != "`pwd`" && |
---|
| 5751 | test -f $srcdir/config.status; then |
---|
| 5752 | AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) |
---|
| 5753 | fi |
---|
| 5754 | |
---|
| 5755 | # test whether we have cygpath |
---|
| 5756 | if test -z "$CYGPATH_W"; then |
---|
| 5757 | if (cygpath --version) >/dev/null 2>/dev/null; then |
---|
| 5758 | CYGPATH_W='cygpath -w' |
---|
| 5759 | else |
---|
| 5760 | CYGPATH_W=echo |
---|
| 5761 | fi |
---|
| 5762 | fi |
---|
| 5763 | AC_SUBST([CYGPATH_W]) |
---|
| 5764 | |
---|
| 5765 | # Define the identity of the package. |
---|
| 5766 | dnl Distinguish between old-style and new-style calls. |
---|
| 5767 | m4_ifval([$2], |
---|
| 5768 | [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl |
---|
| 5769 | AC_SUBST([PACKAGE], [$1])dnl |
---|
| 5770 | AC_SUBST([VERSION], [$2])], |
---|
| 5771 | [_AM_SET_OPTIONS([$1])dnl |
---|
| 5772 | AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl |
---|
| 5773 | AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl |
---|
| 5774 | |
---|
| 5775 | _AM_IF_OPTION([no-define],, |
---|
| 5776 | [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) |
---|
| 5777 | AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl |
---|
| 5778 | |
---|
| 5779 | # Some tools Automake needs. |
---|
| 5780 | AC_REQUIRE([AM_SANITY_CHECK])dnl |
---|
| 5781 | AC_REQUIRE([AC_ARG_PROGRAM])dnl |
---|
| 5782 | AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) |
---|
| 5783 | AM_MISSING_PROG(AUTOCONF, autoconf) |
---|
| 5784 | AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) |
---|
| 5785 | AM_MISSING_PROG(AUTOHEADER, autoheader) |
---|
| 5786 | AM_MISSING_PROG(MAKEINFO, makeinfo) |
---|
| 5787 | AM_PROG_INSTALL_SH |
---|
| 5788 | AM_PROG_INSTALL_STRIP |
---|
| 5789 | AC_REQUIRE([AM_PROG_MKDIR_P])dnl |
---|
| 5790 | # We need awk for the "check" target. The system "awk" is bad on |
---|
| 5791 | # some platforms. |
---|
| 5792 | AC_REQUIRE([AC_PROG_AWK])dnl |
---|
| 5793 | AC_REQUIRE([AC_PROG_MAKE_SET])dnl |
---|
| 5794 | AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
---|
| 5795 | _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], |
---|
| 5796 | [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], |
---|
| 5797 | [_AM_PROG_TAR([v7])])]) |
---|
| 5798 | _AM_IF_OPTION([no-dependencies],, |
---|
| 5799 | [AC_PROVIDE_IFELSE([AC_PROG_CC], |
---|
| 5800 | [_AM_DEPENDENCIES(CC)], |
---|
| 5801 | [define([AC_PROG_CC], |
---|
| 5802 | defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl |
---|
| 5803 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
---|
| 5804 | [_AM_DEPENDENCIES(CXX)], |
---|
| 5805 | [define([AC_PROG_CXX], |
---|
| 5806 | defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl |
---|
| 5807 | ]) |
---|
| 5808 | ]) |
---|
| 5809 | m4trace:/usr/share/aclocal-1.9/init.m4:113: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. |
---|
| 5810 | _am_stamp_count=1 |
---|
| 5811 | for _am_header in $config_headers :; do |
---|
| 5812 | case $_am_header in |
---|
| 5813 | $1 | $1:* ) |
---|
| 5814 | break ;; |
---|
| 5815 | * ) |
---|
| 5816 | _am_stamp_count=`expr $_am_stamp_count + 1` ;; |
---|
| 5817 | esac |
---|
| 5818 | done |
---|
| 5819 | echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) |
---|
| 5820 | m4trace:/usr/share/aclocal-1.9/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
---|
| 5821 | install_sh=${install_sh-"$am_aux_dir/install-sh"} |
---|
| 5822 | AC_SUBST(install_sh)]) |
---|
| 5823 | m4trace:/usr/share/aclocal-1.9/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null |
---|
| 5824 | mkdir .tst 2>/dev/null |
---|
| 5825 | if test -d .tst; then |
---|
| 5826 | am__leading_dot=. |
---|
| 5827 | else |
---|
| 5828 | am__leading_dot=_ |
---|
| 5829 | fi |
---|
| 5830 | rmdir .tst 2>/dev/null |
---|
| 5831 | AC_SUBST([am__leading_dot])]) |
---|
| 5832 | m4trace:/usr/share/aclocal-1.9/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} |
---|
| 5833 | cat > confinc << 'END' |
---|
| 5834 | am__doit: |
---|
| 5835 | @echo done |
---|
| 5836 | .PHONY: am__doit |
---|
| 5837 | END |
---|
| 5838 | # If we don't find an include directive, just comment out the code. |
---|
| 5839 | AC_MSG_CHECKING([for style of include used by $am_make]) |
---|
| 5840 | am__include="#" |
---|
| 5841 | am__quote= |
---|
| 5842 | _am_result=none |
---|
| 5843 | # First try GNU make style include. |
---|
| 5844 | echo "include confinc" > confmf |
---|
| 5845 | # We grep out `Entering directory' and `Leaving directory' |
---|
| 5846 | # messages which can occur if `w' ends up in MAKEFLAGS. |
---|
| 5847 | # In particular we don't look at `^make:' because GNU make might |
---|
| 5848 | # be invoked under some other name (usually "gmake"), in which |
---|
| 5849 | # case it prints its new name instead of `make'. |
---|
| 5850 | if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then |
---|
| 5851 | am__include=include |
---|
| 5852 | am__quote= |
---|
| 5853 | _am_result=GNU |
---|
| 5854 | fi |
---|
| 5855 | # Now try BSD make style include. |
---|
| 5856 | if test "$am__include" = "#"; then |
---|
| 5857 | echo '.include "confinc"' > confmf |
---|
| 5858 | if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then |
---|
| 5859 | am__include=.include |
---|
| 5860 | am__quote="\"" |
---|
| 5861 | _am_result=BSD |
---|
| 5862 | fi |
---|
| 5863 | fi |
---|
| 5864 | AC_SUBST([am__include]) |
---|
| 5865 | AC_SUBST([am__quote]) |
---|
| 5866 | AC_MSG_RESULT([$_am_result]) |
---|
| 5867 | rm -f confinc confmf |
---|
| 5868 | ]) |
---|
| 5869 | m4trace:/usr/share/aclocal-1.9/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) |
---|
| 5870 | $1=${$1-"${am_missing_run}$2"} |
---|
| 5871 | AC_SUBST($1)]) |
---|
| 5872 | m4trace:/usr/share/aclocal-1.9/missing.m4:34: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
---|
| 5873 | test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" |
---|
| 5874 | # Use eval to expand $SHELL |
---|
| 5875 | if eval "$MISSING --run true"; then |
---|
| 5876 | am_missing_run="$MISSING --run " |
---|
| 5877 | else |
---|
| 5878 | am_missing_run= |
---|
| 5879 | AC_MSG_WARN([`missing' script is too old or missing]) |
---|
| 5880 | fi |
---|
| 5881 | ]) |
---|
| 5882 | m4trace:/usr/share/aclocal-1.9/mkdirp.m4:63: -1- AC_DEFUN([AM_PROG_MKDIR_P], [if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then |
---|
| 5883 | # We used to keeping the `.' as first argument, in order to |
---|
| 5884 | # allow $(mkdir_p) to be used without argument. As in |
---|
| 5885 | # $(mkdir_p) $(somedir) |
---|
| 5886 | # where $(somedir) is conditionally defined. However this is wrong |
---|
| 5887 | # for two reasons: |
---|
| 5888 | # 1. if the package is installed by a user who cannot write `.' |
---|
| 5889 | # make install will fail, |
---|
| 5890 | # 2. the above comment should most certainly read |
---|
| 5891 | # $(mkdir_p) $(DESTDIR)$(somedir) |
---|
| 5892 | # so it does not work when $(somedir) is undefined and |
---|
| 5893 | # $(DESTDIR) is not. |
---|
| 5894 | # To support the latter case, we have to write |
---|
| 5895 | # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), |
---|
| 5896 | # so the `.' trick is pointless. |
---|
| 5897 | mkdir_p='mkdir -p --' |
---|
| 5898 | else |
---|
| 5899 | # On NextStep and OpenStep, the `mkdir' command does not |
---|
| 5900 | # recognize any option. It will interpret all options as |
---|
| 5901 | # directories to create, and then abort because `.' already |
---|
| 5902 | # exists. |
---|
| 5903 | for d in ./-p ./--version; |
---|
| 5904 | do |
---|
| 5905 | test -d $d && rmdir $d |
---|
| 5906 | done |
---|
| 5907 | # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. |
---|
| 5908 | if test -f "$ac_aux_dir/mkinstalldirs"; then |
---|
| 5909 | mkdir_p='$(mkinstalldirs)' |
---|
| 5910 | else |
---|
| 5911 | mkdir_p='$(install_sh) -d' |
---|
| 5912 | fi |
---|
| 5913 | fi |
---|
| 5914 | AC_SUBST([mkdir_p])]) |
---|
| 5915 | m4trace:/usr/share/aclocal-1.9/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
---|
| 5916 | m4trace:/usr/share/aclocal-1.9/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) |
---|
| 5917 | m4trace:/usr/share/aclocal-1.9/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
---|
| 5918 | m4trace:/usr/share/aclocal-1.9/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
---|
| 5919 | m4trace:/usr/share/aclocal-1.9/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD |
---|
| 5920 | ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD |
---|
| 5921 | ac_status=$? |
---|
| 5922 | echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD |
---|
| 5923 | (exit $ac_status); }]) |
---|
| 5924 | m4trace:/usr/share/aclocal-1.9/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) |
---|
| 5925 | # Just in case |
---|
| 5926 | sleep 1 |
---|
| 5927 | echo timestamp > conftest.file |
---|
| 5928 | # Do `set' in a subshell so we don't clobber the current shell's |
---|
| 5929 | # arguments. Must try -L first in case configure is actually a |
---|
| 5930 | # symlink; some systems play weird games with the mod time of symlinks |
---|
| 5931 | # (eg FreeBSD returns the mod time of the symlink's containing |
---|
| 5932 | # directory). |
---|
| 5933 | if ( |
---|
| 5934 | set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` |
---|
| 5935 | if test "$[*]" = "X"; then |
---|
| 5936 | # -L didn't work. |
---|
| 5937 | set X `ls -t $srcdir/configure conftest.file` |
---|
| 5938 | fi |
---|
| 5939 | rm -f conftest.file |
---|
| 5940 | if test "$[*]" != "X $srcdir/configure conftest.file" \ |
---|
| 5941 | && test "$[*]" != "X conftest.file $srcdir/configure"; then |
---|
| 5942 | |
---|
| 5943 | # If neither matched, then we have a broken ls. This can happen |
---|
| 5944 | # if, for instance, CONFIG_SHELL is bash and it inherits a |
---|
| 5945 | # broken ls alias from the environment. This has actually |
---|
| 5946 | # happened. Such a system could not be considered "sane". |
---|
| 5947 | AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken |
---|
| 5948 | alias in your environment]) |
---|
| 5949 | fi |
---|
| 5950 | |
---|
| 5951 | test "$[2]" = conftest.file |
---|
| 5952 | ) |
---|
| 5953 | then |
---|
| 5954 | # Ok. |
---|
| 5955 | : |
---|
| 5956 | else |
---|
| 5957 | AC_MSG_ERROR([newly created file is older than distributed files! |
---|
| 5958 | Check your system clock]) |
---|
| 5959 | fi |
---|
| 5960 | AC_MSG_RESULT(yes)]) |
---|
| 5961 | m4trace:/usr/share/aclocal-1.9/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
---|
| 5962 | # Installed binaries are usually stripped using `strip' when the user |
---|
| 5963 | # run `make install-strip'. However `strip' might not be the right |
---|
| 5964 | # tool to use in cross-compilation environments, therefore Automake |
---|
| 5965 | # will honor the `STRIP' environment variable to overrule this program. |
---|
| 5966 | dnl Don't test for $cross_compiling = yes, because it might be `maybe'. |
---|
| 5967 | if test "$cross_compiling" != no; then |
---|
| 5968 | AC_CHECK_TOOL([STRIP], [strip], :) |
---|
| 5969 | fi |
---|
| 5970 | INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
---|
| 5971 | AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
---|
| 5972 | m4trace:/usr/share/aclocal-1.9/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. |
---|
| 5973 | AM_MISSING_PROG([AMTAR], [tar]) |
---|
| 5974 | m4_if([$1], [v7], |
---|
| 5975 | [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], |
---|
| 5976 | [m4_case([$1], [ustar],, [pax],, |
---|
| 5977 | [m4_fatal([Unknown tar format])]) |
---|
| 5978 | AC_MSG_CHECKING([how to create a $1 tar archive]) |
---|
| 5979 | # Loop over all known methods to create a tar archive until one works. |
---|
| 5980 | _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' |
---|
| 5981 | _am_tools=${am_cv_prog_tar_$1-$_am_tools} |
---|
| 5982 | # Do not fold the above two line into one, because Tru64 sh and |
---|
| 5983 | # Solaris sh will not grok spaces in the rhs of `-'. |
---|
| 5984 | for _am_tool in $_am_tools |
---|
| 5985 | do |
---|
| 5986 | case $_am_tool in |
---|
| 5987 | gnutar) |
---|
| 5988 | for _am_tar in tar gnutar gtar; |
---|
| 5989 | do |
---|
| 5990 | AM_RUN_LOG([$_am_tar --version]) && break |
---|
| 5991 | done |
---|
| 5992 | am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' |
---|
| 5993 | am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' |
---|
| 5994 | am__untar="$_am_tar -xf -" |
---|
| 5995 | ;; |
---|
| 5996 | plaintar) |
---|
| 5997 | # Must skip GNU tar: if it does not support --format= it doesn't create |
---|
| 5998 | # ustar tarball either. |
---|
| 5999 | (tar --version) >/dev/null 2>&1 && continue |
---|
| 6000 | am__tar='tar chf - "$$tardir"' |
---|
| 6001 | am__tar_='tar chf - "$tardir"' |
---|
| 6002 | am__untar='tar xf -' |
---|
| 6003 | ;; |
---|
| 6004 | pax) |
---|
| 6005 | am__tar='pax -L -x $1 -w "$$tardir"' |
---|
| 6006 | am__tar_='pax -L -x $1 -w "$tardir"' |
---|
| 6007 | am__untar='pax -r' |
---|
| 6008 | ;; |
---|
| 6009 | cpio) |
---|
| 6010 | am__tar='find "$$tardir" -print | cpio -o -H $1 -L' |
---|
| 6011 | am__tar_='find "$tardir" -print | cpio -o -H $1 -L' |
---|
| 6012 | am__untar='cpio -i -H $1 -d' |
---|
| 6013 | ;; |
---|
| 6014 | none) |
---|
| 6015 | am__tar=false |
---|
| 6016 | am__tar_=false |
---|
| 6017 | am__untar=false |
---|
| 6018 | ;; |
---|
| 6019 | esac |
---|
| 6020 | |
---|
| 6021 | # If the value was cached, stop now. We just wanted to have am__tar |
---|
| 6022 | # and am__untar set. |
---|
| 6023 | test -n "${am_cv_prog_tar_$1}" && break |
---|
| 6024 | |
---|
| 6025 | # tar/untar a dummy directory, and stop if the command works |
---|
| 6026 | rm -rf conftest.dir |
---|
| 6027 | mkdir conftest.dir |
---|
| 6028 | echo GrepMe > conftest.dir/file |
---|
| 6029 | AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) |
---|
| 6030 | rm -rf conftest.dir |
---|
| 6031 | if test -s conftest.tar; then |
---|
| 6032 | AM_RUN_LOG([$am__untar <conftest.tar]) |
---|
| 6033 | grep GrepMe conftest.dir/file >/dev/null 2>&1 && break |
---|
| 6034 | fi |
---|
| 6035 | done |
---|
| 6036 | rm -rf conftest.dir |
---|
| 6037 | |
---|
| 6038 | AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
---|
| 6039 | AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
---|
| 6040 | AC_SUBST([am__tar]) |
---|
| 6041 | AC_SUBST([am__untar]) |
---|
| 6042 | ]) |
---|
| 6043 | m4trace:configure.in:3: -1- AC_INIT([OGRE_REFAPP], [0.10.0]) |
---|
| 6044 | m4trace:configure.in:3: -1- m4_pattern_forbid([^_?A[CHUM]_]) |
---|
| 6045 | m4trace:configure.in:3: -1- m4_pattern_forbid([_AC_]) |
---|
| 6046 | m4trace:configure.in:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) |
---|
| 6047 | m4trace:configure.in:3: -1- m4_pattern_allow([^AS_FLAGS$]) |
---|
| 6048 | m4trace:configure.in:3: -1- m4_pattern_forbid([^_?m4_]) |
---|
| 6049 | m4trace:configure.in:3: -1- m4_pattern_forbid([^dnl$]) |
---|
| 6050 | m4trace:configure.in:3: -1- m4_pattern_forbid([^_?AS_]) |
---|
| 6051 | m4trace:configure.in:3: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}]) |
---|
| 6052 | m4trace:configure.in:3: -1- AC_SUBST([PATH_SEPARATOR]) |
---|
| 6053 | m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_NAME], [m4_ifdef([AC_PACKAGE_NAME], ['AC_PACKAGE_NAME'])]) |
---|
| 6054 | m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_TARNAME], [m4_ifdef([AC_PACKAGE_TARNAME], ['AC_PACKAGE_TARNAME'])]) |
---|
| 6055 | m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_VERSION], [m4_ifdef([AC_PACKAGE_VERSION], ['AC_PACKAGE_VERSION'])]) |
---|
| 6056 | m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_STRING], [m4_ifdef([AC_PACKAGE_STRING], ['AC_PACKAGE_STRING'])]) |
---|
| 6057 | m4trace:configure.in:3: -1- AC_SUBST([PACKAGE_BUGREPORT], [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])]) |
---|
| 6058 | m4trace:configure.in:3: -1- AC_SUBST([exec_prefix], [NONE]) |
---|
| 6059 | m4trace:configure.in:3: -1- AC_SUBST([prefix], [NONE]) |
---|
| 6060 | m4trace:configure.in:3: -1- AC_SUBST([program_transform_name], [s,x,x,]) |
---|
| 6061 | m4trace:configure.in:3: -1- AC_SUBST([bindir], ['${exec_prefix}/bin']) |
---|
| 6062 | m4trace:configure.in:3: -1- AC_SUBST([sbindir], ['${exec_prefix}/sbin']) |
---|
| 6063 | m4trace:configure.in:3: -1- AC_SUBST([libexecdir], ['${exec_prefix}/libexec']) |
---|
| 6064 | m4trace:configure.in:3: -1- AC_SUBST([datadir], ['${prefix}/share']) |
---|
| 6065 | m4trace:configure.in:3: -1- AC_SUBST([sysconfdir], ['${prefix}/etc']) |
---|
| 6066 | m4trace:configure.in:3: -1- AC_SUBST([sharedstatedir], ['${prefix}/com']) |
---|
| 6067 | m4trace:configure.in:3: -1- AC_SUBST([localstatedir], ['${prefix}/var']) |
---|
| 6068 | m4trace:configure.in:3: -1- AC_SUBST([libdir], ['${exec_prefix}/lib']) |
---|
| 6069 | m4trace:configure.in:3: -1- AC_SUBST([includedir], ['${prefix}/include']) |
---|
| 6070 | m4trace:configure.in:3: -1- AC_SUBST([oldincludedir], ['/usr/include']) |
---|
| 6071 | m4trace:configure.in:3: -1- AC_SUBST([infodir], ['${prefix}/info']) |
---|
| 6072 | m4trace:configure.in:3: -1- AC_SUBST([mandir], ['${prefix}/man']) |
---|
| 6073 | m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_NAME]) |
---|
| 6074 | m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_NAME], [/* Define to the full name of this package. */ |
---|
| 6075 | #undef PACKAGE_NAME]) |
---|
| 6076 | m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_TARNAME]) |
---|
| 6077 | m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_TARNAME], [/* Define to the one symbol short name of this package. */ |
---|
| 6078 | #undef PACKAGE_TARNAME]) |
---|
| 6079 | m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_VERSION]) |
---|
| 6080 | m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_VERSION], [/* Define to the version of this package. */ |
---|
| 6081 | #undef PACKAGE_VERSION]) |
---|
| 6082 | m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_STRING]) |
---|
| 6083 | m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_STRING], [/* Define to the full name and version of this package. */ |
---|
| 6084 | #undef PACKAGE_STRING]) |
---|
| 6085 | m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE_BUGREPORT]) |
---|
| 6086 | m4trace:configure.in:3: -1- AH_OUTPUT([PACKAGE_BUGREPORT], [/* Define to the address where bug reports for this package should be sent. */ |
---|
| 6087 | #undef PACKAGE_BUGREPORT]) |
---|
| 6088 | m4trace:configure.in:3: -1- AC_SUBST([build_alias]) |
---|
| 6089 | m4trace:configure.in:3: -1- AC_SUBST([host_alias]) |
---|
| 6090 | m4trace:configure.in:3: -1- AC_SUBST([target_alias]) |
---|
| 6091 | m4trace:configure.in:3: -1- AC_SUBST([DEFS]) |
---|
| 6092 | m4trace:configure.in:3: -1- AC_SUBST([ECHO_C]) |
---|
| 6093 | m4trace:configure.in:3: -1- AC_SUBST([ECHO_N]) |
---|
| 6094 | m4trace:configure.in:3: -1- AC_SUBST([ECHO_T]) |
---|
| 6095 | m4trace:configure.in:3: -1- AC_SUBST([LIBS]) |
---|
| 6096 | m4trace:configure.in:4: -1- AM_INIT_AUTOMAKE([1.6.1 foreign no-installinfo no-installman subdir-objects]) |
---|
| 6097 | m4trace:configure.in:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) |
---|
| 6098 | m4trace:configure.in:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION |
---|
| 6099 | m4trace:configure.in:4: -1- AM_AUTOMAKE_VERSION([1.9.5]) |
---|
| 6100 | m4trace:configure.in:4: -1- AC_PROG_INSTALL |
---|
| 6101 | m4trace:configure.in:4: -1- AC_SUBST([INSTALL_PROGRAM]) |
---|
| 6102 | m4trace:configure.in:4: -1- AC_SUBST([INSTALL_SCRIPT]) |
---|
| 6103 | m4trace:configure.in:4: -1- AC_SUBST([INSTALL_DATA]) |
---|
| 6104 | m4trace:configure.in:4: -1- AC_SUBST([CYGPATH_W]) |
---|
| 6105 | m4trace:configure.in:4: -1- _AM_SET_OPTIONS([1.6.1 foreign no-installinfo no-installman subdir-objects]) |
---|
| 6106 | m4trace:configure.in:4: -1- _AM_SET_OPTION([1.6.1]) |
---|
| 6107 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([1.6.1]) |
---|
| 6108 | m4trace:configure.in:4: -1- _AM_SET_OPTION([foreign]) |
---|
| 6109 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([foreign]) |
---|
| 6110 | m4trace:configure.in:4: -1- _AM_SET_OPTION([no-installinfo]) |
---|
| 6111 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-installinfo]) |
---|
| 6112 | m4trace:configure.in:4: -1- _AM_SET_OPTION([no-installman]) |
---|
| 6113 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-installman]) |
---|
| 6114 | m4trace:configure.in:4: -1- _AM_SET_OPTION([subdir-objects]) |
---|
| 6115 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([subdir-objects]) |
---|
| 6116 | m4trace:configure.in:4: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME']) |
---|
| 6117 | m4trace:configure.in:4: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION']) |
---|
| 6118 | m4trace:configure.in:4: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) |
---|
| 6119 | AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])]) |
---|
| 6120 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-define]) |
---|
| 6121 | m4trace:configure.in:4: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE]) |
---|
| 6122 | m4trace:configure.in:4: -1- AH_OUTPUT([PACKAGE], [/* Name of package */ |
---|
| 6123 | #undef PACKAGE]) |
---|
| 6124 | m4trace:configure.in:4: -1- AC_DEFINE_TRACE_LITERAL([VERSION]) |
---|
| 6125 | m4trace:configure.in:4: -1- AH_OUTPUT([VERSION], [/* Version number of package */ |
---|
| 6126 | #undef VERSION]) |
---|
| 6127 | m4trace:configure.in:4: -1- AM_SANITY_CHECK |
---|
| 6128 | m4trace:configure.in:4: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) |
---|
| 6129 | m4trace:configure.in:4: -1- AM_MISSING_HAS_RUN |
---|
| 6130 | m4trace:configure.in:4: -1- AM_AUX_DIR_EXPAND |
---|
| 6131 | m4trace:configure.in:4: -1- AC_SUBST([ACLOCAL]) |
---|
| 6132 | m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) |
---|
| 6133 | m4trace:configure.in:4: -1- AC_SUBST([AUTOCONF]) |
---|
| 6134 | m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) |
---|
| 6135 | m4trace:configure.in:4: -1- AC_SUBST([AUTOMAKE]) |
---|
| 6136 | m4trace:configure.in:4: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
---|
| 6137 | m4trace:configure.in:4: -1- AC_SUBST([AUTOHEADER]) |
---|
| 6138 | m4trace:configure.in:4: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
---|
| 6139 | m4trace:configure.in:4: -1- AC_SUBST([MAKEINFO]) |
---|
| 6140 | m4trace:configure.in:4: -1- AM_PROG_INSTALL_SH |
---|
| 6141 | m4trace:configure.in:4: -1- AC_SUBST([install_sh]) |
---|
| 6142 | m4trace:configure.in:4: -1- AM_PROG_INSTALL_STRIP |
---|
| 6143 | m4trace:configure.in:4: -1- AC_SUBST([STRIP]) |
---|
| 6144 | m4trace:configure.in:4: -1- AC_SUBST([ac_ct_STRIP]) |
---|
| 6145 | m4trace:configure.in:4: -1- AC_SUBST([INSTALL_STRIP_PROGRAM]) |
---|
| 6146 | m4trace:configure.in:4: -1- AM_PROG_MKDIR_P |
---|
| 6147 | m4trace:configure.in:4: -1- AC_SUBST([mkdir_p]) |
---|
| 6148 | m4trace:configure.in:4: -1- AC_PROG_AWK |
---|
| 6149 | m4trace:configure.in:4: -1- AC_SUBST([AWK]) |
---|
| 6150 | m4trace:configure.in:4: -1- AC_PROG_MAKE_SET |
---|
| 6151 | m4trace:configure.in:4: -1- AC_SUBST([SET_MAKE]) |
---|
| 6152 | m4trace:configure.in:4: -1- AM_SET_LEADING_DOT |
---|
| 6153 | m4trace:configure.in:4: -1- AC_SUBST([am__leading_dot]) |
---|
| 6154 | m4trace:configure.in:4: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], |
---|
| 6155 | [_AM_PROG_TAR([v7])])]) |
---|
| 6156 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([tar-ustar]) |
---|
| 6157 | m4trace:configure.in:4: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) |
---|
| 6158 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([tar-pax]) |
---|
| 6159 | m4trace:configure.in:4: -1- _AM_PROG_TAR([v7]) |
---|
| 6160 | m4trace:configure.in:4: -1- AM_MISSING_PROG([AMTAR], [tar]) |
---|
| 6161 | m4trace:configure.in:4: -1- AC_SUBST([AMTAR]) |
---|
| 6162 | m4trace:configure.in:4: -1- AC_SUBST([am__tar]) |
---|
| 6163 | m4trace:configure.in:4: -1- AC_SUBST([am__untar]) |
---|
| 6164 | m4trace:configure.in:4: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], |
---|
| 6165 | [_AM_DEPENDENCIES(CC)], |
---|
| 6166 | [define([AC_PROG_CC], |
---|
| 6167 | defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl |
---|
| 6168 | AC_PROVIDE_IFELSE([AC_PROG_CXX], |
---|
| 6169 | [_AM_DEPENDENCIES(CXX)], |
---|
| 6170 | [define([AC_PROG_CXX], |
---|
| 6171 | defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl |
---|
| 6172 | ]) |
---|
| 6173 | m4trace:configure.in:4: -2- _AM_MANGLE_OPTION([no-dependencies]) |
---|
| 6174 | m4trace:configure.in:5: -1- AM_CONFIG_HEADER([ReferenceAppLayer/include/config.h]) |
---|
| 6175 | m4trace:configure.in:5: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete. |
---|
| 6176 | You should run autoupdate.], [/usr/share/aclocal-1.9/header.m4:12: AM_CONFIG_HEADER is expanded from... |
---|
| 6177 | configure.in:5: the top level]) |
---|
| 6178 | m4trace:configure.in:5: -1- AC_CONFIG_HEADERS([ReferenceAppLayer/include/config.h]) |
---|
| 6179 | m4trace:configure.in:7: -1- AC_CANONICAL_HOST |
---|
| 6180 | m4trace:configure.in:7: -1- AC_SUBST([build], [$ac_cv_build]) |
---|
| 6181 | m4trace:configure.in:7: -1- AC_SUBST([build_cpu], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`]) |
---|
| 6182 | m4trace:configure.in:7: -1- AC_SUBST([build_vendor], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`]) |
---|
| 6183 | m4trace:configure.in:7: -1- AC_SUBST([build_os], [`echo $ac_cv_build | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`]) |
---|
| 6184 | m4trace:configure.in:7: -1- AC_SUBST([host], [$ac_cv_host]) |
---|
| 6185 | m4trace:configure.in:7: -1- AC_SUBST([host_cpu], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`]) |
---|
| 6186 | m4trace:configure.in:7: -1- AC_SUBST([host_vendor], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`]) |
---|
| 6187 | m4trace:configure.in:7: -1- AC_SUBST([host_os], [`echo $ac_cv_host | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`]) |
---|
| 6188 | m4trace:configure.in:7: -1- _m4_warn([syntax], [AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET], [autoconf/general.m4:1657: AC_CANONICAL_TARGET is expanded from... |
---|
| 6189 | configure.in:7: the top level]) |
---|
| 6190 | m4trace:configure.in:7: -1- AC_SUBST([target], [$ac_cv_target]) |
---|
| 6191 | m4trace:configure.in:7: -1- AC_SUBST([target_cpu], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\1/'`]) |
---|
| 6192 | m4trace:configure.in:7: -1- AC_SUBST([target_vendor], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\2/'`]) |
---|
| 6193 | m4trace:configure.in:7: -1- AC_SUBST([target_os], [`echo $ac_cv_target | sed 's/^\([[^-]]*\)-\([[^-]]*\)-\(.*\)$/\3/'`]) |
---|
| 6194 | m4trace:configure.in:10: -1- AC_PROG_CC |
---|
| 6195 | m4trace:configure.in:10: -1- AC_SUBST([CC]) |
---|
| 6196 | m4trace:configure.in:10: -1- AC_SUBST([CFLAGS]) |
---|
| 6197 | m4trace:configure.in:10: -1- AC_SUBST([LDFLAGS]) |
---|
| 6198 | m4trace:configure.in:10: -1- AC_SUBST([CPPFLAGS]) |
---|
| 6199 | m4trace:configure.in:10: -1- AC_SUBST([CC]) |
---|
| 6200 | m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC]) |
---|
| 6201 | m4trace:configure.in:10: -1- AC_SUBST([CC]) |
---|
| 6202 | m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC]) |
---|
| 6203 | m4trace:configure.in:10: -1- AC_SUBST([CC]) |
---|
| 6204 | m4trace:configure.in:10: -1- AC_SUBST([CC]) |
---|
| 6205 | m4trace:configure.in:10: -1- AC_SUBST([ac_ct_CC]) |
---|
| 6206 | m4trace:configure.in:10: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext]) |
---|
| 6207 | m4trace:configure.in:10: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) |
---|
| 6208 | m4trace:configure.in:10: -1- _AM_DEPENDENCIES([CC]) |
---|
| 6209 | m4trace:configure.in:10: -1- AM_SET_DEPDIR |
---|
| 6210 | m4trace:configure.in:10: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"]) |
---|
| 6211 | m4trace:configure.in:10: -1- AM_OUTPUT_DEPENDENCY_COMMANDS |
---|
| 6212 | m4trace:configure.in:10: -1- AM_MAKE_INCLUDE |
---|
| 6213 | m4trace:configure.in:10: -1- AC_SUBST([am__include]) |
---|
| 6214 | m4trace:configure.in:10: -1- AC_SUBST([am__quote]) |
---|
| 6215 | m4trace:configure.in:10: -1- AM_DEP_TRACK |
---|
| 6216 | m4trace:configure.in:10: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
---|
| 6217 | m4trace:configure.in:10: -1- AC_SUBST([AMDEP_TRUE]) |
---|
| 6218 | m4trace:configure.in:10: -1- AC_SUBST([AMDEP_FALSE]) |
---|
| 6219 | m4trace:configure.in:10: -1- AC_SUBST([AMDEPBACKSLASH]) |
---|
| 6220 | m4trace:configure.in:10: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type]) |
---|
| 6221 | m4trace:configure.in:10: -1- AM_CONDITIONAL([am__fastdepCC], [ |
---|
| 6222 | test "x$enable_dependency_tracking" != xno \ |
---|
| 6223 | && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) |
---|
| 6224 | m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_TRUE]) |
---|
| 6225 | m4trace:configure.in:10: -1- AC_SUBST([am__fastdepCC_FALSE]) |
---|
| 6226 | m4trace:configure.in:11: -1- AC_PROG_CXX |
---|
| 6227 | m4trace:configure.in:11: -1- AC_SUBST([CXX]) |
---|
| 6228 | m4trace:configure.in:11: -1- AC_SUBST([CXXFLAGS]) |
---|
| 6229 | m4trace:configure.in:11: -1- AC_SUBST([LDFLAGS]) |
---|
| 6230 | m4trace:configure.in:11: -1- AC_SUBST([CPPFLAGS]) |
---|
| 6231 | m4trace:configure.in:11: -1- AC_SUBST([CXX]) |
---|
| 6232 | m4trace:configure.in:11: -1- AC_SUBST([ac_ct_CXX]) |
---|
| 6233 | m4trace:configure.in:11: -1- _AM_DEPENDENCIES([CXX]) |
---|
| 6234 | m4trace:configure.in:11: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type]) |
---|
| 6235 | m4trace:configure.in:11: -1- AM_CONDITIONAL([am__fastdepCXX], [ |
---|
| 6236 | test "x$enable_dependency_tracking" != xno \ |
---|
| 6237 | && test "$am_cv_CXX_dependencies_compiler_type" = gcc3]) |
---|
| 6238 | m4trace:configure.in:11: -1- AC_SUBST([am__fastdepCXX_TRUE]) |
---|
| 6239 | m4trace:configure.in:11: -1- AC_SUBST([am__fastdepCXX_FALSE]) |
---|
| 6240 | m4trace:configure.in:12: -1- AC_PROG_INSTALL |
---|
| 6241 | m4trace:configure.in:12: -1- AC_SUBST([INSTALL_PROGRAM]) |
---|
| 6242 | m4trace:configure.in:12: -1- AC_SUBST([INSTALL_SCRIPT]) |
---|
| 6243 | m4trace:configure.in:12: -1- AC_SUBST([INSTALL_DATA]) |
---|
| 6244 | m4trace:configure.in:14: -1- AM_PROG_LIBTOOL |
---|
| 6245 | m4trace:configure.in:14: -1- AC_PROG_LIBTOOL |
---|
| 6246 | m4trace:configure.in:14: -1- _AC_PROG_LIBTOOL |
---|
| 6247 | m4trace:configure.in:14: -1- AC_LIBTOOL_SETUP |
---|
| 6248 | m4trace:configure.in:14: -1- AC_ENABLE_SHARED |
---|
| 6249 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 6250 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 6251 | autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from... |
---|
| 6252 | /usr/share/aclocal/libtool.m4:1783: AC_ENABLE_SHARED is expanded from... |
---|
| 6253 | configure.in:14: AC_ENABLE_SHARED is required by... |
---|
| 6254 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6255 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6256 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6257 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6258 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6259 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6260 | configure.in:14: the top level]) |
---|
| 6261 | m4trace:configure.in:14: -1- AC_ENABLE_STATIC |
---|
| 6262 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 6263 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 6264 | autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from... |
---|
| 6265 | /usr/share/aclocal/libtool.m4:1822: AC_ENABLE_STATIC is expanded from... |
---|
| 6266 | configure.in:14: AC_ENABLE_STATIC is required by... |
---|
| 6267 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6268 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6269 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6270 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6271 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6272 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6273 | configure.in:14: the top level]) |
---|
| 6274 | m4trace:configure.in:14: -1- AC_ENABLE_FAST_INSTALL |
---|
| 6275 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 6276 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 6277 | autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from... |
---|
| 6278 | /usr/share/aclocal/libtool.m4:1861: AC_ENABLE_FAST_INSTALL is expanded from... |
---|
| 6279 | configure.in:14: AC_ENABLE_FAST_INSTALL is required by... |
---|
| 6280 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6281 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6282 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6283 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6284 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6285 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6286 | configure.in:14: the top level]) |
---|
| 6287 | m4trace:configure.in:14: -1- AC_PROG_LD |
---|
| 6288 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 6289 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 6290 | autoconf/general.m4:1331: AC_ARG_WITH is expanded from... |
---|
| 6291 | /usr/share/aclocal/libtool.m4:2058: AC_PROG_LD is expanded from... |
---|
| 6292 | configure.in:14: AC_PROG_LD is required by... |
---|
| 6293 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6294 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6295 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6296 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6297 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6298 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6299 | configure.in:14: the top level]) |
---|
| 6300 | m4trace:configure.in:14: -1- LT_AC_PROG_SED |
---|
| 6301 | m4trace:configure.in:14: -1- AC_PROG_LD_GNU |
---|
| 6302 | m4trace:configure.in:14: -1- AC_PROG_EGREP |
---|
| 6303 | m4trace:configure.in:14: -1- AC_SUBST([EGREP]) |
---|
| 6304 | m4trace:configure.in:14: -1- AC_PROG_LD_RELOAD_FLAG |
---|
| 6305 | m4trace:configure.in:14: -1- AC_PROG_NM |
---|
| 6306 | m4trace:configure.in:14: -1- AC_PROG_LN_S |
---|
| 6307 | m4trace:configure.in:14: -1- AC_SUBST([LN_S], [$as_ln_s]) |
---|
| 6308 | m4trace:configure.in:14: -1- AC_DEPLIBS_CHECK_METHOD |
---|
| 6309 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_MAX_CMD_LEN |
---|
| 6310 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE |
---|
| 6311 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 6312 | m4trace:configure.in:14: -1- AC_LIBTOOL_OBJDIR |
---|
| 6313 | m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER |
---|
| 6314 | m4trace:configure.in:14: -1- _LT_AC_PROG_ECHO_BACKSLASH |
---|
| 6315 | m4trace:configure.in:14: -1- _LT_AC_SHELL_INIT([ |
---|
| 6316 | # Check that we are running under the correct shell. |
---|
| 6317 | SHELL=${CONFIG_SHELL-/bin/sh} |
---|
| 6318 | |
---|
| 6319 | case X$ECHO in |
---|
| 6320 | X*--fallback-echo) |
---|
| 6321 | # Remove one level of quotation (which was required for Make). |
---|
| 6322 | ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` |
---|
| 6323 | ;; |
---|
| 6324 | esac |
---|
| 6325 | |
---|
| 6326 | echo=${ECHO-echo} |
---|
| 6327 | if test "X[$]1" = X--no-reexec; then |
---|
| 6328 | # Discard the --no-reexec flag, and continue. |
---|
| 6329 | shift |
---|
| 6330 | elif test "X[$]1" = X--fallback-echo; then |
---|
| 6331 | # Avoid inline document here, it may be left over |
---|
| 6332 | : |
---|
| 6333 | elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then |
---|
| 6334 | # Yippee, $echo works! |
---|
| 6335 | : |
---|
| 6336 | else |
---|
| 6337 | # Restart under the correct shell. |
---|
| 6338 | exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} |
---|
| 6339 | fi |
---|
| 6340 | |
---|
| 6341 | if test "X[$]1" = X--fallback-echo; then |
---|
| 6342 | # used as fallback echo |
---|
| 6343 | shift |
---|
| 6344 | cat <<EOF |
---|
| 6345 | [$]* |
---|
| 6346 | EOF |
---|
| 6347 | exit 0 |
---|
| 6348 | fi |
---|
| 6349 | |
---|
| 6350 | # The HP-UX ksh and POSIX shell print the target directory to stdout |
---|
| 6351 | # if CDPATH is set. |
---|
| 6352 | if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi |
---|
| 6353 | |
---|
| 6354 | if test -z "$ECHO"; then |
---|
| 6355 | if test "X${echo_test_string+set}" != Xset; then |
---|
| 6356 | # find a string as large as possible, as long as the shell can cope with it |
---|
| 6357 | for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do |
---|
| 6358 | # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... |
---|
| 6359 | if (echo_test_string="`eval $cmd`") 2>/dev/null && |
---|
| 6360 | echo_test_string="`eval $cmd`" && |
---|
| 6361 | (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null |
---|
| 6362 | then |
---|
| 6363 | break |
---|
| 6364 | fi |
---|
| 6365 | done |
---|
| 6366 | fi |
---|
| 6367 | |
---|
| 6368 | if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
---|
| 6369 | echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
---|
| 6370 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 6371 | : |
---|
| 6372 | else |
---|
| 6373 | # The Solaris, AIX, and Digital Unix default echo programs unquote |
---|
| 6374 | # backslashes. This makes it impossible to quote backslashes using |
---|
| 6375 | # echo "$something" | sed 's/\\/\\\\/g' |
---|
| 6376 | # |
---|
| 6377 | # So, first we look for a working echo in the user's PATH. |
---|
| 6378 | |
---|
| 6379 | lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR |
---|
| 6380 | for dir in $PATH /usr/ucb; do |
---|
| 6381 | IFS="$lt_save_ifs" |
---|
| 6382 | if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && |
---|
| 6383 | test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && |
---|
| 6384 | echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && |
---|
| 6385 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 6386 | echo="$dir/echo" |
---|
| 6387 | break |
---|
| 6388 | fi |
---|
| 6389 | done |
---|
| 6390 | IFS="$lt_save_ifs" |
---|
| 6391 | |
---|
| 6392 | if test "X$echo" = Xecho; then |
---|
| 6393 | # We didn't find a better echo, so look for alternatives. |
---|
| 6394 | if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && |
---|
| 6395 | echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && |
---|
| 6396 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 6397 | # This shell has a builtin print -r that does the trick. |
---|
| 6398 | echo='print -r' |
---|
| 6399 | elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && |
---|
| 6400 | test "X$CONFIG_SHELL" != X/bin/ksh; then |
---|
| 6401 | # If we have ksh, try running configure again with it. |
---|
| 6402 | ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |
---|
| 6403 | export ORIGINAL_CONFIG_SHELL |
---|
| 6404 | CONFIG_SHELL=/bin/ksh |
---|
| 6405 | export CONFIG_SHELL |
---|
| 6406 | exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} |
---|
| 6407 | else |
---|
| 6408 | # Try using printf. |
---|
| 6409 | echo='printf %s\n' |
---|
| 6410 | if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && |
---|
| 6411 | echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && |
---|
| 6412 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 6413 | # Cool, printf works |
---|
| 6414 | : |
---|
| 6415 | elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && |
---|
| 6416 | test "X$echo_testing_string" = 'X\t' && |
---|
| 6417 | echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
---|
| 6418 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 6419 | CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL |
---|
| 6420 | export CONFIG_SHELL |
---|
| 6421 | SHELL="$CONFIG_SHELL" |
---|
| 6422 | export SHELL |
---|
| 6423 | echo="$CONFIG_SHELL [$]0 --fallback-echo" |
---|
| 6424 | elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && |
---|
| 6425 | test "X$echo_testing_string" = 'X\t' && |
---|
| 6426 | echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && |
---|
| 6427 | test "X$echo_testing_string" = "X$echo_test_string"; then |
---|
| 6428 | echo="$CONFIG_SHELL [$]0 --fallback-echo" |
---|
| 6429 | else |
---|
| 6430 | # maybe with a smaller string... |
---|
| 6431 | prev=: |
---|
| 6432 | |
---|
| 6433 | for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do |
---|
| 6434 | if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null |
---|
| 6435 | then |
---|
| 6436 | break |
---|
| 6437 | fi |
---|
| 6438 | prev="$cmd" |
---|
| 6439 | done |
---|
| 6440 | |
---|
| 6441 | if test "$prev" != 'sed 50q "[$]0"'; then |
---|
| 6442 | echo_test_string=`eval $prev` |
---|
| 6443 | export echo_test_string |
---|
| 6444 | exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} |
---|
| 6445 | else |
---|
| 6446 | # Oops. We lost completely, so just stick with echo. |
---|
| 6447 | echo=echo |
---|
| 6448 | fi |
---|
| 6449 | fi |
---|
| 6450 | fi |
---|
| 6451 | fi |
---|
| 6452 | fi |
---|
| 6453 | fi |
---|
| 6454 | |
---|
| 6455 | # Copy echo and quote the copy suitably for passing to libtool from |
---|
| 6456 | # the Makefile, instead of quoting the original, which is used later. |
---|
| 6457 | ECHO=$echo |
---|
| 6458 | if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then |
---|
| 6459 | ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" |
---|
| 6460 | fi |
---|
| 6461 | |
---|
| 6462 | AC_SUBST(ECHO) |
---|
| 6463 | ]) |
---|
| 6464 | m4trace:configure.in:14: -1- AC_SUBST([ECHO]) |
---|
| 6465 | m4trace:configure.in:14: -1- AC_SUBST([AR]) |
---|
| 6466 | m4trace:configure.in:14: -1- AC_SUBST([ac_ct_AR]) |
---|
| 6467 | m4trace:configure.in:14: -1- AC_SUBST([RANLIB]) |
---|
| 6468 | m4trace:configure.in:14: -1- AC_SUBST([ac_ct_RANLIB]) |
---|
| 6469 | m4trace:configure.in:14: -1- AC_SUBST([STRIP]) |
---|
| 6470 | m4trace:configure.in:14: -1- AC_SUBST([ac_ct_STRIP]) |
---|
| 6471 | m4trace:configure.in:14: -1- AC_PATH_MAGIC |
---|
| 6472 | m4trace:configure.in:14: -1- AC_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) |
---|
| 6473 | m4trace:configure.in:14: -1- AC_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) |
---|
| 6474 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 6475 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 6476 | autoconf/general.m4:1303: AC_ARG_ENABLE is expanded from... |
---|
| 6477 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6478 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6479 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6480 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6481 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6482 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6483 | configure.in:14: the top level]) |
---|
| 6484 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 6485 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 6486 | autoconf/general.m4:1331: AC_ARG_WITH is expanded from... |
---|
| 6487 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6488 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6489 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6490 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6491 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6492 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6493 | configure.in:14: the top level]) |
---|
| 6494 | m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_C_CONFIG |
---|
| 6495 | m4trace:configure.in:14: -1- _LT_AC_LANG_C_CONFIG |
---|
| 6496 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], []) |
---|
| 6497 | m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER |
---|
| 6498 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6499 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6500 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6501 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6502 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6503 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6504 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6505 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_cc_shlib], []) |
---|
| 6506 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_cc_can_build_shared], []) |
---|
| 6507 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_static_works], []) |
---|
| 6508 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6509 | m4trace:configure.in:14: -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, )=]) |
---|
| 6510 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6511 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6512 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6513 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([]) |
---|
| 6514 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 6515 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 6516 | m4trace:configure.in:14: -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"]) |
---|
| 6517 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 6518 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 6519 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([]) |
---|
| 6520 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6521 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6522 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6523 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6524 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6525 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6526 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6527 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6528 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6529 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], []) |
---|
| 6530 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6531 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6532 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6533 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6534 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6535 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6536 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6537 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6538 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6539 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6540 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6541 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6542 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6543 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6544 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6545 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6546 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6547 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6548 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6549 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6550 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6551 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6552 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6553 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6554 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6555 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6556 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6557 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6558 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6559 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6560 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6561 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6562 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6563 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6564 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6565 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6566 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], []) |
---|
| 6567 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6568 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6569 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6570 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], []) |
---|
| 6571 | m4trace:configure.in:14: -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 |
---|
| 6572 | "" | " "*) ;; |
---|
| 6573 | *) _LT_AC_TAGVAR(lt_prog_compiler_pic, )=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, )" ;; |
---|
| 6574 | esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, )= |
---|
| 6575 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) |
---|
| 6576 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6577 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6578 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6579 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6580 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6581 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6582 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6583 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], []) |
---|
| 6584 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6585 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6586 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6587 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([]) |
---|
| 6588 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 6589 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 6590 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 6591 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 6592 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 6593 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([]) |
---|
| 6594 | m4trace:configure.in:14: -1- _LT_AC_LOCK |
---|
| 6595 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. |
---|
| 6596 | You should run autoupdate.], [autoconf/general.m4:2223: AC_TRY_LINK is expanded from... |
---|
| 6597 | autoconf/general.m4:1799: AC_CACHE_VAL is expanded from... |
---|
| 6598 | autoconf/general.m4:1808: AC_CACHE_CHECK is expanded from... |
---|
| 6599 | /usr/share/aclocal/libtool.m4:560: _LT_AC_LOCK is expanded from... |
---|
| 6600 | configure.in:14: _LT_AC_LOCK is required by... |
---|
| 6601 | /usr/share/aclocal/libtool.m4:991: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from... |
---|
| 6602 | /usr/share/aclocal/libtool.m4:2609: _LT_AC_LANG_C_CONFIG is expanded from... |
---|
| 6603 | /usr/share/aclocal/libtool.m4:2472: AC_LIBTOOL_LANG_C_CONFIG is expanded from... |
---|
| 6604 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 6605 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 6606 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 6607 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 6608 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 6609 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 6610 | configure.in:14: the top level]) |
---|
| 6611 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 6612 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([]) |
---|
| 6613 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6614 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], []) |
---|
| 6615 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6616 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6617 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], []) |
---|
| 6618 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], []) |
---|
| 6619 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6620 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6621 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], []) |
---|
| 6622 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6623 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], []) |
---|
| 6624 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6625 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6626 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6627 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6628 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6629 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], []) |
---|
| 6630 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], []) |
---|
| 6631 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], []) |
---|
| 6632 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], []) |
---|
| 6633 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 6634 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], []) |
---|
| 6635 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], []) |
---|
| 6636 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6637 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6638 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6639 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6640 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6641 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6642 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6643 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6644 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6645 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6646 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6647 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], []) |
---|
| 6648 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], []) |
---|
| 6649 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 6650 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6651 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6652 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6653 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6654 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6655 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6656 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6657 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6658 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6659 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6660 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6661 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6662 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6663 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6664 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6665 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6666 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6667 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6668 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6669 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6670 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6671 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6672 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6673 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6674 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6675 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6676 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], []) |
---|
| 6677 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6678 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6679 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6680 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 6681 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 6682 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6683 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6684 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6685 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6686 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6687 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6688 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6689 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6690 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6691 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], []) |
---|
| 6692 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6693 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 6694 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6695 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6696 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6697 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6698 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6699 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 6700 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6701 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], []) |
---|
| 6702 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6703 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], []) |
---|
| 6704 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6705 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6706 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6707 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6708 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6709 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6710 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6711 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6712 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6713 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6714 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6715 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], []) |
---|
| 6716 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], []) |
---|
| 6717 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], []) |
---|
| 6718 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6719 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6720 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6721 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6722 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6723 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6724 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6725 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], []) |
---|
| 6726 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6727 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6728 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], []) |
---|
| 6729 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6730 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], []) |
---|
| 6731 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6732 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6733 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6734 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6735 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6736 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6737 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6738 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6739 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6740 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6741 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6742 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6743 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6744 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6745 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6746 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6747 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6748 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6749 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6750 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6751 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6752 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6753 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6754 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6755 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6756 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6757 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6758 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6759 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6760 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6761 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6762 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6763 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], []) |
---|
| 6764 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6765 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6766 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6767 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6768 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6769 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6770 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6771 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6772 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6773 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6774 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6775 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6776 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6777 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6778 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], []) |
---|
| 6779 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6780 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6781 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6782 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6783 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6784 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6785 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6786 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6787 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6788 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6789 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6790 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6791 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6792 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6793 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6794 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6795 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6796 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6797 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6798 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6799 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6800 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6801 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6802 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6803 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6804 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6805 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], []) |
---|
| 6806 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6807 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6808 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6809 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6810 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6811 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6812 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6813 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6814 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6815 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6816 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6817 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6818 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6819 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 6820 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6821 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6822 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6823 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], []) |
---|
| 6824 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6825 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6826 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6827 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6828 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6829 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6830 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6831 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6832 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6833 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6834 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6835 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6836 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6837 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6838 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6839 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6840 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6841 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([reload_cmds], []) |
---|
| 6842 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6843 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6844 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6845 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6846 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6847 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6848 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6849 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6850 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6851 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6852 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6853 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6854 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6855 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6856 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], []) |
---|
| 6857 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6858 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6859 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6860 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], []) |
---|
| 6861 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6862 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6863 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6864 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6865 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6866 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6867 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6868 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6869 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6870 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6871 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6872 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6873 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6874 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6875 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6876 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6877 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6878 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6879 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6880 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6881 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6882 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6883 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6884 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([]) |
---|
| 6885 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([]) |
---|
| 6886 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6887 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 6888 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var ]) |
---|
| 6889 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], []) |
---|
| 6890 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6891 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 6892 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6893 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6894 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6895 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6896 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6897 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 6898 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 6899 | m4trace:configure.in:14: -1- AC_LIBTOOL_DLOPEN_SELF([]) |
---|
| 6900 | m4trace:configure.in:14: -1- _LT_AC_CHECK_DLFCN |
---|
| 6901 | m4trace:configure.in:14: -1- AC_CHECK_HEADERS([dlfcn.h]) |
---|
| 6902 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
| 6903 | #undef HAVE_DLFCN_H]) |
---|
| 6904 | m4trace:configure.in:14: -1- AC_HEADER_STDC |
---|
| 6905 | m4trace:configure.in:14: -1- AC_PROG_CPP |
---|
| 6906 | m4trace:configure.in:14: -1- AC_SUBST([CPP]) |
---|
| 6907 | m4trace:configure.in:14: -1- AC_SUBST([CPPFLAGS]) |
---|
| 6908 | m4trace:configure.in:14: -1- AC_SUBST([CPP]) |
---|
| 6909 | m4trace:configure.in:14: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) |
---|
| 6910 | m4trace:configure.in:14: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ |
---|
| 6911 | #undef STDC_HEADERS]) |
---|
| 6912 | m4trace:configure.in:14: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
---|
| 6913 | inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default]) |
---|
| 6914 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */ |
---|
| 6915 | #undef HAVE_SYS_TYPES_H]) |
---|
| 6916 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
| 6917 | #undef HAVE_SYS_STAT_H]) |
---|
| 6918 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */ |
---|
| 6919 | #undef HAVE_STDLIB_H]) |
---|
| 6920 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */ |
---|
| 6921 | #undef HAVE_STRING_H]) |
---|
| 6922 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */ |
---|
| 6923 | #undef HAVE_MEMORY_H]) |
---|
| 6924 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */ |
---|
| 6925 | #undef HAVE_STRINGS_H]) |
---|
| 6926 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */ |
---|
| 6927 | #undef HAVE_INTTYPES_H]) |
---|
| 6928 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */ |
---|
| 6929 | #undef HAVE_STDINT_H]) |
---|
| 6930 | m4trace:configure.in:14: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */ |
---|
| 6931 | #undef HAVE_UNISTD_H]) |
---|
| 6932 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [ |
---|
| 6933 | lt_cv_dlopen="dyld" |
---|
| 6934 | lt_cv_dlopen_libs= |
---|
| 6935 | lt_cv_dlopen_self=yes |
---|
| 6936 | ]) |
---|
| 6937 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen], |
---|
| 6938 | [lt_cv_dlopen="dlopen"], |
---|
| 6939 | [AC_CHECK_LIB([dl], [dlopen], |
---|
| 6940 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], |
---|
| 6941 | [AC_CHECK_LIB([svld], [dlopen], |
---|
| 6942 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 6943 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 6944 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 6945 | ]) |
---|
| 6946 | ]) |
---|
| 6947 | ]) |
---|
| 6948 | ]) |
---|
| 6949 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], |
---|
| 6950 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 6951 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 6952 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 6953 | ]) |
---|
| 6954 | ]) |
---|
| 6955 | m4trace:configure.in:14: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], |
---|
| 6956 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 6957 | ]) |
---|
| 6958 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 6959 | m4trace:configure.in:14: -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]) |
---|
| 6960 | m4trace:configure.in:14: -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]) |
---|
| 6961 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 6962 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6963 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6964 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6965 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 6966 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6967 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], []) |
---|
| 6968 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6969 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], []) |
---|
| 6970 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 6971 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], []) |
---|
| 6972 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 6973 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6974 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 6975 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], []) |
---|
| 6976 | m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([]) |
---|
| 6977 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], []) |
---|
| 6978 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], []) |
---|
| 6979 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], []) |
---|
| 6980 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 6981 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 6982 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 6983 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 6984 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 6985 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], []) |
---|
| 6986 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 6987 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], []) |
---|
| 6988 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], []) |
---|
| 6989 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], []) |
---|
| 6990 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], []) |
---|
| 6991 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], []) |
---|
| 6992 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], []) |
---|
| 6993 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], []) |
---|
| 6994 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], []) |
---|
| 6995 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 6996 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 6997 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], []) |
---|
| 6998 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], []) |
---|
| 6999 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], []) |
---|
| 7000 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 7001 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], []) |
---|
| 7002 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 7003 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 7004 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], []) |
---|
| 7005 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 7006 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], []) |
---|
| 7007 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], []) |
---|
| 7008 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], []) |
---|
| 7009 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 7010 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], []) |
---|
| 7011 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], []) |
---|
| 7012 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], []) |
---|
| 7013 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], []) |
---|
| 7014 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 7015 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 7016 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], []) |
---|
| 7017 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], []) |
---|
| 7018 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], []) |
---|
| 7019 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 7020 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], []) |
---|
| 7021 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], []) |
---|
| 7022 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], []) |
---|
| 7023 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], []) |
---|
| 7024 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], []) |
---|
| 7025 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], []) |
---|
| 7026 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], []) |
---|
| 7027 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], []) |
---|
| 7028 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], []) |
---|
| 7029 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], []) |
---|
| 7030 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], []) |
---|
| 7031 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], []) |
---|
| 7032 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], []) |
---|
| 7033 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], []) |
---|
| 7034 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], []) |
---|
| 7035 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], []) |
---|
| 7036 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], []) |
---|
| 7037 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], []) |
---|
| 7038 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], []) |
---|
| 7039 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], []) |
---|
| 7040 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], []) |
---|
| 7041 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], []) |
---|
| 7042 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], []) |
---|
| 7043 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], []) |
---|
| 7044 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], []) |
---|
| 7045 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], []) |
---|
| 7046 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], []) |
---|
| 7047 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], []) |
---|
| 7048 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], []) |
---|
| 7049 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], []) |
---|
| 7050 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], []) |
---|
| 7051 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], []) |
---|
| 7052 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], []) |
---|
| 7053 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], []) |
---|
| 7054 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], []) |
---|
| 7055 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], []) |
---|
| 7056 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], []) |
---|
| 7057 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], []) |
---|
| 7058 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], []) |
---|
| 7059 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], []) |
---|
| 7060 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], []) |
---|
| 7061 | m4trace:configure.in:14: -1- _LT_AC_TAGCONFIG |
---|
| 7062 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. |
---|
| 7063 | You should run autoupdate.], [autoconf/general.m4:219: AC_HELP_STRING is expanded from... |
---|
| 7064 | autoconf/general.m4:1331: AC_ARG_WITH is expanded from... |
---|
| 7065 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 7066 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 7067 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 7068 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 7069 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 7070 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 7071 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 7072 | configure.in:14: the top level]) |
---|
| 7073 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me:$LINENO: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 7074 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 7075 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 7076 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 7077 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 7078 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 7079 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 7080 | configure.in:14: the top level]) |
---|
| 7081 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [back quotes and double quotes must not be escaped in: $as_me: error: tag name \"$tagname\" already exists], [/usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 7082 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 7083 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 7084 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 7085 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 7086 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 7087 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 7088 | configure.in:14: the top level]) |
---|
| 7089 | m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_CXX_CONFIG |
---|
| 7090 | m4trace:configure.in:14: -1- _LT_AC_LANG_CXX_CONFIG([CXX]) |
---|
| 7091 | m4trace:configure.in:14: -1- AC_SUBST([CXXCPP]) |
---|
| 7092 | m4trace:configure.in:14: -1- AC_SUBST([CPPFLAGS]) |
---|
| 7093 | m4trace:configure.in:14: -1- AC_SUBST([CXXCPP]) |
---|
| 7094 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7095 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7096 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX]) |
---|
| 7097 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7098 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7099 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7100 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7101 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX]) |
---|
| 7102 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7103 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7104 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX]) |
---|
| 7105 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX]) |
---|
| 7106 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX]) |
---|
| 7107 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7108 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7109 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX]) |
---|
| 7110 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7111 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX]) |
---|
| 7112 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7113 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7114 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [CXX]) |
---|
| 7115 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7116 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7117 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [CXX]) |
---|
| 7118 | m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER |
---|
| 7119 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [CXX]) |
---|
| 7120 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX]) |
---|
| 7121 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX]) |
---|
| 7122 | m4trace:configure.in:14: -1- AC_PROG_LD |
---|
| 7123 | m4trace:configure.in:14: -1- AC_PROG_LD_GNU |
---|
| 7124 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7125 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7126 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7127 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7128 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7129 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7130 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7131 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7132 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7133 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7134 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7135 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7136 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7137 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7138 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7139 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7140 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7141 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7142 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX]) |
---|
| 7143 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7144 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 7145 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7146 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7147 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7148 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7149 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7150 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 7151 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7152 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX]) |
---|
| 7153 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7154 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX]) |
---|
| 7155 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7156 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7157 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7158 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7159 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7160 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7161 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX]) |
---|
| 7162 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX]) |
---|
| 7163 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7164 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7165 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7166 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7167 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7168 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7169 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7170 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7171 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7172 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7173 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX]) |
---|
| 7174 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7175 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7176 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX]) |
---|
| 7177 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7178 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX]) |
---|
| 7179 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX]) |
---|
| 7180 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7181 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7182 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7183 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7184 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7185 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7186 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7187 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7188 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7189 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7190 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7191 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7192 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7193 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7194 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7195 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7196 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7197 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7198 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7199 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX]) |
---|
| 7200 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7201 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7202 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7203 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7204 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7205 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7206 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX]) |
---|
| 7207 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7208 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX]) |
---|
| 7209 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7210 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7211 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7212 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7213 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7214 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7215 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7216 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7217 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7218 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7219 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7220 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7221 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7222 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7223 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7224 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7225 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7226 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7227 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7228 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7229 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7230 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7231 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7232 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7233 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7234 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7235 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7236 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7237 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7238 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7239 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7240 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7241 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7242 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7243 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7244 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7245 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7246 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7247 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX]) |
---|
| 7248 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7249 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7250 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7251 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7252 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7253 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7254 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7255 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7256 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7257 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7258 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7259 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7260 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7261 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7262 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7263 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7264 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7265 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7266 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7267 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7268 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7269 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7270 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7271 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7272 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7273 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7274 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7275 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7276 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7277 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7278 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7279 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7280 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7281 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7282 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7283 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7284 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX]) |
---|
| 7285 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7286 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7287 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7288 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX]) |
---|
| 7289 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7290 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7291 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7292 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7293 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7294 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX]) |
---|
| 7295 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7296 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7297 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7298 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7299 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7300 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7301 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7302 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7303 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7304 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7305 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7306 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7307 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7308 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [CXX]) |
---|
| 7309 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [CXX]) |
---|
| 7310 | m4trace:configure.in:14: -1- AC_LIBTOOL_POSTDEP_PREDEP([CXX]) |
---|
| 7311 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7312 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7313 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7314 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7315 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7316 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7317 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7318 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7319 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7320 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7321 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7322 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7323 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7324 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7325 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7326 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7327 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7328 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7329 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([CXX]) |
---|
| 7330 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7331 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7332 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7333 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7334 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7335 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7336 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7337 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7338 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7339 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7340 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7341 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7342 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7343 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7344 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7345 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7346 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7347 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7348 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7349 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7350 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7351 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7352 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7353 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7354 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7355 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7356 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7357 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7358 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7359 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7360 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7361 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7362 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7363 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7364 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7365 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7366 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7367 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7368 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7369 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7370 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7371 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7372 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7373 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7374 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7375 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7376 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7377 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX]) |
---|
| 7378 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7379 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7380 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7381 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [CXX]) |
---|
| 7382 | m4trace:configure.in:14: -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 |
---|
| 7383 | "" | " "*) ;; |
---|
| 7384 | *) _LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)" ;; |
---|
| 7385 | esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, CXX)= |
---|
| 7386 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no]) |
---|
| 7387 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7388 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7389 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7390 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7391 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7392 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7393 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7394 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [CXX]) |
---|
| 7395 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7396 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7397 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7398 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([CXX]) |
---|
| 7399 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7400 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7401 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7402 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7403 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7404 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([CXX]) |
---|
| 7405 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7406 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([CXX]) |
---|
| 7407 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7408 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7409 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7410 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7411 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7412 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7413 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7414 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7415 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7416 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [CXX]) |
---|
| 7417 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7418 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7419 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7420 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7421 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7422 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7423 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7424 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7425 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7426 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7427 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7428 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7429 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([CXX]) |
---|
| 7430 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([CXX]) |
---|
| 7431 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7432 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7433 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var CXX]) |
---|
| 7434 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX]) |
---|
| 7435 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7436 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7437 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7438 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7439 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7440 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7441 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7442 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7443 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 7444 | m4trace:configure.in:14: -1- AC_LIBTOOL_DLOPEN_SELF([CXX]) |
---|
| 7445 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [ |
---|
| 7446 | lt_cv_dlopen="dyld" |
---|
| 7447 | lt_cv_dlopen_libs= |
---|
| 7448 | lt_cv_dlopen_self=yes |
---|
| 7449 | ]) |
---|
| 7450 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen], |
---|
| 7451 | [lt_cv_dlopen="dlopen"], |
---|
| 7452 | [AC_CHECK_LIB([dl], [dlopen], |
---|
| 7453 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], |
---|
| 7454 | [AC_CHECK_LIB([svld], [dlopen], |
---|
| 7455 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 7456 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 7457 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 7458 | ]) |
---|
| 7459 | ]) |
---|
| 7460 | ]) |
---|
| 7461 | ]) |
---|
| 7462 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], |
---|
| 7463 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 7464 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 7465 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 7466 | ]) |
---|
| 7467 | ]) |
---|
| 7468 | m4trace:configure.in:14: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], |
---|
| 7469 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 7470 | ]) |
---|
| 7471 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 7472 | m4trace:configure.in:14: -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]) |
---|
| 7473 | m4trace:configure.in:14: -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]) |
---|
| 7474 | m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([CXX]) |
---|
| 7475 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [CXX]) |
---|
| 7476 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [CXX]) |
---|
| 7477 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [CXX]) |
---|
| 7478 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7479 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7480 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7481 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX]) |
---|
| 7482 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7483 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX]) |
---|
| 7484 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7485 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX]) |
---|
| 7486 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7487 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX]) |
---|
| 7488 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7489 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7490 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [CXX]) |
---|
| 7491 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7492 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7493 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7494 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7495 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [CXX]) |
---|
| 7496 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [CXX]) |
---|
| 7497 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX]) |
---|
| 7498 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7499 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX]) |
---|
| 7500 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7501 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7502 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX]) |
---|
| 7503 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7504 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX]) |
---|
| 7505 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX]) |
---|
| 7506 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX]) |
---|
| 7507 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7508 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX]) |
---|
| 7509 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [CXX]) |
---|
| 7510 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7511 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX]) |
---|
| 7512 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7513 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7514 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX]) |
---|
| 7515 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX]) |
---|
| 7516 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX]) |
---|
| 7517 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7518 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [CXX]) |
---|
| 7519 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [CXX]) |
---|
| 7520 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [CXX]) |
---|
| 7521 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [CXX]) |
---|
| 7522 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [CXX]) |
---|
| 7523 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [CXX]) |
---|
| 7524 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [CXX]) |
---|
| 7525 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [CXX]) |
---|
| 7526 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [CXX]) |
---|
| 7527 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [CXX]) |
---|
| 7528 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [CXX]) |
---|
| 7529 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [CXX]) |
---|
| 7530 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [CXX]) |
---|
| 7531 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [CXX]) |
---|
| 7532 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [CXX]) |
---|
| 7533 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [CXX]) |
---|
| 7534 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [CXX]) |
---|
| 7535 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [CXX]) |
---|
| 7536 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [CXX]) |
---|
| 7537 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [CXX]) |
---|
| 7538 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [CXX]) |
---|
| 7539 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [CXX]) |
---|
| 7540 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [CXX]) |
---|
| 7541 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [CXX]) |
---|
| 7542 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [CXX]) |
---|
| 7543 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [CXX]) |
---|
| 7544 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [CXX]) |
---|
| 7545 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [CXX]) |
---|
| 7546 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [CXX]) |
---|
| 7547 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [CXX]) |
---|
| 7548 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [CXX]) |
---|
| 7549 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [CXX]) |
---|
| 7550 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [CXX]) |
---|
| 7551 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [CXX]) |
---|
| 7552 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [CXX]) |
---|
| 7553 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [CXX]) |
---|
| 7554 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [CXX]) |
---|
| 7555 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [CXX]) |
---|
| 7556 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [CXX]) |
---|
| 7557 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [CXX]) |
---|
| 7558 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [CXX]) |
---|
| 7559 | m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_F77_CONFIG |
---|
| 7560 | m4trace:configure.in:14: -1- _LT_AC_LANG_F77_CONFIG([F77]) |
---|
| 7561 | m4trace:configure.in:14: -1- AC_SUBST([F77]) |
---|
| 7562 | m4trace:configure.in:14: -1- AC_SUBST([FFLAGS]) |
---|
| 7563 | m4trace:configure.in:14: -1- AC_SUBST([LDFLAGS]) |
---|
| 7564 | m4trace:configure.in:14: -1- AC_SUBST([F77]) |
---|
| 7565 | m4trace:configure.in:14: -1- AC_SUBST([ac_ct_F77]) |
---|
| 7566 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7567 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7568 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 7569 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7570 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7571 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7572 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7573 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77]) |
---|
| 7574 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7575 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7576 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77]) |
---|
| 7577 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77]) |
---|
| 7578 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77]) |
---|
| 7579 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7580 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77]) |
---|
| 7581 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 7582 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7583 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77]) |
---|
| 7584 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [F77]) |
---|
| 7585 | m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER |
---|
| 7586 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [F77]) |
---|
| 7587 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7588 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [F77]) |
---|
| 7589 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [F77]) |
---|
| 7590 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([F77]) |
---|
| 7591 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7592 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7593 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7594 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7595 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7596 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7597 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7598 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7599 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7600 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77]) |
---|
| 7601 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7602 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7603 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7604 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7605 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7606 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7607 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7608 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7609 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7610 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7611 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7612 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7613 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7614 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7615 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7616 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7617 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7618 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7619 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7620 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7621 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7622 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7623 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7624 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7625 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7626 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7627 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7628 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7629 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7630 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7631 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7632 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7633 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7634 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7635 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7636 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7637 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77]) |
---|
| 7638 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7639 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7640 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7641 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [F77]) |
---|
| 7642 | m4trace:configure.in:14: -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 |
---|
| 7643 | "" | " "*) ;; |
---|
| 7644 | *) _LT_AC_TAGVAR(lt_prog_compiler_pic, F77)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)" ;; |
---|
| 7645 | esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, F77)= |
---|
| 7646 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, F77)=no]) |
---|
| 7647 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7648 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7649 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7650 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7651 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7652 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7653 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7654 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [F77]) |
---|
| 7655 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7656 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7657 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7658 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([F77]) |
---|
| 7659 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7660 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7661 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7662 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7663 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7664 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([F77]) |
---|
| 7665 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7666 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([F77]) |
---|
| 7667 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7668 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77]) |
---|
| 7669 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7670 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7671 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77]) |
---|
| 7672 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77]) |
---|
| 7673 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7674 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7675 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77]) |
---|
| 7676 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7677 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77]) |
---|
| 7678 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7679 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7680 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7681 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7682 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7683 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77]) |
---|
| 7684 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77]) |
---|
| 7685 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77]) |
---|
| 7686 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 7687 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 7688 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [F77]) |
---|
| 7689 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77]) |
---|
| 7690 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7691 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7692 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7693 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7694 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7695 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7696 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7697 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7698 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7699 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7700 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7701 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 7702 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77]) |
---|
| 7703 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 7704 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7705 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7706 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7707 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7708 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7709 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7710 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7711 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7712 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7713 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7714 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7715 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7716 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7717 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7718 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7719 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7720 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7721 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7722 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7723 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7724 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7725 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7726 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7727 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7728 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7729 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7730 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 7731 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7732 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7733 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7734 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 7735 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 7736 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7737 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7738 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7739 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7740 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7741 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7742 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7743 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7744 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7745 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 7746 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7747 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 7748 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7749 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7750 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7751 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7752 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7753 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 7754 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7755 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 7756 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7757 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 7758 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7759 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7760 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7761 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7762 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7763 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7764 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7765 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7766 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7767 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7768 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7769 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77]) |
---|
| 7770 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77]) |
---|
| 7771 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77]) |
---|
| 7772 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7773 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7774 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7775 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7776 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7777 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7778 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7779 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77]) |
---|
| 7780 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7781 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7782 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77]) |
---|
| 7783 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7784 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77]) |
---|
| 7785 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7786 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7787 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7788 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7789 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7790 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7791 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7792 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7793 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7794 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7795 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7796 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7797 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7798 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7799 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7800 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7801 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7802 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7803 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7804 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7805 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7806 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7807 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7808 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7809 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7810 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7811 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7812 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7813 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7814 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7815 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7816 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7817 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77]) |
---|
| 7818 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7819 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7820 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7821 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7822 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7823 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7824 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7825 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7826 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7827 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7828 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7829 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7830 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7831 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7832 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77]) |
---|
| 7833 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7834 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7835 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7836 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7837 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7838 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7839 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7840 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7841 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7842 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7843 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7844 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7845 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7846 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7847 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7848 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7849 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7850 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7851 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7852 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7853 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7854 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7855 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7856 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7857 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7858 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7859 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [F77]) |
---|
| 7860 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7861 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7862 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7863 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7864 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7865 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7866 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7867 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7868 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7869 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7870 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7871 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7872 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7873 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7874 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7875 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7876 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7877 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 7878 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7879 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7880 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7881 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7882 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7883 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7884 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7885 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 7886 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7887 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7888 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7889 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7890 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7891 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7892 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7893 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7894 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7895 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([reload_cmds], [F77]) |
---|
| 7896 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7897 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7898 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7899 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7900 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7901 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7902 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7903 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7904 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7905 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7906 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7907 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7908 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7909 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7910 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 7911 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7912 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7913 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7914 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 7915 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7916 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7917 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7918 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7919 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7920 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7921 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 7922 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7923 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7924 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7925 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [F77]) |
---|
| 7926 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7927 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7928 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7929 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7930 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7931 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7932 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7933 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7934 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7935 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7936 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7937 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7938 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([F77]) |
---|
| 7939 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([F77]) |
---|
| 7940 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7941 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7942 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var F77]) |
---|
| 7943 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77]) |
---|
| 7944 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 7945 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 7946 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7947 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7948 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7949 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7950 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7951 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 7952 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 7953 | m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([F77]) |
---|
| 7954 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [F77]) |
---|
| 7955 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [F77]) |
---|
| 7956 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [F77]) |
---|
| 7957 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 7958 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 7959 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 7960 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77]) |
---|
| 7961 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 7962 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77]) |
---|
| 7963 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 7964 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77]) |
---|
| 7965 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77]) |
---|
| 7966 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77]) |
---|
| 7967 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [F77]) |
---|
| 7968 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [F77]) |
---|
| 7969 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [F77]) |
---|
| 7970 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [F77]) |
---|
| 7971 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77]) |
---|
| 7972 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7973 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7974 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [F77]) |
---|
| 7975 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [F77]) |
---|
| 7976 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77]) |
---|
| 7977 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 7978 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 7979 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 7980 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 7981 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77]) |
---|
| 7982 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 7983 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77]) |
---|
| 7984 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77]) |
---|
| 7985 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77]) |
---|
| 7986 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 7987 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77]) |
---|
| 7988 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [F77]) |
---|
| 7989 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77]) |
---|
| 7990 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77]) |
---|
| 7991 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 7992 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 7993 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77]) |
---|
| 7994 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77]) |
---|
| 7995 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77]) |
---|
| 7996 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 7997 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [F77]) |
---|
| 7998 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [F77]) |
---|
| 7999 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [F77]) |
---|
| 8000 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [F77]) |
---|
| 8001 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [F77]) |
---|
| 8002 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [F77]) |
---|
| 8003 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [F77]) |
---|
| 8004 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [F77]) |
---|
| 8005 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [F77]) |
---|
| 8006 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [F77]) |
---|
| 8007 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [F77]) |
---|
| 8008 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [F77]) |
---|
| 8009 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [F77]) |
---|
| 8010 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [F77]) |
---|
| 8011 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [F77]) |
---|
| 8012 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [F77]) |
---|
| 8013 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [F77]) |
---|
| 8014 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [F77]) |
---|
| 8015 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [F77]) |
---|
| 8016 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [F77]) |
---|
| 8017 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [F77]) |
---|
| 8018 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [F77]) |
---|
| 8019 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [F77]) |
---|
| 8020 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [F77]) |
---|
| 8021 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [F77]) |
---|
| 8022 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [F77]) |
---|
| 8023 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [F77]) |
---|
| 8024 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [F77]) |
---|
| 8025 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [F77]) |
---|
| 8026 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [F77]) |
---|
| 8027 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [F77]) |
---|
| 8028 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [F77]) |
---|
| 8029 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [F77]) |
---|
| 8030 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [F77]) |
---|
| 8031 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [F77]) |
---|
| 8032 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [F77]) |
---|
| 8033 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [F77]) |
---|
| 8034 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [F77]) |
---|
| 8035 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [F77]) |
---|
| 8036 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [F77]) |
---|
| 8037 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [F77]) |
---|
| 8038 | m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_GCJ_CONFIG |
---|
| 8039 | m4trace:configure.in:14: -1- _LT_AC_LANG_GCJ_CONFIG([GCJ]) |
---|
| 8040 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete. |
---|
| 8041 | You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from... |
---|
| 8042 | /usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
| 8043 | /usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
| 8044 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 8045 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 8046 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 8047 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 8048 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 8049 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 8050 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 8051 | configure.in:14: the top level]) |
---|
| 8052 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE', |
---|
| 8053 | and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from... |
---|
| 8054 | /usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
| 8055 | /usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
| 8056 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 8057 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 8058 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 8059 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 8060 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 8061 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 8062 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 8063 | configure.in:14: the top level]) |
---|
| 8064 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [GCJ]) |
---|
| 8065 | m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER |
---|
| 8066 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [GCJ]) |
---|
| 8067 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8068 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_NO_RTTI([GCJ]) |
---|
| 8069 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ]) |
---|
| 8070 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ]) |
---|
| 8071 | m4trace:configure.in:14: -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"]) |
---|
| 8072 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ]) |
---|
| 8073 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ]) |
---|
| 8074 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_COMPILER_PIC([GCJ]) |
---|
| 8075 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8076 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8077 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8078 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8079 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8080 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8081 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8082 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8083 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8084 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ]) |
---|
| 8085 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8086 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8087 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8088 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8089 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8090 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8091 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8092 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8093 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8094 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8095 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8096 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8097 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8098 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8099 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8100 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8101 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8102 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8103 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8104 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8105 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8106 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8107 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8108 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8109 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8110 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8111 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8112 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8113 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8114 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8115 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8116 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8117 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8118 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8119 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8120 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8121 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ]) |
---|
| 8122 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8123 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8124 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8125 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([lt_prog_compiler_pic_works], [GCJ]) |
---|
| 8126 | m4trace:configure.in:14: -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 |
---|
| 8127 | "" | " "*) ;; |
---|
| 8128 | *) _LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)" ;; |
---|
| 8129 | esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, GCJ)= |
---|
| 8130 | _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, GCJ)=no]) |
---|
| 8131 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8132 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8133 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8134 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8135 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8136 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8137 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8138 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_can_build_shared], [GCJ]) |
---|
| 8139 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8140 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8141 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8142 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_CC_C_O([GCJ]) |
---|
| 8143 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8144 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8145 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8146 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8147 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8148 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_HARD_LINK_LOCKS([GCJ]) |
---|
| 8149 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8150 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_SHLIBS([GCJ]) |
---|
| 8151 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8152 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ]) |
---|
| 8153 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8154 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8155 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ]) |
---|
| 8156 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ]) |
---|
| 8157 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8158 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8159 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ]) |
---|
| 8160 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8161 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ]) |
---|
| 8162 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8163 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8164 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8165 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8166 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8167 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ]) |
---|
| 8168 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ]) |
---|
| 8169 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ]) |
---|
| 8170 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ]) |
---|
| 8171 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8172 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ]) |
---|
| 8173 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ]) |
---|
| 8174 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8175 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8176 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8177 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8178 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8179 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8180 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8181 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8182 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8183 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8184 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8185 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ]) |
---|
| 8186 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ]) |
---|
| 8187 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8188 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8189 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8190 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8191 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8192 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8193 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8194 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8195 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8196 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8197 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8198 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8199 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8200 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8201 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8202 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8203 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8204 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8205 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8206 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8207 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8208 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8209 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8210 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8211 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8212 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8213 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8214 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ]) |
---|
| 8215 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8216 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8217 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8218 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8219 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8220 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8221 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8222 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8223 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8224 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8225 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8226 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8227 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8228 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8229 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ]) |
---|
| 8230 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8231 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 8232 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8233 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8234 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8235 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8236 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8237 | m4trace:configure.in:14: -1- _LT_AC_SYS_LIBPATH_AIX |
---|
| 8238 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8239 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ]) |
---|
| 8240 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8241 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ]) |
---|
| 8242 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8243 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8244 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8245 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8246 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8247 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8248 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8249 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8250 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8251 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8252 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8253 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ]) |
---|
| 8254 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ]) |
---|
| 8255 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ]) |
---|
| 8256 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8257 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8258 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8259 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8260 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8261 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8262 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8263 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ]) |
---|
| 8264 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8265 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8266 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ]) |
---|
| 8267 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8268 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ]) |
---|
| 8269 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8270 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8271 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8272 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8273 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8274 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8275 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8276 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8277 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8278 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8279 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8280 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8281 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8282 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8283 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8284 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8285 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8286 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8287 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8288 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8289 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8290 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8291 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8292 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8293 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8294 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8295 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8296 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8297 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8298 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8299 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8300 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8301 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ]) |
---|
| 8302 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8303 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8304 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8305 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8306 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8307 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8308 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8309 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8310 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8311 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8312 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8313 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8314 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8315 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8316 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ]) |
---|
| 8317 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8318 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8319 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8320 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8321 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8322 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8323 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8324 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8325 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8326 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8327 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8328 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8329 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8330 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8331 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8332 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8333 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8334 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8335 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8336 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8337 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8338 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8339 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8340 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8341 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8342 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8343 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_From_new_cmds], [GCJ]) |
---|
| 8344 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8345 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8346 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8347 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8348 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8349 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8350 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8351 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8352 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8353 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8354 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8355 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8356 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8357 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8358 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8359 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8360 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8361 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ]) |
---|
| 8362 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8363 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8364 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8365 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8366 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8367 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8368 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8369 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8370 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8371 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8372 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8373 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8374 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8375 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8376 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8377 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8378 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8379 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([reload_cmds], [GCJ]) |
---|
| 8380 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8381 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8382 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8383 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8384 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8385 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8386 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8387 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8388 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8389 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8390 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8391 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8392 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8393 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8394 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ]) |
---|
| 8395 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8396 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8397 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8398 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ]) |
---|
| 8399 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8400 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8401 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8402 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8403 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8404 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8405 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8406 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8407 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8408 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8409 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([ld_shlibs], [GCJ]) |
---|
| 8410 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8411 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8412 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8413 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8414 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8415 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8416 | m4trace:configure.in:14: -2- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8417 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8418 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8419 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8420 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8421 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8422 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_DYNAMIC_LINKER([GCJ]) |
---|
| 8423 | m4trace:configure.in:14: -1- AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([GCJ]) |
---|
| 8424 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8425 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8426 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([runpath_var GCJ]) |
---|
| 8427 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ]) |
---|
| 8428 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8429 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8430 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8431 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8432 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8433 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8434 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8435 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8436 | m4trace:configure.in:14: -1- AC_LIBTOOL_SYS_LIB_STRIP |
---|
| 8437 | m4trace:configure.in:14: -1- AC_LIBTOOL_DLOPEN_SELF([GCJ]) |
---|
| 8438 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [ |
---|
| 8439 | lt_cv_dlopen="dyld" |
---|
| 8440 | lt_cv_dlopen_libs= |
---|
| 8441 | lt_cv_dlopen_self=yes |
---|
| 8442 | ]) |
---|
| 8443 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen], |
---|
| 8444 | [lt_cv_dlopen="dlopen"], |
---|
| 8445 | [AC_CHECK_LIB([dl], [dlopen], |
---|
| 8446 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], |
---|
| 8447 | [AC_CHECK_LIB([svld], [dlopen], |
---|
| 8448 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 8449 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 8450 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 8451 | ]) |
---|
| 8452 | ]) |
---|
| 8453 | ]) |
---|
| 8454 | ]) |
---|
| 8455 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], |
---|
| 8456 | [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], |
---|
| 8457 | [AC_CHECK_LIB([dld], [dld_link], |
---|
| 8458 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 8459 | ]) |
---|
| 8460 | ]) |
---|
| 8461 | m4trace:configure.in:14: -1- AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], |
---|
| 8462 | [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 8463 | ]) |
---|
| 8464 | m4trace:configure.in:14: -1- AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) |
---|
| 8465 | m4trace:configure.in:14: -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]) |
---|
| 8466 | m4trace:configure.in:14: -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]) |
---|
| 8467 | m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([GCJ]) |
---|
| 8468 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [GCJ]) |
---|
| 8469 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [GCJ]) |
---|
| 8470 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [GCJ]) |
---|
| 8471 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8472 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8473 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8474 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ]) |
---|
| 8475 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8476 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ]) |
---|
| 8477 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8478 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ]) |
---|
| 8479 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ]) |
---|
| 8480 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ]) |
---|
| 8481 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [GCJ]) |
---|
| 8482 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ]) |
---|
| 8483 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [GCJ]) |
---|
| 8484 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [GCJ]) |
---|
| 8485 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ]) |
---|
| 8486 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8487 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8488 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [GCJ]) |
---|
| 8489 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [GCJ]) |
---|
| 8490 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ]) |
---|
| 8491 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8492 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ]) |
---|
| 8493 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8494 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8495 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ]) |
---|
| 8496 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8497 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ]) |
---|
| 8498 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ]) |
---|
| 8499 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ]) |
---|
| 8500 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8501 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ]) |
---|
| 8502 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ]) |
---|
| 8503 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ]) |
---|
| 8504 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ]) |
---|
| 8505 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8506 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8507 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ]) |
---|
| 8508 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ]) |
---|
| 8509 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ]) |
---|
| 8510 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8511 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [GCJ]) |
---|
| 8512 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [GCJ]) |
---|
| 8513 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [GCJ]) |
---|
| 8514 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [GCJ]) |
---|
| 8515 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [GCJ]) |
---|
| 8516 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [GCJ]) |
---|
| 8517 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [GCJ]) |
---|
| 8518 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [GCJ]) |
---|
| 8519 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [GCJ]) |
---|
| 8520 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [GCJ]) |
---|
| 8521 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [GCJ]) |
---|
| 8522 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [GCJ]) |
---|
| 8523 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [GCJ]) |
---|
| 8524 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [GCJ]) |
---|
| 8525 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [GCJ]) |
---|
| 8526 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [GCJ]) |
---|
| 8527 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [GCJ]) |
---|
| 8528 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [GCJ]) |
---|
| 8529 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [GCJ]) |
---|
| 8530 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [GCJ]) |
---|
| 8531 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [GCJ]) |
---|
| 8532 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [GCJ]) |
---|
| 8533 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [GCJ]) |
---|
| 8534 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [GCJ]) |
---|
| 8535 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [GCJ]) |
---|
| 8536 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [GCJ]) |
---|
| 8537 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [GCJ]) |
---|
| 8538 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [GCJ]) |
---|
| 8539 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [GCJ]) |
---|
| 8540 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [GCJ]) |
---|
| 8541 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [GCJ]) |
---|
| 8542 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [GCJ]) |
---|
| 8543 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [GCJ]) |
---|
| 8544 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [GCJ]) |
---|
| 8545 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [GCJ]) |
---|
| 8546 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [GCJ]) |
---|
| 8547 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [GCJ]) |
---|
| 8548 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [GCJ]) |
---|
| 8549 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [GCJ]) |
---|
| 8550 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [GCJ]) |
---|
| 8551 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [GCJ]) |
---|
| 8552 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete. |
---|
| 8553 | You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from... |
---|
| 8554 | /usr/share/aclocal/libtool.m4:3794: _LT_AC_LANG_GCJ_CONFIG is expanded from... |
---|
| 8555 | /usr/share/aclocal/libtool.m4:3747: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... |
---|
| 8556 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 8557 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 8558 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 8559 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 8560 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 8561 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 8562 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 8563 | configure.in:14: the top level]) |
---|
| 8564 | m4trace:configure.in:14: -1- AC_LIBTOOL_LANG_RC_CONFIG |
---|
| 8565 | m4trace:configure.in:14: -1- _LT_AC_LANG_RC_CONFIG([RC]) |
---|
| 8566 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_SAVE' is obsolete. |
---|
| 8567 | You should run autoupdate.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from... |
---|
| 8568 | /usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from... |
---|
| 8569 | /usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from... |
---|
| 8570 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 8571 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 8572 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 8573 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 8574 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 8575 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 8576 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 8577 | configure.in:14: the top level]) |
---|
| 8578 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [instead of using `AC_LANG', `AC_LANG_SAVE', |
---|
| 8579 | and `AC_LANG_RESTORE', you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [autoconf/lang.m4:166: AC_LANG_SAVE is expanded from... |
---|
| 8580 | /usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from... |
---|
| 8581 | /usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from... |
---|
| 8582 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 8583 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 8584 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 8585 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 8586 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 8587 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 8588 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 8589 | configure.in:14: the top level]) |
---|
| 8590 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([objext], [RC]) |
---|
| 8591 | m4trace:configure.in:14: -1- _LT_AC_SYS_COMPILER |
---|
| 8592 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [RC]) |
---|
| 8593 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC]) |
---|
| 8594 | m4trace:configure.in:14: -1- AC_LIBTOOL_CONFIG([RC]) |
---|
| 8595 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [RC]) |
---|
| 8596 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([CC], [RC]) |
---|
| 8597 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [RC]) |
---|
| 8598 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC]) |
---|
| 8599 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC]) |
---|
| 8600 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC]) |
---|
| 8601 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC]) |
---|
| 8602 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC]) |
---|
| 8603 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC]) |
---|
| 8604 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC]) |
---|
| 8605 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC]) |
---|
| 8606 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC]) |
---|
| 8607 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC]) |
---|
| 8608 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [RC]) |
---|
| 8609 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [RC]) |
---|
| 8610 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [RC]) |
---|
| 8611 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [RC]) |
---|
| 8612 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC]) |
---|
| 8613 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [RC]) |
---|
| 8614 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC]) |
---|
| 8615 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postinstall_cmds], [RC]) |
---|
| 8616 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postuninstall_cmds], [RC]) |
---|
| 8617 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC]) |
---|
| 8618 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC]) |
---|
| 8619 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC]) |
---|
| 8620 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC]) |
---|
| 8621 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC]) |
---|
| 8622 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC]) |
---|
| 8623 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC]) |
---|
| 8624 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC]) |
---|
| 8625 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [RC]) |
---|
| 8626 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC]) |
---|
| 8627 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC]) |
---|
| 8628 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC]) |
---|
| 8629 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [RC]) |
---|
| 8630 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC]) |
---|
| 8631 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC]) |
---|
| 8632 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [RC]) |
---|
| 8633 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC]) |
---|
| 8634 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [RC]) |
---|
| 8635 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC]) |
---|
| 8636 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC]) |
---|
| 8637 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC]) |
---|
| 8638 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds_need_lc], [RC]) |
---|
| 8639 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([enable_shared_with_static_runtimes], [RC]) |
---|
| 8640 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler], [RC]) |
---|
| 8641 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([GCC], [RC]) |
---|
| 8642 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([LD], [RC]) |
---|
| 8643 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_wl], [RC]) |
---|
| 8644 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_pic], [RC]) |
---|
| 8645 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_cv_prog_compiler_c_o], [RC]) |
---|
| 8646 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_static], [RC]) |
---|
| 8647 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([lt_prog_compiler_no_builtin_flag], [RC]) |
---|
| 8648 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_dynamic_flag_spec], [RC]) |
---|
| 8649 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([whole_archive_flag_spec], [RC]) |
---|
| 8650 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([thread_safe_flag_spec], [RC]) |
---|
| 8651 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_cmds], [RC]) |
---|
| 8652 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_new_cmds], [RC]) |
---|
| 8653 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([old_archive_from_expsyms_cmds], [RC]) |
---|
| 8654 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_cmds], [RC]) |
---|
| 8655 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([archive_expsym_cmds], [RC]) |
---|
| 8656 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_cmds], [RC]) |
---|
| 8657 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([module_expsym_cmds], [RC]) |
---|
| 8658 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predep_objects], [RC]) |
---|
| 8659 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdep_objects], [RC]) |
---|
| 8660 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([predeps], [RC]) |
---|
| 8661 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([postdeps], [RC]) |
---|
| 8662 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([compiler_lib_search_path], [RC]) |
---|
| 8663 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([allow_undefined_flag], [RC]) |
---|
| 8664 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([no_undefined_flag], [RC]) |
---|
| 8665 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_action], [RC]) |
---|
| 8666 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec], [RC]) |
---|
| 8667 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_flag_spec_ld], [RC]) |
---|
| 8668 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_libdir_separator], [RC]) |
---|
| 8669 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_direct], [RC]) |
---|
| 8670 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_minus_L], [RC]) |
---|
| 8671 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_shlibpath_var], [RC]) |
---|
| 8672 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([hardcode_automatic], [RC]) |
---|
| 8673 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([link_all_deplibs], [RC]) |
---|
| 8674 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([fix_srcfile_path], [RC]) |
---|
| 8675 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([always_export_symbols], [RC]) |
---|
| 8676 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([export_symbols_cmds], [RC]) |
---|
| 8677 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([exclude_expsyms], [RC]) |
---|
| 8678 | m4trace:configure.in:14: -1- _LT_AC_TAGVAR([include_expsyms], [RC]) |
---|
| 8679 | m4trace:configure.in:14: -1- _m4_warn([obsolete], [The macro `AC_LANG_RESTORE' is obsolete. |
---|
| 8680 | You should run autoupdate.], [autoconf/lang.m4:172: AC_LANG_RESTORE is expanded from... |
---|
| 8681 | /usr/share/aclocal/libtool.m4:3833: _LT_AC_LANG_RC_CONFIG is expanded from... |
---|
| 8682 | /usr/share/aclocal/libtool.m4:3802: AC_LIBTOOL_LANG_RC_CONFIG is expanded from... |
---|
| 8683 | /usr/share/aclocal/libtool.m4:1737: _LT_AC_TAGCONFIG is expanded from... |
---|
| 8684 | /usr/share/aclocal/libtool.m4:233: AC_LIBTOOL_SETUP is expanded from... |
---|
| 8685 | configure.in:14: AC_LIBTOOL_SETUP is required by... |
---|
| 8686 | /usr/share/aclocal/libtool.m4:91: _AC_PROG_LIBTOOL is expanded from... |
---|
| 8687 | configure.in:14: _AC_PROG_LIBTOOL is required by... |
---|
| 8688 | /usr/share/aclocal/libtool.m4:71: AC_PROG_LIBTOOL is expanded from... |
---|
| 8689 | /usr/share/aclocal/libtool.m4:5869: AM_PROG_LIBTOOL is expanded from... |
---|
| 8690 | configure.in:14: the top level]) |
---|
| 8691 | m4trace:configure.in:14: -1- AC_SUBST([LIBTOOL]) |
---|
| 8692 | m4trace:configure.in:14: -1- AC_LIBTOOL_CXX |
---|
| 8693 | m4trace:configure.in:14: -1- _LT_AC_LANG_CXX |
---|
| 8694 | m4trace:configure.in:14: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) |
---|
| 8695 | m4trace:configure.in:14: -1- AC_LIBTOOL_F77 |
---|
| 8696 | m4trace:configure.in:14: -1- _LT_AC_LANG_F77 |
---|
| 8697 | m4trace:configure.in:14: -1- _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) |
---|
| 8698 | m4trace:configure.in:20: -1- AC_DEFINE_TRACE_LITERAL([EXT_HASH]) |
---|
| 8699 | m4trace:configure.in:20: -1- AH_OUTPUT([EXT_HASH], [/* Use old STL hash options */ |
---|
| 8700 | #undef EXT_HASH]) |
---|
| 8701 | m4trace:configure.in:28: -1- PKG_CHECK_MODULES([OGRE], [OGRE]) |
---|
| 8702 | m4trace:configure.in:28: -1- PKG_PROG_PKG_CONFIG |
---|
| 8703 | m4trace:configure.in:28: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
---|
| 8704 | m4trace:configure.in:28: -1- m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) |
---|
| 8705 | m4trace:configure.in:28: -1- AC_SUBST([PKG_CONFIG]) |
---|
| 8706 | m4trace:configure.in:28: -1- AC_SUBST([PKG_CONFIG], [$ac_cv_path_PKG_CONFIG]) |
---|
| 8707 | m4trace:configure.in:28: -1- AC_SUBST([ac_pt_PKG_CONFIG], [$ac_cv_path_ac_pt_PKG_CONFIG]) |
---|
| 8708 | m4trace:configure.in:28: -1- AC_SUBST([OGRE_CFLAGS]) |
---|
| 8709 | m4trace:configure.in:28: -1- AC_SUBST([OGRE_LIBS]) |
---|
| 8710 | m4trace:configure.in:30: -1- AC_CHECK_LIB([ode], [main], [], [{ { echo "$as_me:$LINENO: error: Can't find libode" >&5 |
---|
| 8711 | echo "$as_me: error: Can't find libode" >&2;} |
---|
| 8712 | { (exit 1); exit 1; }; }]) |
---|
| 8713 | m4trace:configure.in:30: -1- AH_OUTPUT([HAVE_LIBODE], [/* Define to 1 if you have the `ode\' library (-lode). */ |
---|
| 8714 | #undef HAVE_LIBODE]) |
---|
| 8715 | m4trace:configure.in:30: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBODE]) |
---|
| 8716 | m4trace:configure.in:32: -1- AC_CHECK_LIB([m], [pow]) |
---|
| 8717 | m4trace:configure.in:32: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */ |
---|
| 8718 | #undef HAVE_LIBM]) |
---|
| 8719 | m4trace:configure.in:32: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM]) |
---|
| 8720 | m4trace:configure.in:33: -1- AC_CHECK_LIB([z], [gzopen]) |
---|
| 8721 | m4trace:configure.in:33: -1- AH_OUTPUT([HAVE_LIBZ], [/* Define to 1 if you have the `z\' library (-lz). */ |
---|
| 8722 | #undef HAVE_LIBZ]) |
---|
| 8723 | m4trace:configure.in:33: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBZ]) |
---|
| 8724 | m4trace:configure.in:34: -2- AC_DEFINE_TRACE_LITERAL([HAVE_SNPRINTF]) |
---|
| 8725 | m4trace:configure.in:34: -2- AH_OUTPUT([HAVE_SNPRINTF], [/* snprintf */ |
---|
| 8726 | #undef HAVE_SNPRINTF]) |
---|
| 8727 | m4trace:configure.in:35: -2- AC_DEFINE_TRACE_LITERAL([HAVE_VSNPRINTF]) |
---|
| 8728 | m4trace:configure.in:35: -2- AH_OUTPUT([HAVE_VSNPRINTF], [/* vsnprintf */ |
---|
| 8729 | #undef HAVE_VSNPRINTF]) |
---|
| 8730 | m4trace:configure.in:45: -1- AC_CONFIG_FILES([Makefile \ |
---|
| 8731 | ReferenceAppLayer/Makefile \ |
---|
| 8732 | ReferenceAppLayer/src/Makefile \ |
---|
| 8733 | ReferenceAppLayer/include/Makefile \ |
---|
| 8734 | BspCollision/Makefile \ |
---|
| 8735 | BspCollision/src/Makefile |
---|
| 8736 | |
---|
| 8737 | ]) |
---|
| 8738 | m4trace:configure.in:47: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) |
---|
| 8739 | m4trace:configure.in:47: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) |
---|
| 8740 | m4trace:configure.in:47: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file]) |
---|
| 8741 | m4trace:configure.in:47: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS |
---|