Blame autom4te.cache/traces.0

Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
Packit Service b5d813
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
Packit Service b5d813
AC_BEFORE([$0], [LT_LANG])dnl
Packit Service b5d813
AC_BEFORE([$0], [LT_OUTPUT])dnl
Packit Service b5d813
AC_BEFORE([$0], [LTDL_INIT])dnl
Packit Service b5d813
m4_require([_LT_CHECK_BUILDDIR])dnl
Packit Service b5d813
Packit Service b5d813
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
Packit Service b5d813
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
Packit Service b5d813
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
Packit Service b5d813
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
Packit Service b5d813
dnl unless we require an AC_DEFUNed macro:
Packit Service b5d813
AC_REQUIRE([LTOPTIONS_VERSION])dnl
Packit Service b5d813
AC_REQUIRE([LTSUGAR_VERSION])dnl
Packit Service b5d813
AC_REQUIRE([LTVERSION_VERSION])dnl
Packit Service b5d813
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
Packit Service b5d813
m4_require([_LT_PROG_LTMAIN])dnl
Packit Service b5d813
Packit Service b5d813
_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
Packit Service b5d813
Packit Service b5d813
dnl Parse OPTIONS
Packit Service b5d813
_LT_SET_OPTIONS([$0], [$1])
Packit Service b5d813
Packit Service b5d813
# This can be used to rebuild libtool when needed
Packit Service b5d813
LIBTOOL_DEPS=$ltmain
Packit Service b5d813
Packit Service b5d813
# Always use our own libtool.
Packit Service b5d813
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
Packit Service b5d813
AC_SUBST(LIBTOOL)dnl
Packit Service b5d813
Packit Service b5d813
_LT_SETUP
Packit Service b5d813
Packit Service b5d813
# Only expand once:
Packit Service b5d813
m4_define([LT_INIT])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:619: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
Packit Service b5d813
AC_MSG_NOTICE([creating $CONFIG_LT])
Packit Service b5d813
_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
Packit Service b5d813
[# Run this file to recreate a libtool stub with the current configuration.])
Packit Service b5d813
Packit Service b5d813
cat >>"$CONFIG_LT" <<\_LTEOF
Packit Service b5d813
lt_cl_silent=false
Packit Service b5d813
exec AS_MESSAGE_LOG_FD>>config.log
Packit Service b5d813
{
Packit Service b5d813
  echo
Packit Service b5d813
  AS_BOX([Running $as_me.])
Packit Service b5d813
} >&AS_MESSAGE_LOG_FD
Packit Service b5d813
Packit Service b5d813
lt_cl_help="\
Packit Service b5d813
'$as_me' creates a local libtool stub from the current configuration,
Packit Service b5d813
for use in further configure time tests before the real libtool is
Packit Service b5d813
generated.
Packit Service b5d813
Packit Service b5d813
Usage: $[0] [[OPTIONS]]
Packit Service b5d813
Packit Service b5d813
  -h, --help      print this help, then exit
Packit Service b5d813
  -V, --version   print version number, then exit
Packit Service b5d813
  -q, --quiet     do not print progress messages
Packit Service b5d813
  -d, --debug     don't remove temporary files
Packit Service b5d813
Packit Service b5d813
Report bugs to <bug-libtool@gnu.org>."
Packit Service b5d813
Packit Service b5d813
lt_cl_version="\
Packit Service b5d813
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
Packit Service b5d813
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
Packit Service b5d813
configured by $[0], generated by m4_PACKAGE_STRING.
Packit Service b5d813
Packit Service b5d813
Copyright (C) 2011 Free Software Foundation, Inc.
Packit Service b5d813
This config.lt script is free software; the Free Software Foundation
Packit Service b5d813
gives unlimited permision to copy, distribute and modify it."
Packit Service b5d813
Packit Service b5d813
while test 0 != $[#]
Packit Service b5d813
do
Packit Service b5d813
  case $[1] in
Packit Service b5d813
    --version | --v* | -V )
Packit Service b5d813
      echo "$lt_cl_version"; exit 0 ;;
Packit Service b5d813
    --help | --h* | -h )
Packit Service b5d813
      echo "$lt_cl_help"; exit 0 ;;
Packit Service b5d813
    --debug | --d* | -d )
Packit Service b5d813
      debug=: ;;
Packit Service b5d813
    --quiet | --q* | --silent | --s* | -q )
Packit Service b5d813
      lt_cl_silent=: ;;
Packit Service b5d813
Packit Service b5d813
    -*) AC_MSG_ERROR([unrecognized option: $[1]
Packit Service b5d813
Try '$[0] --help' for more information.]) ;;
Packit Service b5d813
Packit Service b5d813
    *) AC_MSG_ERROR([unrecognized argument: $[1]
Packit Service b5d813
Try '$[0] --help' for more information.]) ;;
Packit Service b5d813
  esac
Packit Service b5d813
  shift
Packit Service b5d813
done
Packit Service b5d813
Packit Service b5d813
if $lt_cl_silent; then
Packit Service b5d813
  exec AS_MESSAGE_FD>/dev/null
Packit Service b5d813
fi
Packit Service b5d813
_LTEOF
Packit Service b5d813
Packit Service b5d813
cat >>"$CONFIG_LT" <<_LTEOF
Packit Service b5d813
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
Packit Service b5d813
_LTEOF
Packit Service b5d813
Packit Service b5d813
cat >>"$CONFIG_LT" <<\_LTEOF
Packit Service b5d813
AC_MSG_NOTICE([creating $ofile])
Packit Service b5d813
_LT_OUTPUT_LIBTOOL_COMMANDS
Packit Service b5d813
AS_EXIT(0)
Packit Service b5d813
_LTEOF
Packit Service b5d813
chmod +x "$CONFIG_LT"
Packit Service b5d813
Packit Service b5d813
# configure is writing to config.log, but config.lt does its own redirection,
Packit Service b5d813
# appending to config.log, which fails on DOS, as config.log is still kept
Packit Service b5d813
# open by configure.  Here we exec the FD to /dev/null, effectively closing
Packit Service b5d813
# config.log, so it can be properly (re)opened and appended to by config.lt.
Packit Service b5d813
lt_cl_success=:
Packit Service b5d813
test yes = "$silent" &&
Packit Service b5d813
  lt_config_lt_args="$lt_config_lt_args --quiet"
Packit Service b5d813
exec AS_MESSAGE_LOG_FD>/dev/null
Packit Service b5d813
$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
Packit Service b5d813
exec AS_MESSAGE_LOG_FD>>config.log
Packit Service b5d813
$lt_cl_success || AS_EXIT(1)
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:823: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
Packit Service b5d813
m4_case([$1],
Packit Service b5d813
  [C],			[_LT_LANG(C)],
Packit Service b5d813
  [C++],		[_LT_LANG(CXX)],
Packit Service b5d813
  [Go],			[_LT_LANG(GO)],
Packit Service b5d813
  [Java],		[_LT_LANG(GCJ)],
Packit Service b5d813
  [Fortran 77],		[_LT_LANG(F77)],
Packit Service b5d813
  [Fortran],		[_LT_LANG(FC)],
Packit Service b5d813
  [Windows Resource],	[_LT_LANG(RC)],
Packit Service b5d813
  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
Packit Service b5d813
    [_LT_LANG($1)],
Packit Service b5d813
    [m4_fatal([$0: unsupported language: "$1"])])])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LT_LANG(C++)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LT_LANG(Fortran 77)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LT_LANG(Fortran)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LT_LANG(Java)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LT_LANG(Windows Resource)])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1247: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
Packit Service b5d813
AC_ARG_WITH([sysroot],
Packit Service b5d813
[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
Packit Service b5d813
  [Search for dependent libraries within DIR (or the compiler's sysroot
Packit Service b5d813
   if not specified).])],
Packit Service b5d813
[], [with_sysroot=no])
Packit Service b5d813
Packit Service b5d813
dnl lt_sysroot will always be passed unquoted.  We quote it here
Packit Service b5d813
dnl in case the user passed a directory name.
Packit Service b5d813
lt_sysroot=
Packit Service b5d813
case $with_sysroot in #(
Packit Service b5d813
 yes)
Packit Service b5d813
   if test yes = "$GCC"; then
Packit Service b5d813
     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
Packit Service b5d813
   fi
Packit Service b5d813
   ;; #(
Packit Service b5d813
 /*)
Packit Service b5d813
   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
Packit Service b5d813
   ;; #(
Packit Service b5d813
 no|'')
Packit Service b5d813
   ;; #(
Packit Service b5d813
 *)
Packit Service b5d813
   AC_MSG_RESULT([$with_sysroot])
Packit Service b5d813
   AC_MSG_ERROR([The sysroot must be an absolute path.])
Packit Service b5d813
   ;;
Packit Service b5d813
esac
Packit Service b5d813
Packit Service b5d813
 AC_MSG_RESULT([${lt_sysroot:-no}])
Packit Service b5d813
_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
Packit Service b5d813
[dependent libraries, and where our libraries should be installed.])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1578: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Packit Service b5d813
m4_require([_LT_DECL_SED])dnl
Packit Service b5d813
AC_CACHE_CHECK([$1], [$2],
Packit Service b5d813
  [$2=no
Packit Service b5d813
   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
Packit Service b5d813
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Packit Service b5d813
   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
Packit Service b5d813
   # Insert the option either (1) after the last *FLAGS variable, or
Packit Service b5d813
   # (2) before a word containing "conftest.", or (3) at the end.
Packit Service b5d813
   # Note that $ac_compile itself does not contain backslashes and begins
Packit Service b5d813
   # with a dollar sign (not a hyphen), so the echo should work correctly.
Packit Service b5d813
   # The option is referenced via a variable to avoid confusing sed.
Packit Service b5d813
   lt_compile=`echo "$ac_compile" | $SED \
Packit Service b5d813
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
Packit Service b5d813
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
Packit Service b5d813
   -e 's:$: $lt_compiler_flag:'`
Packit Service b5d813
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
Packit Service b5d813
   (eval "$lt_compile" 2>conftest.err)
Packit Service b5d813
   ac_status=$?
Packit Service b5d813
   cat conftest.err >&AS_MESSAGE_LOG_FD
Packit Service b5d813
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Packit Service b5d813
   if (exit $ac_status) && test -s "$ac_outfile"; then
Packit Service b5d813
     # The compiler can only warn and ignore the option if not recognized
Packit Service b5d813
     # So say no if there are warnings other than the usual output.
Packit Service b5d813
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
Packit Service b5d813
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Packit Service b5d813
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
Packit Service b5d813
       $2=yes
Packit Service b5d813
     fi
Packit Service b5d813
   fi
Packit Service b5d813
   $RM conftest*
Packit Service b5d813
])
Packit Service b5d813
Packit Service b5d813
if test yes = "[$]$2"; then
Packit Service b5d813
    m4_if([$5], , :, [$5])
Packit Service b5d813
else
Packit Service b5d813
    m4_if([$6], , :, [$6])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1629: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Packit Service b5d813
m4_require([_LT_DECL_SED])dnl
Packit Service b5d813
AC_CACHE_CHECK([$1], [$2],
Packit Service b5d813
  [$2=no
Packit Service b5d813
   save_LDFLAGS=$LDFLAGS
Packit Service b5d813
   LDFLAGS="$LDFLAGS $3"
Packit Service b5d813
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
Packit Service b5d813
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
Packit Service b5d813
     # The linker can only warn and ignore the option if not recognized
Packit Service b5d813
     # So say no if there are warnings
Packit Service b5d813
     if test -s conftest.err; then
Packit Service b5d813
       # Append any errors to the config.log.
Packit Service b5d813
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
Packit Service b5d813
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
Packit Service b5d813
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Packit Service b5d813
       if diff conftest.exp conftest.er2 >/dev/null; then
Packit Service b5d813
         $2=yes
Packit Service b5d813
       fi
Packit Service b5d813
     else
Packit Service b5d813
       $2=yes
Packit Service b5d813
     fi
Packit Service b5d813
   fi
Packit Service b5d813
   $RM -r conftest*
Packit Service b5d813
   LDFLAGS=$save_LDFLAGS
Packit Service b5d813
])
Packit Service b5d813
Packit Service b5d813
if test yes = "[$]$2"; then
Packit Service b5d813
    m4_if([$4], , :, [$4])
Packit Service b5d813
else
Packit Service b5d813
    m4_if([$5], , :, [$5])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1671: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service b5d813
# find the maximum length of command line arguments
Packit Service b5d813
AC_MSG_CHECKING([the maximum length of command line arguments])
Packit Service b5d813
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
Packit Service b5d813
  i=0
Packit Service b5d813
  teststring=ABCD
Packit Service b5d813
Packit Service b5d813
  case $build_os in
Packit Service b5d813
  msdosdjgpp*)
Packit Service b5d813
    # On DJGPP, this test can blow up pretty badly due to problems in libc
Packit Service b5d813
    # (any single argument exceeding 2000 bytes causes a buffer overrun
Packit Service b5d813
    # during glob expansion).  Even if it were fixed, the result of this
Packit Service b5d813
    # check would be larger than it should be.
Packit Service b5d813
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  gnu*)
Packit Service b5d813
    # Under GNU Hurd, this test is not required because there is
Packit Service b5d813
    # no limit to the length of command line arguments.
Packit Service b5d813
    # Libtool will interpret -1 as no limit whatsoever
Packit Service b5d813
    lt_cv_sys_max_cmd_len=-1;
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  cygwin* | mingw* | cegcc*)
Packit Service b5d813
    # On Win9x/ME, this test blows up -- it succeeds, but takes
Packit Service b5d813
    # about 5 minutes as the teststring grows exponentially.
Packit Service b5d813
    # Worse, since 9x/ME are not pre-emptively multitasking,
Packit Service b5d813
    # you end up with a "frozen" computer, even though with patience
Packit Service b5d813
    # the test eventually succeeds (with a max line length of 256k).
Packit Service b5d813
    # Instead, let's just punt: use the minimum linelength reported by
Packit Service b5d813
    # all of the supported platforms: 8192 (on NT/2K/XP).
Packit Service b5d813
    lt_cv_sys_max_cmd_len=8192;
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  mint*)
Packit Service b5d813
    # On MiNT this can take a long time and run out of memory.
Packit Service b5d813
    lt_cv_sys_max_cmd_len=8192;
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  amigaos*)
Packit Service b5d813
    # On AmigaOS with pdksh, this test takes hours, literally.
Packit Service b5d813
    # So we just punt and use a minimum line length of 8192.
Packit Service b5d813
    lt_cv_sys_max_cmd_len=8192;
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
Packit Service b5d813
    # This has been around since 386BSD, at least.  Likely further.
Packit Service b5d813
    if test -x /sbin/sysctl; then
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
Packit Service b5d813
    elif test -x /usr/sbin/sysctl; then
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
Packit Service b5d813
    else
Packit Service b5d813
      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
Packit Service b5d813
    fi
Packit Service b5d813
    # And add a safety zone
Packit Service b5d813
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
Packit Service b5d813
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  interix*)
Packit Service b5d813
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
Packit Service b5d813
    lt_cv_sys_max_cmd_len=196608
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  os2*)
Packit Service b5d813
    # The test takes a long time on OS/2.
Packit Service b5d813
    lt_cv_sys_max_cmd_len=8192
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  osf*)
Packit Service b5d813
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
Packit Service b5d813
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
Packit Service b5d813
    # nice to cause kernel panics so lets avoid the loop below.
Packit Service b5d813
    # First set a reasonable default.
Packit Service b5d813
    lt_cv_sys_max_cmd_len=16384
Packit Service b5d813
    #
Packit Service b5d813
    if test -x /sbin/sysconfig; then
Packit Service b5d813
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
Packit Service b5d813
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
Packit Service b5d813
      esac
Packit Service b5d813
    fi
Packit Service b5d813
    ;;
Packit Service b5d813
  sco3.2v5*)
Packit Service b5d813
    lt_cv_sys_max_cmd_len=102400
Packit Service b5d813
    ;;
Packit Service b5d813
  sysv5* | sco5v6* | sysv4.2uw2*)
Packit Service b5d813
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
Packit Service b5d813
    if test -n "$kargmax"; then
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
Packit Service b5d813
    else
Packit Service b5d813
      lt_cv_sys_max_cmd_len=32768
Packit Service b5d813
    fi
Packit Service b5d813
    ;;
Packit Service b5d813
  *)
Packit Service b5d813
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
Packit Service b5d813
    if test -n "$lt_cv_sys_max_cmd_len" && \
Packit Service b5d813
       test undefined != "$lt_cv_sys_max_cmd_len"; then
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
Packit Service b5d813
    else
Packit Service b5d813
      # Make teststring a little bigger before we do anything with it.
Packit Service b5d813
      # a 1K string should be a reasonable start.
Packit Service b5d813
      for i in 1 2 3 4 5 6 7 8; do
Packit Service b5d813
        teststring=$teststring$teststring
Packit Service b5d813
      done
Packit Service b5d813
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
Packit Service b5d813
      # If test is not a shell built-in, we'll probably end up computing a
Packit Service b5d813
      # maximum length that is only half of the actual maximum length, but
Packit Service b5d813
      # we can't tell.
Packit Service b5d813
      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
Packit Service b5d813
	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
Packit Service b5d813
	      test 17 != "$i" # 1/2 MB should be enough
Packit Service b5d813
      do
Packit Service b5d813
        i=`expr $i + 1`
Packit Service b5d813
        teststring=$teststring$teststring
Packit Service b5d813
      done
Packit Service b5d813
      # Only check the string length outside the loop.
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
Packit Service b5d813
      teststring=
Packit Service b5d813
      # Add a significant safety factor because C++ compilers can tack on
Packit Service b5d813
      # massive amounts of additional arguments before passing them to the
Packit Service b5d813
      # linker.  It appears as though 1/2 is a usable value.
Packit Service b5d813
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
Packit Service b5d813
    fi
Packit Service b5d813
    ;;
Packit Service b5d813
  esac
Packit Service b5d813
])
Packit Service b5d813
if test -n "$lt_cv_sys_max_cmd_len"; then
Packit Service b5d813
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
Packit Service b5d813
else
Packit Service b5d813
  AC_MSG_RESULT(none)
Packit Service b5d813
fi
Packit Service b5d813
max_cmd_len=$lt_cv_sys_max_cmd_len
Packit Service b5d813
_LT_DECL([], [max_cmd_len], [0],
Packit Service b5d813
    [What is the maximum length of a command?])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1810: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1810: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:1921: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
Packit Service b5d813
if test yes != "$enable_dlopen"; then
Packit Service b5d813
  enable_dlopen=unknown
Packit Service b5d813
  enable_dlopen_self=unknown
Packit Service b5d813
  enable_dlopen_self_static=unknown
Packit Service b5d813
else
Packit Service b5d813
  lt_cv_dlopen=no
Packit Service b5d813
  lt_cv_dlopen_libs=
Packit Service b5d813
Packit Service b5d813
  case $host_os in
Packit Service b5d813
  beos*)
Packit Service b5d813
    lt_cv_dlopen=load_add_on
Packit Service b5d813
    lt_cv_dlopen_libs=
Packit Service b5d813
    lt_cv_dlopen_self=yes
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  mingw* | pw32* | cegcc*)
Packit Service b5d813
    lt_cv_dlopen=LoadLibrary
Packit Service b5d813
    lt_cv_dlopen_libs=
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  cygwin*)
Packit Service b5d813
    lt_cv_dlopen=dlopen
Packit Service b5d813
    lt_cv_dlopen_libs=
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  darwin*)
Packit Service b5d813
    # if libdl is installed we need to link against it
Packit Service b5d813
    AC_CHECK_LIB([dl], [dlopen],
Packit Service b5d813
		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
Packit Service b5d813
    lt_cv_dlopen=dyld
Packit Service b5d813
    lt_cv_dlopen_libs=
Packit Service b5d813
    lt_cv_dlopen_self=yes
Packit Service b5d813
    ])
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  tpf*)
Packit Service b5d813
    # Don't try to run any link tests for TPF.  We know it's impossible
Packit Service b5d813
    # because TPF is a cross-compiler, and we know how we open DSOs.
Packit Service b5d813
    lt_cv_dlopen=dlopen
Packit Service b5d813
    lt_cv_dlopen_libs=
Packit Service b5d813
    lt_cv_dlopen_self=no
Packit Service b5d813
    ;;
Packit Service b5d813
Packit Service b5d813
  *)
Packit Service b5d813
    AC_CHECK_FUNC([shl_load],
Packit Service b5d813
	  [lt_cv_dlopen=shl_load],
Packit Service b5d813
      [AC_CHECK_LIB([dld], [shl_load],
Packit Service b5d813
	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
Packit Service b5d813
	[AC_CHECK_FUNC([dlopen],
Packit Service b5d813
	      [lt_cv_dlopen=dlopen],
Packit Service b5d813
	  [AC_CHECK_LIB([dl], [dlopen],
Packit Service b5d813
		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
Packit Service b5d813
	    [AC_CHECK_LIB([svld], [dlopen],
Packit Service b5d813
		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
Packit Service b5d813
	      [AC_CHECK_LIB([dld], [dld_link],
Packit Service b5d813
		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
Packit Service b5d813
	      ])
Packit Service b5d813
	    ])
Packit Service b5d813
	  ])
Packit Service b5d813
	])
Packit Service b5d813
      ])
Packit Service b5d813
    ;;
Packit Service b5d813
  esac
Packit Service b5d813
Packit Service b5d813
  if test no = "$lt_cv_dlopen"; then
Packit Service b5d813
    enable_dlopen=no
Packit Service b5d813
  else
Packit Service b5d813
    enable_dlopen=yes
Packit Service b5d813
  fi
Packit Service b5d813
Packit Service b5d813
  case $lt_cv_dlopen in
Packit Service b5d813
  dlopen)
Packit Service b5d813
    save_CPPFLAGS=$CPPFLAGS
Packit Service b5d813
    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
Packit Service b5d813
Packit Service b5d813
    save_LDFLAGS=$LDFLAGS
Packit Service b5d813
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
Packit Service b5d813
Packit Service b5d813
    save_LIBS=$LIBS
Packit Service b5d813
    LIBS="$lt_cv_dlopen_libs $LIBS"
Packit Service b5d813
Packit Service b5d813
    AC_CACHE_CHECK([whether a program can dlopen itself],
Packit Service b5d813
	  lt_cv_dlopen_self, [dnl
Packit Service b5d813
	  _LT_TRY_DLOPEN_SELF(
Packit Service b5d813
	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
Packit Service b5d813
	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
Packit Service b5d813
    ])
Packit Service b5d813
Packit Service b5d813
    if test yes = "$lt_cv_dlopen_self"; then
Packit Service b5d813
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
Packit Service b5d813
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
Packit Service b5d813
	  lt_cv_dlopen_self_static, [dnl
Packit Service b5d813
	  _LT_TRY_DLOPEN_SELF(
Packit Service b5d813
	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
Packit Service b5d813
	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
Packit Service b5d813
      ])
Packit Service b5d813
    fi
Packit Service b5d813
Packit Service b5d813
    CPPFLAGS=$save_CPPFLAGS
Packit Service b5d813
    LDFLAGS=$save_LDFLAGS
Packit Service b5d813
    LIBS=$save_LIBS
Packit Service b5d813
    ;;
Packit Service b5d813
  esac
Packit Service b5d813
Packit Service b5d813
  case $lt_cv_dlopen_self in
Packit Service b5d813
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
Packit Service b5d813
  *) enable_dlopen_self=unknown ;;
Packit Service b5d813
  esac
Packit Service b5d813
Packit Service b5d813
  case $lt_cv_dlopen_self_static in
Packit Service b5d813
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
Packit Service b5d813
  *) enable_dlopen_self_static=unknown ;;
Packit Service b5d813
  esac
Packit Service b5d813
fi
Packit Service b5d813
_LT_DECL([dlopen_support], [enable_dlopen], [0],
Packit Service b5d813
	 [Whether dlopen is supported])
Packit Service b5d813
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
Packit Service b5d813
	 [Whether dlopen of programs is supported])
Packit Service b5d813
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
Packit Service b5d813
	 [Whether dlopen of statically linked programs is supported])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3158: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
Packit Service b5d813
AC_MSG_CHECKING([for $1])
Packit Service b5d813
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
Packit Service b5d813
[case $MAGIC_CMD in
Packit Service b5d813
[[\\/*] |  ?:[\\/]*])
Packit Service b5d813
  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
Packit Service b5d813
  ;;
Packit Service b5d813
*)
Packit Service b5d813
  lt_save_MAGIC_CMD=$MAGIC_CMD
Packit Service b5d813
  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
Packit Service b5d813
dnl $ac_dummy forces splitting on constant user-supplied paths.
Packit Service b5d813
dnl POSIX.2 word splitting is done only on the output of word expansions,
Packit Service b5d813
dnl not every word.  This closes a longstanding sh security hole.
Packit Service b5d813
  ac_dummy="m4_if([$2], , $PATH, [$2])"
Packit Service b5d813
  for ac_dir in $ac_dummy; do
Packit Service b5d813
    IFS=$lt_save_ifs
Packit Service b5d813
    test -z "$ac_dir" && ac_dir=.
Packit Service b5d813
    if test -f "$ac_dir/$1"; then
Packit Service b5d813
      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
Packit Service b5d813
      if test -n "$file_magic_test_file"; then
Packit Service b5d813
	case $deplibs_check_method in
Packit Service b5d813
	"file_magic "*)
Packit Service b5d813
	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
Packit Service b5d813
	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
Packit Service b5d813
	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
Packit Service b5d813
	    $EGREP "$file_magic_regex" > /dev/null; then
Packit Service b5d813
	    :
Packit Service b5d813
	  else
Packit Service b5d813
	    cat <<_LT_EOF 1>&2
Packit Service b5d813
Packit Service b5d813
*** Warning: the command libtool uses to detect shared libraries,
Packit Service b5d813
*** $file_magic_cmd, produces output that libtool cannot recognize.
Packit Service b5d813
*** The result is that libtool may fail to recognize shared libraries
Packit Service b5d813
*** as such.  This will affect the creation of libtool libraries that
Packit Service b5d813
*** depend on shared libraries, but programs linked with such libtool
Packit Service b5d813
*** libraries will work regardless of this problem.  Nevertheless, you
Packit Service b5d813
*** may want to report the problem to your system manager and/or to
Packit Service b5d813
*** bug-libtool@gnu.org
Packit Service b5d813
Packit Service b5d813
_LT_EOF
Packit Service b5d813
	  fi ;;
Packit Service b5d813
	esac
Packit Service b5d813
      fi
Packit Service b5d813
      break
Packit Service b5d813
    fi
Packit Service b5d813
  done
Packit Service b5d813
  IFS=$lt_save_ifs
Packit Service b5d813
  MAGIC_CMD=$lt_save_MAGIC_CMD
Packit Service b5d813
  ;;
Packit Service b5d813
esac])
Packit Service b5d813
MAGIC_CMD=$lt_cv_path_MAGIC_CMD
Packit Service b5d813
if test -n "$MAGIC_CMD"; then
Packit Service b5d813
  AC_MSG_RESULT($MAGIC_CMD)
Packit Service b5d813
else
Packit Service b5d813
  AC_MSG_RESULT(no)
Packit Service b5d813
fi
Packit Service b5d813
_LT_DECL([], [MAGIC_CMD], [0],
Packit Service b5d813
	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3220: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3220: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3243: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
Packit Service b5d813
AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service b5d813
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
Packit Service b5d813
m4_require([_LT_DECL_SED])dnl
Packit Service b5d813
m4_require([_LT_DECL_EGREP])dnl
Packit Service b5d813
m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
Packit Service b5d813
Packit Service b5d813
AC_ARG_WITH([gnu-ld],
Packit Service b5d813
    [AS_HELP_STRING([--with-gnu-ld],
Packit Service b5d813
	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
Packit Service b5d813
    [test no = "$withval" || with_gnu_ld=yes],
Packit Service b5d813
    [with_gnu_ld=no])dnl
Packit Service b5d813
Packit Service b5d813
ac_prog=ld
Packit Service b5d813
if test yes = "$GCC"; then
Packit Service b5d813
  # Check if gcc -print-prog-name=ld gives a path.
Packit Service b5d813
  AC_MSG_CHECKING([for ld used by $CC])
Packit Service b5d813
  case $host in
Packit Service b5d813
  *-*-mingw*)
Packit Service b5d813
    # gcc leaves a trailing carriage return, which upsets mingw
Packit Service b5d813
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
Packit Service b5d813
  *)
Packit Service b5d813
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
Packit Service b5d813
  esac
Packit Service b5d813
  case $ac_prog in
Packit Service b5d813
    # Accept absolute paths.
Packit Service b5d813
    [[\\/]]* | ?:[[\\/]]*)
Packit Service b5d813
      re_direlt='/[[^/]][[^/]]*/\.\./'
Packit Service b5d813
      # Canonicalize the pathname of ld
Packit Service b5d813
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
Packit Service b5d813
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
Packit Service b5d813
	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
Packit Service b5d813
      done
Packit Service b5d813
      test -z "$LD" && LD=$ac_prog
Packit Service b5d813
      ;;
Packit Service b5d813
  "")
Packit Service b5d813
    # If it fails, then pretend we aren't using GCC.
Packit Service b5d813
    ac_prog=ld
Packit Service b5d813
    ;;
Packit Service b5d813
  *)
Packit Service b5d813
    # If it is relative, then search for the first ld in PATH.
Packit Service b5d813
    with_gnu_ld=unknown
Packit Service b5d813
    ;;
Packit Service b5d813
  esac
Packit Service b5d813
elif test yes = "$with_gnu_ld"; then
Packit Service b5d813
  AC_MSG_CHECKING([for GNU ld])
Packit Service b5d813
else
Packit Service b5d813
  AC_MSG_CHECKING([for non-GNU ld])
Packit Service b5d813
fi
Packit Service b5d813
AC_CACHE_VAL(lt_cv_path_LD,
Packit Service b5d813
[if test -z "$LD"; then
Packit Service b5d813
  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
Packit Service b5d813
  for ac_dir in $PATH; do
Packit Service b5d813
    IFS=$lt_save_ifs
Packit Service b5d813
    test -z "$ac_dir" && ac_dir=.
Packit Service b5d813
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
Packit Service b5d813
      lt_cv_path_LD=$ac_dir/$ac_prog
Packit Service b5d813
      # Check to see if the program is GNU ld.  I'd rather use --version,
Packit Service b5d813
      # but apparently some variants of GNU ld only accept -v.
Packit Service b5d813
      # Break only if it was the GNU/non-GNU ld that we prefer.
Packit Service b5d813
      case `"$lt_cv_path_LD" -v 2>&1 
Packit Service b5d813
      *GNU* | *'with BFD'*)
Packit Service b5d813
	test no != "$with_gnu_ld" && break
Packit Service b5d813
	;;
Packit Service b5d813
      *)
Packit Service b5d813
	test yes != "$with_gnu_ld" && break
Packit Service b5d813
	;;
Packit Service b5d813
      esac
Packit Service b5d813
    fi
Packit Service b5d813
  done
Packit Service b5d813
  IFS=$lt_save_ifs
Packit Service b5d813
else
Packit Service b5d813
  lt_cv_path_LD=$LD # Let the user override the test with a path.
Packit Service b5d813
fi])
Packit Service b5d813
LD=$lt_cv_path_LD
Packit Service b5d813
if test -n "$LD"; then
Packit Service b5d813
  AC_MSG_RESULT($LD)
Packit Service b5d813
else
Packit Service b5d813
  AC_MSG_RESULT(no)
Packit Service b5d813
fi
Packit Service b5d813
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
Packit Service b5d813
_LT_PATH_LD_GNU
Packit Service b5d813
AC_SUBST([LD])
Packit Service b5d813
Packit Service b5d813
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3332: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3332: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3333: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3333: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3662: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
Packit Service b5d813
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
Packit Service b5d813
[if test -n "$NM"; then
Packit Service b5d813
  # Let the user override the test.
Packit Service b5d813
  lt_cv_path_NM=$NM
Packit Service b5d813
else
Packit Service b5d813
  lt_nm_to_check=${ac_tool_prefix}nm
Packit Service b5d813
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
Packit Service b5d813
    lt_nm_to_check="$lt_nm_to_check nm"
Packit Service b5d813
  fi
Packit Service b5d813
  for lt_tmp_nm in $lt_nm_to_check; do
Packit Service b5d813
    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
Packit Service b5d813
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
Packit Service b5d813
      IFS=$lt_save_ifs
Packit Service b5d813
      test -z "$ac_dir" && ac_dir=.
Packit Service b5d813
      tmp_nm=$ac_dir/$lt_tmp_nm
Packit Service b5d813
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
Packit Service b5d813
	# Check to see if the nm accepts a BSD-compat flag.
Packit Service b5d813
	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
Packit Service b5d813
	#   nm: unknown option "B" ignored
Packit Service b5d813
	# Tru64's nm complains that /dev/null is an invalid object file
Packit Service b5d813
	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
Packit Service b5d813
	case $build_os in
Packit Service b5d813
	mingw*) lt_bad_file=conftest.nm/nofile ;;
Packit Service b5d813
	*) lt_bad_file=/dev/null ;;
Packit Service b5d813
	esac
Packit Service b5d813
	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
Packit Service b5d813
	*$lt_bad_file* | *'Invalid file or object type'*)
Packit Service b5d813
	  lt_cv_path_NM="$tmp_nm -B"
Packit Service b5d813
	  break 2
Packit Service b5d813
	  ;;
Packit Service b5d813
	*)
Packit Service b5d813
	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
Packit Service b5d813
	  */dev/null*)
Packit Service b5d813
	    lt_cv_path_NM="$tmp_nm -p"
Packit Service b5d813
	    break 2
Packit Service b5d813
	    ;;
Packit Service b5d813
	  *)
Packit Service b5d813
	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
Packit Service b5d813
	    continue # so that we can try to find one that supports BSD flags
Packit Service b5d813
	    ;;
Packit Service b5d813
	  esac
Packit Service b5d813
	  ;;
Packit Service b5d813
	esac
Packit Service b5d813
      fi
Packit Service b5d813
    done
Packit Service b5d813
    IFS=$lt_save_ifs
Packit Service b5d813
  done
Packit Service b5d813
  : ${lt_cv_path_NM=no}
Packit Service b5d813
fi])
Packit Service b5d813
if test no != "$lt_cv_path_NM"; then
Packit Service b5d813
  NM=$lt_cv_path_NM
Packit Service b5d813
else
Packit Service b5d813
  # Didn't find any BSD compatible name lister, look for dumpbin.
Packit Service b5d813
  if test -n "$DUMPBIN"; then :
Packit Service b5d813
    # Let the user override the test.
Packit Service b5d813
  else
Packit Service b5d813
    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
Packit Service b5d813
    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
Packit Service b5d813
    *COFF*)
Packit Service b5d813
      DUMPBIN="$DUMPBIN -symbols -headers"
Packit Service b5d813
      ;;
Packit Service b5d813
    *)
Packit Service b5d813
      DUMPBIN=:
Packit Service b5d813
      ;;
Packit Service b5d813
    esac
Packit Service b5d813
  fi
Packit Service b5d813
  AC_SUBST([DUMPBIN])
Packit Service b5d813
  if test : != "$DUMPBIN"; then
Packit Service b5d813
    NM=$DUMPBIN
Packit Service b5d813
  fi
Packit Service b5d813
fi
Packit Service b5d813
test -z "$NM" && NM=nm
Packit Service b5d813
AC_SUBST([NM])
Packit Service b5d813
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
Packit Service b5d813
Packit Service b5d813
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
Packit Service b5d813
  [lt_cv_nm_interface="BSD nm"
Packit Service b5d813
  echo "int some_variable = 0;" > conftest.$ac_ext
Packit Service b5d813
  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
Packit Service b5d813
  (eval "$ac_compile" 2>conftest.err)
Packit Service b5d813
  cat conftest.err >&AS_MESSAGE_LOG_FD
Packit Service b5d813
  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
Packit Service b5d813
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
Packit Service b5d813
  cat conftest.err >&AS_MESSAGE_LOG_FD
Packit Service b5d813
  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
Packit Service b5d813
  cat conftest.out >&AS_MESSAGE_LOG_FD
Packit Service b5d813
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
Packit Service b5d813
    lt_cv_nm_interface="MS dumpbin"
Packit Service b5d813
  fi
Packit Service b5d813
  rm -f conftest*])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3757: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3757: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3758: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3758: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3829: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
Packit Service b5d813
  test DEF = "`$SED -n dnl
Packit Service b5d813
    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
Packit Service b5d813
    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
Packit Service b5d813
    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
Packit Service b5d813
    -e q dnl                          Only consider the first "real" line
Packit Service b5d813
    $1`" dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3843: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service b5d813
LIBM=
Packit Service b5d813
case $host in
Packit Service b5d813
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
Packit Service b5d813
  # These system don't have libm, or don't need it
Packit Service b5d813
  ;;
Packit Service b5d813
*-ncr-sysv4.3*)
Packit Service b5d813
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
Packit Service b5d813
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
Packit Service b5d813
  ;;
Packit Service b5d813
*)
Packit Service b5d813
  AC_CHECK_LIB(m, cos, LIBM=-lm)
Packit Service b5d813
  ;;
Packit Service b5d813
esac
Packit Service b5d813
AC_SUBST([LIBM])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3862: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:3862: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8125: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
Packit Service b5d813
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
Packit Service b5d813
    [AC_CHECK_TOOL(GCJ, gcj,)
Packit Service b5d813
      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
Packit Service b5d813
      AC_SUBST(GCJFLAGS)])])[]dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8134: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8134: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8141: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8148: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8153: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8153: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8273: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/libtool.m4:8273: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [
Packit Service b5d813
AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
Packit Service b5d813
Packit Service b5d813
AC_CHECK_TYPES([error_t],
Packit Service b5d813
  [],
Packit Service b5d813
  [AC_DEFINE([error_t], [int],
Packit Service b5d813
   [Define to a type to use for 'error_t' if it is not otherwise available.])
Packit Service b5d813
   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
Packit Service b5d813
    does not typedef error_t.])],
Packit Service b5d813
  [#if defined(HAVE_ARGZ_H)
Packit Service b5d813
#  include <argz.h>
Packit Service b5d813
#endif])
Packit Service b5d813
Packit Service b5d813
LT_ARGZ_H=
Packit Service b5d813
AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
Packit Service b5d813
	argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
Packit Service b5d813
Packit Service b5d813
dnl if have system argz functions, allow forced use of
Packit Service b5d813
dnl libltdl-supplied implementation (and default to do so
Packit Service b5d813
dnl on "known bad" systems). Could use a runtime check, but
Packit Service b5d813
dnl (a) detecting malloc issues is notoriously unreliable
Packit Service b5d813
dnl (b) only known system that declares argz functions,
Packit Service b5d813
dnl     provides them, yet they are broken, is cygwin
Packit Service b5d813
dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
Packit Service b5d813
dnl So, it's more straightforward simply to special case
Packit Service b5d813
dnl this for known bad systems.
Packit Service b5d813
AS_IF([test -z "$LT_ARGZ_H"],
Packit Service b5d813
    [AC_CACHE_CHECK(
Packit Service b5d813
        [if argz actually works],
Packit Service b5d813
        [lt_cv_sys_argz_works],
Packit Service b5d813
        [[case $host_os in #(
Packit Service b5d813
	 *cygwin*)
Packit Service b5d813
	   lt_cv_sys_argz_works=no
Packit Service b5d813
	   if test no != "$cross_compiling"; then
Packit Service b5d813
	     lt_cv_sys_argz_works="guessing no"
Packit Service b5d813
	   else
Packit Service b5d813
	     lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
Packit Service b5d813
	     save_IFS=$IFS
Packit Service b5d813
	     IFS=-.
Packit Service b5d813
	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
Packit Service b5d813
	     IFS=$save_IFS
Packit Service b5d813
	     lt_os_major=${2-0}
Packit Service b5d813
	     lt_os_minor=${3-0}
Packit Service b5d813
	     lt_os_micro=${4-0}
Packit Service b5d813
	     if test 1 -lt "$lt_os_major" \
Packit Service b5d813
		|| { test 1 -eq "$lt_os_major" \
Packit Service b5d813
		  && { test 5 -lt "$lt_os_minor" \
Packit Service b5d813
		    || { test 5 -eq "$lt_os_minor" \
Packit Service b5d813
		      && test 24 -lt "$lt_os_micro"; }; }; }; then
Packit Service b5d813
	       lt_cv_sys_argz_works=yes
Packit Service b5d813
	     fi
Packit Service b5d813
	   fi
Packit Service b5d813
	   ;; #(
Packit Service b5d813
	 *) lt_cv_sys_argz_works=yes ;;
Packit Service b5d813
	 esac]])
Packit Service b5d813
     AS_IF([test yes = "$lt_cv_sys_argz_works"],
Packit Service b5d813
        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
Packit Service b5d813
                   [This value is set to 1 to indicate that the system argz facility works])],
Packit Service b5d813
        [LT_ARGZ_H=lt__argz.h
Packit Service b5d813
        AC_LIBOBJ([lt__argz])])])
Packit Service b5d813
Packit Service b5d813
AC_SUBST([LT_ARGZ_H])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
Packit Service b5d813
_$0($*)
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
Packit Service b5d813
dnl Although the argument is deprecated and no longer documented,
Packit Service b5d813
dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
Packit Service b5d813
dnl here make sure it is the same as any other declaration of libltdl's
Packit Service b5d813
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
Packit Service b5d813
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
Packit Service b5d813
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
Packit Service b5d813
_$0()
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service b5d813
_LTDL_CONVENIENCE])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service b5d813
_LTDL_CONVENIENCE])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
Packit Service b5d813
dnl Although the argument is deprecated and no longer documented,
Packit Service b5d813
dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
Packit Service b5d813
dnl here make sure it is the same as any other declaration of libltdl's
Packit Service b5d813
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
Packit Service b5d813
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
Packit Service b5d813
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
Packit Service b5d813
_$0()
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service b5d813
_LTDL_INSTALLABLE])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service b5d813
_LTDL_INSTALLABLE])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
Packit Service b5d813
  m4_pattern_allow([^_LT_LIBOBJS$])
Packit Service b5d813
  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
Packit Service b5d813
_LT_SET_OPTIONS([$0], [$1])
Packit Service b5d813
Packit Service b5d813
dnl We need to keep our own list of libobjs separate from our parent project,
Packit Service b5d813
dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
Packit Service b5d813
dnl we look for our own LIBOBJs.
Packit Service b5d813
m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
Packit Service b5d813
m4_pushdef([AC_LIBSOURCES])
Packit Service b5d813
Packit Service b5d813
dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
Packit Service b5d813
m4_if(_LTDL_MODE, [],
Packit Service b5d813
        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
Packit Service b5d813
        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
Packit Service b5d813
                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
Packit Service b5d813
Packit Service b5d813
AC_ARG_WITH([included_ltdl],
Packit Service b5d813
    [AS_HELP_STRING([--with-included-ltdl],
Packit Service b5d813
                    [use the GNU ltdl sources included here])])
Packit Service b5d813
Packit Service b5d813
if test yes != "$with_included_ltdl"; then
Packit Service b5d813
  # We are not being forced to use the included libltdl sources, so
Packit Service b5d813
  # decide whether there is a useful installed version we can use.
Packit Service b5d813
  AC_CHECK_HEADER([ltdl.h],
Packit Service b5d813
      [AC_CHECK_DECL([lt_dlinterface_register],
Packit Service b5d813
	   [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
Packit Service b5d813
	       [with_included_ltdl=no],
Packit Service b5d813
	       [with_included_ltdl=yes])],
Packit Service b5d813
	   [with_included_ltdl=yes],
Packit Service b5d813
	   [AC_INCLUDES_DEFAULT
Packit Service b5d813
	    #include <ltdl.h>])],
Packit Service b5d813
      [with_included_ltdl=yes],
Packit Service b5d813
      [AC_INCLUDES_DEFAULT]
Packit Service b5d813
  )
Packit Service b5d813
fi
Packit Service b5d813
Packit Service b5d813
dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
Packit Service b5d813
dnl was called yet, then for old times' sake, we assume libltdl is in an
Packit Service b5d813
dnl eponymous directory:
Packit Service b5d813
AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
Packit Service b5d813
Packit Service b5d813
AC_ARG_WITH([ltdl_include],
Packit Service b5d813
    [AS_HELP_STRING([--with-ltdl-include=DIR],
Packit Service b5d813
                    [use the ltdl headers installed in DIR])])
Packit Service b5d813
Packit Service b5d813
if test -n "$with_ltdl_include"; then
Packit Service b5d813
  if test -f "$with_ltdl_include/ltdl.h"; then :
Packit Service b5d813
  else
Packit Service b5d813
    AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
Packit Service b5d813
  fi
Packit Service b5d813
else
Packit Service b5d813
  with_ltdl_include=no
Packit Service b5d813
fi
Packit Service b5d813
Packit Service b5d813
AC_ARG_WITH([ltdl_lib],
Packit Service b5d813
    [AS_HELP_STRING([--with-ltdl-lib=DIR],
Packit Service b5d813
                    [use the libltdl.la installed in DIR])])
Packit Service b5d813
Packit Service b5d813
if test -n "$with_ltdl_lib"; then
Packit Service b5d813
  if test -f "$with_ltdl_lib/libltdl.la"; then :
Packit Service b5d813
  else
Packit Service b5d813
    AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
Packit Service b5d813
  fi
Packit Service b5d813
else
Packit Service b5d813
  with_ltdl_lib=no
Packit Service b5d813
fi
Packit Service b5d813
Packit Service b5d813
case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
Packit Service b5d813
  ,yes,no,no,)
Packit Service b5d813
	m4_case(m4_default(_LTDL_TYPE, [convenience]),
Packit Service b5d813
	    [convenience], [_LTDL_CONVENIENCE],
Packit Service b5d813
	    [installable], [_LTDL_INSTALLABLE],
Packit Service b5d813
	  [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
Packit Service b5d813
	;;
Packit Service b5d813
  ,no,no,no,)
Packit Service b5d813
	# If the included ltdl is not to be used, then use the
Packit Service b5d813
	# preinstalled libltdl we found.
Packit Service b5d813
	AC_DEFINE([HAVE_LTDL], [1],
Packit Service b5d813
	  [Define this if a modern libltdl is already installed])
Packit Service b5d813
	LIBLTDL=-lltdl
Packit Service b5d813
	LTDLDEPS=
Packit Service b5d813
	LTDLINCL=
Packit Service b5d813
	;;
Packit Service b5d813
  ,no*,no,*)
Packit Service b5d813
	AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
Packit Service b5d813
	;;
Packit Service b5d813
  *)	with_included_ltdl=no
Packit Service b5d813
	LIBLTDL="-L$with_ltdl_lib -lltdl"
Packit Service b5d813
	LTDLDEPS=
Packit Service b5d813
	LTDLINCL=-I$with_ltdl_include
Packit Service b5d813
	;;
Packit Service b5d813
esac
Packit Service b5d813
INCLTDL=$LTDLINCL
Packit Service b5d813
Packit Service b5d813
# Report our decision...
Packit Service b5d813
AC_MSG_CHECKING([where to find libltdl headers])
Packit Service b5d813
AC_MSG_RESULT([$LTDLINCL])
Packit Service b5d813
AC_MSG_CHECKING([where to find libltdl library])
Packit Service b5d813
AC_MSG_RESULT([$LIBLTDL])
Packit Service b5d813
Packit Service b5d813
_LTDL_SETUP
Packit Service b5d813
Packit Service b5d813
dnl restore autoconf definition.
Packit Service b5d813
m4_popdef([AC_LIBOBJ])
Packit Service b5d813
m4_popdef([AC_LIBSOURCES])
Packit Service b5d813
Packit Service b5d813
AC_CONFIG_COMMANDS_PRE([
Packit Service b5d813
    _ltdl_libobjs=
Packit Service b5d813
    _ltdl_ltlibobjs=
Packit Service b5d813
    if test -n "$_LT_LIBOBJS"; then
Packit Service b5d813
      # Remove the extension.
Packit Service b5d813
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
Packit Service b5d813
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
Packit Service b5d813
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
Packit Service b5d813
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
Packit Service b5d813
      done
Packit Service b5d813
    fi
Packit Service b5d813
    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
Packit Service b5d813
    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
Packit Service b5d813
])
Packit Service b5d813
Packit Service b5d813
# Only expand once:
Packit Service b5d813
m4_define([LTDL_INIT])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LTDL_INIT($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LTDL_INIT($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
LTDL_INIT($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
Packit Service b5d813
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
Packit Service b5d813
AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
Packit Service b5d813
AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
Packit Service b5d813
AC_REQUIRE([LT_LIB_DLLOAD])dnl
Packit Service b5d813
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
Packit Service b5d813
AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
Packit Service b5d813
AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
Packit Service b5d813
AC_REQUIRE([LT_FUNC_ARGZ])dnl
Packit Service b5d813
Packit Service b5d813
m4_require([_LT_CHECK_OBJDIR])dnl
Packit Service b5d813
m4_require([_LT_HEADER_DLFCN])dnl
Packit Service b5d813
m4_require([_LT_CHECK_DLPREOPEN])dnl
Packit Service b5d813
m4_require([_LT_DECL_SED])dnl
Packit Service b5d813
Packit Service b5d813
dnl Don't require this, or it will be expanded earlier than the code
Packit Service b5d813
dnl that sets the variables it relies on:
Packit Service b5d813
_LT_ENABLE_INSTALL
Packit Service b5d813
Packit Service b5d813
dnl _LTDL_MODE specific code must be called at least once:
Packit Service b5d813
_LTDL_MODE_DISPATCH
Packit Service b5d813
Packit Service b5d813
# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
Packit Service b5d813
# the user used.  This is so that ltdl.h can pick up the parent projects
Packit Service b5d813
# config.h file, The first file in AC_CONFIG_HEADERS must contain the
Packit Service b5d813
# definitions required by ltdl.c.
Packit Service b5d813
# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
Packit Service b5d813
AC_CONFIG_COMMANDS_PRE([dnl
Packit Service b5d813
m4_pattern_allow([^LT_CONFIG_H$])dnl
Packit Service b5d813
m4_ifset([AH_HEADER],
Packit Service b5d813
    [LT_CONFIG_H=AH_HEADER],
Packit Service b5d813
    [m4_ifset([AC_LIST_HEADERS],
Packit Service b5d813
	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[      ]]*||;s|[[ :]].*$||'`],
Packit Service b5d813
	[])])])
Packit Service b5d813
AC_SUBST([LT_CONFIG_H])
Packit Service b5d813
Packit Service b5d813
AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
Packit Service b5d813
	[], [], [AC_INCLUDES_DEFAULT])
Packit Service b5d813
Packit Service b5d813
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
Packit Service b5d813
AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
Packit Service b5d813
Packit Service b5d813
m4_pattern_allow([LT_LIBEXT])dnl
Packit Service b5d813
AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
Packit Service b5d813
Packit Service b5d813
name=
Packit Service b5d813
eval "lt_libprefix=\"$libname_spec\""
Packit Service b5d813
m4_pattern_allow([LT_LIBPREFIX])dnl
Packit Service b5d813
AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
Packit Service b5d813
Packit Service b5d813
name=ltdl
Packit Service b5d813
eval "LTDLOPEN=\"$libname_spec\""
Packit Service b5d813
AC_SUBST([LTDLOPEN])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service b5d813
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
Packit Service b5d813
  [lt_cv_sys_dlopen_deplibs],
Packit Service b5d813
  [# PORTME does your system automatically load deplibs for dlopen?
Packit Service b5d813
  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
Packit Service b5d813
  # For now, we just catch OSes we know something about -- in the
Packit Service b5d813
  # future, we'll try test this programmatically.
Packit Service b5d813
  lt_cv_sys_dlopen_deplibs=unknown
Packit Service b5d813
  case $host_os in
Packit Service b5d813
  aix3*|aix4.1.*|aix4.2.*)
Packit Service b5d813
    # Unknown whether this is true for these versions of AIX, but
Packit Service b5d813
    # we want this 'case' here to explicitly catch those versions.
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=unknown
Packit Service b5d813
    ;;
Packit Service b5d813
  aix[[4-9]]*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  amigaos*)
Packit Service b5d813
    case $host_cpu in
Packit Service b5d813
    powerpc)
Packit Service b5d813
      lt_cv_sys_dlopen_deplibs=no
Packit Service b5d813
      ;;
Packit Service b5d813
    esac
Packit Service b5d813
    ;;
Packit Service b5d813
  bitrig*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  darwin*)
Packit Service b5d813
    # Assuming the user has installed a libdl from somewhere, this is true
Packit Service b5d813
    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  freebsd* | dragonfly*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
Packit Service b5d813
    # GNU and its variants, using gnu ld.so (Glibc)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  hpux10*|hpux11*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  interix*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  irix[[12345]]*|irix6.[[01]]*)
Packit Service b5d813
    # Catch all versions of IRIX before 6.2, and indicate that we don't
Packit Service b5d813
    # know how it worked for any of those versions.
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=unknown
Packit Service b5d813
    ;;
Packit Service b5d813
  irix*)
Packit Service b5d813
    # The case above catches anything before 6.2, and it's known that
Packit Service b5d813
    # at 6.2 and later dlopen does load deplibs.
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  netbsd*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  openbsd*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  osf[[1234]]*)
Packit Service b5d813
    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
Packit Service b5d813
    # it did *not* use an RPATH in a shared library to find objects the
Packit Service b5d813
    # library depends on, so we explicitly say 'no'.
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=no
Packit Service b5d813
    ;;
Packit Service b5d813
  osf5.0|osf5.0a|osf5.1)
Packit Service b5d813
    # dlopen *does* load deplibs and with the right loader patch applied
Packit Service b5d813
    # it even uses RPATH in a shared library to search for shared objects
Packit Service b5d813
    # that the library depends on, but there's no easy way to know if that
Packit Service b5d813
    # patch is installed.  Since this is the case, all we can really
Packit Service b5d813
    # say is unknown -- it depends on the patch being installed.  If
Packit Service b5d813
    # it is, this changes to 'yes'.  Without it, it would be 'no'.
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=unknown
Packit Service b5d813
    ;;
Packit Service b5d813
  osf*)
Packit Service b5d813
    # the two cases above should catch all versions of osf <= 5.1.  Read
Packit Service b5d813
    # the comments above for what we know about them.
Packit Service b5d813
    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
Packit Service b5d813
    # is used to find them so we can finally say 'yes'.
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  qnx*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  solaris*)
Packit Service b5d813
    lt_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
Packit Service b5d813
    libltdl_cv_sys_dlopen_deplibs=yes
Packit Service b5d813
    ;;
Packit Service b5d813
  esac
Packit Service b5d813
  ])
Packit Service b5d813
if test yes != "$lt_cv_sys_dlopen_deplibs"; then
Packit Service b5d813
 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
Packit Service b5d813
    [Define if the OS needs help to load dependent libraries for dlopen().])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:545: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:545: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:552: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
Packit Service b5d813
AC_CACHE_CHECK([what extension is used for runtime loadable modules],
Packit Service b5d813
  [libltdl_cv_shlibext],
Packit Service b5d813
[
Packit Service b5d813
module=yes
Packit Service b5d813
eval libltdl_cv_shlibext=$shrext_cmds
Packit Service b5d813
module=no
Packit Service b5d813
eval libltdl_cv_shrext=$shrext_cmds
Packit Service b5d813
  ])
Packit Service b5d813
if test -n "$libltdl_cv_shlibext"; then
Packit Service b5d813
  m4_pattern_allow([LT_MODULE_EXT])dnl
Packit Service b5d813
  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
Packit Service b5d813
    [Define to the extension used for runtime loadable modules, say, ".so".])
Packit Service b5d813
fi
Packit Service b5d813
if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
Packit Service b5d813
  m4_pattern_allow([LT_SHARED_EXT])dnl
Packit Service b5d813
  AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
Packit Service b5d813
    [Define to the shared library suffix, say, ".dylib".])
Packit Service b5d813
fi
Packit Service b5d813
if test -n "$shared_archive_member_spec"; then
Packit Service b5d813
  m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl
Packit Service b5d813
  AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"],
Packit Service b5d813
    [Define to the shared archive member specification, say "(shr.o)".])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:580: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:587: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
Packit Service b5d813
AC_CACHE_CHECK([what variable specifies run-time module search path],
Packit Service b5d813
  [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var])
Packit Service b5d813
if test -n "$lt_cv_module_path_var"; then
Packit Service b5d813
  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
Packit Service b5d813
  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
Packit Service b5d813
    [Define to the name of the environment variable that determines the run-time module search path.])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:599: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
Packit Service b5d813
AC_CACHE_CHECK([for the default library search path],
Packit Service b5d813
  [lt_cv_sys_dlsearch_path],
Packit Service b5d813
  [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
Packit Service b5d813
if test -n "$lt_cv_sys_dlsearch_path"; then
Packit Service b5d813
  sys_dlsearch_path=
Packit Service b5d813
  for dir in $lt_cv_sys_dlsearch_path; do
Packit Service b5d813
    if test -z "$sys_dlsearch_path"; then
Packit Service b5d813
      sys_dlsearch_path=$dir
Packit Service b5d813
    else
Packit Service b5d813
      sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
Packit Service b5d813
    fi
Packit Service b5d813
  done
Packit Service b5d813
  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
Packit Service b5d813
  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
Packit Service b5d813
    [Define to the system default library search path.])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:627: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:653: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
Packit Service b5d813
LT_DLLOADERS=
Packit Service b5d813
AC_SUBST([LT_DLLOADERS])
Packit Service b5d813
Packit Service b5d813
AC_LANG_PUSH([C])
Packit Service b5d813
lt_dlload_save_LIBS=$LIBS
Packit Service b5d813
Packit Service b5d813
LIBADD_DLOPEN=
Packit Service b5d813
AC_SEARCH_LIBS([dlopen], [dl],
Packit Service b5d813
	[AC_DEFINE([HAVE_LIBDL], [1],
Packit Service b5d813
		   [Define if you have the libdl library or equivalent.])
Packit Service b5d813
	if test "$ac_cv_search_dlopen" != "none required"; then
Packit Service b5d813
	  LIBADD_DLOPEN=-ldl
Packit Service b5d813
	fi
Packit Service b5d813
	libltdl_cv_lib_dl_dlopen=yes
Packit Service b5d813
	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
Packit Service b5d813
    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
Packit Service b5d813
#  include <dlfcn.h>
Packit Service b5d813
#endif
Packit Service b5d813
    ]], [[dlopen(0, 0);]])],
Packit Service b5d813
	    [AC_DEFINE([HAVE_LIBDL], [1],
Packit Service b5d813
		       [Define if you have the libdl library or equivalent.])
Packit Service b5d813
	    libltdl_cv_func_dlopen=yes
Packit Service b5d813
	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
Packit Service b5d813
	[AC_CHECK_LIB([svld], [dlopen],
Packit Service b5d813
		[AC_DEFINE([HAVE_LIBDL], [1],
Packit Service b5d813
			 [Define if you have the libdl library or equivalent.])
Packit Service b5d813
	        LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
Packit Service b5d813
		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
Packit Service b5d813
if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
Packit Service b5d813
then
Packit Service b5d813
  lt_save_LIBS=$LIBS
Packit Service b5d813
  LIBS="$LIBS $LIBADD_DLOPEN"
Packit Service b5d813
  AC_CHECK_FUNCS([dlerror])
Packit Service b5d813
  LIBS=$lt_save_LIBS
Packit Service b5d813
fi
Packit Service b5d813
AC_SUBST([LIBADD_DLOPEN])
Packit Service b5d813
Packit Service b5d813
LIBADD_SHL_LOAD=
Packit Service b5d813
AC_CHECK_FUNC([shl_load],
Packit Service b5d813
	[AC_DEFINE([HAVE_SHL_LOAD], [1],
Packit Service b5d813
		   [Define if you have the shl_load function.])
Packit Service b5d813
	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
Packit Service b5d813
    [AC_CHECK_LIB([dld], [shl_load],
Packit Service b5d813
	    [AC_DEFINE([HAVE_SHL_LOAD], [1],
Packit Service b5d813
		       [Define if you have the shl_load function.])
Packit Service b5d813
	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
Packit Service b5d813
	    LIBADD_SHL_LOAD=-ldld])])
Packit Service b5d813
AC_SUBST([LIBADD_SHL_LOAD])
Packit Service b5d813
Packit Service b5d813
case $host_os in
Packit Service b5d813
darwin[[1567]].*)
Packit Service b5d813
# We only want this for pre-Mac OS X 10.4.
Packit Service b5d813
  AC_CHECK_FUNC([_dyld_func_lookup],
Packit Service b5d813
	[AC_DEFINE([HAVE_DYLD], [1],
Packit Service b5d813
		   [Define if you have the _dyld_func_lookup function.])
Packit Service b5d813
	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
Packit Service b5d813
  ;;
Packit Service b5d813
beos*)
Packit Service b5d813
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
Packit Service b5d813
  ;;
Packit Service b5d813
cygwin* | mingw* | pw32*)
Packit Service b5d813
  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
Packit Service b5d813
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
Packit Service b5d813
  ;;
Packit Service b5d813
esac
Packit Service b5d813
Packit Service b5d813
AC_CHECK_LIB([dld], [dld_link],
Packit Service b5d813
	[AC_DEFINE([HAVE_DLD], [1],
Packit Service b5d813
		   [Define if you have the GNU dld library.])
Packit Service b5d813
		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
Packit Service b5d813
AC_SUBST([LIBADD_DLD_LINK])
Packit Service b5d813
Packit Service b5d813
m4_pattern_allow([^LT_DLPREOPEN$])
Packit Service b5d813
LT_DLPREOPEN=
Packit Service b5d813
if test -n "$LT_DLLOADERS"
Packit Service b5d813
then
Packit Service b5d813
  for lt_loader in $LT_DLLOADERS; do
Packit Service b5d813
    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
Packit Service b5d813
  done
Packit Service b5d813
  AC_DEFINE([HAVE_LIBDLLOADER], [1],
Packit Service b5d813
            [Define if libdlloader will be built on this platform])
Packit Service b5d813
fi
Packit Service b5d813
AC_SUBST([LT_DLPREOPEN])
Packit Service b5d813
Packit Service b5d813
dnl This isn't used anymore, but set it for backwards compatibility
Packit Service b5d813
LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
Packit Service b5d813
AC_SUBST([LIBADD_DL])
Packit Service b5d813
Packit Service b5d813
LIBS=$lt_dlload_save_LIBS
Packit Service b5d813
AC_LANG_POP
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:756: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
Packit Service b5d813
AC_CACHE_CHECK([for _ prefix in compiled symbols],
Packit Service b5d813
  [lt_cv_sys_symbol_underscore],
Packit Service b5d813
  [lt_cv_sys_symbol_underscore=no
Packit Service b5d813
  cat > conftest.$ac_ext <<_LT_EOF
Packit Service b5d813
void nm_test_func(){}
Packit Service b5d813
int main(){nm_test_func;return 0;}
Packit Service b5d813
_LT_EOF
Packit Service b5d813
  if AC_TRY_EVAL(ac_compile); then
Packit Service b5d813
    # Now try to grab the symbols.
Packit Service b5d813
    ac_nlist=conftest.nm
Packit Service b5d813
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
Packit Service b5d813
      # See whether the symbols have a leading underscore.
Packit Service b5d813
      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
Packit Service b5d813
        lt_cv_sys_symbol_underscore=yes
Packit Service b5d813
      else
Packit Service b5d813
        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
Packit Service b5d813
	  :
Packit Service b5d813
        else
Packit Service b5d813
	  echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
Packit Service b5d813
        fi
Packit Service b5d813
      fi
Packit Service b5d813
    else
Packit Service b5d813
      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
Packit Service b5d813
    fi
Packit Service b5d813
  else
Packit Service b5d813
    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
Packit Service b5d813
    cat conftest.c >&AS_MESSAGE_LOG_FD
Packit Service b5d813
  fi
Packit Service b5d813
  rm -rf conftest*
Packit Service b5d813
  ])
Packit Service b5d813
  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
Packit Service b5d813
  AC_SUBST([sys_symbol_underscore])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:793: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:793: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:800: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl	for lt_prog_compiler_wl
Packit Service b5d813
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl	for lt_cv_sys_symbol_underscore
Packit Service b5d813
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl	for libltdl_cv_shlibext
Packit Service b5d813
if test yes = "$lt_cv_sys_symbol_underscore"; then
Packit Service b5d813
  if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then
Packit Service b5d813
    AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
Packit Service b5d813
      [libltdl_cv_need_uscore],
Packit Service b5d813
      [libltdl_cv_need_uscore=unknown
Packit Service b5d813
      dlsym_uscore_save_LIBS=$LIBS
Packit Service b5d813
      LIBS="$LIBS $LIBADD_DLOPEN"
Packit Service b5d813
      libname=conftmod # stay within 8.3 filename limits!
Packit Service b5d813
      cat >$libname.$ac_ext <<_LT_EOF
Packit Service b5d813
[#line $LINENO "configure"
Packit Service b5d813
#include "confdefs.h"
Packit Service b5d813
/* When -fvisibility=hidden is used, assume the code has been annotated
Packit Service b5d813
   correspondingly for the symbols needed.  */
Packit Service b5d813
#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
Packit Service b5d813
int fnord () __attribute__((visibility("default")));
Packit Service b5d813
#endif
Packit Service b5d813
int fnord () { return 42; }]
Packit Service b5d813
_LT_EOF
Packit Service b5d813
Packit Service b5d813
      # ltfn_module_cmds module_cmds
Packit Service b5d813
      # Execute tilde-delimited MODULE_CMDS with environment primed for
Packit Service b5d813
      # $module_cmds or $archive_cmds type content.
Packit Service b5d813
      ltfn_module_cmds ()
Packit Service b5d813
      {( # subshell avoids polluting parent global environment
Packit Service b5d813
          module_cmds_save_ifs=$IFS; IFS='~'
Packit Service b5d813
          for cmd in @S|@1; do
Packit Service b5d813
            IFS=$module_cmds_save_ifs
Packit Service b5d813
            libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext
Packit Service b5d813
            rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=.
Packit Service b5d813
            major=; versuffix=; verstring=; deplibs=
Packit Service b5d813
            ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag=
Packit Service b5d813
            eval $cmd
Packit Service b5d813
          done
Packit Service b5d813
          IFS=$module_cmds_save_ifs
Packit Service b5d813
      )}
Packit Service b5d813
Packit Service b5d813
      # Compile a loadable module using libtool macro expansion results.
Packit Service b5d813
      $CC $pic_flag -c $libname.$ac_ext
Packit Service b5d813
      ltfn_module_cmds "${module_cmds:-$archive_cmds}"
Packit Service b5d813
Packit Service b5d813
      # Try to fetch fnord with dlsym().
Packit Service b5d813
      libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2
Packit Service b5d813
      cat >conftest.$ac_ext <<_LT_EOF
Packit Service b5d813
[#line $LINENO "configure"
Packit Service b5d813
#include "confdefs.h"
Packit Service b5d813
#if HAVE_DLFCN_H
Packit Service b5d813
#include <dlfcn.h>
Packit Service b5d813
#endif
Packit Service b5d813
#include <stdio.h>
Packit Service b5d813
#ifndef RTLD_GLOBAL
Packit Service b5d813
#  ifdef DL_GLOBAL
Packit Service b5d813
#    define RTLD_GLOBAL DL_GLOBAL
Packit Service b5d813
#  else
Packit Service b5d813
#    define RTLD_GLOBAL 0
Packit Service b5d813
#  endif
Packit Service b5d813
#endif
Packit Service b5d813
#ifndef RTLD_NOW
Packit Service b5d813
#  ifdef DL_NOW
Packit Service b5d813
#    define RTLD_NOW DL_NOW
Packit Service b5d813
#  else
Packit Service b5d813
#    define RTLD_NOW 0
Packit Service b5d813
#  endif
Packit Service b5d813
#endif
Packit Service b5d813
int main () {
Packit Service b5d813
  void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW);
Packit Service b5d813
  int status = $libltdl_dlunknown;
Packit Service b5d813
  if (handle) {
Packit Service b5d813
    if (dlsym (handle, "fnord"))
Packit Service b5d813
      status = $libltdl_dlnouscore;
Packit Service b5d813
    else {
Packit Service b5d813
      if (dlsym (handle, "_fnord"))
Packit Service b5d813
        status = $libltdl_dluscore;
Packit Service b5d813
      else
Packit Service b5d813
	puts (dlerror ());
Packit Service b5d813
    }
Packit Service b5d813
    dlclose (handle);
Packit Service b5d813
  } else
Packit Service b5d813
    puts (dlerror ());
Packit Service b5d813
  return status;
Packit Service b5d813
}]
Packit Service b5d813
_LT_EOF
Packit Service b5d813
      if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
Packit Service b5d813
        (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
Packit Service b5d813
        libltdl_status=$?
Packit Service b5d813
        case x$libltdl_status in
Packit Service b5d813
          x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;;
Packit Service b5d813
	  x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;;
Packit Service b5d813
	  x*) libltdl_cv_need_uscore=unknown ;;
Packit Service b5d813
        esac
Packit Service b5d813
      fi
Packit Service b5d813
      rm -rf conftest* $libname*
Packit Service b5d813
      LIBS=$dlsym_uscore_save_LIBS
Packit Service b5d813
    ])
Packit Service b5d813
  fi
Packit Service b5d813
fi
Packit Service b5d813
Packit Service b5d813
if test yes = "$libltdl_cv_need_uscore"; then
Packit Service b5d813
  AC_DEFINE([NEED_USCORE], [1],
Packit Service b5d813
    [Define if dlsym() requires a leading underscore in symbol names.])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:907: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service b5d813
put the 'dlopen' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
_LT_SET_OPTION([LT_INIT], [dlopen])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service b5d813
put the 'dlopen' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service b5d813
_LT_SET_OPTION([LT_INIT], [win32-dll])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service b5d813
put the 'win32-dll' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service b5d813
_LT_SET_OPTION([LT_INIT], [win32-dll])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service b5d813
put the 'win32-dll' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
AC_ENABLE_SHARED($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
AC_DISABLE_SHARED($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
AC_ENABLE_STATIC($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
AC_DISABLE_STATIC($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service b5d813
the 'fast-install' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service b5d813
the 'fast-install' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service b5d813
the 'disable-fast-install' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service b5d813
the 'disable-fast-install' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service b5d813
put the 'pic-only' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
_LT_SET_OPTION([LT_INIT], [pic-only])
Packit Service b5d813
AC_DIAGNOSE([obsolete],
Packit Service b5d813
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service b5d813
put the 'pic-only' option into LT_INIT's first parameter.])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
Packit Service b5d813
m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
Packit Service b5d813
macro_revision='2.4.6'
Packit Service b5d813
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
Packit Service b5d813
_LT_DECL(, macro_revision, 0)
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
Packit Service b5d813
m4trace:/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16'
Packit Service b5d813
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
Packit Service b5d813
dnl require some minimum version.  Point them to the right macro.
Packit Service b5d813
m4_if([$1], [1.16.1], [],
Packit Service b5d813
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.16.1])dnl
Packit Service b5d813
m4_ifndef([AC_AUTOCONF_VERSION],
Packit Service b5d813
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
Packit Service b5d813
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
Packit Service b5d813
# Expand $ac_aux_dir to an absolute path.
Packit Service b5d813
am_aux_dir=`cd "$ac_aux_dir" && pwd`
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
Packit Service b5d813
 m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
Packit Service b5d813
       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
Packit Service b5d813
AC_SUBST([$1_TRUE])dnl
Packit Service b5d813
AC_SUBST([$1_FALSE])dnl
Packit Service b5d813
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
Packit Service b5d813
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
Packit Service b5d813
m4_define([_AM_COND_VALUE_$1], [$2])dnl
Packit Service b5d813
if $2; then
Packit Service b5d813
  $1_TRUE=
Packit Service b5d813
  $1_FALSE='#'
Packit Service b5d813
else
Packit Service b5d813
  $1_TRUE='#'
Packit Service b5d813
  $1_FALSE=
Packit Service b5d813
fi
Packit Service b5d813
AC_CONFIG_COMMANDS_PRE(
Packit Service b5d813
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
Packit Service b5d813
  AC_MSG_ERROR([[conditional "$1" was never defined.
Packit Service b5d813
Usually this means the macro was only invoked conditionally.]])
Packit Service b5d813
fi])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
Packit Service b5d813
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
Packit Service b5d813
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
Packit Service b5d813
AC_REQUIRE([AM_DEP_TRACK])dnl
Packit Service b5d813
Packit Service b5d813
m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
Packit Service b5d813
      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
Packit Service b5d813
      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
Packit Service b5d813
      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
Packit Service b5d813
      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
Packit Service b5d813
      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
Packit Service b5d813
                    [depcc="$$1"   am_compiler_list=])
Packit Service b5d813
Packit Service b5d813
AC_CACHE_CHECK([dependency style of $depcc],
Packit Service b5d813
               [am_cv_$1_dependencies_compiler_type],
Packit Service b5d813
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Packit Service b5d813
  # We make a subdir and do the tests there.  Otherwise we can end up
Packit Service b5d813
  # making bogus files that we don't know about and never remove.  For
Packit Service b5d813
  # instance it was reported that on HP-UX the gcc test will end up
Packit Service b5d813
  # making a dummy file named 'D' -- because '-MD' means "put the output
Packit Service b5d813
  # in D".
Packit Service b5d813
  rm -rf conftest.dir
Packit Service b5d813
  mkdir conftest.dir
Packit Service b5d813
  # Copy depcomp to subdir because otherwise we won't find it if we're
Packit Service b5d813
  # using a relative directory.
Packit Service b5d813
  cp "$am_depcomp" conftest.dir
Packit Service b5d813
  cd conftest.dir
Packit Service b5d813
  # We will build objects and dependencies in a subdirectory because
Packit Service b5d813
  # it helps to detect inapplicable dependency modes.  For instance
Packit Service b5d813
  # both Tru64's cc and ICC support -MD to output dependencies as a
Packit Service b5d813
  # side effect of compilation, but ICC will put the dependencies in
Packit Service b5d813
  # the current directory while Tru64 will put them in the object
Packit Service b5d813
  # directory.
Packit Service b5d813
  mkdir sub
Packit Service b5d813
Packit Service b5d813
  am_cv_$1_dependencies_compiler_type=none
Packit Service b5d813
  if test "$am_compiler_list" = ""; then
Packit Service b5d813
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
Packit Service b5d813
  fi
Packit Service b5d813
  am__universal=false
Packit Service b5d813
  m4_case([$1], [CC],
Packit Service b5d813
    [case " $depcc " in #(
Packit Service b5d813
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
Packit Service b5d813
     esac],
Packit Service b5d813
    [CXX],
Packit Service b5d813
    [case " $depcc " in #(
Packit Service b5d813
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
Packit Service b5d813
     esac])
Packit Service b5d813
Packit Service b5d813
  for depmode in $am_compiler_list; do
Packit Service b5d813
    # Setup a source with many dependencies, because some compilers
Packit Service b5d813
    # like to wrap large dependency lists on column 80 (with \), and
Packit Service b5d813
    # we should not choose a depcomp mode which is confused by this.
Packit Service b5d813
    #
Packit Service b5d813
    # We need to recreate these files for each test, as the compiler may
Packit Service b5d813
    # overwrite some of them when testing with obscure command lines.
Packit Service b5d813
    # This happens at least with the AIX C compiler.
Packit Service b5d813
    : > sub/conftest.c
Packit Service b5d813
    for i in 1 2 3 4 5 6; do
Packit Service b5d813
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
Packit Service b5d813
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
Packit Service b5d813
      # Solaris 10 /bin/sh.
Packit Service b5d813
      echo '/* dummy */' > sub/conftst$i.h
Packit Service b5d813
    done
Packit Service b5d813
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
Packit Service b5d813
Packit Service b5d813
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
Packit Service b5d813
    # mode.  It turns out that the SunPro C++ compiler does not properly
Packit Service b5d813
    # handle '-M -o', and we need to detect this.  Also, some Intel
Packit Service b5d813
    # versions had trouble with output in subdirs.
Packit Service b5d813
    am__obj=sub/conftest.${OBJEXT-o}
Packit Service b5d813
    am__minus_obj="-o $am__obj"
Packit Service b5d813
    case $depmode in
Packit Service b5d813
    gcc)
Packit Service b5d813
      # This depmode causes a compiler race in universal mode.
Packit Service b5d813
      test "$am__universal" = false || continue
Packit Service b5d813
      ;;
Packit Service b5d813
    nosideeffect)
Packit Service b5d813
      # After this tag, mechanisms are not by side-effect, so they'll
Packit Service b5d813
      # only be used when explicitly requested.
Packit Service b5d813
      if test "x$enable_dependency_tracking" = xyes; then
Packit Service b5d813
	continue
Packit Service b5d813
      else
Packit Service b5d813
	break
Packit Service b5d813
      fi
Packit Service b5d813
      ;;
Packit Service b5d813
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
Packit Service b5d813
      # This compiler won't grok '-c -o', but also, the minuso test has
Packit Service b5d813
      # not run yet.  These depmodes are late enough in the game, and
Packit Service b5d813
      # so weak that their functioning should not be impacted.
Packit Service b5d813
      am__obj=conftest.${OBJEXT-o}
Packit Service b5d813
      am__minus_obj=
Packit Service b5d813
      ;;
Packit Service b5d813
    none) break ;;
Packit Service b5d813
    esac
Packit Service b5d813
    if depmode=$depmode \
Packit Service b5d813
       source=sub/conftest.c object=$am__obj \
Packit Service b5d813
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
Packit Service b5d813
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
Packit Service b5d813
         >/dev/null 2>conftest.err &&
Packit Service b5d813
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
Packit Service b5d813
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
Packit Service b5d813
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
Packit Service b5d813
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
Packit Service b5d813
      # icc doesn't choke on unknown options, it will just issue warnings
Packit Service b5d813
      # or remarks (even with -Werror).  So we grep stderr for any message
Packit Service b5d813
      # that says an option was ignored or not supported.
Packit Service b5d813
      # When given -MP, icc 7.0 and 7.1 complain thusly:
Packit Service b5d813
      #   icc: Command line warning: ignoring option '-M'; no argument required
Packit Service b5d813
      # The diagnosis changed in icc 8.0:
Packit Service b5d813
      #   icc: Command line remark: option '-MP' not supported
Packit Service b5d813
      if (grep 'ignoring option' conftest.err ||
Packit Service b5d813
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
Packit Service b5d813
        am_cv_$1_dependencies_compiler_type=$depmode
Packit Service b5d813
        break
Packit Service b5d813
      fi
Packit Service b5d813
    fi
Packit Service b5d813
  done
Packit Service b5d813
Packit Service b5d813
  cd ..
Packit Service b5d813
  rm -rf conftest.dir
Packit Service b5d813
else
Packit Service b5d813
  am_cv_$1_dependencies_compiler_type=none
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
Packit Service b5d813
AM_CONDITIONAL([am__fastdep$1], [
Packit Service b5d813
  test "x$enable_dependency_tracking" != xno \
Packit Service b5d813
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Packit Service b5d813
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
Packit Service b5d813
AS_HELP_STRING(
Packit Service b5d813
  [--enable-dependency-tracking],
Packit Service b5d813
  [do not reject slow dependency extractors])
Packit Service b5d813
AS_HELP_STRING(
Packit Service b5d813
  [--disable-dependency-tracking],
Packit Service b5d813
  [speeds up one-time build])])
Packit Service b5d813
if test "x$enable_dependency_tracking" != xno; then
Packit Service b5d813
  am_depcomp="$ac_aux_dir/depcomp"
Packit Service b5d813
  AMDEPBACKSLASH='\'
Packit Service b5d813
  am__nodep='_no'
Packit Service b5d813
fi
Packit Service b5d813
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
Packit Service b5d813
AC_SUBST([AMDEPBACKSLASH])dnl
Packit Service b5d813
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
Packit Service b5d813
AC_SUBST([am__nodep])dnl
Packit Service b5d813
_AM_SUBST_NOTMAKE([am__nodep])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
Packit Service b5d813
  # Older Autoconf quotes --file arguments for eval, but not when files
Packit Service b5d813
  # are listed without --file.  Let's play safe and only enable the eval
Packit Service b5d813
  # if we detect the quoting.
Packit Service b5d813
  # TODO: see whether this extra hack can be removed once we start
Packit Service b5d813
  # requiring Autoconf 2.70 or later.
Packit Service b5d813
  AS_CASE([$CONFIG_FILES],
Packit Service b5d813
          [*\'*], [eval set x "$CONFIG_FILES"],
Packit Service b5d813
          [*], [set x $CONFIG_FILES])
Packit Service b5d813
  shift
Packit Service b5d813
  # Used to flag and report bootstrapping failures.
Packit Service b5d813
  am_rc=0
Packit Service b5d813
  for am_mf
Packit Service b5d813
  do
Packit Service b5d813
    # Strip MF so we end up with the name of the file.
Packit Service b5d813
    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
Packit Service b5d813
    # Check whether this is an Automake generated Makefile which includes
Packit Service b5d813
    # dependency-tracking related rules and includes.
Packit Service b5d813
    # Grep'ing the whole file directly is not great: AIX grep has a line
Packit Service b5d813
    # limit of 2048, but all sed's we know have understand at least 4000.
Packit Service b5d813
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
Packit Service b5d813
      || continue
Packit Service b5d813
    am_dirpart=`AS_DIRNAME(["$am_mf"])`
Packit Service b5d813
    am_filepart=`AS_BASENAME(["$am_mf"])`
Packit Service b5d813
    AM_RUN_LOG([cd "$am_dirpart" \
Packit Service b5d813
      && sed -e '/# am--include-marker/d' "$am_filepart" \
Packit Service b5d813
        | $MAKE -f - am--depfiles]) || am_rc=$?
Packit Service b5d813
  done
Packit Service b5d813
  if test $am_rc -ne 0; then
Packit Service b5d813
    AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
Packit Service b5d813
    for automatic dependency tracking.  Try re-running configure with the
Packit Service b5d813
    '--disable-dependency-tracking' option to at least be able to build
Packit Service b5d813
    the package (albeit without support for automatic dependency tracking).])
Packit Service b5d813
  fi
Packit Service b5d813
  AS_UNSET([am_dirpart])
Packit Service b5d813
  AS_UNSET([am_filepart])
Packit Service b5d813
  AS_UNSET([am_mf])
Packit Service b5d813
  AS_UNSET([am_rc])
Packit Service b5d813
  rm -f conftest-deps.mk
Packit Service b5d813
}
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/depout.m4:62: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
Packit Service b5d813
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
Packit Service b5d813
     [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
Packit Service b5d813
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
Packit Service b5d813
dnl the ones we care about.
Packit Service b5d813
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
Packit Service b5d813
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
Packit Service b5d813
AC_REQUIRE([AC_PROG_INSTALL])dnl
Packit Service b5d813
if test "`cd $srcdir && pwd`" != "`pwd`"; then
Packit Service b5d813
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
Packit Service b5d813
  # is not polluted with repeated "-I."
Packit Service b5d813
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
Packit Service b5d813
  # test to see if srcdir already configured
Packit Service b5d813
  if test -f $srcdir/config.status; then
Packit Service b5d813
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
Packit Service b5d813
  fi
Packit Service b5d813
fi
Packit Service b5d813
Packit Service b5d813
# test whether we have cygpath
Packit Service b5d813
if test -z "$CYGPATH_W"; then
Packit Service b5d813
  if (cygpath --version) >/dev/null 2>/dev/null; then
Packit Service b5d813
    CYGPATH_W='cygpath -w'
Packit Service b5d813
  else
Packit Service b5d813
    CYGPATH_W=echo
Packit Service b5d813
  fi
Packit Service b5d813
fi
Packit Service b5d813
AC_SUBST([CYGPATH_W])
Packit Service b5d813
Packit Service b5d813
# Define the identity of the package.
Packit Service b5d813
dnl Distinguish between old-style and new-style calls.
Packit Service b5d813
m4_ifval([$2],
Packit Service b5d813
[AC_DIAGNOSE([obsolete],
Packit Service b5d813
             [$0: two- and three-arguments forms are deprecated.])
Packit Service b5d813
m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
Packit Service b5d813
 AC_SUBST([PACKAGE], [$1])dnl
Packit Service b5d813
 AC_SUBST([VERSION], [$2])],
Packit Service b5d813
[_AM_SET_OPTIONS([$1])dnl
Packit Service b5d813
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
Packit Service b5d813
m4_if(
Packit Service b5d813
  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
Packit Service b5d813
  [ok:ok],,
Packit Service b5d813
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
Packit Service b5d813
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
Packit Service b5d813
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
Packit Service b5d813
Packit Service b5d813
_AM_IF_OPTION([no-define],,
Packit Service b5d813
[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
Packit Service b5d813
 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
Packit Service b5d813
Packit Service b5d813
# Some tools Automake needs.
Packit Service b5d813
AC_REQUIRE([AM_SANITY_CHECK])dnl
Packit Service b5d813
AC_REQUIRE([AC_ARG_PROGRAM])dnl
Packit Service b5d813
AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
Packit Service b5d813
AM_MISSING_PROG([AUTOCONF], [autoconf])
Packit Service b5d813
AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
Packit Service b5d813
AM_MISSING_PROG([AUTOHEADER], [autoheader])
Packit Service b5d813
AM_MISSING_PROG([MAKEINFO], [makeinfo])
Packit Service b5d813
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
Packit Service b5d813
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
Packit Service b5d813
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
Packit Service b5d813
# For better backward compatibility.  To be removed once Automake 1.9.x
Packit Service b5d813
# dies out for good.  For more background, see:
Packit Service b5d813
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
Packit Service b5d813
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
Packit Service b5d813
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
Packit Service b5d813
# We need awk for the "check" target (and possibly the TAP driver).  The
Packit Service b5d813
# system "awk" is bad on some platforms.
Packit Service b5d813
AC_REQUIRE([AC_PROG_AWK])dnl
Packit Service b5d813
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
Packit Service b5d813
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Packit Service b5d813
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
Packit Service b5d813
	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
Packit Service b5d813
			     [_AM_PROG_TAR([v7])])])
Packit Service b5d813
_AM_IF_OPTION([no-dependencies],,
Packit Service b5d813
[AC_PROVIDE_IFELSE([AC_PROG_CC],
Packit Service b5d813
		  [_AM_DEPENDENCIES([CC])],
Packit Service b5d813
		  [m4_define([AC_PROG_CC],
Packit Service b5d813
			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Packit Service b5d813
AC_PROVIDE_IFELSE([AC_PROG_CXX],
Packit Service b5d813
		  [_AM_DEPENDENCIES([CXX])],
Packit Service b5d813
		  [m4_define([AC_PROG_CXX],
Packit Service b5d813
			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Packit Service b5d813
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Packit Service b5d813
		  [_AM_DEPENDENCIES([OBJC])],
Packit Service b5d813
		  [m4_define([AC_PROG_OBJC],
Packit Service b5d813
			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
Packit Service b5d813
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
Packit Service b5d813
		  [_AM_DEPENDENCIES([OBJCXX])],
Packit Service b5d813
		  [m4_define([AC_PROG_OBJCXX],
Packit Service b5d813
			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Packit Service b5d813
])
Packit Service b5d813
AC_REQUIRE([AM_SILENT_RULES])dnl
Packit Service b5d813
dnl The testsuite driver may need to know about EXEEXT, so add the
Packit Service b5d813
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
Packit Service b5d813
dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
Packit Service b5d813
AC_CONFIG_COMMANDS_PRE(dnl
Packit Service b5d813
[m4_provide_if([_AM_COMPILER_EXEEXT],
Packit Service b5d813
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
Packit Service b5d813
Packit Service b5d813
# POSIX will say in a future version that running "rm -f" with no argument
Packit Service b5d813
# is OK; and we want to be able to make that assumption in our Makefile
Packit Service b5d813
# recipes.  So use an aggressive probe to check that the usage we want is
Packit Service b5d813
# actually supported "in the wild" to an acceptable degree.
Packit Service b5d813
# See automake bug#10828.
Packit Service b5d813
# To make any issue more visible, cause the running configure to be aborted
Packit Service b5d813
# by default if the 'rm' program in use doesn't match our expectations; the
Packit Service b5d813
# user can still override this though.
Packit Service b5d813
if rm -f && rm -fr && rm -rf; then : OK; else
Packit Service b5d813
  cat >&2 <<'END'
Packit Service b5d813
Oops!
Packit Service b5d813
Packit Service b5d813
Your 'rm' program seems unable to run without file operands specified
Packit Service b5d813
on the command line, even when the '-f' option is present.  This is contrary
Packit Service b5d813
to the behaviour of most rm programs out there, and not conforming with
Packit Service b5d813
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Packit Service b5d813
Packit Service b5d813
Please tell bug-automake@gnu.org about your system, including the value
Packit Service b5d813
of your $PATH and any error possibly output before this message.  This
Packit Service b5d813
can help us improve future automake versions.
Packit Service b5d813
Packit Service b5d813
END
Packit Service b5d813
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
Packit Service b5d813
    echo 'Configuration will proceed anyway, since you have set the' >&2
Packit Service b5d813
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
Packit Service b5d813
    echo >&2
Packit Service b5d813
  else
Packit Service b5d813
    cat >&2 <<'END'
Packit Service b5d813
Aborting the configuration process, to ensure you take notice of the issue.
Packit Service b5d813
Packit Service b5d813
You can download and install GNU coreutils to get an 'rm' implementation
Packit Service b5d813
that behaves properly: <https://www.gnu.org/software/coreutils/>.
Packit Service b5d813
Packit Service b5d813
If you want to complete the configuration process using your problematic
Packit Service b5d813
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
Packit Service b5d813
to "yes", and re-run configure.
Packit Service b5d813
Packit Service b5d813
END
Packit Service b5d813
    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
Packit Service b5d813
  fi
Packit Service b5d813
fi
Packit Service b5d813
dnl The trailing newline in this macro's definition is deliberate, for
Packit Service b5d813
dnl backward compatibility and to allow trailing 'dnl'-style comments
Packit Service b5d813
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/init.m4:186: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
Packit Service b5d813
_am_arg=$1
Packit Service b5d813
_am_stamp_count=1
Packit Service b5d813
for _am_header in $config_headers :; do
Packit Service b5d813
  case $_am_header in
Packit Service b5d813
    $_am_arg | $_am_arg:* )
Packit Service b5d813
      break ;;
Packit Service b5d813
    * )
Packit Service b5d813
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
Packit Service b5d813
  esac
Packit Service b5d813
done
Packit Service b5d813
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Packit Service b5d813
if test x"${install_sh+set}" != xset; then
Packit Service b5d813
  case $am_aux_dir in
Packit Service b5d813
  *\ * | *\	*)
Packit Service b5d813
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
Packit Service b5d813
  *)
Packit Service b5d813
    install_sh="\${SHELL} $am_aux_dir/install-sh"
Packit Service b5d813
  esac
Packit Service b5d813
fi
Packit Service b5d813
AC_SUBST([install_sh])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
Packit Service b5d813
mkdir .tst 2>/dev/null
Packit Service b5d813
if test -d .tst; then
Packit Service b5d813
  am__leading_dot=.
Packit Service b5d813
else
Packit Service b5d813
  am__leading_dot=_
Packit Service b5d813
fi
Packit Service b5d813
rmdir .tst 2>/dev/null
Packit Service b5d813
AC_SUBST([am__leading_dot])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/make.m4:13: -1- AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
Packit Service b5d813
cat > confinc.mk << 'END'
Packit Service b5d813
am__doit:
Packit Service b5d813
	@echo this is the am__doit target >confinc.out
Packit Service b5d813
.PHONY: am__doit
Packit Service b5d813
END
Packit Service b5d813
am__include="#"
Packit Service b5d813
am__quote=
Packit Service b5d813
# BSD make does it like this.
Packit Service b5d813
echo '.include "confinc.mk" # ignored' > confmf.BSD
Packit Service b5d813
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
Packit Service b5d813
echo 'include confinc.mk # ignored' > confmf.GNU
Packit Service b5d813
_am_result=no
Packit Service b5d813
for s in GNU BSD; do
Packit Service b5d813
  AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
Packit Service b5d813
  AS_CASE([$?:`cat confinc.out 2>/dev/null`],
Packit Service b5d813
      ['0:this is the am__doit target'],
Packit Service b5d813
      [AS_CASE([$s],
Packit Service b5d813
          [BSD], [am__include='.include' am__quote='"'],
Packit Service b5d813
          [am__include='include' am__quote=''])])
Packit Service b5d813
  if test "$am__include" != "#"; then
Packit Service b5d813
    _am_result="yes ($s style)"
Packit Service b5d813
    break
Packit Service b5d813
  fi
Packit Service b5d813
done
Packit Service b5d813
rm -f confinc.* confmf.*
Packit Service b5d813
AC_MSG_RESULT([${_am_result}])
Packit Service b5d813
AC_SUBST([am__include])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
Packit Service b5d813
$1=${$1-"${am_missing_run}$2"}
Packit Service b5d813
AC_SUBST($1)])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Packit Service b5d813
AC_REQUIRE_AUX_FILE([missing])dnl
Packit Service b5d813
if test x"${MISSING+set}" != xset; then
Packit Service b5d813
  case $am_aux_dir in
Packit Service b5d813
  *\ * | *\	*)
Packit Service b5d813
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
Packit Service b5d813
  *)
Packit Service b5d813
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
Packit Service b5d813
  esac
Packit Service b5d813
fi
Packit Service b5d813
# Use eval to expand $SHELL
Packit Service b5d813
if eval "$MISSING --is-lightweight"; then
Packit Service b5d813
  am_missing_run="$MISSING "
Packit Service b5d813
else
Packit Service b5d813
  am_missing_run=
Packit Service b5d813
  AC_MSG_WARN(['missing' script is too old or missing])
Packit Service b5d813
fi
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:12: -1- AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Packit Service b5d813
AC_REQUIRE_AUX_FILE([compile])dnl
Packit Service b5d813
AC_LANG_PUSH([C])dnl
Packit Service b5d813
AC_CACHE_CHECK(
Packit Service b5d813
  [whether $CC understands -c and -o together],
Packit Service b5d813
  [am_cv_prog_cc_c_o],
Packit Service b5d813
  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
Packit Service b5d813
  # Make sure it works both with $CC and with simple cc.
Packit Service b5d813
  # Following AC_PROG_CC_C_O, we do the test twice because some
Packit Service b5d813
  # compilers refuse to overwrite an existing .o file with -o,
Packit Service b5d813
  # though they will create one.
Packit Service b5d813
  am_cv_prog_cc_c_o=yes
Packit Service b5d813
  for am_i in 1 2; do
Packit Service b5d813
    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
Packit Service b5d813
         && test -f conftest2.$ac_objext; then
Packit Service b5d813
      : OK
Packit Service b5d813
    else
Packit Service b5d813
      am_cv_prog_cc_c_o=no
Packit Service b5d813
      break
Packit Service b5d813
    fi
Packit Service b5d813
  done
Packit Service b5d813
  rm -f core conftest*
Packit Service b5d813
  unset am_i])
Packit Service b5d813
if test "$am_cv_prog_cc_c_o" != yes; then
Packit Service b5d813
   # Losing compiler, so override with the script.
Packit Service b5d813
   # FIXME: It is wrong to rewrite CC.
Packit Service b5d813
   # But if we don't then we get into trouble of one sort or another.
Packit Service b5d813
   # A longer-term fix would be to have automake use am__CC in this case,
Packit Service b5d813
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
Packit Service b5d813
   CC="$am_aux_dir/compile $CC"
Packit Service b5d813
fi
Packit Service b5d813
AC_LANG_POP([C])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
Packit Service b5d813
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
Packit Service b5d813
   ac_status=$?
Packit Service b5d813
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Packit Service b5d813
   (exit $ac_status); }])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
Packit Service b5d813
# Reject unsafe characters in $srcdir or the absolute working directory
Packit Service b5d813
# name.  Accept space and tab only in the latter.
Packit Service b5d813
am_lf='
Packit Service b5d813
'
Packit Service b5d813
case `pwd` in
Packit Service b5d813
  *[[\\\"\#\$\&\'\`$am_lf]]*)
Packit Service b5d813
    AC_MSG_ERROR([unsafe absolute working directory name]);;
Packit Service b5d813
esac
Packit Service b5d813
case $srcdir in
Packit Service b5d813
  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
Packit Service b5d813
    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
Packit Service b5d813
esac
Packit Service b5d813
Packit Service b5d813
# Do 'set' in a subshell so we don't clobber the current shell's
Packit Service b5d813
# arguments.  Must try -L first in case configure is actually a
Packit Service b5d813
# symlink; some systems play weird games with the mod time of symlinks
Packit Service b5d813
# (eg FreeBSD returns the mod time of the symlink's containing
Packit Service b5d813
# directory).
Packit Service b5d813
if (
Packit Service b5d813
   am_has_slept=no
Packit Service b5d813
   for am_try in 1 2; do
Packit Service b5d813
     echo "timestamp, slept: $am_has_slept" > conftest.file
Packit Service b5d813
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
Packit Service b5d813
     if test "$[*]" = "X"; then
Packit Service b5d813
	# -L didn't work.
Packit Service b5d813
	set X `ls -t "$srcdir/configure" conftest.file`
Packit Service b5d813
     fi
Packit Service b5d813
     if test "$[*]" != "X $srcdir/configure conftest.file" \
Packit Service b5d813
	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
Packit Service b5d813
Packit Service b5d813
	# If neither matched, then we have a broken ls.  This can happen
Packit Service b5d813
	# if, for instance, CONFIG_SHELL is bash and it inherits a
Packit Service b5d813
	# broken ls alias from the environment.  This has actually
Packit Service b5d813
	# happened.  Such a system could not be considered "sane".
Packit Service b5d813
	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
Packit Service b5d813
  alias in your environment])
Packit Service b5d813
     fi
Packit Service b5d813
     if test "$[2]" = conftest.file || test $am_try -eq 2; then
Packit Service b5d813
       break
Packit Service b5d813
     fi
Packit Service b5d813
     # Just in case.
Packit Service b5d813
     sleep 1
Packit Service b5d813
     am_has_slept=yes
Packit Service b5d813
   done
Packit Service b5d813
   test "$[2]" = conftest.file
Packit Service b5d813
   )
Packit Service b5d813
then
Packit Service b5d813
   # Ok.
Packit Service b5d813
   :
Packit Service b5d813
else
Packit Service b5d813
   AC_MSG_ERROR([newly created file is older than distributed files!
Packit Service b5d813
Check your system clock])
Packit Service b5d813
fi
Packit Service b5d813
AC_MSG_RESULT([yes])
Packit Service b5d813
# If we didn't sleep, we still need to ensure time stamps of config.status and
Packit Service b5d813
# generated files are strictly newer.
Packit Service b5d813
am_sleep_pid=
Packit Service b5d813
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
Packit Service b5d813
  ( sleep 1 ) &
Packit Service b5d813
  am_sleep_pid=$!
Packit Service b5d813
fi
Packit Service b5d813
AC_CONFIG_COMMANDS_PRE(
Packit Service b5d813
  [AC_MSG_CHECKING([that generated files are newer than configure])
Packit Service b5d813
   if test -n "$am_sleep_pid"; then
Packit Service b5d813
     # Hide warnings about reused PIDs.
Packit Service b5d813
     wait $am_sleep_pid 2>/dev/null
Packit Service b5d813
   fi
Packit Service b5d813
   AC_MSG_RESULT([done])])
Packit Service b5d813
rm -f conftest.file
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
Packit Service b5d813
AS_HELP_STRING(
Packit Service b5d813
  [--enable-silent-rules],
Packit Service b5d813
  [less verbose build output (undo: "make V=1")])
Packit Service b5d813
AS_HELP_STRING(
Packit Service b5d813
  [--disable-silent-rules],
Packit Service b5d813
  [verbose build output (undo: "make V=0")])dnl
Packit Service b5d813
])
Packit Service b5d813
case $enable_silent_rules in @%:@ (((
Packit Service b5d813
  yes) AM_DEFAULT_VERBOSITY=0;;
Packit Service b5d813
   no) AM_DEFAULT_VERBOSITY=1;;
Packit Service b5d813
    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
Packit Service b5d813
esac
Packit Service b5d813
dnl
Packit Service b5d813
dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
Packit Service b5d813
dnl do not support nested variable expansions.
Packit Service b5d813
dnl See automake bug#9928 and bug#10237.
Packit Service b5d813
am_make=${MAKE-make}
Packit Service b5d813
AC_CACHE_CHECK([whether $am_make supports nested variables],
Packit Service b5d813
   [am_cv_make_support_nested_variables],
Packit Service b5d813
   [if AS_ECHO([['TRUE=$(BAR$(V))
Packit Service b5d813
BAR0=false
Packit Service b5d813
BAR1=true
Packit Service b5d813
V=1
Packit Service b5d813
am__doit:
Packit Service b5d813
	@$(TRUE)
Packit Service b5d813
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
Packit Service b5d813
  am_cv_make_support_nested_variables=yes
Packit Service b5d813
else
Packit Service b5d813
  am_cv_make_support_nested_variables=no
Packit Service b5d813
fi])
Packit Service b5d813
if test $am_cv_make_support_nested_variables = yes; then
Packit Service b5d813
  dnl Using '$V' instead of '$(V)' breaks IRIX make.
Packit Service b5d813
  AM_V='$(V)'
Packit Service b5d813
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
Packit Service b5d813
else
Packit Service b5d813
  AM_V=$AM_DEFAULT_VERBOSITY
Packit Service b5d813
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
Packit Service b5d813
fi
Packit Service b5d813
AC_SUBST([AM_V])dnl
Packit Service b5d813
AM_SUBST_NOTMAKE([AM_V])dnl
Packit Service b5d813
AC_SUBST([AM_DEFAULT_V])dnl
Packit Service b5d813
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
Packit Service b5d813
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
Packit Service b5d813
AM_BACKSLASH='\'
Packit Service b5d813
AC_SUBST([AM_BACKSLASH])dnl
Packit Service b5d813
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
Packit Service b5d813
# Installed binaries are usually stripped using 'strip' when the user
Packit Service b5d813
# run "make install-strip".  However 'strip' might not be the right
Packit Service b5d813
# tool to use in cross-compilation environments, therefore Automake
Packit Service b5d813
# will honor the 'STRIP' environment variable to overrule this program.
Packit Service b5d813
dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
Packit Service b5d813
if test "$cross_compiling" != no; then
Packit Service b5d813
  AC_CHECK_TOOL([STRIP], [strip], :)
Packit Service b5d813
fi
Packit Service b5d813
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
Packit Service b5d813
AC_SUBST([INSTALL_STRIP_PROGRAM])])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
Packit Service b5d813
m4trace:/usr/share/aclocal-1.16/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
Packit Service b5d813
# in the wild :-(  We should find a proper way to deprecate it ...
Packit Service b5d813
AC_SUBST([AMTAR], ['$${TAR-tar}'])
Packit Service b5d813
Packit Service b5d813
# We'll loop over all known methods to create a tar archive until one works.
Packit Service b5d813
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
Packit Service b5d813
Packit Service b5d813
m4_if([$1], [v7],
Packit Service b5d813
  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
Packit Service b5d813
Packit Service b5d813
  [m4_case([$1],
Packit Service b5d813
    [ustar],
Packit Service b5d813
     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
Packit Service b5d813
      # There is notably a 21 bits limit for the UID and the GID.  In fact,
Packit Service b5d813
      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
Packit Service b5d813
      # and bug#13588).
Packit Service b5d813
      am_max_uid=2097151 # 2^21 - 1
Packit Service b5d813
      am_max_gid=$am_max_uid
Packit Service b5d813
      # The $UID and $GID variables are not portable, so we need to resort
Packit Service b5d813
      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
Packit Service b5d813
      # below are definitely unexpected, so allow the users to see them
Packit Service b5d813
      # (that is, avoid stderr redirection).
Packit Service b5d813
      am_uid=`id -u || echo unknown`
Packit Service b5d813
      am_gid=`id -g || echo unknown`
Packit Service b5d813
      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
Packit Service b5d813
      if test $am_uid -le $am_max_uid; then
Packit Service b5d813
         AC_MSG_RESULT([yes])
Packit Service b5d813
      else
Packit Service b5d813
         AC_MSG_RESULT([no])
Packit Service b5d813
         _am_tools=none
Packit Service b5d813
      fi
Packit Service b5d813
      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
Packit Service b5d813
      if test $am_gid -le $am_max_gid; then
Packit Service b5d813
         AC_MSG_RESULT([yes])
Packit Service b5d813
      else
Packit Service b5d813
        AC_MSG_RESULT([no])
Packit Service b5d813
        _am_tools=none
Packit Service b5d813
      fi],
Packit Service b5d813
Packit Service b5d813
  [pax],
Packit Service b5d813
    [],
Packit Service b5d813
Packit Service b5d813
  [m4_fatal([Unknown tar format])])
Packit Service b5d813
Packit Service b5d813
  AC_MSG_CHECKING([how to create a $1 tar archive])
Packit Service b5d813
Packit Service b5d813
  # Go ahead even if we have the value already cached.  We do so because we
Packit Service b5d813
  # need to set the values for the 'am__tar' and 'am__untar' variables.
Packit Service b5d813
  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
Packit Service b5d813
Packit Service b5d813
  for _am_tool in $_am_tools; do
Packit Service b5d813
    case $_am_tool in
Packit Service b5d813
    gnutar)
Packit Service b5d813
      for _am_tar in tar gnutar gtar; do
Packit Service b5d813
        AM_RUN_LOG([$_am_tar --version]) && break
Packit Service b5d813
      done
Packit Service b5d813
      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
Packit Service b5d813
      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
Packit Service b5d813
      am__untar="$_am_tar -xf -"
Packit Service b5d813
      ;;
Packit Service b5d813
    plaintar)
Packit Service b5d813
      # Must skip GNU tar: if it does not support --format= it doesn't create
Packit Service b5d813
      # ustar tarball either.
Packit Service b5d813
      (tar --version) >/dev/null 2>&1 && continue
Packit Service b5d813
      am__tar='tar chf - "$$tardir"'
Packit Service b5d813
      am__tar_='tar chf - "$tardir"'
Packit Service b5d813
      am__untar='tar xf -'
Packit Service b5d813
      ;;
Packit Service b5d813
    pax)
Packit Service b5d813
      am__tar='pax -L -x $1 -w "$$tardir"'
Packit Service b5d813
      am__tar_='pax -L -x $1 -w "$tardir"'
Packit Service b5d813
      am__untar='pax -r'
Packit Service b5d813
      ;;
Packit Service b5d813
    cpio)
Packit Service b5d813
      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
Packit Service b5d813
      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
Packit Service b5d813
      am__untar='cpio -i -H $1 -d'
Packit Service b5d813
      ;;
Packit Service b5d813
    none)
Packit Service b5d813
      am__tar=false
Packit Service b5d813
      am__tar_=false
Packit Service b5d813
      am__untar=false
Packit Service b5d813
      ;;
Packit Service b5d813
    esac
Packit Service b5d813
Packit Service b5d813
    # If the value was cached, stop now.  We just wanted to have am__tar
Packit Service b5d813
    # and am__untar set.
Packit Service b5d813
    test -n "${am_cv_prog_tar_$1}" && break
Packit Service b5d813
Packit Service b5d813
    # tar/untar a dummy directory, and stop if the command works.
Packit Service b5d813
    rm -rf conftest.dir
Packit Service b5d813
    mkdir conftest.dir
Packit Service b5d813
    echo GrepMe > conftest.dir/file
Packit Service b5d813
    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
Packit Service b5d813
    rm -rf conftest.dir
Packit Service b5d813
    if test -s conftest.tar; then
Packit Service b5d813
      AM_RUN_LOG([$am__untar 
Packit Service b5d813
      AM_RUN_LOG([cat conftest.dir/file])
Packit Service b5d813
      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
Packit Service b5d813
    fi
Packit Service b5d813
  done
Packit Service b5d813
  rm -rf conftest.dir
Packit Service b5d813
Packit Service b5d813
  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
Packit Service b5d813
  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
Packit Service b5d813
Packit Service b5d813
AC_SUBST([am__tar])
Packit Service b5d813
AC_SUBST([am__untar])
Packit Service b5d813
])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_append_compile_flags.m4:59: -1- AC_DEFUN([AX_APPEND_COMPILE_FLAGS], [AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service b5d813
AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service b5d813
for flag in $1; do
Packit Service b5d813
  AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [$2])], [], [$3])
Packit Service b5d813
done
Packit Service b5d813
])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_append_flag.m4:54: -1- AC_DEFUN([AX_APPEND_FLAG], [dnl
Packit Service b5d813
AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_SET_IF
Packit Service b5d813
AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])
Packit Service b5d813
AS_VAR_SET_IF(FLAGS,[
Packit Service b5d813
  AS_CASE([" AS_VAR_GET(FLAGS) "],
Packit Service b5d813
    [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])],
Packit Service b5d813
    [
Packit Service b5d813
     AS_VAR_APPEND(FLAGS,[" $1"])
Packit Service b5d813
     AC_RUN_LOG([: FLAGS="$FLAGS"])
Packit Service b5d813
    ])
Packit Service b5d813
  ],
Packit Service b5d813
  [
Packit Service b5d813
  AS_VAR_SET(FLAGS,[$1])
Packit Service b5d813
  AC_RUN_LOG([: FLAGS="$FLAGS"])
Packit Service b5d813
  ])
Packit Service b5d813
AS_VAR_POPDEF([FLAGS])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_check_compile_flag.m4:60: -1- AC_DEFUN([AX_CHECK_COMPILE_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
Packit Service b5d813
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
Packit Service b5d813
AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
Packit Service b5d813
  ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
Packit Service b5d813
  _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
Packit Service b5d813
  AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
Packit Service b5d813
    [AS_VAR_SET(CACHEVAR,[yes])],
Packit Service b5d813
    [AS_VAR_SET(CACHEVAR,[no])])
Packit Service b5d813
  _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
Packit Service b5d813
AS_VAR_IF(CACHEVAR,yes,
Packit Service b5d813
  [m4_default([$2], :)],
Packit Service b5d813
  [m4_default([$3], :)])
Packit Service b5d813
AS_VAR_POPDEF([CACHEVAR])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_compile_check_sizeof.m4:89: -1- AU_DEFUN([AC_COMPILE_CHECK_SIZEOF], [m4_if($#, 0, [AX_COMPILE_CHECK_SIZEOF], [AX_COMPILE_CHECK_SIZEOF($@)])])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_compile_check_sizeof.m4:89: -1- AC_DEFUN([AC_COMPILE_CHECK_SIZEOF], [AC_DIAGNOSE([obsolete], [The macro `AC_COMPILE_CHECK_SIZEOF' is obsolete.
Packit Service b5d813
You should run autoupdate.])dnl
Packit Service b5d813
m4_if($#, 0, [AX_COMPILE_CHECK_SIZEOF], [AX_COMPILE_CHECK_SIZEOF($@)])])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_compile_check_sizeof.m4:90: -1- AC_DEFUN([AX_COMPILE_CHECK_SIZEOF], [changequote(<<, >>)dnl
Packit Service b5d813
dnl The name to #define.
Packit Service b5d813
define(<<AC_TYPE_NAME>>, translit(sizeof_$1, [a-z *], [A-Z_P]))dnl
Packit Service b5d813
dnl The cache variable name.
Packit Service b5d813
define(<<AC_CV_NAME>>, translit(ac_cv_sizeof_$1, [ *], [_p]))dnl
Packit Service b5d813
changequote([, ])dnl
Packit Service b5d813
AC_MSG_CHECKING(size of $1)
Packit Service b5d813
AC_CACHE_VAL(AC_CV_NAME,
Packit Service b5d813
[for ac_size in 4 8 1 2 16 $3 ; do # List sizes in rough order of prevalence.
Packit Service b5d813
  AC_TRY_COMPILE([#include "confdefs.h"
Packit Service b5d813
#include <sys/types.h>
Packit Service b5d813
$2
Packit Service b5d813
], [switch (0) case 0: case (sizeof ($1) == $ac_size):;], AC_CV_NAME=$ac_size)
Packit Service b5d813
  if test x$AC_CV_NAME != x ; then break; fi
Packit Service b5d813
done
Packit Service b5d813
])
Packit Service b5d813
if test x$AC_CV_NAME = x ; then
Packit Service b5d813
  AC_MSG_ERROR([cannot determine a size for $1])
Packit Service b5d813
fi
Packit Service b5d813
AC_MSG_RESULT($AC_CV_NAME)
Packit Service b5d813
AC_DEFINE_UNQUOTED(AC_TYPE_NAME, $AC_CV_NAME, [The number of bytes in type $1])
Packit Service b5d813
undefine([AC_TYPE_NAME])dnl
Packit Service b5d813
undefine([AC_CV_NAME])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:autoconf-archive/m4/ax_require_defined.m4:35: -1- AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
Packit Service b5d813
  m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])
Packit Service b5d813
])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?A[CHUM]_])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_forbid([_AC_])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^AS_FLAGS$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?m4_])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_forbid([^dnl$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?AS_])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^SHELL$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PATH_SEPARATOR$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^exec_prefix$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^prefix$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^program_transform_name$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^bindir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^sbindir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^libexecdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^datarootdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^datadir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^sysconfdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^sharedstatedir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^localstatedir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^includedir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^oldincludedir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^docdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^infodir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^htmldir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^dvidir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^pdfdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^psdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^libdir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^localedir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^mandir$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_NAME$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_VERSION$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_STRING$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE_URL$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^DEFS$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_C$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_N$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^ECHO_T$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBS$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^build_alias$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^host_alias$])
Packit Service b5d813
m4trace:configure.ac:4: -1- m4_pattern_allow([^target_alias$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.16.1])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_AUTOCONF_VERSION([2.69])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_SET_OPTIONS([])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
Packit Service b5d813
 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
Packit Service b5d813
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-define])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_SANITY_CHECK
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_MISSING_HAS_RUN
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_AUX_DIR_EXPAND
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_PROG_INSTALL_SH
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_PROG_INSTALL_STRIP
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_SET_LEADING_DOT
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
Packit Service b5d813
			     [_AM_PROG_TAR([v7])])])
Packit Service b5d813
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-ustar])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
Packit Service b5d813
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-pax])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_PROG_TAR([v7])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
Packit Service b5d813
		  [_AM_DEPENDENCIES([CC])],
Packit Service b5d813
		  [m4_define([AC_PROG_CC],
Packit Service b5d813
			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Packit Service b5d813
AC_PROVIDE_IFELSE([AC_PROG_CXX],
Packit Service b5d813
		  [_AM_DEPENDENCIES([CXX])],
Packit Service b5d813
		  [m4_define([AC_PROG_CXX],
Packit Service b5d813
			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Packit Service b5d813
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Packit Service b5d813
		  [_AM_DEPENDENCIES([OBJC])],
Packit Service b5d813
		  [m4_define([AC_PROG_OBJC],
Packit Service b5d813
			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
Packit Service b5d813
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
Packit Service b5d813
		  [_AM_DEPENDENCIES([OBJCXX])],
Packit Service b5d813
		  [m4_define([AC_PROG_OBJCXX],
Packit Service b5d813
			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Packit Service b5d813
])
Packit Service b5d813
m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-dependencies])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_SILENT_RULES
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_V$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_SUBST_NOTMAKE([AM_V])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_V])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_V$])
Packit Service b5d813
m4trace:configure.ac:6: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
Packit Service b5d813
m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_BACKSLASH$])
Packit Service b5d813
m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
Packit Service b5d813
m4trace:configure.ac:8: -1- _AM_CONFIG_MACRO_DIRS([autoconf-archive/m4])
Packit Service b5d813
m4trace:configure.ac:10: -1- m4_pattern_allow([^SET_MAKE$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^build$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^build_cpu$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^build_vendor$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^build_os$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^host$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^host_cpu$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^host_vendor$])
Packit Service b5d813
m4trace:configure.ac:12: -1- m4_pattern_allow([^host_os$])
Packit Service b5d813
m4trace:configure.ac:14: -1- m4_pattern_allow([^ENABLE_THREADING$])
Packit Service b5d813
m4trace:configure.ac:28: -1- m4_pattern_allow([^ENABLE_RDRAND$])
Packit Service b5d813
m4trace:configure.ac:43: -1- AM_SILENT_RULES([yes])
Packit Service b5d813
m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_V$])
Packit Service b5d813
m4trace:configure.ac:43: -1- AM_SUBST_NOTMAKE([AM_V])
Packit Service b5d813
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AM_V])
Packit Service b5d813
m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_DEFAULT_V$])
Packit Service b5d813
m4trace:configure.ac:43: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
Packit Service b5d813
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
Packit Service b5d813
m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
Packit Service b5d813
m4trace:configure.ac:43: -1- m4_pattern_allow([^AM_BACKSLASH$])
Packit Service b5d813
m4trace:configure.ac:43: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_PROG_CC_C_O
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CC$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CFLAGS$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^LDFLAGS$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^LIBS$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CPPFLAGS$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CC$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CC$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CC$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CC$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^ac_ct_CC$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^EXEEXT$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^OBJEXT$])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_PROG_CC_C_O
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_DEPENDENCIES([CC])
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_SET_DEPDIR
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^DEPDIR$])
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_MAKE_INCLUDE
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^am__include$])
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_DEP_TRACK
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^AMDEP_TRUE$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^AMDEP_FALSE$])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^am__nodep$])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_SUBST_NOTMAKE([am__nodep])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^CCDEPMODE$])
Packit Service b5d813
m4trace:configure.ac:50: -1- AM_CONDITIONAL([am__fastdepCC], [
Packit Service b5d813
  test "x$enable_dependency_tracking" != xno \
Packit Service b5d813
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
Packit Service b5d813
m4trace:configure.ac:50: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
Packit Service b5d813
m4trace:configure.ac:50: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
Packit Service b5d813
m4trace:configure.ac:54: -1- m4_pattern_allow([^CPP$])
Packit Service b5d813
m4trace:configure.ac:54: -1- m4_pattern_allow([^CPPFLAGS$])
Packit Service b5d813
m4trace:configure.ac:54: -1- m4_pattern_allow([^CPP$])
Packit Service b5d813
m4trace:configure.ac:54: -1- AC_PROG_EGREP
Packit Service b5d813
m4trace:configure.ac:54: -1- m4_pattern_allow([^GREP$])
Packit Service b5d813
m4trace:configure.ac:54: -1- m4_pattern_allow([^EGREP$])
Packit Service b5d813
m4trace:configure.ac:54: -1- m4_pattern_allow([^STDC_HEADERS$])
Packit Service b5d813
m4trace:configure.ac:56: -1- m4_pattern_allow([^JSON_C_HAVE_INTTYPES_H$])
Packit Service b5d813
m4trace:configure.ac:59: -1- m4_pattern_allow([^const$])
Packit Service b5d813
m4trace:configure.ac:60: -1- m4_pattern_allow([^size_t$])
Packit Service b5d813
m4trace:configure.ac:69: -1- m4_pattern_allow([^HAVE___THREAD$])
Packit Service b5d813
m4trace:configure.ac:69: -1- m4_pattern_allow([^SPEC___THREAD$])
Packit Service b5d813
m4trace:configure.ac:75: -1- m4_pattern_allow([^HAVE_VPRINTF$])
Packit Service b5d813
m4trace:configure.ac:75: -1- m4_pattern_allow([^HAVE_DOPRNT$])
Packit Service b5d813
m4trace:configure.ac:76: -1- m4_pattern_allow([^LIB@&t@OBJS$])
Packit Service b5d813
m4trace:configure.ac:77: -1- m4_pattern_allow([^HAVE_REALLOC$])
Packit Service b5d813
m4trace:configure.ac:79: -1- m4_pattern_allow([^HAVE_DECL_INFINITY$])
Packit Service b5d813
m4trace:configure.ac:80: -1- m4_pattern_allow([^HAVE_DECL_NAN$])
Packit Service b5d813
m4trace:configure.ac:81: -1- m4_pattern_allow([^HAVE_DECL_ISNAN$])
Packit Service b5d813
m4trace:configure.ac:82: -1- m4_pattern_allow([^HAVE_DECL_ISINF$])
Packit Service b5d813
m4trace:configure.ac:83: -1- m4_pattern_allow([^HAVE_DECL__ISNAN$])
Packit Service b5d813
m4trace:configure.ac:84: -1- m4_pattern_allow([^HAVE_DECL__FINITE$])
Packit Service b5d813
m4trace:configure.ac:86: -1- m4_pattern_allow([^HAVE_ATOMIC_BUILTINS$])
Packit Service b5d813
m4trace:configure.ac:112: -1- m4_pattern_allow([^HAVE_USELOCALE$])
Packit Service b5d813
m4trace:configure.ac:119: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
Packit Service b5d813
configure.ac:119: the top level])
Packit Service b5d813
m4trace:configure.ac:126: -1- m4_pattern_allow([^HAS_GNU_WARNING_LONG$])
Packit Service b5d813
m4trace:configure.ac:140: -1- LT_INIT
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
Packit Service b5d813
m4trace:configure.ac:140: -1- LTOPTIONS_VERSION
Packit Service b5d813
m4trace:configure.ac:140: -1- LTSUGAR_VERSION
Packit Service b5d813
m4trace:configure.ac:140: -1- LTVERSION_VERSION
Packit Service b5d813
m4trace:configure.ac:140: -1- LTOBSOLETE_VERSION
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_PROG_LTMAIN
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^LIBTOOL$])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_PREPARE_SED_QUOTE_VARS
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_PROG_ECHO_BACKSLASH
Packit Service b5d813
m4trace:configure.ac:140: -1- LT_PATH_LD
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^SED$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^FGREP$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^GREP$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^LD$])
Packit Service b5d813
m4trace:configure.ac:140: -1- LT_PATH_NM
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^DUMPBIN$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^DUMPBIN$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^NM$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^LN_S$])
Packit Service b5d813
m4trace:configure.ac:140: -1- LT_CMD_MAX_LEN
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^OBJDUMP$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^OBJDUMP$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^DLLTOOL$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^DLLTOOL$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^AR$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^ac_ct_AR$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^STRIP$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^RANLIB$])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_WITH_SYSROOT
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([LT_OBJDIR])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^LT_OBJDIR$])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_CC_BASENAME([$compiler])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
Packit Service b5d813
m4trace:configure.ac:140: -1- LT_SUPPORTED_TAG([CC])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_COMPILER_BOILERPLATE
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_LINKER_BOILERPLATE
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
Packit Service b5d813
     "" | " "*) ;;
Packit Service b5d813
     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
Packit Service b5d813
     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
Packit Service b5d813
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^MANIFEST_TOOL$])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_DLL_DEF_P([$export_symbols])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_DLL_DEF_P([$export_symbols])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_REQUIRED_DARWIN_CHECKS
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^DSYMUTIL$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^NMEDIT$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^LIPO$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^OTOOL$])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^OTOOL64$])
Packit Service b5d813
m4trace:configure.ac:140: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
Packit Service b5d813
m4trace:configure.ac:140: -1- LT_SYS_DLOPEN_SELF
Packit Service b5d813
m4trace:configure.ac:140: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
Packit Service b5d813
m4trace:configure.ac:148: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
Packit Service b5d813
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
Packit Service b5d813
configure.ac:148: the top level])
Packit Service b5d813
m4trace:configure.ac:166: -1- m4_pattern_allow([^JSON_BSYMBOLIC_LDFLAGS$])
Packit Service b5d813
m4trace:configure.ac:168: -1- AX_APPEND_COMPILE_FLAGS([-Wall -Werror -Wcast-qual -Wno-error=deprecated-declarations])
Packit Service b5d813
m4trace:configure.ac:168: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service b5d813
m4trace:configure.ac:168: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service b5d813
m4trace:configure.ac:168: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [])], [], [])
Packit Service b5d813
m4trace:configure.ac:168: -1- AX_APPEND_FLAG([$flag], [])
Packit Service b5d813
m4trace:configure.ac:169: -1- AX_APPEND_COMPILE_FLAGS([-Wextra -Wwrite-string -Wno-unused-parameter])
Packit Service b5d813
m4trace:configure.ac:169: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service b5d813
m4trace:configure.ac:169: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service b5d813
m4trace:configure.ac:169: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [])], [], [])
Packit Service b5d813
m4trace:configure.ac:169: -1- AX_APPEND_FLAG([$flag], [])
Packit Service b5d813
m4trace:configure.ac:170: -1- AX_APPEND_COMPILE_FLAGS([-D_GNU_SOURCE])
Packit Service b5d813
m4trace:configure.ac:170: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service b5d813
m4trace:configure.ac:170: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service b5d813
m4trace:configure.ac:170: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [])], [], [])
Packit Service b5d813
m4trace:configure.ac:170: -1- AX_APPEND_FLAG([$flag], [])
Packit Service b5d813
m4trace:configure.ac:174: -1- AX_APPEND_COMPILE_FLAGS([-D_REENTRANT])
Packit Service b5d813
m4trace:configure.ac:174: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service b5d813
m4trace:configure.ac:174: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service b5d813
m4trace:configure.ac:174: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [])], [], [])
Packit Service b5d813
m4trace:configure.ac:174: -1- AX_APPEND_FLAG([$flag], [])
Packit Service b5d813
m4trace:configure.ac:193: -1- AX_COMPILE_CHECK_SIZEOF([int])
Packit Service b5d813
m4trace:configure.ac:193: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
Packit Service b5d813
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
Packit Service b5d813
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
Packit Service b5d813
autoconf-archive/m4/ax_compile_check_sizeof.m4:90: AX_COMPILE_CHECK_SIZEOF is expanded from...
Packit Service b5d813
configure.ac:193: the top level])
Packit Service b5d813
m4trace:configure.ac:193: -1- m4_pattern_allow([^SIZEOF_INT$])
Packit Service b5d813
m4trace:configure.ac:194: -1- AX_COMPILE_CHECK_SIZEOF([long])
Packit Service b5d813
m4trace:configure.ac:194: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
Packit Service b5d813
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
Packit Service b5d813
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
Packit Service b5d813
autoconf-archive/m4/ax_compile_check_sizeof.m4:90: AX_COMPILE_CHECK_SIZEOF is expanded from...
Packit Service b5d813
configure.ac:194: the top level])
Packit Service b5d813
m4trace:configure.ac:194: -1- m4_pattern_allow([^SIZEOF_LONG$])
Packit Service b5d813
m4trace:configure.ac:195: -1- AX_COMPILE_CHECK_SIZEOF([long long])
Packit Service b5d813
m4trace:configure.ac:195: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
Packit Service b5d813
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
Packit Service b5d813
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
Packit Service b5d813
autoconf-archive/m4/ax_compile_check_sizeof.m4:90: AX_COMPILE_CHECK_SIZEOF is expanded from...
Packit Service b5d813
configure.ac:195: the top level])
Packit Service b5d813
m4trace:configure.ac:195: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
Packit Service b5d813
m4trace:configure.ac:196: -1- AX_COMPILE_CHECK_SIZEOF([size_t], [#include <stdint.h>])
Packit Service b5d813
m4trace:configure.ac:196: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
Packit Service b5d813
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
Packit Service b5d813
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
Packit Service b5d813
autoconf-archive/m4/ax_compile_check_sizeof.m4:90: AX_COMPILE_CHECK_SIZEOF is expanded from...
Packit Service b5d813
configure.ac:196: the top level])
Packit Service b5d813
m4trace:configure.ac:196: -1- m4_pattern_allow([^SIZEOF_SIZE_T$])
Packit Service b5d813
m4trace:configure.ac:197: -1- AX_COMPILE_CHECK_SIZEOF([int64_t], [#include <stdint.h>])
Packit Service b5d813
m4trace:configure.ac:197: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
Packit Service b5d813
You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
Packit Service b5d813
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
Packit Service b5d813
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
Packit Service b5d813
autoconf-archive/m4/ax_compile_check_sizeof.m4:90: AX_COMPILE_CHECK_SIZEOF is expanded from...
Packit Service b5d813
configure.ac:197: the top level])
Packit Service b5d813
m4trace:configure.ac:197: -1- m4_pattern_allow([^SIZEOF_INT64_T$])
Packit Service b5d813
m4trace:configure.ac:206: -1- m4_pattern_allow([^LIB@&t@OBJS$])
Packit Service b5d813
m4trace:configure.ac:206: -1- m4_pattern_allow([^LTLIBOBJS$])
Packit Service b5d813
m4trace:configure.ac:206: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
Packit Service b5d813
m4trace:configure.ac:206: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
Packit Service b5d813
m4trace:configure.ac:206: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
Packit Service b5d813
m4trace:configure.ac:206: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
Packit Service b5d813
m4trace:configure.ac:206: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
Packit Service b5d813
m4trace:configure.ac:206: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
Packit Service b5d813
m4trace:configure.ac:206: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Packit Service b5d813
m4trace:configure.ac:206: -1- AM_RUN_LOG([cd "$am_dirpart" \
Packit Service b5d813
      && sed -e '/# am--include-marker/d' "$am_filepart" \
Packit Service b5d813
        | $MAKE -f - am--depfiles])
Packit Service b5d813
m4trace:configure.ac:206: -1- _LT_PROG_LTMAIN