Blame autom4te.cache/traces.0

Packit Service 768a21
m4trace:/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [
Packit Service 768a21
AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
Packit Service 768a21
Packit Service 768a21
AC_CHECK_TYPES([error_t],
Packit Service 768a21
  [],
Packit Service 768a21
  [AC_DEFINE([error_t], [int],
Packit Service 768a21
   [Define to a type to use for 'error_t' if it is not otherwise available.])
Packit Service 768a21
   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
Packit Service 768a21
    does not typedef error_t.])],
Packit Service 768a21
  [#if defined(HAVE_ARGZ_H)
Packit Service 768a21
#  include <argz.h>
Packit Service 768a21
#endif])
Packit Service 768a21
Packit Service 768a21
LT_ARGZ_H=
Packit Service 768a21
AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
Packit Service 768a21
	argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
Packit Service 768a21
Packit Service 768a21
dnl if have system argz functions, allow forced use of
Packit Service 768a21
dnl libltdl-supplied implementation (and default to do so
Packit Service 768a21
dnl on "known bad" systems). Could use a runtime check, but
Packit Service 768a21
dnl (a) detecting malloc issues is notoriously unreliable
Packit Service 768a21
dnl (b) only known system that declares argz functions,
Packit Service 768a21
dnl     provides them, yet they are broken, is cygwin
Packit Service 768a21
dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
Packit Service 768a21
dnl So, it's more straightforward simply to special case
Packit Service 768a21
dnl this for known bad systems.
Packit Service 768a21
AS_IF([test -z "$LT_ARGZ_H"],
Packit Service 768a21
    [AC_CACHE_CHECK(
Packit Service 768a21
        [if argz actually works],
Packit Service 768a21
        [lt_cv_sys_argz_works],
Packit Service 768a21
        [[case $host_os in #(
Packit Service 768a21
	 *cygwin*)
Packit Service 768a21
	   lt_cv_sys_argz_works=no
Packit Service 768a21
	   if test no != "$cross_compiling"; then
Packit Service 768a21
	     lt_cv_sys_argz_works="guessing no"
Packit Service 768a21
	   else
Packit Service 768a21
	     lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
Packit Service 768a21
	     save_IFS=$IFS
Packit Service 768a21
	     IFS=-.
Packit Service 768a21
	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
Packit Service 768a21
	     IFS=$save_IFS
Packit Service 768a21
	     lt_os_major=${2-0}
Packit Service 768a21
	     lt_os_minor=${3-0}
Packit Service 768a21
	     lt_os_micro=${4-0}
Packit Service 768a21
	     if test 1 -lt "$lt_os_major" \
Packit Service 768a21
		|| { test 1 -eq "$lt_os_major" \
Packit Service 768a21
		  && { test 5 -lt "$lt_os_minor" \
Packit Service 768a21
		    || { test 5 -eq "$lt_os_minor" \
Packit Service 768a21
		      && test 24 -lt "$lt_os_micro"; }; }; }; then
Packit Service 768a21
	       lt_cv_sys_argz_works=yes
Packit Service 768a21
	     fi
Packit Service 768a21
	   fi
Packit Service 768a21
	   ;; #(
Packit Service 768a21
	 *) lt_cv_sys_argz_works=yes ;;
Packit Service 768a21
	 esac]])
Packit Service 768a21
     AS_IF([test yes = "$lt_cv_sys_argz_works"],
Packit Service 768a21
        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
Packit Service 768a21
                   [This value is set to 1 to indicate that the system argz facility works])],
Packit Service 768a21
        [LT_ARGZ_H=lt__argz.h
Packit Service 768a21
        AC_LIBOBJ([lt__argz])])])
Packit Service 768a21
Packit Service 768a21
AC_SUBST([LT_ARGZ_H])
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
Packit Service 768a21
_$0($*)
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
Packit Service 768a21
dnl Although the argument is deprecated and no longer documented,
Packit Service 768a21
dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
Packit Service 768a21
dnl here make sure it is the same as any other declaration of libltdl's
Packit Service 768a21
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
Packit Service 768a21
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
Packit Service 768a21
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
Packit Service 768a21
_$0()
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service 768a21
_LTDL_CONVENIENCE])
Packit Service 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service 768a21
_LTDL_CONVENIENCE])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
Packit Service 768a21
dnl Although the argument is deprecated and no longer documented,
Packit Service 768a21
dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
Packit Service 768a21
dnl here make sure it is the same as any other declaration of libltdl's
Packit Service 768a21
dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
Packit Service 768a21
dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
Packit Service 768a21
m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
Packit Service 768a21
_$0()
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service 768a21
_LTDL_INSTALLABLE])
Packit Service 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
Packit Service 768a21
_LTDL_INSTALLABLE])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
Packit Service 768a21
  m4_pattern_allow([^_LT_LIBOBJS$])
Packit Service 768a21
  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
Packit Service 768a21
_LT_SET_OPTIONS([$0], [$1])
Packit Service 768a21
Packit Service 768a21
dnl We need to keep our own list of libobjs separate from our parent project,
Packit Service 768a21
dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
Packit Service 768a21
dnl we look for our own LIBOBJs.
Packit Service 768a21
m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
Packit Service 768a21
m4_pushdef([AC_LIBSOURCES])
Packit Service 768a21
Packit Service 768a21
dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
Packit Service 768a21
m4_if(_LTDL_MODE, [],
Packit Service 768a21
        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
Packit Service 768a21
        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
Packit Service 768a21
                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
Packit Service 768a21
Packit Service 768a21
AC_ARG_WITH([included_ltdl],
Packit Service 768a21
    [AS_HELP_STRING([--with-included-ltdl],
Packit Service 768a21
                    [use the GNU ltdl sources included here])])
Packit Service 768a21
Packit Service 768a21
if test yes != "$with_included_ltdl"; then
Packit Service 768a21
  # We are not being forced to use the included libltdl sources, so
Packit Service 768a21
  # decide whether there is a useful installed version we can use.
Packit Service 768a21
  AC_CHECK_HEADER([ltdl.h],
Packit Service 768a21
      [AC_CHECK_DECL([lt_dlinterface_register],
Packit Service 768a21
	   [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
Packit Service 768a21
	       [with_included_ltdl=no],
Packit Service 768a21
	       [with_included_ltdl=yes])],
Packit Service 768a21
	   [with_included_ltdl=yes],
Packit Service 768a21
	   [AC_INCLUDES_DEFAULT
Packit Service 768a21
	    #include <ltdl.h>])],
Packit Service 768a21
      [with_included_ltdl=yes],
Packit Service 768a21
      [AC_INCLUDES_DEFAULT]
Packit Service 768a21
  )
Packit Service 768a21
fi
Packit Service 768a21
Packit Service 768a21
dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
Packit Service 768a21
dnl was called yet, then for old times' sake, we assume libltdl is in an
Packit Service 768a21
dnl eponymous directory:
Packit Service 768a21
AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
Packit Service 768a21
Packit Service 768a21
AC_ARG_WITH([ltdl_include],
Packit Service 768a21
    [AS_HELP_STRING([--with-ltdl-include=DIR],
Packit Service 768a21
                    [use the ltdl headers installed in DIR])])
Packit Service 768a21
Packit Service 768a21
if test -n "$with_ltdl_include"; then
Packit Service 768a21
  if test -f "$with_ltdl_include/ltdl.h"; then :
Packit Service 768a21
  else
Packit Service 768a21
    AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
Packit Service 768a21
  fi
Packit Service 768a21
else
Packit Service 768a21
  with_ltdl_include=no
Packit Service 768a21
fi
Packit Service 768a21
Packit Service 768a21
AC_ARG_WITH([ltdl_lib],
Packit Service 768a21
    [AS_HELP_STRING([--with-ltdl-lib=DIR],
Packit Service 768a21
                    [use the libltdl.la installed in DIR])])
Packit Service 768a21
Packit Service 768a21
if test -n "$with_ltdl_lib"; then
Packit Service 768a21
  if test -f "$with_ltdl_lib/libltdl.la"; then :
Packit Service 768a21
  else
Packit Service 768a21
    AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
Packit Service 768a21
  fi
Packit Service 768a21
else
Packit Service 768a21
  with_ltdl_lib=no
Packit Service 768a21
fi
Packit Service 768a21
Packit Service 768a21
case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
Packit Service 768a21
  ,yes,no,no,)
Packit Service 768a21
	m4_case(m4_default(_LTDL_TYPE, [convenience]),
Packit Service 768a21
	    [convenience], [_LTDL_CONVENIENCE],
Packit Service 768a21
	    [installable], [_LTDL_INSTALLABLE],
Packit Service 768a21
	  [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
Packit Service 768a21
	;;
Packit Service 768a21
  ,no,no,no,)
Packit Service 768a21
	# If the included ltdl is not to be used, then use the
Packit Service 768a21
	# preinstalled libltdl we found.
Packit Service 768a21
	AC_DEFINE([HAVE_LTDL], [1],
Packit Service 768a21
	  [Define this if a modern libltdl is already installed])
Packit Service 768a21
	LIBLTDL=-lltdl
Packit Service 768a21
	LTDLDEPS=
Packit Service 768a21
	LTDLINCL=
Packit Service 768a21
	;;
Packit Service 768a21
  ,no*,no,*)
Packit Service 768a21
	AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
Packit Service 768a21
	;;
Packit Service 768a21
  *)	with_included_ltdl=no
Packit Service 768a21
	LIBLTDL="-L$with_ltdl_lib -lltdl"
Packit Service 768a21
	LTDLDEPS=
Packit Service 768a21
	LTDLINCL=-I$with_ltdl_include
Packit Service 768a21
	;;
Packit Service 768a21
esac
Packit Service 768a21
INCLTDL=$LTDLINCL
Packit Service 768a21
Packit Service 768a21
# Report our decision...
Packit Service 768a21
AC_MSG_CHECKING([where to find libltdl headers])
Packit Service 768a21
AC_MSG_RESULT([$LTDLINCL])
Packit Service 768a21
AC_MSG_CHECKING([where to find libltdl library])
Packit Service 768a21
AC_MSG_RESULT([$LIBLTDL])
Packit Service 768a21
Packit Service 768a21
_LTDL_SETUP
Packit Service 768a21
Packit Service 768a21
dnl restore autoconf definition.
Packit Service 768a21
m4_popdef([AC_LIBOBJ])
Packit Service 768a21
m4_popdef([AC_LIBSOURCES])
Packit Service 768a21
Packit Service 768a21
AC_CONFIG_COMMANDS_PRE([
Packit Service 768a21
    _ltdl_libobjs=
Packit Service 768a21
    _ltdl_ltlibobjs=
Packit Service 768a21
    if test -n "$_LT_LIBOBJS"; then
Packit Service 768a21
      # Remove the extension.
Packit Service 768a21
      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
Packit Service 768a21
      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
Packit Service 768a21
        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
Packit Service 768a21
        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
Packit Service 768a21
      done
Packit Service 768a21
    fi
Packit Service 768a21
    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
Packit Service 768a21
    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
Packit Service 768a21
])
Packit Service 768a21
Packit Service 768a21
# Only expand once:
Packit Service 768a21
m4_define([LTDL_INIT])
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
Packit Service 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LTDL_INIT($@)])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
Packit Service 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LTDL_INIT($@)])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
Packit Service 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LTDL_INIT($@)])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
Packit Service 768a21
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
Packit Service 768a21
AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
Packit Service 768a21
AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
Packit Service 768a21
AC_REQUIRE([LT_LIB_DLLOAD])dnl
Packit Service 768a21
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
Packit Service 768a21
AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
Packit Service 768a21
AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
Packit Service 768a21
AC_REQUIRE([LT_FUNC_ARGZ])dnl
Packit Service 768a21
Packit Service 768a21
m4_require([_LT_CHECK_OBJDIR])dnl
Packit Service 768a21
m4_require([_LT_HEADER_DLFCN])dnl
Packit Service 768a21
m4_require([_LT_CHECK_DLPREOPEN])dnl
Packit Service 768a21
m4_require([_LT_DECL_SED])dnl
Packit Service 768a21
Packit Service 768a21
dnl Don't require this, or it will be expanded earlier than the code
Packit Service 768a21
dnl that sets the variables it relies on:
Packit Service 768a21
_LT_ENABLE_INSTALL
Packit Service 768a21
Packit Service 768a21
dnl _LTDL_MODE specific code must be called at least once:
Packit Service 768a21
_LTDL_MODE_DISPATCH
Packit Service 768a21
Packit Service 768a21
# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
Packit Service 768a21
# the user used.  This is so that ltdl.h can pick up the parent projects
Packit Service 768a21
# config.h file, The first file in AC_CONFIG_HEADERS must contain the
Packit Service 768a21
# definitions required by ltdl.c.
Packit Service 768a21
# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
Packit Service 768a21
AC_CONFIG_COMMANDS_PRE([dnl
Packit Service 768a21
m4_pattern_allow([^LT_CONFIG_H$])dnl
Packit Service 768a21
m4_ifset([AH_HEADER],
Packit Service 768a21
    [LT_CONFIG_H=AH_HEADER],
Packit Service 768a21
    [m4_ifset([AC_LIST_HEADERS],
Packit Service 768a21
	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[      ]]*||;s|[[ :]].*$||'`],
Packit Service 768a21
	[])])])
Packit Service 768a21
AC_SUBST([LT_CONFIG_H])
Packit Service 768a21
Packit Service 768a21
AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
Packit Service 768a21
	[], [], [AC_INCLUDES_DEFAULT])
Packit Service 768a21
Packit Service 768a21
AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
Packit Service 768a21
AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
Packit Service 768a21
Packit Service 768a21
m4_pattern_allow([LT_LIBEXT])dnl
Packit Service 768a21
AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
Packit Service 768a21
Packit Service 768a21
name=
Packit Service 768a21
eval "lt_libprefix=\"$libname_spec\""
Packit Service 768a21
m4_pattern_allow([LT_LIBPREFIX])dnl
Packit Service 768a21
AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
Packit Service 768a21
Packit Service 768a21
name=ltdl
Packit Service 768a21
eval "LTDLOPEN=\"$libname_spec\""
Packit Service 768a21
AC_SUBST([LTDLOPEN])
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service 768a21
AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
Packit Service 768a21
  [lt_cv_sys_dlopen_deplibs],
Packit Service 768a21
  [# PORTME does your system automatically load deplibs for dlopen?
Packit Service 768a21
  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
Packit Service 768a21
  # For now, we just catch OSes we know something about -- in the
Packit Service 768a21
  # future, we'll try test this programmatically.
Packit Service 768a21
  lt_cv_sys_dlopen_deplibs=unknown
Packit Service 768a21
  case $host_os in
Packit Service 768a21
  aix3*|aix4.1.*|aix4.2.*)
Packit Service 768a21
    # Unknown whether this is true for these versions of AIX, but
Packit Service 768a21
    # we want this 'case' here to explicitly catch those versions.
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=unknown
Packit Service 768a21
    ;;
Packit Service 768a21
  aix[[4-9]]*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  amigaos*)
Packit Service 768a21
    case $host_cpu in
Packit Service 768a21
    powerpc)
Packit Service 768a21
      lt_cv_sys_dlopen_deplibs=no
Packit Service 768a21
      ;;
Packit Service 768a21
    esac
Packit Service 768a21
    ;;
Packit Service 768a21
  bitrig*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  darwin*)
Packit Service 768a21
    # Assuming the user has installed a libdl from somewhere, this is true
Packit Service 768a21
    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  freebsd* | dragonfly*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
Packit Service 768a21
    # GNU and its variants, using gnu ld.so (Glibc)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  hpux10*|hpux11*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  interix*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  irix[[12345]]*|irix6.[[01]]*)
Packit Service 768a21
    # Catch all versions of IRIX before 6.2, and indicate that we don't
Packit Service 768a21
    # know how it worked for any of those versions.
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=unknown
Packit Service 768a21
    ;;
Packit Service 768a21
  irix*)
Packit Service 768a21
    # The case above catches anything before 6.2, and it's known that
Packit Service 768a21
    # at 6.2 and later dlopen does load deplibs.
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  netbsd*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  openbsd*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  osf[[1234]]*)
Packit Service 768a21
    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
Packit Service 768a21
    # it did *not* use an RPATH in a shared library to find objects the
Packit Service 768a21
    # library depends on, so we explicitly say 'no'.
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=no
Packit Service 768a21
    ;;
Packit Service 768a21
  osf5.0|osf5.0a|osf5.1)
Packit Service 768a21
    # dlopen *does* load deplibs and with the right loader patch applied
Packit Service 768a21
    # it even uses RPATH in a shared library to search for shared objects
Packit Service 768a21
    # that the library depends on, but there's no easy way to know if that
Packit Service 768a21
    # patch is installed.  Since this is the case, all we can really
Packit Service 768a21
    # say is unknown -- it depends on the patch being installed.  If
Packit Service 768a21
    # it is, this changes to 'yes'.  Without it, it would be 'no'.
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=unknown
Packit Service 768a21
    ;;
Packit Service 768a21
  osf*)
Packit Service 768a21
    # the two cases above should catch all versions of osf <= 5.1.  Read
Packit Service 768a21
    # the comments above for what we know about them.
Packit Service 768a21
    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
Packit Service 768a21
    # is used to find them so we can finally say 'yes'.
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  qnx*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  solaris*)
Packit Service 768a21
    lt_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
Packit Service 768a21
    libltdl_cv_sys_dlopen_deplibs=yes
Packit Service 768a21
    ;;
Packit Service 768a21
  esac
Packit Service 768a21
  ])
Packit Service 768a21
if test yes != "$lt_cv_sys_dlopen_deplibs"; then
Packit Service 768a21
 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
Packit Service 768a21
    [Define if the OS needs help to load dependent libraries for dlopen().])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
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 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:552: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
Packit Service 768a21
AC_CACHE_CHECK([what extension is used for runtime loadable modules],
Packit Service 768a21
  [libltdl_cv_shlibext],
Packit Service 768a21
[
Packit Service 768a21
module=yes
Packit Service 768a21
eval libltdl_cv_shlibext=$shrext_cmds
Packit Service 768a21
module=no
Packit Service 768a21
eval libltdl_cv_shrext=$shrext_cmds
Packit Service 768a21
  ])
Packit Service 768a21
if test -n "$libltdl_cv_shlibext"; then
Packit Service 768a21
  m4_pattern_allow([LT_MODULE_EXT])dnl
Packit Service 768a21
  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
Packit Service 768a21
    [Define to the extension used for runtime loadable modules, say, ".so".])
Packit Service 768a21
fi
Packit Service 768a21
if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
Packit Service 768a21
  m4_pattern_allow([LT_SHARED_EXT])dnl
Packit Service 768a21
  AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
Packit Service 768a21
    [Define to the shared library suffix, say, ".dylib".])
Packit Service 768a21
fi
Packit Service 768a21
if test -n "$shared_archive_member_spec"; then
Packit Service 768a21
  m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl
Packit Service 768a21
  AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"],
Packit Service 768a21
    [Define to the shared archive member specification, say "(shr.o)".])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
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 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:587: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
Packit Service 768a21
AC_CACHE_CHECK([what variable specifies run-time module search path],
Packit Service 768a21
  [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var])
Packit Service 768a21
if test -n "$lt_cv_module_path_var"; then
Packit Service 768a21
  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
Packit Service 768a21
  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
Packit Service 768a21
    [Define to the name of the environment variable that determines the run-time module search path.])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
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 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
Packit Service 768a21
AC_CACHE_CHECK([for the default library search path],
Packit Service 768a21
  [lt_cv_sys_dlsearch_path],
Packit Service 768a21
  [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
Packit Service 768a21
if test -n "$lt_cv_sys_dlsearch_path"; then
Packit Service 768a21
  sys_dlsearch_path=
Packit Service 768a21
  for dir in $lt_cv_sys_dlsearch_path; do
Packit Service 768a21
    if test -z "$sys_dlsearch_path"; then
Packit Service 768a21
      sys_dlsearch_path=$dir
Packit Service 768a21
    else
Packit Service 768a21
      sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
Packit Service 768a21
    fi
Packit Service 768a21
  done
Packit Service 768a21
  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
Packit Service 768a21
  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
Packit Service 768a21
    [Define to the system default library search path.])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
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 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:653: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
Packit Service 768a21
LT_DLLOADERS=
Packit Service 768a21
AC_SUBST([LT_DLLOADERS])
Packit Service 768a21
Packit Service 768a21
AC_LANG_PUSH([C])
Packit Service 768a21
lt_dlload_save_LIBS=$LIBS
Packit Service 768a21
Packit Service 768a21
LIBADD_DLOPEN=
Packit Service 768a21
AC_SEARCH_LIBS([dlopen], [dl],
Packit Service 768a21
	[AC_DEFINE([HAVE_LIBDL], [1],
Packit Service 768a21
		   [Define if you have the libdl library or equivalent.])
Packit Service 768a21
	if test "$ac_cv_search_dlopen" != "none required"; then
Packit Service 768a21
	  LIBADD_DLOPEN=-ldl
Packit Service 768a21
	fi
Packit Service 768a21
	libltdl_cv_lib_dl_dlopen=yes
Packit Service 768a21
	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
Packit Service 768a21
    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
Packit Service 768a21
#  include <dlfcn.h>
Packit Service 768a21
#endif
Packit Service 768a21
    ]], [[dlopen(0, 0);]])],
Packit Service 768a21
	    [AC_DEFINE([HAVE_LIBDL], [1],
Packit Service 768a21
		       [Define if you have the libdl library or equivalent.])
Packit Service 768a21
	    libltdl_cv_func_dlopen=yes
Packit Service 768a21
	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
Packit Service 768a21
	[AC_CHECK_LIB([svld], [dlopen],
Packit Service 768a21
		[AC_DEFINE([HAVE_LIBDL], [1],
Packit Service 768a21
			 [Define if you have the libdl library or equivalent.])
Packit Service 768a21
	        LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
Packit Service 768a21
		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
Packit Service 768a21
if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
Packit Service 768a21
then
Packit Service 768a21
  lt_save_LIBS=$LIBS
Packit Service 768a21
  LIBS="$LIBS $LIBADD_DLOPEN"
Packit Service 768a21
  AC_CHECK_FUNCS([dlerror])
Packit Service 768a21
  LIBS=$lt_save_LIBS
Packit Service 768a21
fi
Packit Service 768a21
AC_SUBST([LIBADD_DLOPEN])
Packit Service 768a21
Packit Service 768a21
LIBADD_SHL_LOAD=
Packit Service 768a21
AC_CHECK_FUNC([shl_load],
Packit Service 768a21
	[AC_DEFINE([HAVE_SHL_LOAD], [1],
Packit Service 768a21
		   [Define if you have the shl_load function.])
Packit Service 768a21
	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
Packit Service 768a21
    [AC_CHECK_LIB([dld], [shl_load],
Packit Service 768a21
	    [AC_DEFINE([HAVE_SHL_LOAD], [1],
Packit Service 768a21
		       [Define if you have the shl_load function.])
Packit Service 768a21
	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
Packit Service 768a21
	    LIBADD_SHL_LOAD=-ldld])])
Packit Service 768a21
AC_SUBST([LIBADD_SHL_LOAD])
Packit Service 768a21
Packit Service 768a21
case $host_os in
Packit Service 768a21
darwin[[1567]].*)
Packit Service 768a21
# We only want this for pre-Mac OS X 10.4.
Packit Service 768a21
  AC_CHECK_FUNC([_dyld_func_lookup],
Packit Service 768a21
	[AC_DEFINE([HAVE_DYLD], [1],
Packit Service 768a21
		   [Define if you have the _dyld_func_lookup function.])
Packit Service 768a21
	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
Packit Service 768a21
  ;;
Packit Service 768a21
beos*)
Packit Service 768a21
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
Packit Service 768a21
  ;;
Packit Service 768a21
cygwin* | mingw* | pw32*)
Packit Service 768a21
  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
Packit Service 768a21
  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
Packit Service 768a21
  ;;
Packit Service 768a21
esac
Packit Service 768a21
Packit Service 768a21
AC_CHECK_LIB([dld], [dld_link],
Packit Service 768a21
	[AC_DEFINE([HAVE_DLD], [1],
Packit Service 768a21
		   [Define if you have the GNU dld library.])
Packit Service 768a21
		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
Packit Service 768a21
AC_SUBST([LIBADD_DLD_LINK])
Packit Service 768a21
Packit Service 768a21
m4_pattern_allow([^LT_DLPREOPEN$])
Packit Service 768a21
LT_DLPREOPEN=
Packit Service 768a21
if test -n "$LT_DLLOADERS"
Packit Service 768a21
then
Packit Service 768a21
  for lt_loader in $LT_DLLOADERS; do
Packit Service 768a21
    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
Packit Service 768a21
  done
Packit Service 768a21
  AC_DEFINE([HAVE_LIBDLLOADER], [1],
Packit Service 768a21
            [Define if libdlloader will be built on this platform])
Packit Service 768a21
fi
Packit Service 768a21
AC_SUBST([LT_DLPREOPEN])
Packit Service 768a21
Packit Service 768a21
dnl This isn't used anymore, but set it for backwards compatibility
Packit Service 768a21
LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
Packit Service 768a21
AC_SUBST([LIBADD_DL])
Packit Service 768a21
Packit Service 768a21
LIBS=$lt_dlload_save_LIBS
Packit Service 768a21
AC_LANG_POP
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
Packit Service 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
Packit Service 768a21
m4trace:/usr/share/aclocal/ltdl.m4:756: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
Packit Service 768a21
AC_CACHE_CHECK([for _ prefix in compiled symbols],
Packit Service 768a21
  [lt_cv_sys_symbol_underscore],
Packit Service 768a21
  [lt_cv_sys_symbol_underscore=no
Packit Service 768a21
  cat > conftest.$ac_ext <<_LT_EOF
Packit Service 768a21
void nm_test_func(){}
Packit Service 768a21
int main(){nm_test_func;return 0;}
Packit Service 768a21
_LT_EOF
Packit Service 768a21
  if AC_TRY_EVAL(ac_compile); then
Packit Service 768a21
    # Now try to grab the symbols.
Packit Service 768a21
    ac_nlist=conftest.nm
Packit Service 768a21
    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
Packit Service 768a21
      # See whether the symbols have a leading underscore.
Packit Service 768a21
      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
Packit Service 768a21
        lt_cv_sys_symbol_underscore=yes
Packit Service 768a21
      else
Packit Service 768a21
        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
Packit Service 768a21
	  :
Packit Service 768a21
        else
Packit Service 768a21
	  echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
Packit Service 768a21
        fi
Packit Service 768a21
      fi
Packit Service 768a21
    else
Packit Service 768a21
      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
Packit Service 768a21
    fi
Packit Service 768a21
  else
Packit Service 768a21
    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
Packit Service 768a21
    cat conftest.c >&AS_MESSAGE_LOG_FD
Packit Service 768a21
  fi
Packit Service 768a21
  rm -rf conftest*
Packit Service 768a21
  ])
Packit Service 768a21
  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
Packit Service 768a21
  AC_SUBST([sys_symbol_underscore])
Packit Service 768a21
])
Packit Service 768a21
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 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
Packit Service 768a21
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 768a21
AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl	for lt_cv_sys_symbol_underscore
Packit Service 768a21
AC_REQUIRE([LT_SYS_MODULE_EXT])dnl	for libltdl_cv_shlibext
Packit Service 768a21
if test yes = "$lt_cv_sys_symbol_underscore"; then
Packit Service 768a21
  if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then
Packit Service 768a21
    AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
Packit Service 768a21
      [libltdl_cv_need_uscore],
Packit Service 768a21
      [libltdl_cv_need_uscore=unknown
Packit Service 768a21
      dlsym_uscore_save_LIBS=$LIBS
Packit Service 768a21
      LIBS="$LIBS $LIBADD_DLOPEN"
Packit Service 768a21
      libname=conftmod # stay within 8.3 filename limits!
Packit Service 768a21
      cat >$libname.$ac_ext <<_LT_EOF
Packit Service 768a21
[#line $LINENO "configure"
Packit Service 768a21
#include "confdefs.h"
Packit Service 768a21
/* When -fvisibility=hidden is used, assume the code has been annotated
Packit Service 768a21
   correspondingly for the symbols needed.  */
Packit Service 768a21
#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
Packit Service 768a21
int fnord () __attribute__((visibility("default")));
Packit Service 768a21
#endif
Packit Service 768a21
int fnord () { return 42; }]
Packit Service 768a21
_LT_EOF
Packit Service 768a21
Packit Service 768a21
      # ltfn_module_cmds module_cmds
Packit Service 768a21
      # Execute tilde-delimited MODULE_CMDS with environment primed for
Packit Service 768a21
      # $module_cmds or $archive_cmds type content.
Packit Service 768a21
      ltfn_module_cmds ()
Packit Service 768a21
      {( # subshell avoids polluting parent global environment
Packit Service 768a21
          module_cmds_save_ifs=$IFS; IFS='~'
Packit Service 768a21
          for cmd in @S|@1; do
Packit Service 768a21
            IFS=$module_cmds_save_ifs
Packit Service 768a21
            libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext
Packit Service 768a21
            rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=.
Packit Service 768a21
            major=; versuffix=; verstring=; deplibs=
Packit Service 768a21
            ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag=
Packit Service 768a21
            eval $cmd
Packit Service 768a21
          done
Packit Service 768a21
          IFS=$module_cmds_save_ifs
Packit Service 768a21
      )}
Packit Service 768a21
Packit Service 768a21
      # Compile a loadable module using libtool macro expansion results.
Packit Service 768a21
      $CC $pic_flag -c $libname.$ac_ext
Packit Service 768a21
      ltfn_module_cmds "${module_cmds:-$archive_cmds}"
Packit Service 768a21
Packit Service 768a21
      # Try to fetch fnord with dlsym().
Packit Service 768a21
      libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2
Packit Service 768a21
      cat >conftest.$ac_ext <<_LT_EOF
Packit Service 768a21
[#line $LINENO "configure"
Packit Service 768a21
#include "confdefs.h"
Packit Service 768a21
#if HAVE_DLFCN_H
Packit Service 768a21
#include <dlfcn.h>
Packit Service 768a21
#endif
Packit Service 768a21
#include <stdio.h>
Packit Service 768a21
#ifndef RTLD_GLOBAL
Packit Service 768a21
#  ifdef DL_GLOBAL
Packit Service 768a21
#    define RTLD_GLOBAL DL_GLOBAL
Packit Service 768a21
#  else
Packit Service 768a21
#    define RTLD_GLOBAL 0
Packit Service 768a21
#  endif
Packit Service 768a21
#endif
Packit Service 768a21
#ifndef RTLD_NOW
Packit Service 768a21
#  ifdef DL_NOW
Packit Service 768a21
#    define RTLD_NOW DL_NOW
Packit Service 768a21
#  else
Packit Service 768a21
#    define RTLD_NOW 0
Packit Service 768a21
#  endif
Packit Service 768a21
#endif
Packit Service 768a21
int main () {
Packit Service 768a21
  void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW);
Packit Service 768a21
  int status = $libltdl_dlunknown;
Packit Service 768a21
  if (handle) {
Packit Service 768a21
    if (dlsym (handle, "fnord"))
Packit Service 768a21
      status = $libltdl_dlnouscore;
Packit Service 768a21
    else {
Packit Service 768a21
      if (dlsym (handle, "_fnord"))
Packit Service 768a21
        status = $libltdl_dluscore;
Packit Service 768a21
      else
Packit Service 768a21
	puts (dlerror ());
Packit Service 768a21
    }
Packit Service 768a21
    dlclose (handle);
Packit Service 768a21
  } else
Packit Service 768a21
    puts (dlerror ());
Packit Service 768a21
  return status;
Packit Service 768a21
}]
Packit Service 768a21
_LT_EOF
Packit Service 768a21
      if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
Packit Service 768a21
        (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
Packit Service 768a21
        libltdl_status=$?
Packit Service 768a21
        case x$libltdl_status in
Packit Service 768a21
          x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;;
Packit Service 768a21
	  x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;;
Packit Service 768a21
	  x*) libltdl_cv_need_uscore=unknown ;;
Packit Service 768a21
        esac
Packit Service 768a21
      fi
Packit Service 768a21
      rm -rf conftest* $libname*
Packit Service 768a21
      LIBS=$dlsym_uscore_save_LIBS
Packit Service 768a21
    ])
Packit Service 768a21
  fi
Packit Service 768a21
fi
Packit Service 768a21
Packit Service 768a21
if test yes = "$libltdl_cv_need_uscore"; then
Packit Service 768a21
  AC_DEFINE([NEED_USCORE], [1],
Packit Service 768a21
    [Define if dlsym() requires a leading underscore in symbol names.])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
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 768a21
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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.16'
Packit Service 768a21
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
Packit Service 768a21
dnl require some minimum version.  Point them to the right macro.
Packit Service 768a21
m4_if([$1], [1.16.1], [],
Packit Service 768a21
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
Packit Service 768a21
])
Packit Service 768a21
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 768a21
m4_ifndef([AC_AUTOCONF_VERSION],
Packit Service 768a21
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
Packit Service 768a21
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
Packit Service 768a21
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 768a21
# Expand $ac_aux_dir to an absolute path.
Packit Service 768a21
am_aux_dir=`cd "$ac_aux_dir" && pwd`
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/cond.m4:12: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl
Packit Service 768a21
 m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
Packit Service 768a21
       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
Packit Service 768a21
AC_SUBST([$1_TRUE])dnl
Packit Service 768a21
AC_SUBST([$1_FALSE])dnl
Packit Service 768a21
_AM_SUBST_NOTMAKE([$1_TRUE])dnl
Packit Service 768a21
_AM_SUBST_NOTMAKE([$1_FALSE])dnl
Packit Service 768a21
m4_define([_AM_COND_VALUE_$1], [$2])dnl
Packit Service 768a21
if $2; then
Packit Service 768a21
  $1_TRUE=
Packit Service 768a21
  $1_FALSE='#'
Packit Service 768a21
else
Packit Service 768a21
  $1_TRUE='#'
Packit Service 768a21
  $1_FALSE=
Packit Service 768a21
fi
Packit Service 768a21
AC_CONFIG_COMMANDS_PRE(
Packit Service 768a21
[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
Packit Service 768a21
  AC_MSG_ERROR([[conditional "$1" was never defined.
Packit Service 768a21
Usually this means the macro was only invoked conditionally.]])
Packit Service 768a21
fi])])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
Packit Service 768a21
AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
Packit Service 768a21
AC_REQUIRE([AM_MAKE_INCLUDE])dnl
Packit Service 768a21
AC_REQUIRE([AM_DEP_TRACK])dnl
Packit Service 768a21
Packit Service 768a21
m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
Packit Service 768a21
      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
Packit Service 768a21
      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
Packit Service 768a21
      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
Packit Service 768a21
      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
Packit Service 768a21
      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
Packit Service 768a21
                    [depcc="$$1"   am_compiler_list=])
Packit Service 768a21
Packit Service 768a21
AC_CACHE_CHECK([dependency style of $depcc],
Packit Service 768a21
               [am_cv_$1_dependencies_compiler_type],
Packit Service 768a21
[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Packit Service 768a21
  # We make a subdir and do the tests there.  Otherwise we can end up
Packit Service 768a21
  # making bogus files that we don't know about and never remove.  For
Packit Service 768a21
  # instance it was reported that on HP-UX the gcc test will end up
Packit Service 768a21
  # making a dummy file named 'D' -- because '-MD' means "put the output
Packit Service 768a21
  # in D".
Packit Service 768a21
  rm -rf conftest.dir
Packit Service 768a21
  mkdir conftest.dir
Packit Service 768a21
  # Copy depcomp to subdir because otherwise we won't find it if we're
Packit Service 768a21
  # using a relative directory.
Packit Service 768a21
  cp "$am_depcomp" conftest.dir
Packit Service 768a21
  cd conftest.dir
Packit Service 768a21
  # We will build objects and dependencies in a subdirectory because
Packit Service 768a21
  # it helps to detect inapplicable dependency modes.  For instance
Packit Service 768a21
  # both Tru64's cc and ICC support -MD to output dependencies as a
Packit Service 768a21
  # side effect of compilation, but ICC will put the dependencies in
Packit Service 768a21
  # the current directory while Tru64 will put them in the object
Packit Service 768a21
  # directory.
Packit Service 768a21
  mkdir sub
Packit Service 768a21
Packit Service 768a21
  am_cv_$1_dependencies_compiler_type=none
Packit Service 768a21
  if test "$am_compiler_list" = ""; then
Packit Service 768a21
     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
Packit Service 768a21
  fi
Packit Service 768a21
  am__universal=false
Packit Service 768a21
  m4_case([$1], [CC],
Packit Service 768a21
    [case " $depcc " in #(
Packit Service 768a21
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
Packit Service 768a21
     esac],
Packit Service 768a21
    [CXX],
Packit Service 768a21
    [case " $depcc " in #(
Packit Service 768a21
     *\ -arch\ *\ -arch\ *) am__universal=true ;;
Packit Service 768a21
     esac])
Packit Service 768a21
Packit Service 768a21
  for depmode in $am_compiler_list; do
Packit Service 768a21
    # Setup a source with many dependencies, because some compilers
Packit Service 768a21
    # like to wrap large dependency lists on column 80 (with \), and
Packit Service 768a21
    # we should not choose a depcomp mode which is confused by this.
Packit Service 768a21
    #
Packit Service 768a21
    # We need to recreate these files for each test, as the compiler may
Packit Service 768a21
    # overwrite some of them when testing with obscure command lines.
Packit Service 768a21
    # This happens at least with the AIX C compiler.
Packit Service 768a21
    : > sub/conftest.c
Packit Service 768a21
    for i in 1 2 3 4 5 6; do
Packit Service 768a21
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
Packit Service 768a21
      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
Packit Service 768a21
      # Solaris 10 /bin/sh.
Packit Service 768a21
      echo '/* dummy */' > sub/conftst$i.h
Packit Service 768a21
    done
Packit Service 768a21
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
Packit Service 768a21
Packit Service 768a21
    # We check with '-c' and '-o' for the sake of the "dashmstdout"
Packit Service 768a21
    # mode.  It turns out that the SunPro C++ compiler does not properly
Packit Service 768a21
    # handle '-M -o', and we need to detect this.  Also, some Intel
Packit Service 768a21
    # versions had trouble with output in subdirs.
Packit Service 768a21
    am__obj=sub/conftest.${OBJEXT-o}
Packit Service 768a21
    am__minus_obj="-o $am__obj"
Packit Service 768a21
    case $depmode in
Packit Service 768a21
    gcc)
Packit Service 768a21
      # This depmode causes a compiler race in universal mode.
Packit Service 768a21
      test "$am__universal" = false || continue
Packit Service 768a21
      ;;
Packit Service 768a21
    nosideeffect)
Packit Service 768a21
      # After this tag, mechanisms are not by side-effect, so they'll
Packit Service 768a21
      # only be used when explicitly requested.
Packit Service 768a21
      if test "x$enable_dependency_tracking" = xyes; then
Packit Service 768a21
	continue
Packit Service 768a21
      else
Packit Service 768a21
	break
Packit Service 768a21
      fi
Packit Service 768a21
      ;;
Packit Service 768a21
    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
Packit Service 768a21
      # This compiler won't grok '-c -o', but also, the minuso test has
Packit Service 768a21
      # not run yet.  These depmodes are late enough in the game, and
Packit Service 768a21
      # so weak that their functioning should not be impacted.
Packit Service 768a21
      am__obj=conftest.${OBJEXT-o}
Packit Service 768a21
      am__minus_obj=
Packit Service 768a21
      ;;
Packit Service 768a21
    none) break ;;
Packit Service 768a21
    esac
Packit Service 768a21
    if depmode=$depmode \
Packit Service 768a21
       source=sub/conftest.c object=$am__obj \
Packit Service 768a21
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
Packit Service 768a21
       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
Packit Service 768a21
         >/dev/null 2>conftest.err &&
Packit Service 768a21
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
Packit Service 768a21
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
Packit Service 768a21
       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
Packit Service 768a21
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
Packit Service 768a21
      # icc doesn't choke on unknown options, it will just issue warnings
Packit Service 768a21
      # or remarks (even with -Werror).  So we grep stderr for any message
Packit Service 768a21
      # that says an option was ignored or not supported.
Packit Service 768a21
      # When given -MP, icc 7.0 and 7.1 complain thusly:
Packit Service 768a21
      #   icc: Command line warning: ignoring option '-M'; no argument required
Packit Service 768a21
      # The diagnosis changed in icc 8.0:
Packit Service 768a21
      #   icc: Command line remark: option '-MP' not supported
Packit Service 768a21
      if (grep 'ignoring option' conftest.err ||
Packit Service 768a21
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
Packit Service 768a21
        am_cv_$1_dependencies_compiler_type=$depmode
Packit Service 768a21
        break
Packit Service 768a21
      fi
Packit Service 768a21
    fi
Packit Service 768a21
  done
Packit Service 768a21
Packit Service 768a21
  cd ..
Packit Service 768a21
  rm -rf conftest.dir
Packit Service 768a21
else
Packit Service 768a21
  am_cv_$1_dependencies_compiler_type=none
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
Packit Service 768a21
AM_CONDITIONAL([am__fastdep$1], [
Packit Service 768a21
  test "x$enable_dependency_tracking" != xno \
Packit Service 768a21
  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Packit Service 768a21
AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl
Packit Service 768a21
AS_HELP_STRING(
Packit Service 768a21
  [--enable-dependency-tracking],
Packit Service 768a21
  [do not reject slow dependency extractors])
Packit Service 768a21
AS_HELP_STRING(
Packit Service 768a21
  [--disable-dependency-tracking],
Packit Service 768a21
  [speeds up one-time build])])
Packit Service 768a21
if test "x$enable_dependency_tracking" != xno; then
Packit Service 768a21
  am_depcomp="$ac_aux_dir/depcomp"
Packit Service 768a21
  AMDEPBACKSLASH='\'
Packit Service 768a21
  am__nodep='_no'
Packit Service 768a21
fi
Packit Service 768a21
AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
Packit Service 768a21
AC_SUBST([AMDEPBACKSLASH])dnl
Packit Service 768a21
_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
Packit Service 768a21
AC_SUBST([am__nodep])dnl
Packit Service 768a21
_AM_SUBST_NOTMAKE([am__nodep])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/depout.m4:11: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
Packit Service 768a21
  # Older Autoconf quotes --file arguments for eval, but not when files
Packit Service 768a21
  # are listed without --file.  Let's play safe and only enable the eval
Packit Service 768a21
  # if we detect the quoting.
Packit Service 768a21
  # TODO: see whether this extra hack can be removed once we start
Packit Service 768a21
  # requiring Autoconf 2.70 or later.
Packit Service 768a21
  AS_CASE([$CONFIG_FILES],
Packit Service 768a21
          [*\'*], [eval set x "$CONFIG_FILES"],
Packit Service 768a21
          [*], [set x $CONFIG_FILES])
Packit Service 768a21
  shift
Packit Service 768a21
  # Used to flag and report bootstrapping failures.
Packit Service 768a21
  am_rc=0
Packit Service 768a21
  for am_mf
Packit Service 768a21
  do
Packit Service 768a21
    # Strip MF so we end up with the name of the file.
Packit Service 768a21
    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
Packit Service 768a21
    # Check whether this is an Automake generated Makefile which includes
Packit Service 768a21
    # dependency-tracking related rules and includes.
Packit Service 768a21
    # Grep'ing the whole file directly is not great: AIX grep has a line
Packit Service 768a21
    # limit of 2048, but all sed's we know have understand at least 4000.
Packit Service 768a21
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
Packit Service 768a21
      || continue
Packit Service 768a21
    am_dirpart=`AS_DIRNAME(["$am_mf"])`
Packit Service 768a21
    am_filepart=`AS_BASENAME(["$am_mf"])`
Packit Service 768a21
    AM_RUN_LOG([cd "$am_dirpart" \
Packit Service 768a21
      && sed -e '/# am--include-marker/d' "$am_filepart" \
Packit Service 768a21
        | $MAKE -f - am--depfiles]) || am_rc=$?
Packit Service 768a21
  done
Packit Service 768a21
  if test $am_rc -ne 0; then
Packit Service 768a21
    AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
Packit Service 768a21
    for automatic dependency tracking.  Try re-running configure with the
Packit Service 768a21
    '--disable-dependency-tracking' option to at least be able to build
Packit Service 768a21
    the package (albeit without support for automatic dependency tracking).])
Packit Service 768a21
  fi
Packit Service 768a21
  AS_UNSET([am_dirpart])
Packit Service 768a21
  AS_UNSET([am_filepart])
Packit Service 768a21
  AS_UNSET([am_mf])
Packit Service 768a21
  AS_UNSET([am_rc])
Packit Service 768a21
  rm -f conftest-deps.mk
Packit Service 768a21
}
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/depout.m4:62: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
Packit Service 768a21
     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
Packit Service 768a21
     [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
Packit Service 768a21
dnl Autoconf wants to disallow AM_ names.  We explicitly allow
Packit Service 768a21
dnl the ones we care about.
Packit Service 768a21
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
Packit Service 768a21
AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
Packit Service 768a21
AC_REQUIRE([AC_PROG_INSTALL])dnl
Packit Service 768a21
if test "`cd $srcdir && pwd`" != "`pwd`"; then
Packit Service 768a21
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
Packit Service 768a21
  # is not polluted with repeated "-I."
Packit Service 768a21
  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
Packit Service 768a21
  # test to see if srcdir already configured
Packit Service 768a21
  if test -f $srcdir/config.status; then
Packit Service 768a21
    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
Packit Service 768a21
  fi
Packit Service 768a21
fi
Packit Service 768a21
Packit Service 768a21
# test whether we have cygpath
Packit Service 768a21
if test -z "$CYGPATH_W"; then
Packit Service 768a21
  if (cygpath --version) >/dev/null 2>/dev/null; then
Packit Service 768a21
    CYGPATH_W='cygpath -w'
Packit Service 768a21
  else
Packit Service 768a21
    CYGPATH_W=echo
Packit Service 768a21
  fi
Packit Service 768a21
fi
Packit Service 768a21
AC_SUBST([CYGPATH_W])
Packit Service 768a21
Packit Service 768a21
# Define the identity of the package.
Packit Service 768a21
dnl Distinguish between old-style and new-style calls.
Packit Service 768a21
m4_ifval([$2],
Packit Service 768a21
[AC_DIAGNOSE([obsolete],
Packit Service 768a21
             [$0: two- and three-arguments forms are deprecated.])
Packit Service 768a21
m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
Packit Service 768a21
 AC_SUBST([PACKAGE], [$1])dnl
Packit Service 768a21
 AC_SUBST([VERSION], [$2])],
Packit Service 768a21
[_AM_SET_OPTIONS([$1])dnl
Packit Service 768a21
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
Packit Service 768a21
m4_if(
Packit Service 768a21
  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
Packit Service 768a21
  [ok:ok],,
Packit Service 768a21
  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
Packit Service 768a21
 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
Packit Service 768a21
 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
Packit Service 768a21
Packit Service 768a21
_AM_IF_OPTION([no-define],,
Packit Service 768a21
[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
Packit Service 768a21
 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
Packit Service 768a21
Packit Service 768a21
# Some tools Automake needs.
Packit Service 768a21
AC_REQUIRE([AM_SANITY_CHECK])dnl
Packit Service 768a21
AC_REQUIRE([AC_ARG_PROGRAM])dnl
Packit Service 768a21
AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
Packit Service 768a21
AM_MISSING_PROG([AUTOCONF], [autoconf])
Packit Service 768a21
AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
Packit Service 768a21
AM_MISSING_PROG([AUTOHEADER], [autoheader])
Packit Service 768a21
AM_MISSING_PROG([MAKEINFO], [makeinfo])
Packit Service 768a21
AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
Packit Service 768a21
AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
Packit Service 768a21
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
Packit Service 768a21
# For better backward compatibility.  To be removed once Automake 1.9.x
Packit Service 768a21
# dies out for good.  For more background, see:
Packit Service 768a21
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
Packit Service 768a21
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
Packit Service 768a21
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
Packit Service 768a21
# We need awk for the "check" target (and possibly the TAP driver).  The
Packit Service 768a21
# system "awk" is bad on some platforms.
Packit Service 768a21
AC_REQUIRE([AC_PROG_AWK])dnl
Packit Service 768a21
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
Packit Service 768a21
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Packit Service 768a21
_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
Packit Service 768a21
	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
Packit Service 768a21
			     [_AM_PROG_TAR([v7])])])
Packit Service 768a21
_AM_IF_OPTION([no-dependencies],,
Packit Service 768a21
[AC_PROVIDE_IFELSE([AC_PROG_CC],
Packit Service 768a21
		  [_AM_DEPENDENCIES([CC])],
Packit Service 768a21
		  [m4_define([AC_PROG_CC],
Packit Service 768a21
			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Packit Service 768a21
AC_PROVIDE_IFELSE([AC_PROG_CXX],
Packit Service 768a21
		  [_AM_DEPENDENCIES([CXX])],
Packit Service 768a21
		  [m4_define([AC_PROG_CXX],
Packit Service 768a21
			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Packit Service 768a21
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Packit Service 768a21
		  [_AM_DEPENDENCIES([OBJC])],
Packit Service 768a21
		  [m4_define([AC_PROG_OBJC],
Packit Service 768a21
			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
Packit Service 768a21
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
Packit Service 768a21
		  [_AM_DEPENDENCIES([OBJCXX])],
Packit Service 768a21
		  [m4_define([AC_PROG_OBJCXX],
Packit Service 768a21
			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Packit Service 768a21
])
Packit Service 768a21
AC_REQUIRE([AM_SILENT_RULES])dnl
Packit Service 768a21
dnl The testsuite driver may need to know about EXEEXT, so add the
Packit Service 768a21
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
Packit Service 768a21
dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
Packit Service 768a21
AC_CONFIG_COMMANDS_PRE(dnl
Packit Service 768a21
[m4_provide_if([_AM_COMPILER_EXEEXT],
Packit Service 768a21
  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
Packit Service 768a21
Packit Service 768a21
# POSIX will say in a future version that running "rm -f" with no argument
Packit Service 768a21
# is OK; and we want to be able to make that assumption in our Makefile
Packit Service 768a21
# recipes.  So use an aggressive probe to check that the usage we want is
Packit Service 768a21
# actually supported "in the wild" to an acceptable degree.
Packit Service 768a21
# See automake bug#10828.
Packit Service 768a21
# To make any issue more visible, cause the running configure to be aborted
Packit Service 768a21
# by default if the 'rm' program in use doesn't match our expectations; the
Packit Service 768a21
# user can still override this though.
Packit Service 768a21
if rm -f && rm -fr && rm -rf; then : OK; else
Packit Service 768a21
  cat >&2 <<'END'
Packit Service 768a21
Oops!
Packit Service 768a21
Packit Service 768a21
Your 'rm' program seems unable to run without file operands specified
Packit Service 768a21
on the command line, even when the '-f' option is present.  This is contrary
Packit Service 768a21
to the behaviour of most rm programs out there, and not conforming with
Packit Service 768a21
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Packit Service 768a21
Packit Service 768a21
Please tell bug-automake@gnu.org about your system, including the value
Packit Service 768a21
of your $PATH and any error possibly output before this message.  This
Packit Service 768a21
can help us improve future automake versions.
Packit Service 768a21
Packit Service 768a21
END
Packit Service 768a21
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
Packit Service 768a21
    echo 'Configuration will proceed anyway, since you have set the' >&2
Packit Service 768a21
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
Packit Service 768a21
    echo >&2
Packit Service 768a21
  else
Packit Service 768a21
    cat >&2 <<'END'
Packit Service 768a21
Aborting the configuration process, to ensure you take notice of the issue.
Packit Service 768a21
Packit Service 768a21
You can download and install GNU coreutils to get an 'rm' implementation
Packit Service 768a21
that behaves properly: <https://www.gnu.org/software/coreutils/>.
Packit Service 768a21
Packit Service 768a21
If you want to complete the configuration process using your problematic
Packit Service 768a21
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
Packit Service 768a21
to "yes", and re-run configure.
Packit Service 768a21
Packit Service 768a21
END
Packit Service 768a21
    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
Packit Service 768a21
  fi
Packit Service 768a21
fi
Packit Service 768a21
dnl The trailing newline in this macro's definition is deliberate, for
Packit Service 768a21
dnl backward compatibility and to allow trailing 'dnl'-style comments
Packit Service 768a21
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
Packit Service 768a21
])
Packit Service 768a21
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 768a21
_am_arg=$1
Packit Service 768a21
_am_stamp_count=1
Packit Service 768a21
for _am_header in $config_headers :; do
Packit Service 768a21
  case $_am_header in
Packit Service 768a21
    $_am_arg | $_am_arg:* )
Packit Service 768a21
      break ;;
Packit Service 768a21
    * )
Packit Service 768a21
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
Packit Service 768a21
  esac
Packit Service 768a21
done
Packit Service 768a21
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
Packit Service 768a21
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 768a21
if test x"${install_sh+set}" != xset; then
Packit Service 768a21
  case $am_aux_dir in
Packit Service 768a21
  *\ * | *\	*)
Packit Service 768a21
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
Packit Service 768a21
  *)
Packit Service 768a21
    install_sh="\${SHELL} $am_aux_dir/install-sh"
Packit Service 768a21
  esac
Packit Service 768a21
fi
Packit Service 768a21
AC_SUBST([install_sh])])
Packit Service 768a21
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 768a21
mkdir .tst 2>/dev/null
Packit Service 768a21
if test -d .tst; then
Packit Service 768a21
  am__leading_dot=.
Packit Service 768a21
else
Packit Service 768a21
  am__leading_dot=_
Packit Service 768a21
fi
Packit Service 768a21
rmdir .tst 2>/dev/null
Packit Service 768a21
AC_SUBST([am__leading_dot])])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/maintainer.m4:16: -1- AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]),
Packit Service 768a21
       [enable], [m4_define([am_maintainer_other], [disable])],
Packit Service 768a21
       [disable], [m4_define([am_maintainer_other], [enable])],
Packit Service 768a21
       [m4_define([am_maintainer_other], [enable])
Packit Service 768a21
        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
Packit Service 768a21
AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
Packit Service 768a21
  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
Packit Service 768a21
  AC_ARG_ENABLE([maintainer-mode],
Packit Service 768a21
    [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
Packit Service 768a21
      am_maintainer_other[ make rules and dependencies not useful
Packit Service 768a21
      (and sometimes confusing) to the casual installer])],
Packit Service 768a21
    [USE_MAINTAINER_MODE=$enableval],
Packit Service 768a21
    [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
Packit Service 768a21
  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
Packit Service 768a21
  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
Packit Service 768a21
  MAINT=$MAINTAINER_MODE_TRUE
Packit Service 768a21
  AC_SUBST([MAINT])dnl
Packit Service 768a21
Packit Service 768a21
])
Packit Service 768a21
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 768a21
cat > confinc.mk << 'END'
Packit Service 768a21
am__doit:
Packit Service 768a21
	@echo this is the am__doit target >confinc.out
Packit Service 768a21
.PHONY: am__doit
Packit Service 768a21
END
Packit Service 768a21
am__include="#"
Packit Service 768a21
am__quote=
Packit Service 768a21
# BSD make does it like this.
Packit Service 768a21
echo '.include "confinc.mk" # ignored' > confmf.BSD
Packit Service 768a21
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
Packit Service 768a21
echo 'include confinc.mk # ignored' > confmf.GNU
Packit Service 768a21
_am_result=no
Packit Service 768a21
for s in GNU BSD; do
Packit Service 768a21
  AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
Packit Service 768a21
  AS_CASE([$?:`cat confinc.out 2>/dev/null`],
Packit Service 768a21
      ['0:this is the am__doit target'],
Packit Service 768a21
      [AS_CASE([$s],
Packit Service 768a21
          [BSD], [am__include='.include' am__quote='"'],
Packit Service 768a21
          [am__include='include' am__quote=''])])
Packit Service 768a21
  if test "$am__include" != "#"; then
Packit Service 768a21
    _am_result="yes ($s style)"
Packit Service 768a21
    break
Packit Service 768a21
  fi
Packit Service 768a21
done
Packit Service 768a21
rm -f confinc.* confmf.*
Packit Service 768a21
AC_MSG_RESULT([${_am_result}])
Packit Service 768a21
AC_SUBST([am__include])])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/make.m4:42: -1- m4_pattern_allow([^am__quote$])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
Packit Service 768a21
$1=${$1-"${am_missing_run}$2"}
Packit Service 768a21
AC_SUBST($1)])
Packit Service 768a21
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 768a21
AC_REQUIRE_AUX_FILE([missing])dnl
Packit Service 768a21
if test x"${MISSING+set}" != xset; then
Packit Service 768a21
  case $am_aux_dir in
Packit Service 768a21
  *\ * | *\	*)
Packit Service 768a21
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
Packit Service 768a21
  *)
Packit Service 768a21
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
Packit Service 768a21
  esac
Packit Service 768a21
fi
Packit Service 768a21
# Use eval to expand $SHELL
Packit Service 768a21
if eval "$MISSING --is-lightweight"; then
Packit Service 768a21
  am_missing_run="$MISSING "
Packit Service 768a21
else
Packit Service 768a21
  am_missing_run=
Packit Service 768a21
  AC_MSG_WARN(['missing' script is too old or missing])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
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 768a21
m4trace:/usr/share/aclocal-1.16/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
Packit Service 768a21
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 768a21
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 768a21
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 768a21
AC_REQUIRE_AUX_FILE([compile])dnl
Packit Service 768a21
AC_LANG_PUSH([C])dnl
Packit Service 768a21
AC_CACHE_CHECK(
Packit Service 768a21
  [whether $CC understands -c and -o together],
Packit Service 768a21
  [am_cv_prog_cc_c_o],
Packit Service 768a21
  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
Packit Service 768a21
  # Make sure it works both with $CC and with simple cc.
Packit Service 768a21
  # Following AC_PROG_CC_C_O, we do the test twice because some
Packit Service 768a21
  # compilers refuse to overwrite an existing .o file with -o,
Packit Service 768a21
  # though they will create one.
Packit Service 768a21
  am_cv_prog_cc_c_o=yes
Packit Service 768a21
  for am_i in 1 2; do
Packit Service 768a21
    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
Packit Service 768a21
         && test -f conftest2.$ac_objext; then
Packit Service 768a21
      : OK
Packit Service 768a21
    else
Packit Service 768a21
      am_cv_prog_cc_c_o=no
Packit Service 768a21
      break
Packit Service 768a21
    fi
Packit Service 768a21
  done
Packit Service 768a21
  rm -f core conftest*
Packit Service 768a21
  unset am_i])
Packit Service 768a21
if test "$am_cv_prog_cc_c_o" != yes; then
Packit Service 768a21
   # Losing compiler, so override with the script.
Packit Service 768a21
   # FIXME: It is wrong to rewrite CC.
Packit Service 768a21
   # But if we don't then we get into trouble of one sort or another.
Packit Service 768a21
   # A longer-term fix would be to have automake use am__CC in this case,
Packit Service 768a21
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
Packit Service 768a21
   CC="$am_aux_dir/compile $CC"
Packit Service 768a21
fi
Packit Service 768a21
AC_LANG_POP([C])])
Packit Service 768a21
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 768a21
m4trace:/usr/share/aclocal-1.16/python.m4:35: -1- AC_DEFUN([AM_PATH_PYTHON], [
Packit Service 768a21
  dnl Find a Python interpreter.  Python versions prior to 2.0 are not
Packit Service 768a21
  dnl supported. (2.0 was released on October 16, 2000).
Packit Service 768a21
  m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
Packit Service 768a21
[python python2 python3 dnl
Packit Service 768a21
 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
Packit Service 768a21
 python3.2 python3.1 python3.0 dnl
Packit Service 768a21
 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
Packit Service 768a21
 python2.0])
Packit Service 768a21
Packit Service 768a21
  AC_ARG_VAR([PYTHON], [the Python interpreter])
Packit Service 768a21
Packit Service 768a21
  m4_if([$1],[],[
Packit Service 768a21
    dnl No version check is needed.
Packit Service 768a21
    # Find any Python interpreter.
Packit Service 768a21
    if test -z "$PYTHON"; then
Packit Service 768a21
      AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
Packit Service 768a21
    fi
Packit Service 768a21
    am_display_PYTHON=python
Packit Service 768a21
  ], [
Packit Service 768a21
    dnl A version check is needed.
Packit Service 768a21
    if test -n "$PYTHON"; then
Packit Service 768a21
      # If the user set $PYTHON, use it and don't search something else.
Packit Service 768a21
      AC_MSG_CHECKING([whether $PYTHON version is >= $1])
Packit Service 768a21
      AM_PYTHON_CHECK_VERSION([$PYTHON], [$1],
Packit Service 768a21
			      [AC_MSG_RESULT([yes])],
Packit Service 768a21
			      [AC_MSG_RESULT([no])
Packit Service 768a21
			       AC_MSG_ERROR([Python interpreter is too old])])
Packit Service 768a21
      am_display_PYTHON=$PYTHON
Packit Service 768a21
    else
Packit Service 768a21
      # Otherwise, try each interpreter until we find one that satisfies
Packit Service 768a21
      # VERSION.
Packit Service 768a21
      AC_CACHE_CHECK([for a Python interpreter with version >= $1],
Packit Service 768a21
	[am_cv_pathless_PYTHON],[
Packit Service 768a21
	for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do
Packit Service 768a21
	  test "$am_cv_pathless_PYTHON" = none && break
Packit Service 768a21
	  AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
Packit Service 768a21
	done])
Packit Service 768a21
      # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
Packit Service 768a21
      if test "$am_cv_pathless_PYTHON" = none; then
Packit Service 768a21
	PYTHON=:
Packit Service 768a21
      else
Packit Service 768a21
        AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
Packit Service 768a21
      fi
Packit Service 768a21
      am_display_PYTHON=$am_cv_pathless_PYTHON
Packit Service 768a21
    fi
Packit Service 768a21
  ])
Packit Service 768a21
Packit Service 768a21
  if test "$PYTHON" = :; then
Packit Service 768a21
  dnl Run any user-specified action, or abort.
Packit Service 768a21
    m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])])
Packit Service 768a21
  else
Packit Service 768a21
Packit Service 768a21
  dnl Query Python for its version number.  Getting [:3] seems to be
Packit Service 768a21
  dnl the best way to do this; it's what "site.py" does in the standard
Packit Service 768a21
  dnl library.
Packit Service 768a21
Packit Service 768a21
  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
Packit Service 768a21
    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
Packit Service 768a21
  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
Packit Service 768a21
Packit Service 768a21
  dnl Use the values of $prefix and $exec_prefix for the corresponding
Packit Service 768a21
  dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX.  These are made
Packit Service 768a21
  dnl distinct variables so they can be overridden if need be.  However,
Packit Service 768a21
  dnl general consensus is that you shouldn't need this ability.
Packit Service 768a21
Packit Service 768a21
  AC_SUBST([PYTHON_PREFIX], ['${prefix}'])
Packit Service 768a21
  AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}'])
Packit Service 768a21
Packit Service 768a21
  dnl At times (like when building shared libraries) you may want
Packit Service 768a21
  dnl to know which OS platform Python thinks this is.
Packit Service 768a21
Packit Service 768a21
  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
Packit Service 768a21
    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
Packit Service 768a21
  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
Packit Service 768a21
Packit Service 768a21
  # Just factor out some code duplication.
Packit Service 768a21
  am_python_setup_sysconfig="\
Packit Service 768a21
import sys
Packit Service 768a21
# Prefer sysconfig over distutils.sysconfig, for better compatibility
Packit Service 768a21
# with python 3.x.  See automake bug#10227.
Packit Service 768a21
try:
Packit Service 768a21
    import sysconfig
Packit Service 768a21
except ImportError:
Packit Service 768a21
    can_use_sysconfig = 0
Packit Service 768a21
else:
Packit Service 768a21
    can_use_sysconfig = 1
Packit Service 768a21
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
Packit Service 768a21
# <https://github.com/pypa/virtualenv/issues/118>
Packit Service 768a21
try:
Packit Service 768a21
    from platform import python_implementation
Packit Service 768a21
    if python_implementation() == 'CPython' and sys.version[[:3]] == '2.7':
Packit Service 768a21
        can_use_sysconfig = 0
Packit Service 768a21
except ImportError:
Packit Service 768a21
    pass"
Packit Service 768a21
Packit Service 768a21
  dnl Set up 4 directories:
Packit Service 768a21
Packit Service 768a21
  dnl pythondir -- where to install python scripts.  This is the
Packit Service 768a21
  dnl   site-packages directory, not the python standard library
Packit Service 768a21
  dnl   directory like in previous automake betas.  This behavior
Packit Service 768a21
  dnl   is more consistent with lispdir.m4 for example.
Packit Service 768a21
  dnl Query distutils for this directory.
Packit Service 768a21
  AC_CACHE_CHECK([for $am_display_PYTHON script directory],
Packit Service 768a21
    [am_cv_python_pythondir],
Packit Service 768a21
    [if test "x$prefix" = xNONE
Packit Service 768a21
     then
Packit Service 768a21
       am_py_prefix=$ac_default_prefix
Packit Service 768a21
     else
Packit Service 768a21
       am_py_prefix=$prefix
Packit Service 768a21
     fi
Packit Service 768a21
     am_cv_python_pythondir=`$PYTHON -c "
Packit Service 768a21
$am_python_setup_sysconfig
Packit Service 768a21
if can_use_sysconfig:
Packit Service 768a21
    sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
Packit Service 768a21
else:
Packit Service 768a21
    from distutils import sysconfig
Packit Service 768a21
    sitedir = sysconfig.get_python_lib(0, 0, prefix='$am_py_prefix')
Packit Service 768a21
sys.stdout.write(sitedir)"`
Packit Service 768a21
     case $am_cv_python_pythondir in
Packit Service 768a21
     $am_py_prefix*)
Packit Service 768a21
       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
Packit Service 768a21
       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
Packit Service 768a21
       ;;
Packit Service 768a21
     *)
Packit Service 768a21
       case $am_py_prefix in
Packit Service 768a21
         /usr|/System*) ;;
Packit Service 768a21
         *)
Packit Service 768a21
	  am_cv_python_pythondir=$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages
Packit Service 768a21
	  ;;
Packit Service 768a21
       esac
Packit Service 768a21
       ;;
Packit Service 768a21
     esac
Packit Service 768a21
    ])
Packit Service 768a21
  AC_SUBST([pythondir], [$am_cv_python_pythondir])
Packit Service 768a21
Packit Service 768a21
  dnl pkgpythondir -- $PACKAGE directory under pythondir.  Was
Packit Service 768a21
  dnl   PYTHON_SITE_PACKAGE in previous betas, but this naming is
Packit Service 768a21
  dnl   more consistent with the rest of automake.
Packit Service 768a21
Packit Service 768a21
  AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE])
Packit Service 768a21
Packit Service 768a21
  dnl pyexecdir -- directory for installing python extension modules
Packit Service 768a21
  dnl   (shared libraries)
Packit Service 768a21
  dnl Query distutils for this directory.
Packit Service 768a21
  AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],
Packit Service 768a21
    [am_cv_python_pyexecdir],
Packit Service 768a21
    [if test "x$exec_prefix" = xNONE
Packit Service 768a21
     then
Packit Service 768a21
       am_py_exec_prefix=$am_py_prefix
Packit Service 768a21
     else
Packit Service 768a21
       am_py_exec_prefix=$exec_prefix
Packit Service 768a21
     fi
Packit Service 768a21
     am_cv_python_pyexecdir=`$PYTHON -c "
Packit Service 768a21
$am_python_setup_sysconfig
Packit Service 768a21
if can_use_sysconfig:
Packit Service 768a21
    sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'})
Packit Service 768a21
else:
Packit Service 768a21
    from distutils import sysconfig
Packit Service 768a21
    sitedir = sysconfig.get_python_lib(1, 0, prefix='$am_py_prefix')
Packit Service 768a21
sys.stdout.write(sitedir)"`
Packit Service 768a21
     case $am_cv_python_pyexecdir in
Packit Service 768a21
     $am_py_exec_prefix*)
Packit Service 768a21
       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
Packit Service 768a21
       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
Packit Service 768a21
       ;;
Packit Service 768a21
     *)
Packit Service 768a21
       case $am_py_exec_prefix in
Packit Service 768a21
         /usr|/System*) ;;
Packit Service 768a21
         *)
Packit Service 768a21
	   am_cv_python_pyexecdir=$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages
Packit Service 768a21
	   ;;
Packit Service 768a21
       esac
Packit Service 768a21
       ;;
Packit Service 768a21
     esac
Packit Service 768a21
    ])
Packit Service 768a21
  AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir])
Packit Service 768a21
Packit Service 768a21
  dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE)
Packit Service 768a21
Packit Service 768a21
  AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE])
Packit Service 768a21
Packit Service 768a21
  dnl Run any user-specified action.
Packit Service 768a21
  $2
Packit Service 768a21
  fi
Packit Service 768a21
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/python.m4:232: -1- AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys
Packit Service 768a21
# split strings by '.' and convert to numeric.  Append some zeros
Packit Service 768a21
# because we need at least 4 digits for the hex conversion.
Packit Service 768a21
# map returns an iterator in Python 3.0 and a list in 2.x
Packit Service 768a21
minver = list(map(int, '$2'.split('.'))) + [[0, 0, 0]]
Packit Service 768a21
minverhex = 0
Packit Service 768a21
# xrange is not present in Python 3.0 and range returns an iterator
Packit Service 768a21
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[[i]]
Packit Service 768a21
sys.exit(sys.hexversion < minverhex)"
Packit Service 768a21
  AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
Packit Service 768a21
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 768a21
   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
Packit Service 768a21
   ac_status=$?
Packit Service 768a21
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Packit Service 768a21
   (exit $ac_status); }])
Packit Service 768a21
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 768a21
# Reject unsafe characters in $srcdir or the absolute working directory
Packit Service 768a21
# name.  Accept space and tab only in the latter.
Packit Service 768a21
am_lf='
Packit Service 768a21
'
Packit Service 768a21
case `pwd` in
Packit Service 768a21
  *[[\\\"\#\$\&\'\`$am_lf]]*)
Packit Service 768a21
    AC_MSG_ERROR([unsafe absolute working directory name]);;
Packit Service 768a21
esac
Packit Service 768a21
case $srcdir in
Packit Service 768a21
  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
Packit Service 768a21
    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
Packit Service 768a21
esac
Packit Service 768a21
Packit Service 768a21
# Do 'set' in a subshell so we don't clobber the current shell's
Packit Service 768a21
# arguments.  Must try -L first in case configure is actually a
Packit Service 768a21
# symlink; some systems play weird games with the mod time of symlinks
Packit Service 768a21
# (eg FreeBSD returns the mod time of the symlink's containing
Packit Service 768a21
# directory).
Packit Service 768a21
if (
Packit Service 768a21
   am_has_slept=no
Packit Service 768a21
   for am_try in 1 2; do
Packit Service 768a21
     echo "timestamp, slept: $am_has_slept" > conftest.file
Packit Service 768a21
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
Packit Service 768a21
     if test "$[*]" = "X"; then
Packit Service 768a21
	# -L didn't work.
Packit Service 768a21
	set X `ls -t "$srcdir/configure" conftest.file`
Packit Service 768a21
     fi
Packit Service 768a21
     if test "$[*]" != "X $srcdir/configure conftest.file" \
Packit Service 768a21
	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
Packit Service 768a21
Packit Service 768a21
	# If neither matched, then we have a broken ls.  This can happen
Packit Service 768a21
	# if, for instance, CONFIG_SHELL is bash and it inherits a
Packit Service 768a21
	# broken ls alias from the environment.  This has actually
Packit Service 768a21
	# happened.  Such a system could not be considered "sane".
Packit Service 768a21
	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
Packit Service 768a21
  alias in your environment])
Packit Service 768a21
     fi
Packit Service 768a21
     if test "$[2]" = conftest.file || test $am_try -eq 2; then
Packit Service 768a21
       break
Packit Service 768a21
     fi
Packit Service 768a21
     # Just in case.
Packit Service 768a21
     sleep 1
Packit Service 768a21
     am_has_slept=yes
Packit Service 768a21
   done
Packit Service 768a21
   test "$[2]" = conftest.file
Packit Service 768a21
   )
Packit Service 768a21
then
Packit Service 768a21
   # Ok.
Packit Service 768a21
   :
Packit Service 768a21
else
Packit Service 768a21
   AC_MSG_ERROR([newly created file is older than distributed files!
Packit Service 768a21
Check your system clock])
Packit Service 768a21
fi
Packit Service 768a21
AC_MSG_RESULT([yes])
Packit Service 768a21
# If we didn't sleep, we still need to ensure time stamps of config.status and
Packit Service 768a21
# generated files are strictly newer.
Packit Service 768a21
am_sleep_pid=
Packit Service 768a21
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
Packit Service 768a21
  ( sleep 1 ) &
Packit Service 768a21
  am_sleep_pid=$!
Packit Service 768a21
fi
Packit Service 768a21
AC_CONFIG_COMMANDS_PRE(
Packit Service 768a21
  [AC_MSG_CHECKING([that generated files are newer than configure])
Packit Service 768a21
   if test -n "$am_sleep_pid"; then
Packit Service 768a21
     # Hide warnings about reused PIDs.
Packit Service 768a21
     wait $am_sleep_pid 2>/dev/null
Packit Service 768a21
   fi
Packit Service 768a21
   AC_MSG_RESULT([done])])
Packit Service 768a21
rm -f conftest.file
Packit Service 768a21
])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/silent.m4:12: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl
Packit Service 768a21
AS_HELP_STRING(
Packit Service 768a21
  [--enable-silent-rules],
Packit Service 768a21
  [less verbose build output (undo: "make V=1")])
Packit Service 768a21
AS_HELP_STRING(
Packit Service 768a21
  [--disable-silent-rules],
Packit Service 768a21
  [verbose build output (undo: "make V=0")])dnl
Packit Service 768a21
])
Packit Service 768a21
case $enable_silent_rules in @%:@ (((
Packit Service 768a21
  yes) AM_DEFAULT_VERBOSITY=0;;
Packit Service 768a21
   no) AM_DEFAULT_VERBOSITY=1;;
Packit Service 768a21
    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
Packit Service 768a21
esac
Packit Service 768a21
dnl
Packit Service 768a21
dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
Packit Service 768a21
dnl do not support nested variable expansions.
Packit Service 768a21
dnl See automake bug#9928 and bug#10237.
Packit Service 768a21
am_make=${MAKE-make}
Packit Service 768a21
AC_CACHE_CHECK([whether $am_make supports nested variables],
Packit Service 768a21
   [am_cv_make_support_nested_variables],
Packit Service 768a21
   [if AS_ECHO([['TRUE=$(BAR$(V))
Packit Service 768a21
BAR0=false
Packit Service 768a21
BAR1=true
Packit Service 768a21
V=1
Packit Service 768a21
am__doit:
Packit Service 768a21
	@$(TRUE)
Packit Service 768a21
.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
Packit Service 768a21
  am_cv_make_support_nested_variables=yes
Packit Service 768a21
else
Packit Service 768a21
  am_cv_make_support_nested_variables=no
Packit Service 768a21
fi])
Packit Service 768a21
if test $am_cv_make_support_nested_variables = yes; then
Packit Service 768a21
  dnl Using '$V' instead of '$(V)' breaks IRIX make.
Packit Service 768a21
  AM_V='$(V)'
Packit Service 768a21
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
Packit Service 768a21
else
Packit Service 768a21
  AM_V=$AM_DEFAULT_VERBOSITY
Packit Service 768a21
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
Packit Service 768a21
fi
Packit Service 768a21
AC_SUBST([AM_V])dnl
Packit Service 768a21
AM_SUBST_NOTMAKE([AM_V])dnl
Packit Service 768a21
AC_SUBST([AM_DEFAULT_V])dnl
Packit Service 768a21
AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
Packit Service 768a21
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
Packit Service 768a21
AM_BACKSLASH='\'
Packit Service 768a21
AC_SUBST([AM_BACKSLASH])dnl
Packit Service 768a21
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
Packit Service 768a21
])
Packit Service 768a21
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 768a21
# Installed binaries are usually stripped using 'strip' when the user
Packit Service 768a21
# run "make install-strip".  However 'strip' might not be the right
Packit Service 768a21
# tool to use in cross-compilation environments, therefore Automake
Packit Service 768a21
# will honor the 'STRIP' environment variable to overrule this program.
Packit Service 768a21
dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
Packit Service 768a21
if test "$cross_compiling" != no; then
Packit Service 768a21
  AC_CHECK_TOOL([STRIP], [strip], :)
Packit Service 768a21
fi
Packit Service 768a21
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
Packit Service 768a21
AC_SUBST([INSTALL_STRIP_PROGRAM])])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
Packit Service 768a21
m4trace:/usr/share/aclocal-1.16/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
Packit Service 768a21
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 768a21
# in the wild :-(  We should find a proper way to deprecate it ...
Packit Service 768a21
AC_SUBST([AMTAR], ['$${TAR-tar}'])
Packit Service 768a21
Packit Service 768a21
# We'll loop over all known methods to create a tar archive until one works.
Packit Service 768a21
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
Packit Service 768a21
Packit Service 768a21
m4_if([$1], [v7],
Packit Service 768a21
  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
Packit Service 768a21
Packit Service 768a21
  [m4_case([$1],
Packit Service 768a21
    [ustar],
Packit Service 768a21
     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
Packit Service 768a21
      # There is notably a 21 bits limit for the UID and the GID.  In fact,
Packit Service 768a21
      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
Packit Service 768a21
      # and bug#13588).
Packit Service 768a21
      am_max_uid=2097151 # 2^21 - 1
Packit Service 768a21
      am_max_gid=$am_max_uid
Packit Service 768a21
      # The $UID and $GID variables are not portable, so we need to resort
Packit Service 768a21
      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
Packit Service 768a21
      # below are definitely unexpected, so allow the users to see them
Packit Service 768a21
      # (that is, avoid stderr redirection).
Packit Service 768a21
      am_uid=`id -u || echo unknown`
Packit Service 768a21
      am_gid=`id -g || echo unknown`
Packit Service 768a21
      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
Packit Service 768a21
      if test $am_uid -le $am_max_uid; then
Packit Service 768a21
         AC_MSG_RESULT([yes])
Packit Service 768a21
      else
Packit Service 768a21
         AC_MSG_RESULT([no])
Packit Service 768a21
         _am_tools=none
Packit Service 768a21
      fi
Packit Service 768a21
      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
Packit Service 768a21
      if test $am_gid -le $am_max_gid; then
Packit Service 768a21
         AC_MSG_RESULT([yes])
Packit Service 768a21
      else
Packit Service 768a21
        AC_MSG_RESULT([no])
Packit Service 768a21
        _am_tools=none
Packit Service 768a21
      fi],
Packit Service 768a21
Packit Service 768a21
  [pax],
Packit Service 768a21
    [],
Packit Service 768a21
Packit Service 768a21
  [m4_fatal([Unknown tar format])])
Packit Service 768a21
Packit Service 768a21
  AC_MSG_CHECKING([how to create a $1 tar archive])
Packit Service 768a21
Packit Service 768a21
  # Go ahead even if we have the value already cached.  We do so because we
Packit Service 768a21
  # need to set the values for the 'am__tar' and 'am__untar' variables.
Packit Service 768a21
  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
Packit Service 768a21
Packit Service 768a21
  for _am_tool in $_am_tools; do
Packit Service 768a21
    case $_am_tool in
Packit Service 768a21
    gnutar)
Packit Service 768a21
      for _am_tar in tar gnutar gtar; do
Packit Service 768a21
        AM_RUN_LOG([$_am_tar --version]) && break
Packit Service 768a21
      done
Packit Service 768a21
      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
Packit Service 768a21
      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
Packit Service 768a21
      am__untar="$_am_tar -xf -"
Packit Service 768a21
      ;;
Packit Service 768a21
    plaintar)
Packit Service 768a21
      # Must skip GNU tar: if it does not support --format= it doesn't create
Packit Service 768a21
      # ustar tarball either.
Packit Service 768a21
      (tar --version) >/dev/null 2>&1 && continue
Packit Service 768a21
      am__tar='tar chf - "$$tardir"'
Packit Service 768a21
      am__tar_='tar chf - "$tardir"'
Packit Service 768a21
      am__untar='tar xf -'
Packit Service 768a21
      ;;
Packit Service 768a21
    pax)
Packit Service 768a21
      am__tar='pax -L -x $1 -w "$$tardir"'
Packit Service 768a21
      am__tar_='pax -L -x $1 -w "$tardir"'
Packit Service 768a21
      am__untar='pax -r'
Packit Service 768a21
      ;;
Packit Service 768a21
    cpio)
Packit Service 768a21
      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
Packit Service 768a21
      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
Packit Service 768a21
      am__untar='cpio -i -H $1 -d'
Packit Service 768a21
      ;;
Packit Service 768a21
    none)
Packit Service 768a21
      am__tar=false
Packit Service 768a21
      am__tar_=false
Packit Service 768a21
      am__untar=false
Packit Service 768a21
      ;;
Packit Service 768a21
    esac
Packit Service 768a21
Packit Service 768a21
    # If the value was cached, stop now.  We just wanted to have am__tar
Packit Service 768a21
    # and am__untar set.
Packit Service 768a21
    test -n "${am_cv_prog_tar_$1}" && break
Packit Service 768a21
Packit Service 768a21
    # tar/untar a dummy directory, and stop if the command works.
Packit Service 768a21
    rm -rf conftest.dir
Packit Service 768a21
    mkdir conftest.dir
Packit Service 768a21
    echo GrepMe > conftest.dir/file
Packit Service 768a21
    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
Packit Service 768a21
    rm -rf conftest.dir
Packit Service 768a21
    if test -s conftest.tar; then
Packit Service 768a21
      AM_RUN_LOG([$am__untar 
Packit Service 768a21
      AM_RUN_LOG([cat conftest.dir/file])
Packit Service 768a21
      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
Packit Service 768a21
    fi
Packit Service 768a21
  done
Packit Service 768a21
  rm -rf conftest.dir
Packit Service 768a21
Packit Service 768a21
  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
Packit Service 768a21
  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
Packit Service 768a21
Packit Service 768a21
AC_SUBST([am__tar])
Packit Service 768a21
AC_SUBST([am__untar])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/am-check-python-headers.m4:4: -1- AC_DEFUN([AM_CHECK_PYTHON_HEADERS], [AC_REQUIRE([AM_PATH_PYTHON])
Packit Service 768a21
Packit Service 768a21
AC_ARG_VAR([PYTHON_CONFIG], [python-config executable])
Packit Service 768a21
AS_IF(
Packit Service 768a21
  [test "${PYTHON_CONFIG+set}" = set],
Packit Service 768a21
    [AC_MSG_NOTICE([PYTHON_CONFIG overridden to: $PYTHON_CONFIG])],
Packit Service 768a21
  [test -x "${PYTHON}-config"],
Packit Service 768a21
    [
Packit Service 768a21
      PYTHON_CONFIG="${PYTHON}-config"
Packit Service 768a21
      AC_MSG_NOTICE([Using \$PYTHON-config: $PYTHON_CONFIG])
Packit Service 768a21
    ],
Packit Service 768a21
  dnl else
Packit Service 768a21
    [
Packit Service 768a21
      AC_PATH_PROGS([PYTHON_CONFIG], [python${PYTHON_VERSION}-config python-config], [no])
Packit Service 768a21
      AS_IF([test "${PYTHON_CONFIG}" = "no"],
Packit Service 768a21
        [AC_MSG_ERROR([cannot find python${PYTHON_VERSION}-config or python-config in PATH])])
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
AC_ARG_VAR([PYTHON_INCLUDES], [CPPFLAGS for Python, overriding output of python2.x-config --includes, e.g. "-I/opt/misc/include/python2.7"])
Packit Service 768a21
Packit Service 768a21
if test "${PYTHON_INCLUDES+set}" = set; then
Packit Service 768a21
  AC_MSG_NOTICE([PYTHON_INCLUDES overridden to: $PYTHON_INCLUDES])
Packit Service 768a21
else
Packit Service 768a21
  dnl deduce PYTHON_INCLUDES
Packit Service 768a21
  AC_MSG_CHECKING(for Python headers using $PYTHON_CONFIG --includes)
Packit Service 768a21
  PYTHON_INCLUDES=`$PYTHON_CONFIG --includes`
Packit Service 768a21
  if test $? = 0; then
Packit Service 768a21
    AC_MSG_RESULT($PYTHON_INCLUDES)
Packit Service 768a21
  else
Packit Service 768a21
    AC_MSG_RESULT([failed, will try another way])
Packit Service 768a21
    py_prefix=`$PYTHON -c "import sys; print(sys.prefix)"`
Packit Service 768a21
    py_exec_prefix=`$PYTHON -c "import sys; print(sys.exec_prefix)"`
Packit Service 768a21
    AC_MSG_CHECKING(for Python headers in $py_prefix and $py_exec_prefix)
Packit Service 768a21
    PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
Packit Service 768a21
    if test "$py_prefix" != "$py_exec_prefix"; then
Packit Service 768a21
      PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
Packit Service 768a21
    fi
Packit Service 768a21
    AC_MSG_RESULT($PYTHON_INCLUDES)
Packit Service 768a21
  fi
Packit Service 768a21
fi
Packit Service 768a21
Packit Service 768a21
AC_MSG_CHECKING(whether those headers are sufficient)
Packit Service 768a21
AC_SUBST(PYTHON_INCLUDES)
Packit Service 768a21
dnl check if the headers exist:
Packit Service 768a21
save_CPPFLAGS="$CPPFLAGS"
Packit Service 768a21
CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
Packit Service 768a21
AC_TRY_CPP([#include <Python.h>],dnl
Packit Service 768a21
[AC_MSG_RESULT(yes)
Packit Service 768a21
$1],dnl
Packit Service 768a21
[AC_MSG_RESULT(no)
Packit Service 768a21
$2])
Packit Service 768a21
CPPFLAGS="$save_CPPFLAGS"
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_append_compile_flags.m4:59: -1- AC_DEFUN([AX_APPEND_COMPILE_FLAGS], [AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
for flag in $1; do
Packit Service 768a21
  AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [$2])], [], [$3])
Packit Service 768a21
done
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_append_flag.m4:54: -1- AC_DEFUN([AX_APPEND_FLAG], [dnl
Packit Service 768a21
AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_SET_IF
Packit Service 768a21
AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])
Packit Service 768a21
AS_VAR_SET_IF(FLAGS,[
Packit Service 768a21
  AS_CASE([" AS_VAR_GET(FLAGS) "],
Packit Service 768a21
    [*" $1 "*], [AC_RUN_LOG([: FLAGS already contains $1])],
Packit Service 768a21
    [
Packit Service 768a21
     AS_VAR_APPEND(FLAGS,[" $1"])
Packit Service 768a21
     AC_RUN_LOG([: FLAGS="$FLAGS"])
Packit Service 768a21
    ])
Packit Service 768a21
  ],
Packit Service 768a21
  [
Packit Service 768a21
  AS_VAR_SET(FLAGS,[$1])
Packit Service 768a21
  AC_RUN_LOG([: FLAGS="$FLAGS"])
Packit Service 768a21
  ])
Packit Service 768a21
AS_VAR_POPDEF([FLAGS])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_append_link_flags.m4:57: -1- AC_DEFUN([AX_APPEND_LINK_FLAGS], [AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
Packit Service 768a21
AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
for flag in $1; do
Packit Service 768a21
  AX_CHECK_LINK_FLAG([$flag], [AX_APPEND_FLAG([$flag], [m4_default([$2], [LDFLAGS])])], [], [$3])
Packit Service 768a21
done
Packit Service 768a21
])
Packit Service 768a21
m4trace: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 768a21
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl
Packit Service 768a21
AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [
Packit Service 768a21
  ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS
Packit Service 768a21
  _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1"
Packit Service 768a21
  AC_COMPILE_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
Packit Service 768a21
    [AS_VAR_SET(CACHEVAR,[yes])],
Packit Service 768a21
    [AS_VAR_SET(CACHEVAR,[no])])
Packit Service 768a21
  _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags])
Packit Service 768a21
AS_VAR_IF(CACHEVAR,yes,
Packit Service 768a21
  [m4_default([$2], :)],
Packit Service 768a21
  [m4_default([$3], :)])
Packit Service 768a21
AS_VAR_POPDEF([CACHEVAR])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_check_link_flag.m4:60: -1- AC_DEFUN([AX_CHECK_LINK_FLAG], [AC_PREREQ(2.64)dnl for _AC_LANG_PREFIX and AS_VAR_IF
Packit Service 768a21
AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_ldflags_$4_$1])dnl
Packit Service 768a21
AC_CACHE_CHECK([whether the linker accepts $1], CACHEVAR, [
Packit Service 768a21
  ax_check_save_flags=$LDFLAGS
Packit Service 768a21
  LDFLAGS="$LDFLAGS $4 $1"
Packit Service 768a21
  AC_LINK_IFELSE([m4_default([$5],[AC_LANG_PROGRAM()])],
Packit Service 768a21
    [AS_VAR_SET(CACHEVAR,[yes])],
Packit Service 768a21
    [AS_VAR_SET(CACHEVAR,[no])])
Packit Service 768a21
  LDFLAGS=$ax_check_save_flags])
Packit Service 768a21
AS_VAR_IF(CACHEVAR,yes,
Packit Service 768a21
  [m4_default([$2], :)],
Packit Service 768a21
  [m4_default([$3], :)])
Packit Service 768a21
AS_VAR_POPDEF([CACHEVAR])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_compiler_flags.m4:113: -1- AC_DEFUN([AX_COMPILER_FLAGS], [
Packit Service 768a21
    # C support is enabled by default.
Packit Service 768a21
    _AX_COMPILER_FLAGS_LANG([C])
Packit Service 768a21
    # Only enable C++ support if AC_PROG_CXX is called. The redefinition of
Packit Service 768a21
    # AC_PROG_CXX is so that a fatal error is emitted if this macro is called
Packit Service 768a21
    # before AC_PROG_CXX, which would otherwise cause no C++ warnings to be
Packit Service 768a21
    # checked.
Packit Service 768a21
    AC_PROVIDE_IFELSE([AC_PROG_CXX],
Packit Service 768a21
                      [_AX_COMPILER_FLAGS_LANG([CXX])],
Packit Service 768a21
                      [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AX_COMPILER_FLAGS_LANG([CXX])])])
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS_LDFLAGS])
Packit Service 768a21
Packit Service 768a21
    # Default value for IS-RELEASE is $ax_is_release
Packit Service 768a21
    ax_compiler_flags_is_release=m4_tolower(m4_normalize(ifelse([$3],,
Packit Service 768a21
                                                                [$ax_is_release],
Packit Service 768a21
                                                                [$3])))
Packit Service 768a21
Packit Service 768a21
    AC_ARG_ENABLE([compile-warnings],
Packit Service 768a21
                  AS_HELP_STRING([--enable-compile-warnings=@<:@no/yes/error@:>@],
Packit Service 768a21
                                 [Enable compiler warnings and errors]),,
Packit Service 768a21
                  [AS_IF([test "$ax_compiler_flags_is_release" = "yes"],
Packit Service 768a21
                         [enable_compile_warnings="yes"],
Packit Service 768a21
                         [enable_compile_warnings="error"])])
Packit Service 768a21
    AC_ARG_ENABLE([Werror],
Packit Service 768a21
                  AS_HELP_STRING([--disable-Werror],
Packit Service 768a21
                                 [Unconditionally make all compiler warnings non-fatal]),,
Packit Service 768a21
                  [enable_Werror=maybe])
Packit Service 768a21
Packit Service 768a21
    # Return the user's chosen warning level
Packit Service 768a21
    AS_IF([test "$enable_Werror" = "no" -a \
Packit Service 768a21
                "$enable_compile_warnings" = "error"],[
Packit Service 768a21
        enable_compile_warnings="yes"
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    ax_enable_compile_warnings=$enable_compile_warnings
Packit Service 768a21
Packit Service 768a21
    AX_COMPILER_FLAGS_CFLAGS([$1],[$ax_compiler_flags_is_release],
Packit Service 768a21
                             [$4],[$5 $6 $7 $8])
Packit Service 768a21
    m4_ifdef([_AX_COMPILER_FLAGS_LANG_CXX_enabled],
Packit Service 768a21
             [AX_COMPILER_FLAGS_CXXFLAGS([WARN_CXXFLAGS],
Packit Service 768a21
                                         [$ax_compiler_flags_is_release],
Packit Service 768a21
                                         [$4],[$5 $6 $7 $8])])
Packit Service 768a21
    AX_COMPILER_FLAGS_LDFLAGS([$2],[$ax_compiler_flags_is_release],
Packit Service 768a21
                              [$9],[$10 $11 $12 $13])
Packit Service 768a21
    AX_COMPILER_FLAGS_GIR([WARN_SCANNERFLAGS],[$ax_compiler_flags_is_release])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_compiler_flags_cflags.m4:30: -1- AC_DEFUN([AX_COMPILER_FLAGS_CFLAGS], [
Packit Service 768a21
    AC_REQUIRE([AC_PROG_SED])
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_APPEND_COMPILE_FLAGS])
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
Packit Service 768a21
    # Variable names
Packit Service 768a21
    m4_define(ax_warn_cflags_variable,
Packit Service 768a21
              [m4_normalize(ifelse([$1],,[WARN_CFLAGS],[$1]))])
Packit Service 768a21
Packit Service 768a21
    AC_LANG_PUSH([C])
Packit Service 768a21
Packit Service 768a21
    # Always pass -Werror=unknown-warning-option to get Clang to fail on bad
Packit Service 768a21
    # flags, otherwise they are always appended to the warn_cflags variable, and
Packit Service 768a21
    # Clang warns on them for every compilation unit.
Packit Service 768a21
    # If this is passed to GCC, it will explode, so the flag must be enabled
Packit Service 768a21
    # conditionally.
Packit Service 768a21
    AX_CHECK_COMPILE_FLAG([-Werror=unknown-warning-option],[
Packit Service 768a21
        ax_compiler_flags_test="-Werror=unknown-warning-option"
Packit Service 768a21
    ],[
Packit Service 768a21
        ax_compiler_flags_test=""
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    # Base flags
Packit Service 768a21
    AX_APPEND_COMPILE_FLAGS([ dnl
Packit Service 768a21
        -fno-strict-aliasing dnl
Packit Service 768a21
        $3 dnl
Packit Service 768a21
    ],ax_warn_cflags_variable,[$ax_compiler_flags_test])
Packit Service 768a21
Packit Service 768a21
    AS_IF([test "$ax_enable_compile_warnings" != "no"],[
Packit Service 768a21
        # "yes" flags
Packit Service 768a21
        AX_APPEND_COMPILE_FLAGS([ dnl
Packit Service 768a21
            -Wall dnl
Packit Service 768a21
            -Wextra dnl
Packit Service 768a21
            -Wundef dnl
Packit Service 768a21
            -Wnested-externs dnl
Packit Service 768a21
            -Wwrite-strings dnl
Packit Service 768a21
            -Wpointer-arith dnl
Packit Service 768a21
            -Wmissing-declarations dnl
Packit Service 768a21
            -Wmissing-prototypes dnl
Packit Service 768a21
            -Wstrict-prototypes dnl
Packit Service 768a21
            -Wredundant-decls dnl
Packit Service 768a21
            -Wno-unused-parameter dnl
Packit Service 768a21
            -Wno-missing-field-initializers dnl
Packit Service 768a21
            -Wdeclaration-after-statement dnl
Packit Service 768a21
            -Wformat=2 dnl
Packit Service 768a21
            -Wold-style-definition dnl
Packit Service 768a21
            -Wcast-align dnl
Packit Service 768a21
            -Wformat-nonliteral dnl
Packit Service 768a21
            -Wformat-security dnl
Packit Service 768a21
            -Wsign-compare dnl
Packit Service 768a21
            -Wstrict-aliasing dnl
Packit Service 768a21
            -Wshadow dnl
Packit Service 768a21
            -Winline dnl
Packit Service 768a21
            -Wpacked dnl
Packit Service 768a21
            -Wmissing-format-attribute dnl
Packit Service 768a21
            -Wmissing-noreturn dnl
Packit Service 768a21
            -Winit-self dnl
Packit Service 768a21
            -Wredundant-decls dnl
Packit Service 768a21
            -Wmissing-include-dirs dnl
Packit Service 768a21
            -Wunused-but-set-variable dnl
Packit Service 768a21
            -Warray-bounds dnl
Packit Service 768a21
            -Wimplicit-function-declaration dnl
Packit Service 768a21
            -Wreturn-type dnl
Packit Service 768a21
            -Wswitch-enum dnl
Packit Service 768a21
            -Wswitch-default dnl
Packit Service 768a21
            $4 dnl
Packit Service 768a21
            $5 dnl
Packit Service 768a21
            $6 dnl
Packit Service 768a21
            $7 dnl
Packit Service 768a21
        ],ax_warn_cflags_variable,[$ax_compiler_flags_test])
Packit Service 768a21
    ])
Packit Service 768a21
    AS_IF([test "$ax_enable_compile_warnings" = "error"],[
Packit Service 768a21
        # "error" flags; -Werror has to be appended unconditionally because
Packit Service 768a21
        # it's not possible to test for
Packit Service 768a21
        #
Packit Service 768a21
        # suggest-attribute=format is disabled because it gives too many false
Packit Service 768a21
        # positives
Packit Service 768a21
        AX_APPEND_FLAG([-Werror],ax_warn_cflags_variable)
Packit Service 768a21
Packit Service 768a21
        AX_APPEND_COMPILE_FLAGS([ dnl
Packit Service 768a21
            -Wno-suggest-attribute=format dnl
Packit Service 768a21
        ],ax_warn_cflags_variable,[$ax_compiler_flags_test])
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    # In the flags below, when disabling specific flags, always add *both*
Packit Service 768a21
    # -Wno-foo and -Wno-error=foo. This fixes the situation where (for example)
Packit Service 768a21
    # we enable -Werror, disable a flag, and a build bot passes CFLAGS=-Wall,
Packit Service 768a21
    # which effectively turns that flag back on again as an error.
Packit Service 768a21
    for flag in $ax_warn_cflags_variable; do
Packit Service 768a21
        AS_CASE([$flag],
Packit Service 768a21
                [-Wno-*=*],[],
Packit Service 768a21
                [-Wno-*],[
Packit Service 768a21
                    AX_APPEND_COMPILE_FLAGS([-Wno-error=$(AS_ECHO([$flag]) | $SED 's/^-Wno-//')],
Packit Service 768a21
                                            ax_warn_cflags_variable,
Packit Service 768a21
                                            [$ax_compiler_flags_test])
Packit Service 768a21
                ])
Packit Service 768a21
    done
Packit Service 768a21
Packit Service 768a21
    AC_LANG_POP([C])
Packit Service 768a21
Packit Service 768a21
    # Substitute the variables
Packit Service 768a21
    AC_SUBST(ax_warn_cflags_variable)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_compiler_flags_gir.m4:31: -1- AC_DEFUN([AX_COMPILER_FLAGS_GIR], [
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
Packit Service 768a21
    # Variable names
Packit Service 768a21
    m4_define(ax_warn_scannerflags_variable,
Packit Service 768a21
              [m4_normalize(ifelse([$1],,[WARN_SCANNERFLAGS],[$1]))])
Packit Service 768a21
Packit Service 768a21
    # Base flags
Packit Service 768a21
    AX_APPEND_FLAG([$3],ax_warn_scannerflags_variable)
Packit Service 768a21
Packit Service 768a21
    AS_IF([test "$ax_enable_compile_warnings" != "no"],[
Packit Service 768a21
        # "yes" flags
Packit Service 768a21
        AX_APPEND_FLAG([ dnl
Packit Service 768a21
            --warn-all dnl
Packit Service 768a21
            $4 dnl
Packit Service 768a21
            $5 dnl
Packit Service 768a21
            $6 dnl
Packit Service 768a21
            $7 dnl
Packit Service 768a21
        ],ax_warn_scannerflags_variable)
Packit Service 768a21
    ])
Packit Service 768a21
    AS_IF([test "$ax_enable_compile_warnings" = "error"],[
Packit Service 768a21
        # "error" flags
Packit Service 768a21
        AX_APPEND_FLAG([ dnl
Packit Service 768a21
            --warn-error dnl
Packit Service 768a21
        ],ax_warn_scannerflags_variable)
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    # Substitute the variables
Packit Service 768a21
    AC_SUBST(ax_warn_scannerflags_variable)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_compiler_flags_ldflags.m4:30: -1- AC_DEFUN([AX_COMPILER_FLAGS_LDFLAGS], [
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_APPEND_LINK_FLAGS])
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
    AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
Packit Service 768a21
    # Variable names
Packit Service 768a21
    m4_define(ax_warn_ldflags_variable,
Packit Service 768a21
              [m4_normalize(ifelse([$1],,[WARN_LDFLAGS],[$1]))])
Packit Service 768a21
Packit Service 768a21
    # Always pass -Werror=unknown-warning-option to get Clang to fail on bad
Packit Service 768a21
    # flags, otherwise they are always appended to the warn_ldflags variable,
Packit Service 768a21
    # and Clang warns on them for every compilation unit.
Packit Service 768a21
    # If this is passed to GCC, it will explode, so the flag must be enabled
Packit Service 768a21
    # conditionally.
Packit Service 768a21
    AX_CHECK_COMPILE_FLAG([-Werror=unknown-warning-option],[
Packit Service 768a21
        ax_compiler_flags_test="-Werror=unknown-warning-option"
Packit Service 768a21
    ],[
Packit Service 768a21
        ax_compiler_flags_test=""
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    # Base flags
Packit Service 768a21
    AX_APPEND_LINK_FLAGS([ dnl
Packit Service 768a21
        -Wl,--no-as-needed dnl
Packit Service 768a21
        $3 dnl
Packit Service 768a21
    ],ax_warn_ldflags_variable,[$ax_compiler_flags_test])
Packit Service 768a21
Packit Service 768a21
    AS_IF([test "$ax_enable_compile_warnings" != "no"],[
Packit Service 768a21
        # "yes" flags
Packit Service 768a21
        AX_APPEND_LINK_FLAGS([$4 $5 $6 $7],
Packit Service 768a21
                                ax_warn_ldflags_variable,
Packit Service 768a21
                                [$ax_compiler_flags_test])
Packit Service 768a21
    ])
Packit Service 768a21
    AS_IF([test "$ax_enable_compile_warnings" = "error"],[
Packit Service 768a21
        # "error" flags; -Werror has to be appended unconditionally because
Packit Service 768a21
        # it's not possible to test for
Packit Service 768a21
        #
Packit Service 768a21
        # suggest-attribute=format is disabled because it gives too many false
Packit Service 768a21
        # positives
Packit Service 768a21
        AX_APPEND_LINK_FLAGS([ dnl
Packit Service 768a21
            -Wl,--fatal-warnings dnl
Packit Service 768a21
        ],ax_warn_ldflags_variable,[$ax_compiler_flags_test])
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    # Substitute the variables
Packit Service 768a21
    AC_SUBST(ax_warn_ldflags_variable)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_generate_changelog.m4:57: -1- AC_DEFUN([AX_GENERATE_CHANGELOG], [
Packit Service 768a21
	# Find git, defaulting to the 'missing' script so the user gets a nice
Packit Service 768a21
	# message if git is missing, rather than a plain 'command not found'.
Packit Service 768a21
	AC_PATH_PROG([GIT],[git],[${am_missing_run}git])
Packit Service 768a21
	AC_SUBST([GIT])
Packit Service 768a21
Packit Service 768a21
	# Build the ChangeLog rules.
Packit Service 768a21
	m4_pattern_allow([AM_V_GEN])
Packit Service 768a21
GENERATE_CHANGELOG_RULES='
Packit Service 768a21
# Generate ChangeLog
Packit Service 768a21
#
Packit Service 768a21
# Optional:
Packit Service 768a21
#  - CHANGELOG_START: git commit ID or tag name to output changelogs from
Packit Service 768a21
#    (exclusive). (Default: include all commits)
Packit Service 768a21
#  - CHANGELOG_GIT_FLAGS: General flags to pass to git-log when generating the
Packit Service 768a21
#    ChangeLog. (Default: various)
Packit Service 768a21
#  - CHANGELOG_GIT_DIR: .git directory to use. (Default: $(top_srcdir)/.git)
Packit Service 768a21
Packit Service 768a21
# git-specific
Packit Service 768a21
CHANGELOG_GIT_FLAGS ?= --stat -M -C --name-status --no-color
Packit Service 768a21
CHANGELOG_GIT_DIR ?= $(top_srcdir)/.git
Packit Service 768a21
Packit Service 768a21
ifeq ($(CHANGELOG_START),)
Packit Service 768a21
CHANGELOG_GIT_RANGE =
Packit Service 768a21
else
Packit Service 768a21
CHANGELOG_GIT_RANGE = $(CHANGELOG_START)..
Packit Service 768a21
endif
Packit Service 768a21
Packit Service 768a21
# Generate a ChangeLog in $(top_distdir)
Packit Service 768a21
dist-ChangeLog:
Packit Service 768a21
	$(AM_V_GEN)if $(GIT) \
Packit Service 768a21
		--git-dir=$(CHANGELOG_GIT_DIR) --work-tree=$(top_srcdir) log \
Packit Service 768a21
		$(CHANGELOG_GIT_FLAGS) $(CHANGELOG_GIT_RANGE) \
Packit Service 768a21
		| fmt --split-only >.ChangeLog.tmp; \
Packit Service 768a21
	then mv -f .ChangeLog.tmp "$(top_distdir)/ChangeLog"; \
Packit Service 768a21
	else rm -f .ChangeLog.tmp; exit 1; fi
Packit Service 768a21
Packit Service 768a21
.PHONY: dist-ChangeLog
Packit Service 768a21
'
Packit Service 768a21
Packit Service 768a21
	AC_SUBST([GENERATE_CHANGELOG_RULES])
Packit Service 768a21
	m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([GENERATE_CHANGELOG_RULES])])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_is_release.m4:44: -1- AC_DEFUN([AX_IS_RELEASE], [
Packit Service 768a21
    AC_BEFORE([AC_INIT],[$0])
Packit Service 768a21
Packit Service 768a21
    m4_case([$1],
Packit Service 768a21
      [git-directory],[
Packit Service 768a21
        # $is_release = (.git directory does not exist)
Packit Service 768a21
        AS_IF([test -d .git],[ax_is_release=no],[ax_is_release=yes])
Packit Service 768a21
      ],
Packit Service 768a21
      [minor-version],[
Packit Service 768a21
        # $is_release = ($minor_version is even)
Packit Service 768a21
        minor_version=`echo "$PACKAGE_VERSION" | sed 's/[[^.]][[^.]]*.\([[^.]][[^.]]*\).*/\1/'`
Packit Service 768a21
        AS_IF([test "$(( $minor_version % 2 ))" -ne 0],
Packit Service 768a21
              [ax_is_release=no],[ax_is_release=yes])
Packit Service 768a21
      ],
Packit Service 768a21
      [micro-version],[
Packit Service 768a21
        # $is_release = ($micro_version is even)
Packit Service 768a21
        micro_version=`echo "$PACKAGE_VERSION" | sed 's/[[^.]]*\.[[^.]]*\.\([[^.]]*\).*/\1/'`
Packit Service 768a21
        AS_IF([test "$(( $micro_version % 2 ))" -ne 0],
Packit Service 768a21
              [ax_is_release=no],[ax_is_release=yes])
Packit Service 768a21
      ],
Packit Service 768a21
      [always],[ax_is_release=yes],
Packit Service 768a21
      [never],[ax_is_release=no],
Packit Service 768a21
      [
Packit Service 768a21
        AC_MSG_ERROR([Invalid policy. Valid policies: git-directory, minor-version.])
Packit Service 768a21
      ])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_python_module.m4:28: -1- AU_DEFUN([AC_PYTHON_MODULE], [m4_if($#, 0, [AX_PYTHON_MODULE], [AX_PYTHON_MODULE($@)])])
Packit Service 768a21
m4trace:m4/ax_python_module.m4:28: -1- AC_DEFUN([AC_PYTHON_MODULE], [AC_DIAGNOSE([obsolete], [The macro `AC_PYTHON_MODULE' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [AX_PYTHON_MODULE], [AX_PYTHON_MODULE($@)])])
Packit Service 768a21
m4trace:m4/ax_python_module.m4:29: -1- AC_DEFUN([AX_PYTHON_MODULE], [
Packit Service 768a21
    if test -z $PYTHON;
Packit Service 768a21
    then
Packit Service 768a21
        if test -z "$3";
Packit Service 768a21
        then
Packit Service 768a21
            PYTHON="python3"
Packit Service 768a21
        else
Packit Service 768a21
            PYTHON="$3"
Packit Service 768a21
        fi
Packit Service 768a21
    fi
Packit Service 768a21
    PYTHON_NAME=`basename $PYTHON`
Packit Service 768a21
    AC_MSG_CHECKING($PYTHON_NAME module: $1)
Packit Service 768a21
    $PYTHON -c "import $1" 2>/dev/null
Packit Service 768a21
    if test $? -eq 0;
Packit Service 768a21
    then
Packit Service 768a21
        AC_MSG_RESULT(yes)
Packit Service 768a21
        eval AS_TR_CPP(HAVE_PYMOD_$1)=yes
Packit Service 768a21
    else
Packit Service 768a21
        AC_MSG_RESULT(no)
Packit Service 768a21
        eval AS_TR_CPP(HAVE_PYMOD_$1)=no
Packit Service 768a21
        #
Packit Service 768a21
        if test -n "$2"
Packit Service 768a21
        then
Packit Service 768a21
            AC_MSG_ERROR(failed to find required module $1)
Packit Service 768a21
            exit 1
Packit Service 768a21
        fi
Packit Service 768a21
    fi
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ax_require_defined.m4:35: -1- AC_DEFUN([AX_REQUIRE_DEFINED], [dnl
Packit Service 768a21
  m4_ifndef([$1], [m4_fatal([macro ]$1[ is not defined; is a m4 file missing?])])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/dbus-py-add-rst2htmlflag.m4:4: -1- AC_DEFUN([DBUS_PY_ADD_RST2HTMLFLAG], [
Packit Service 768a21
AS_CASE([" $RST2HTMLFLAGS "],
Packit Service 768a21
[*@<:@\	\ @:>@$1@<:@\	\ @:>@*],
Packit Service 768a21
  [],
Packit Service 768a21
[*],
Packit Service 768a21
  [
Packit Service 768a21
  save_RST2HTMLFLAGS="$RST2HTMLFLAGS"
Packit Service 768a21
  RST2HTMLFLAGS="$RST2HTMLFLAGS $1"
Packit Service 768a21
  AC_MSG_CHECKING([whether [$]RST2HTML understands $1])
Packit Service 768a21
  AS_IF([$RST2HTML --strict $RST2HTMLFLAGS /dev/null > /dev/null 2>/dev/null],
Packit Service 768a21
    [dbuspy_has_option=yes],
Packit Service 768a21
    [dbuspy_has_option=no])
Packit Service 768a21
  AC_MSG_RESULT($dbuspy_has_option)
Packit Service 768a21
  AS_IF([test $dbuspy_has_option = no],
Packit Service 768a21
    [RST2HTMLFLAGS="$save_RST2HTMLFLAGS"])
Packit Service 768a21
  ])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
Packit Service 768a21
AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
Packit Service 768a21
AC_BEFORE([$0], [LT_LANG])dnl
Packit Service 768a21
AC_BEFORE([$0], [LT_OUTPUT])dnl
Packit Service 768a21
AC_BEFORE([$0], [LTDL_INIT])dnl
Packit Service 768a21
m4_require([_LT_CHECK_BUILDDIR])dnl
Packit Service 768a21
Packit Service 768a21
dnl Autoconf doesn't catch unexpanded LT_ macros by default:
Packit Service 768a21
m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
Packit Service 768a21
m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
Packit Service 768a21
dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
Packit Service 768a21
dnl unless we require an AC_DEFUNed macro:
Packit Service 768a21
AC_REQUIRE([LTOPTIONS_VERSION])dnl
Packit Service 768a21
AC_REQUIRE([LTSUGAR_VERSION])dnl
Packit Service 768a21
AC_REQUIRE([LTVERSION_VERSION])dnl
Packit Service 768a21
AC_REQUIRE([LTOBSOLETE_VERSION])dnl
Packit Service 768a21
m4_require([_LT_PROG_LTMAIN])dnl
Packit Service 768a21
Packit Service 768a21
_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
Packit Service 768a21
Packit Service 768a21
dnl Parse OPTIONS
Packit Service 768a21
_LT_SET_OPTIONS([$0], [$1])
Packit Service 768a21
Packit Service 768a21
# This can be used to rebuild libtool when needed
Packit Service 768a21
LIBTOOL_DEPS=$ltmain
Packit Service 768a21
Packit Service 768a21
# Always use our own libtool.
Packit Service 768a21
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
Packit Service 768a21
AC_SUBST(LIBTOOL)dnl
Packit Service 768a21
Packit Service 768a21
_LT_SETUP
Packit Service 768a21
Packit Service 768a21
# Only expand once:
Packit Service 768a21
m4_define([LT_INIT])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:619: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
Packit Service 768a21
AC_MSG_NOTICE([creating $CONFIG_LT])
Packit Service 768a21
_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
Packit Service 768a21
[# Run this file to recreate a libtool stub with the current configuration.])
Packit Service 768a21
Packit Service 768a21
cat >>"$CONFIG_LT" <<\_LTEOF
Packit Service 768a21
lt_cl_silent=false
Packit Service 768a21
exec AS_MESSAGE_LOG_FD>>config.log
Packit Service 768a21
{
Packit Service 768a21
  echo
Packit Service 768a21
  AS_BOX([Running $as_me.])
Packit Service 768a21
} >&AS_MESSAGE_LOG_FD
Packit Service 768a21
Packit Service 768a21
lt_cl_help="\
Packit Service 768a21
'$as_me' creates a local libtool stub from the current configuration,
Packit Service 768a21
for use in further configure time tests before the real libtool is
Packit Service 768a21
generated.
Packit Service 768a21
Packit Service 768a21
Usage: $[0] [[OPTIONS]]
Packit Service 768a21
Packit Service 768a21
  -h, --help      print this help, then exit
Packit Service 768a21
  -V, --version   print version number, then exit
Packit Service 768a21
  -q, --quiet     do not print progress messages
Packit Service 768a21
  -d, --debug     don't remove temporary files
Packit Service 768a21
Packit Service 768a21
Report bugs to <bug-libtool@gnu.org>."
Packit Service 768a21
Packit Service 768a21
lt_cl_version="\
Packit Service 768a21
m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
Packit Service 768a21
m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
Packit Service 768a21
configured by $[0], generated by m4_PACKAGE_STRING.
Packit Service 768a21
Packit Service 768a21
Copyright (C) 2011 Free Software Foundation, Inc.
Packit Service 768a21
This config.lt script is free software; the Free Software Foundation
Packit Service 768a21
gives unlimited permision to copy, distribute and modify it."
Packit Service 768a21
Packit Service 768a21
while test 0 != $[#]
Packit Service 768a21
do
Packit Service 768a21
  case $[1] in
Packit Service 768a21
    --version | --v* | -V )
Packit Service 768a21
      echo "$lt_cl_version"; exit 0 ;;
Packit Service 768a21
    --help | --h* | -h )
Packit Service 768a21
      echo "$lt_cl_help"; exit 0 ;;
Packit Service 768a21
    --debug | --d* | -d )
Packit Service 768a21
      debug=: ;;
Packit Service 768a21
    --quiet | --q* | --silent | --s* | -q )
Packit Service 768a21
      lt_cl_silent=: ;;
Packit Service 768a21
Packit Service 768a21
    -*) AC_MSG_ERROR([unrecognized option: $[1]
Packit Service 768a21
Try '$[0] --help' for more information.]) ;;
Packit Service 768a21
Packit Service 768a21
    *) AC_MSG_ERROR([unrecognized argument: $[1]
Packit Service 768a21
Try '$[0] --help' for more information.]) ;;
Packit Service 768a21
  esac
Packit Service 768a21
  shift
Packit Service 768a21
done
Packit Service 768a21
Packit Service 768a21
if $lt_cl_silent; then
Packit Service 768a21
  exec AS_MESSAGE_FD>/dev/null
Packit Service 768a21
fi
Packit Service 768a21
_LTEOF
Packit Service 768a21
Packit Service 768a21
cat >>"$CONFIG_LT" <<_LTEOF
Packit Service 768a21
_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
Packit Service 768a21
_LTEOF
Packit Service 768a21
Packit Service 768a21
cat >>"$CONFIG_LT" <<\_LTEOF
Packit Service 768a21
AC_MSG_NOTICE([creating $ofile])
Packit Service 768a21
_LT_OUTPUT_LIBTOOL_COMMANDS
Packit Service 768a21
AS_EXIT(0)
Packit Service 768a21
_LTEOF
Packit Service 768a21
chmod +x "$CONFIG_LT"
Packit Service 768a21
Packit Service 768a21
# configure is writing to config.log, but config.lt does its own redirection,
Packit Service 768a21
# appending to config.log, which fails on DOS, as config.log is still kept
Packit Service 768a21
# open by configure.  Here we exec the FD to /dev/null, effectively closing
Packit Service 768a21
# config.log, so it can be properly (re)opened and appended to by config.lt.
Packit Service 768a21
lt_cl_success=:
Packit Service 768a21
test yes = "$silent" &&
Packit Service 768a21
  lt_config_lt_args="$lt_config_lt_args --quiet"
Packit Service 768a21
exec AS_MESSAGE_LOG_FD>/dev/null
Packit Service 768a21
$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
Packit Service 768a21
exec AS_MESSAGE_LOG_FD>>config.log
Packit Service 768a21
$lt_cl_success || AS_EXIT(1)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:812: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
Packit Service 768a21
m4trace:m4/libtool.m4:823: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
Packit Service 768a21
m4_case([$1],
Packit Service 768a21
  [C],			[_LT_LANG(C)],
Packit Service 768a21
  [C++],		[_LT_LANG(CXX)],
Packit Service 768a21
  [Go],			[_LT_LANG(GO)],
Packit Service 768a21
  [Java],		[_LT_LANG(GCJ)],
Packit Service 768a21
  [Fortran 77],		[_LT_LANG(F77)],
Packit Service 768a21
  [Fortran],		[_LT_LANG(FC)],
Packit Service 768a21
  [Windows Resource],	[_LT_LANG(RC)],
Packit Service 768a21
  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
Packit Service 768a21
    [_LT_LANG($1)],
Packit Service 768a21
    [m4_fatal([$0: unsupported language: "$1"])])])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:915: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
Packit Service 768a21
m4trace:m4/libtool.m4:915: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LT_LANG(C++)])
Packit Service 768a21
m4trace:m4/libtool.m4:916: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
Packit Service 768a21
m4trace:m4/libtool.m4:916: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LT_LANG(Fortran 77)])
Packit Service 768a21
m4trace:m4/libtool.m4:917: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
Packit Service 768a21
m4trace:m4/libtool.m4:917: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LT_LANG(Fortran)])
Packit Service 768a21
m4trace:m4/libtool.m4:918: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
Packit Service 768a21
m4trace:m4/libtool.m4:918: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LT_LANG(Java)])
Packit Service 768a21
m4trace:m4/libtool.m4:919: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
Packit Service 768a21
m4trace:m4/libtool.m4:919: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
LT_LANG(Windows Resource)])
Packit Service 768a21
m4trace:m4/libtool.m4:1247: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
Packit Service 768a21
AC_ARG_WITH([sysroot],
Packit Service 768a21
[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
Packit Service 768a21
  [Search for dependent libraries within DIR (or the compiler's sysroot
Packit Service 768a21
   if not specified).])],
Packit Service 768a21
[], [with_sysroot=no])
Packit Service 768a21
Packit Service 768a21
dnl lt_sysroot will always be passed unquoted.  We quote it here
Packit Service 768a21
dnl in case the user passed a directory name.
Packit Service 768a21
lt_sysroot=
Packit Service 768a21
case $with_sysroot in #(
Packit Service 768a21
 yes)
Packit Service 768a21
   if test yes = "$GCC"; then
Packit Service 768a21
     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
Packit Service 768a21
   fi
Packit Service 768a21
   ;; #(
Packit Service 768a21
 /*)
Packit Service 768a21
   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
Packit Service 768a21
   ;; #(
Packit Service 768a21
 no|'')
Packit Service 768a21
   ;; #(
Packit Service 768a21
 *)
Packit Service 768a21
   AC_MSG_RESULT([$with_sysroot])
Packit Service 768a21
   AC_MSG_ERROR([The sysroot must be an absolute path.])
Packit Service 768a21
   ;;
Packit Service 768a21
esac
Packit Service 768a21
Packit Service 768a21
 AC_MSG_RESULT([${lt_sysroot:-no}])
Packit Service 768a21
_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
Packit Service 768a21
[dependent libraries, and where our libraries should be installed.])])
Packit Service 768a21
m4trace:m4/libtool.m4:1578: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Packit Service 768a21
m4_require([_LT_DECL_SED])dnl
Packit Service 768a21
AC_CACHE_CHECK([$1], [$2],
Packit Service 768a21
  [$2=no
Packit Service 768a21
   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
Packit Service 768a21
   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Packit Service 768a21
   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
Packit Service 768a21
   # Insert the option either (1) after the last *FLAGS variable, or
Packit Service 768a21
   # (2) before a word containing "conftest.", or (3) at the end.
Packit Service 768a21
   # Note that $ac_compile itself does not contain backslashes and begins
Packit Service 768a21
   # with a dollar sign (not a hyphen), so the echo should work correctly.
Packit Service 768a21
   # The option is referenced via a variable to avoid confusing sed.
Packit Service 768a21
   lt_compile=`echo "$ac_compile" | $SED \
Packit Service 768a21
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
Packit Service 768a21
   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
Packit Service 768a21
   -e 's:$: $lt_compiler_flag:'`
Packit Service 768a21
   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
Packit Service 768a21
   (eval "$lt_compile" 2>conftest.err)
Packit Service 768a21
   ac_status=$?
Packit Service 768a21
   cat conftest.err >&AS_MESSAGE_LOG_FD
Packit Service 768a21
   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Packit Service 768a21
   if (exit $ac_status) && test -s "$ac_outfile"; then
Packit Service 768a21
     # The compiler can only warn and ignore the option if not recognized
Packit Service 768a21
     # So say no if there are warnings other than the usual output.
Packit Service 768a21
     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
Packit Service 768a21
     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Packit Service 768a21
     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
Packit Service 768a21
       $2=yes
Packit Service 768a21
     fi
Packit Service 768a21
   fi
Packit Service 768a21
   $RM conftest*
Packit Service 768a21
])
Packit Service 768a21
Packit Service 768a21
if test yes = "[$]$2"; then
Packit Service 768a21
    m4_if([$5], , :, [$5])
Packit Service 768a21
else
Packit Service 768a21
    m4_if([$6], , :, [$6])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:1620: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:1620: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:1629: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Packit Service 768a21
m4_require([_LT_DECL_SED])dnl
Packit Service 768a21
AC_CACHE_CHECK([$1], [$2],
Packit Service 768a21
  [$2=no
Packit Service 768a21
   save_LDFLAGS=$LDFLAGS
Packit Service 768a21
   LDFLAGS="$LDFLAGS $3"
Packit Service 768a21
   echo "$lt_simple_link_test_code" > conftest.$ac_ext
Packit Service 768a21
   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
Packit Service 768a21
     # The linker can only warn and ignore the option if not recognized
Packit Service 768a21
     # So say no if there are warnings
Packit Service 768a21
     if test -s conftest.err; then
Packit Service 768a21
       # Append any errors to the config.log.
Packit Service 768a21
       cat conftest.err 1>&AS_MESSAGE_LOG_FD
Packit Service 768a21
       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
Packit Service 768a21
       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Packit Service 768a21
       if diff conftest.exp conftest.er2 >/dev/null; then
Packit Service 768a21
         $2=yes
Packit Service 768a21
       fi
Packit Service 768a21
     else
Packit Service 768a21
       $2=yes
Packit Service 768a21
     fi
Packit Service 768a21
   fi
Packit Service 768a21
   $RM -r conftest*
Packit Service 768a21
   LDFLAGS=$save_LDFLAGS
Packit Service 768a21
])
Packit Service 768a21
Packit Service 768a21
if test yes = "[$]$2"; then
Packit Service 768a21
    m4_if([$4], , :, [$4])
Packit Service 768a21
else
Packit Service 768a21
    m4_if([$5], , :, [$5])
Packit Service 768a21
fi
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:1664: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:1664: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:1671: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service 768a21
# find the maximum length of command line arguments
Packit Service 768a21
AC_MSG_CHECKING([the maximum length of command line arguments])
Packit Service 768a21
AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
Packit Service 768a21
  i=0
Packit Service 768a21
  teststring=ABCD
Packit Service 768a21
Packit Service 768a21
  case $build_os in
Packit Service 768a21
  msdosdjgpp*)
Packit Service 768a21
    # On DJGPP, this test can blow up pretty badly due to problems in libc
Packit Service 768a21
    # (any single argument exceeding 2000 bytes causes a buffer overrun
Packit Service 768a21
    # during glob expansion).  Even if it were fixed, the result of this
Packit Service 768a21
    # check would be larger than it should be.
Packit Service 768a21
    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  gnu*)
Packit Service 768a21
    # Under GNU Hurd, this test is not required because there is
Packit Service 768a21
    # no limit to the length of command line arguments.
Packit Service 768a21
    # Libtool will interpret -1 as no limit whatsoever
Packit Service 768a21
    lt_cv_sys_max_cmd_len=-1;
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  cygwin* | mingw* | cegcc*)
Packit Service 768a21
    # On Win9x/ME, this test blows up -- it succeeds, but takes
Packit Service 768a21
    # about 5 minutes as the teststring grows exponentially.
Packit Service 768a21
    # Worse, since 9x/ME are not pre-emptively multitasking,
Packit Service 768a21
    # you end up with a "frozen" computer, even though with patience
Packit Service 768a21
    # the test eventually succeeds (with a max line length of 256k).
Packit Service 768a21
    # Instead, let's just punt: use the minimum linelength reported by
Packit Service 768a21
    # all of the supported platforms: 8192 (on NT/2K/XP).
Packit Service 768a21
    lt_cv_sys_max_cmd_len=8192;
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  mint*)
Packit Service 768a21
    # On MiNT this can take a long time and run out of memory.
Packit Service 768a21
    lt_cv_sys_max_cmd_len=8192;
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  amigaos*)
Packit Service 768a21
    # On AmigaOS with pdksh, this test takes hours, literally.
Packit Service 768a21
    # So we just punt and use a minimum line length of 8192.
Packit Service 768a21
    lt_cv_sys_max_cmd_len=8192;
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
Packit Service 768a21
    # This has been around since 386BSD, at least.  Likely further.
Packit Service 768a21
    if test -x /sbin/sysctl; then
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
Packit Service 768a21
    elif test -x /usr/sbin/sysctl; then
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
Packit Service 768a21
    else
Packit Service 768a21
      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
Packit Service 768a21
    fi
Packit Service 768a21
    # And add a safety zone
Packit Service 768a21
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
Packit Service 768a21
    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  interix*)
Packit Service 768a21
    # We know the value 262144 and hardcode it with a safety zone (like BSD)
Packit Service 768a21
    lt_cv_sys_max_cmd_len=196608
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  os2*)
Packit Service 768a21
    # The test takes a long time on OS/2.
Packit Service 768a21
    lt_cv_sys_max_cmd_len=8192
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  osf*)
Packit Service 768a21
    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
Packit Service 768a21
    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
Packit Service 768a21
    # nice to cause kernel panics so lets avoid the loop below.
Packit Service 768a21
    # First set a reasonable default.
Packit Service 768a21
    lt_cv_sys_max_cmd_len=16384
Packit Service 768a21
    #
Packit Service 768a21
    if test -x /sbin/sysconfig; then
Packit Service 768a21
      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
Packit Service 768a21
        *1*) lt_cv_sys_max_cmd_len=-1 ;;
Packit Service 768a21
      esac
Packit Service 768a21
    fi
Packit Service 768a21
    ;;
Packit Service 768a21
  sco3.2v5*)
Packit Service 768a21
    lt_cv_sys_max_cmd_len=102400
Packit Service 768a21
    ;;
Packit Service 768a21
  sysv5* | sco5v6* | sysv4.2uw2*)
Packit Service 768a21
    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
Packit Service 768a21
    if test -n "$kargmax"; then
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
Packit Service 768a21
    else
Packit Service 768a21
      lt_cv_sys_max_cmd_len=32768
Packit Service 768a21
    fi
Packit Service 768a21
    ;;
Packit Service 768a21
  *)
Packit Service 768a21
    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
Packit Service 768a21
    if test -n "$lt_cv_sys_max_cmd_len" && \
Packit Service 768a21
       test undefined != "$lt_cv_sys_max_cmd_len"; then
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
Packit Service 768a21
    else
Packit Service 768a21
      # Make teststring a little bigger before we do anything with it.
Packit Service 768a21
      # a 1K string should be a reasonable start.
Packit Service 768a21
      for i in 1 2 3 4 5 6 7 8; do
Packit Service 768a21
        teststring=$teststring$teststring
Packit Service 768a21
      done
Packit Service 768a21
      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
Packit Service 768a21
      # If test is not a shell built-in, we'll probably end up computing a
Packit Service 768a21
      # maximum length that is only half of the actual maximum length, but
Packit Service 768a21
      # we can't tell.
Packit Service 768a21
      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
Packit Service 768a21
	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
Packit Service 768a21
	      test 17 != "$i" # 1/2 MB should be enough
Packit Service 768a21
      do
Packit Service 768a21
        i=`expr $i + 1`
Packit Service 768a21
        teststring=$teststring$teststring
Packit Service 768a21
      done
Packit Service 768a21
      # Only check the string length outside the loop.
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
Packit Service 768a21
      teststring=
Packit Service 768a21
      # Add a significant safety factor because C++ compilers can tack on
Packit Service 768a21
      # massive amounts of additional arguments before passing them to the
Packit Service 768a21
      # linker.  It appears as though 1/2 is a usable value.
Packit Service 768a21
      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
Packit Service 768a21
    fi
Packit Service 768a21
    ;;
Packit Service 768a21
  esac
Packit Service 768a21
])
Packit Service 768a21
if test -n "$lt_cv_sys_max_cmd_len"; then
Packit Service 768a21
  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
Packit Service 768a21
else
Packit Service 768a21
  AC_MSG_RESULT(none)
Packit Service 768a21
fi
Packit Service 768a21
max_cmd_len=$lt_cv_sys_max_cmd_len
Packit Service 768a21
_LT_DECL([], [max_cmd_len], [0],
Packit Service 768a21
    [What is the maximum length of a command?])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/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 768a21
m4trace:m4/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 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:1921: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
Packit Service 768a21
if test yes != "$enable_dlopen"; then
Packit Service 768a21
  enable_dlopen=unknown
Packit Service 768a21
  enable_dlopen_self=unknown
Packit Service 768a21
  enable_dlopen_self_static=unknown
Packit Service 768a21
else
Packit Service 768a21
  lt_cv_dlopen=no
Packit Service 768a21
  lt_cv_dlopen_libs=
Packit Service 768a21
Packit Service 768a21
  case $host_os in
Packit Service 768a21
  beos*)
Packit Service 768a21
    lt_cv_dlopen=load_add_on
Packit Service 768a21
    lt_cv_dlopen_libs=
Packit Service 768a21
    lt_cv_dlopen_self=yes
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  mingw* | pw32* | cegcc*)
Packit Service 768a21
    lt_cv_dlopen=LoadLibrary
Packit Service 768a21
    lt_cv_dlopen_libs=
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  cygwin*)
Packit Service 768a21
    lt_cv_dlopen=dlopen
Packit Service 768a21
    lt_cv_dlopen_libs=
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  darwin*)
Packit Service 768a21
    # if libdl is installed we need to link against it
Packit Service 768a21
    AC_CHECK_LIB([dl], [dlopen],
Packit Service 768a21
		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
Packit Service 768a21
    lt_cv_dlopen=dyld
Packit Service 768a21
    lt_cv_dlopen_libs=
Packit Service 768a21
    lt_cv_dlopen_self=yes
Packit Service 768a21
    ])
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  tpf*)
Packit Service 768a21
    # Don't try to run any link tests for TPF.  We know it's impossible
Packit Service 768a21
    # because TPF is a cross-compiler, and we know how we open DSOs.
Packit Service 768a21
    lt_cv_dlopen=dlopen
Packit Service 768a21
    lt_cv_dlopen_libs=
Packit Service 768a21
    lt_cv_dlopen_self=no
Packit Service 768a21
    ;;
Packit Service 768a21
Packit Service 768a21
  *)
Packit Service 768a21
    AC_CHECK_FUNC([shl_load],
Packit Service 768a21
	  [lt_cv_dlopen=shl_load],
Packit Service 768a21
      [AC_CHECK_LIB([dld], [shl_load],
Packit Service 768a21
	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
Packit Service 768a21
	[AC_CHECK_FUNC([dlopen],
Packit Service 768a21
	      [lt_cv_dlopen=dlopen],
Packit Service 768a21
	  [AC_CHECK_LIB([dl], [dlopen],
Packit Service 768a21
		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
Packit Service 768a21
	    [AC_CHECK_LIB([svld], [dlopen],
Packit Service 768a21
		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
Packit Service 768a21
	      [AC_CHECK_LIB([dld], [dld_link],
Packit Service 768a21
		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
Packit Service 768a21
	      ])
Packit Service 768a21
	    ])
Packit Service 768a21
	  ])
Packit Service 768a21
	])
Packit Service 768a21
      ])
Packit Service 768a21
    ;;
Packit Service 768a21
  esac
Packit Service 768a21
Packit Service 768a21
  if test no = "$lt_cv_dlopen"; then
Packit Service 768a21
    enable_dlopen=no
Packit Service 768a21
  else
Packit Service 768a21
    enable_dlopen=yes
Packit Service 768a21
  fi
Packit Service 768a21
Packit Service 768a21
  case $lt_cv_dlopen in
Packit Service 768a21
  dlopen)
Packit Service 768a21
    save_CPPFLAGS=$CPPFLAGS
Packit Service 768a21
    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
Packit Service 768a21
Packit Service 768a21
    save_LDFLAGS=$LDFLAGS
Packit Service 768a21
    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
Packit Service 768a21
Packit Service 768a21
    save_LIBS=$LIBS
Packit Service 768a21
    LIBS="$lt_cv_dlopen_libs $LIBS"
Packit Service 768a21
Packit Service 768a21
    AC_CACHE_CHECK([whether a program can dlopen itself],
Packit Service 768a21
	  lt_cv_dlopen_self, [dnl
Packit Service 768a21
	  _LT_TRY_DLOPEN_SELF(
Packit Service 768a21
	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
Packit Service 768a21
	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
Packit Service 768a21
    ])
Packit Service 768a21
Packit Service 768a21
    if test yes = "$lt_cv_dlopen_self"; then
Packit Service 768a21
      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
Packit Service 768a21
      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
Packit Service 768a21
	  lt_cv_dlopen_self_static, [dnl
Packit Service 768a21
	  _LT_TRY_DLOPEN_SELF(
Packit Service 768a21
	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
Packit Service 768a21
	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
Packit Service 768a21
      ])
Packit Service 768a21
    fi
Packit Service 768a21
Packit Service 768a21
    CPPFLAGS=$save_CPPFLAGS
Packit Service 768a21
    LDFLAGS=$save_LDFLAGS
Packit Service 768a21
    LIBS=$save_LIBS
Packit Service 768a21
    ;;
Packit Service 768a21
  esac
Packit Service 768a21
Packit Service 768a21
  case $lt_cv_dlopen_self in
Packit Service 768a21
  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
Packit Service 768a21
  *) enable_dlopen_self=unknown ;;
Packit Service 768a21
  esac
Packit Service 768a21
Packit Service 768a21
  case $lt_cv_dlopen_self_static in
Packit Service 768a21
  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
Packit Service 768a21
  *) enable_dlopen_self_static=unknown ;;
Packit Service 768a21
  esac
Packit Service 768a21
fi
Packit Service 768a21
_LT_DECL([dlopen_support], [enable_dlopen], [0],
Packit Service 768a21
	 [Whether dlopen is supported])
Packit Service 768a21
_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
Packit Service 768a21
	 [Whether dlopen of programs is supported])
Packit Service 768a21
_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
Packit Service 768a21
	 [Whether dlopen of statically linked programs is supported])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:2046: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:2046: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3158: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
Packit Service 768a21
AC_MSG_CHECKING([for $1])
Packit Service 768a21
AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
Packit Service 768a21
[case $MAGIC_CMD in
Packit Service 768a21
[[\\/*] |  ?:[\\/]*])
Packit Service 768a21
  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
Packit Service 768a21
  ;;
Packit Service 768a21
*)
Packit Service 768a21
  lt_save_MAGIC_CMD=$MAGIC_CMD
Packit Service 768a21
  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
Packit Service 768a21
dnl $ac_dummy forces splitting on constant user-supplied paths.
Packit Service 768a21
dnl POSIX.2 word splitting is done only on the output of word expansions,
Packit Service 768a21
dnl not every word.  This closes a longstanding sh security hole.
Packit Service 768a21
  ac_dummy="m4_if([$2], , $PATH, [$2])"
Packit Service 768a21
  for ac_dir in $ac_dummy; do
Packit Service 768a21
    IFS=$lt_save_ifs
Packit Service 768a21
    test -z "$ac_dir" && ac_dir=.
Packit Service 768a21
    if test -f "$ac_dir/$1"; then
Packit Service 768a21
      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
Packit Service 768a21
      if test -n "$file_magic_test_file"; then
Packit Service 768a21
	case $deplibs_check_method in
Packit Service 768a21
	"file_magic "*)
Packit Service 768a21
	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
Packit Service 768a21
	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
Packit Service 768a21
	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
Packit Service 768a21
	    $EGREP "$file_magic_regex" > /dev/null; then
Packit Service 768a21
	    :
Packit Service 768a21
	  else
Packit Service 768a21
	    cat <<_LT_EOF 1>&2
Packit Service 768a21
Packit Service 768a21
*** Warning: the command libtool uses to detect shared libraries,
Packit Service 768a21
*** $file_magic_cmd, produces output that libtool cannot recognize.
Packit Service 768a21
*** The result is that libtool may fail to recognize shared libraries
Packit Service 768a21
*** as such.  This will affect the creation of libtool libraries that
Packit Service 768a21
*** depend on shared libraries, but programs linked with such libtool
Packit Service 768a21
*** libraries will work regardless of this problem.  Nevertheless, you
Packit Service 768a21
*** may want to report the problem to your system manager and/or to
Packit Service 768a21
*** bug-libtool@gnu.org
Packit Service 768a21
Packit Service 768a21
_LT_EOF
Packit Service 768a21
	  fi ;;
Packit Service 768a21
	esac
Packit Service 768a21
      fi
Packit Service 768a21
      break
Packit Service 768a21
    fi
Packit Service 768a21
  done
Packit Service 768a21
  IFS=$lt_save_ifs
Packit Service 768a21
  MAGIC_CMD=$lt_save_MAGIC_CMD
Packit Service 768a21
  ;;
Packit Service 768a21
esac])
Packit Service 768a21
MAGIC_CMD=$lt_cv_path_MAGIC_CMD
Packit Service 768a21
if test -n "$MAGIC_CMD"; then
Packit Service 768a21
  AC_MSG_RESULT($MAGIC_CMD)
Packit Service 768a21
else
Packit Service 768a21
  AC_MSG_RESULT(no)
Packit Service 768a21
fi
Packit Service 768a21
_LT_DECL([], [MAGIC_CMD], [0],
Packit Service 768a21
	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:3220: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3220: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3243: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
Packit Service 768a21
AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service 768a21
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
Packit Service 768a21
m4_require([_LT_DECL_SED])dnl
Packit Service 768a21
m4_require([_LT_DECL_EGREP])dnl
Packit Service 768a21
m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
Packit Service 768a21
Packit Service 768a21
AC_ARG_WITH([gnu-ld],
Packit Service 768a21
    [AS_HELP_STRING([--with-gnu-ld],
Packit Service 768a21
	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
Packit Service 768a21
    [test no = "$withval" || with_gnu_ld=yes],
Packit Service 768a21
    [with_gnu_ld=no])dnl
Packit Service 768a21
Packit Service 768a21
ac_prog=ld
Packit Service 768a21
if test yes = "$GCC"; then
Packit Service 768a21
  # Check if gcc -print-prog-name=ld gives a path.
Packit Service 768a21
  AC_MSG_CHECKING([for ld used by $CC])
Packit Service 768a21
  case $host in
Packit Service 768a21
  *-*-mingw*)
Packit Service 768a21
    # gcc leaves a trailing carriage return, which upsets mingw
Packit Service 768a21
    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
Packit Service 768a21
  *)
Packit Service 768a21
    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
Packit Service 768a21
  esac
Packit Service 768a21
  case $ac_prog in
Packit Service 768a21
    # Accept absolute paths.
Packit Service 768a21
    [[\\/]]* | ?:[[\\/]]*)
Packit Service 768a21
      re_direlt='/[[^/]][[^/]]*/\.\./'
Packit Service 768a21
      # Canonicalize the pathname of ld
Packit Service 768a21
      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
Packit Service 768a21
      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
Packit Service 768a21
	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
Packit Service 768a21
      done
Packit Service 768a21
      test -z "$LD" && LD=$ac_prog
Packit Service 768a21
      ;;
Packit Service 768a21
  "")
Packit Service 768a21
    # If it fails, then pretend we aren't using GCC.
Packit Service 768a21
    ac_prog=ld
Packit Service 768a21
    ;;
Packit Service 768a21
  *)
Packit Service 768a21
    # If it is relative, then search for the first ld in PATH.
Packit Service 768a21
    with_gnu_ld=unknown
Packit Service 768a21
    ;;
Packit Service 768a21
  esac
Packit Service 768a21
elif test yes = "$with_gnu_ld"; then
Packit Service 768a21
  AC_MSG_CHECKING([for GNU ld])
Packit Service 768a21
else
Packit Service 768a21
  AC_MSG_CHECKING([for non-GNU ld])
Packit Service 768a21
fi
Packit Service 768a21
AC_CACHE_VAL(lt_cv_path_LD,
Packit Service 768a21
[if test -z "$LD"; then
Packit Service 768a21
  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
Packit Service 768a21
  for ac_dir in $PATH; do
Packit Service 768a21
    IFS=$lt_save_ifs
Packit Service 768a21
    test -z "$ac_dir" && ac_dir=.
Packit Service 768a21
    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
Packit Service 768a21
      lt_cv_path_LD=$ac_dir/$ac_prog
Packit Service 768a21
      # Check to see if the program is GNU ld.  I'd rather use --version,
Packit Service 768a21
      # but apparently some variants of GNU ld only accept -v.
Packit Service 768a21
      # Break only if it was the GNU/non-GNU ld that we prefer.
Packit Service 768a21
      case `"$lt_cv_path_LD" -v 2>&1 
Packit Service 768a21
      *GNU* | *'with BFD'*)
Packit Service 768a21
	test no != "$with_gnu_ld" && break
Packit Service 768a21
	;;
Packit Service 768a21
      *)
Packit Service 768a21
	test yes != "$with_gnu_ld" && break
Packit Service 768a21
	;;
Packit Service 768a21
      esac
Packit Service 768a21
    fi
Packit Service 768a21
  done
Packit Service 768a21
  IFS=$lt_save_ifs
Packit Service 768a21
else
Packit Service 768a21
  lt_cv_path_LD=$LD # Let the user override the test with a path.
Packit Service 768a21
fi])
Packit Service 768a21
LD=$lt_cv_path_LD
Packit Service 768a21
if test -n "$LD"; then
Packit Service 768a21
  AC_MSG_RESULT($LD)
Packit Service 768a21
else
Packit Service 768a21
  AC_MSG_RESULT(no)
Packit Service 768a21
fi
Packit Service 768a21
test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
Packit Service 768a21
_LT_PATH_LD_GNU
Packit Service 768a21
AC_SUBST([LD])
Packit Service 768a21
Packit Service 768a21
_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:3332: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3332: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3333: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3333: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3662: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
Packit Service 768a21
AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
Packit Service 768a21
[if test -n "$NM"; then
Packit Service 768a21
  # Let the user override the test.
Packit Service 768a21
  lt_cv_path_NM=$NM
Packit Service 768a21
else
Packit Service 768a21
  lt_nm_to_check=${ac_tool_prefix}nm
Packit Service 768a21
  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
Packit Service 768a21
    lt_nm_to_check="$lt_nm_to_check nm"
Packit Service 768a21
  fi
Packit Service 768a21
  for lt_tmp_nm in $lt_nm_to_check; do
Packit Service 768a21
    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
Packit Service 768a21
    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
Packit Service 768a21
      IFS=$lt_save_ifs
Packit Service 768a21
      test -z "$ac_dir" && ac_dir=.
Packit Service 768a21
      tmp_nm=$ac_dir/$lt_tmp_nm
Packit Service 768a21
      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
Packit Service 768a21
	# Check to see if the nm accepts a BSD-compat flag.
Packit Service 768a21
	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
Packit Service 768a21
	#   nm: unknown option "B" ignored
Packit Service 768a21
	# Tru64's nm complains that /dev/null is an invalid object file
Packit Service 768a21
	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
Packit Service 768a21
	case $build_os in
Packit Service 768a21
	mingw*) lt_bad_file=conftest.nm/nofile ;;
Packit Service 768a21
	*) lt_bad_file=/dev/null ;;
Packit Service 768a21
	esac
Packit Service 768a21
	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
Packit Service 768a21
	*$lt_bad_file* | *'Invalid file or object type'*)
Packit Service 768a21
	  lt_cv_path_NM="$tmp_nm -B"
Packit Service 768a21
	  break 2
Packit Service 768a21
	  ;;
Packit Service 768a21
	*)
Packit Service 768a21
	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
Packit Service 768a21
	  */dev/null*)
Packit Service 768a21
	    lt_cv_path_NM="$tmp_nm -p"
Packit Service 768a21
	    break 2
Packit Service 768a21
	    ;;
Packit Service 768a21
	  *)
Packit Service 768a21
	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
Packit Service 768a21
	    continue # so that we can try to find one that supports BSD flags
Packit Service 768a21
	    ;;
Packit Service 768a21
	  esac
Packit Service 768a21
	  ;;
Packit Service 768a21
	esac
Packit Service 768a21
      fi
Packit Service 768a21
    done
Packit Service 768a21
    IFS=$lt_save_ifs
Packit Service 768a21
  done
Packit Service 768a21
  : ${lt_cv_path_NM=no}
Packit Service 768a21
fi])
Packit Service 768a21
if test no != "$lt_cv_path_NM"; then
Packit Service 768a21
  NM=$lt_cv_path_NM
Packit Service 768a21
else
Packit Service 768a21
  # Didn't find any BSD compatible name lister, look for dumpbin.
Packit Service 768a21
  if test -n "$DUMPBIN"; then :
Packit Service 768a21
    # Let the user override the test.
Packit Service 768a21
  else
Packit Service 768a21
    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
Packit Service 768a21
    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
Packit Service 768a21
    *COFF*)
Packit Service 768a21
      DUMPBIN="$DUMPBIN -symbols -headers"
Packit Service 768a21
      ;;
Packit Service 768a21
    *)
Packit Service 768a21
      DUMPBIN=:
Packit Service 768a21
      ;;
Packit Service 768a21
    esac
Packit Service 768a21
  fi
Packit Service 768a21
  AC_SUBST([DUMPBIN])
Packit Service 768a21
  if test : != "$DUMPBIN"; then
Packit Service 768a21
    NM=$DUMPBIN
Packit Service 768a21
  fi
Packit Service 768a21
fi
Packit Service 768a21
test -z "$NM" && NM=nm
Packit Service 768a21
AC_SUBST([NM])
Packit Service 768a21
_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
Packit Service 768a21
Packit Service 768a21
AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
Packit Service 768a21
  [lt_cv_nm_interface="BSD nm"
Packit Service 768a21
  echo "int some_variable = 0;" > conftest.$ac_ext
Packit Service 768a21
  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
Packit Service 768a21
  (eval "$ac_compile" 2>conftest.err)
Packit Service 768a21
  cat conftest.err >&AS_MESSAGE_LOG_FD
Packit Service 768a21
  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
Packit Service 768a21
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
Packit Service 768a21
  cat conftest.err >&AS_MESSAGE_LOG_FD
Packit Service 768a21
  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
Packit Service 768a21
  cat conftest.out >&AS_MESSAGE_LOG_FD
Packit Service 768a21
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
Packit Service 768a21
    lt_cv_nm_interface="MS dumpbin"
Packit Service 768a21
  fi
Packit Service 768a21
  rm -f conftest*])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:3757: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3757: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3758: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3758: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3829: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
Packit Service 768a21
  test DEF = "`$SED -n dnl
Packit Service 768a21
    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
Packit Service 768a21
    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
Packit Service 768a21
    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
Packit Service 768a21
    -e q dnl                          Only consider the first "real" line
Packit Service 768a21
    $1`" dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:3843: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service 768a21
LIBM=
Packit Service 768a21
case $host in
Packit Service 768a21
*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
Packit Service 768a21
  # These system don't have libm, or don't need it
Packit Service 768a21
  ;;
Packit Service 768a21
*-ncr-sysv4.3*)
Packit Service 768a21
  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
Packit Service 768a21
  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
Packit Service 768a21
  ;;
Packit Service 768a21
*)
Packit Service 768a21
  AC_CHECK_LIB(m, cos, LIBM=-lm)
Packit Service 768a21
  ;;
Packit Service 768a21
esac
Packit Service 768a21
AC_SUBST([LIBM])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:3862: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:3862: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:8125: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
Packit Service 768a21
  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
Packit Service 768a21
    [AC_CHECK_TOOL(GCJ, gcj,)
Packit Service 768a21
      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
Packit Service 768a21
      AC_SUBST(GCJFLAGS)])])[]dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:8134: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:8134: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:8141: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:8148: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/libtool.m4:8153: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:8153: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:8273: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
Packit Service 768a21
m4trace:m4/libtool.m4:8273: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
Packit Service 768a21
m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
Packit Service 768a21
m4trace:m4/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service 768a21
put the 'dlopen' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
_LT_SET_OPTION([LT_INIT], [dlopen])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service 768a21
put the 'dlopen' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service 768a21
_LT_SET_OPTION([LT_INIT], [win32-dll])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service 768a21
put the 'win32-dll' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
AC_REQUIRE([AC_CANONICAL_HOST])dnl
Packit Service 768a21
_LT_SET_OPTION([LT_INIT], [win32-dll])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service 768a21
put the 'win32-dll' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
AC_ENABLE_SHARED($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
AC_DISABLE_SHARED($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
AC_ENABLE_STATIC($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
AC_DISABLE_STATIC($@)])
Packit Service 768a21
m4trace:m4/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service 768a21
the 'fast-install' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service 768a21
the 'fast-install' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service 768a21
the 'disable-fast-install' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
_LT_SET_OPTION([LT_INIT], [disable-fast-install])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you put
Packit Service 768a21
the 'disable-fast-install' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service 768a21
put the 'pic-only' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
Packit Service 768a21
You should run autoupdate.])dnl
Packit Service 768a21
_LT_SET_OPTION([LT_INIT], [pic-only])
Packit Service 768a21
AC_DIAGNOSE([obsolete],
Packit Service 768a21
[$0: Remove this warning and the call to _LT_SET_OPTION when you
Packit Service 768a21
put the 'pic-only' option into LT_INIT's first parameter.])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
Packit Service 768a21
m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6'
Packit Service 768a21
macro_revision='2.4.6'
Packit Service 768a21
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
Packit Service 768a21
_LT_DECL(, macro_revision, 0)
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
Packit Service 768a21
m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
Packit Service 768a21
m4trace:m4/pkg.m4:58: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
Packit Service 768a21
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
Packit Service 768a21
m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
Packit Service 768a21
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
Packit Service 768a21
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
Packit Service 768a21
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
Packit Service 768a21
Packit Service 768a21
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
Packit Service 768a21
	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
Packit Service 768a21
fi
Packit Service 768a21
if test -n "$PKG_CONFIG"; then
Packit Service 768a21
	_pkg_min_version=m4_default([$1], [0.9.0])
Packit Service 768a21
	AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
Packit Service 768a21
	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
Packit Service 768a21
		AC_MSG_RESULT([yes])
Packit Service 768a21
	else
Packit Service 768a21
		AC_MSG_RESULT([no])
Packit Service 768a21
		PKG_CONFIG=""
Packit Service 768a21
	fi
Packit Service 768a21
fi[]dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/pkg.m4:92: -1- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
Packit Service 768a21
if test -n "$PKG_CONFIG" && \
Packit Service 768a21
    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
Packit Service 768a21
  m4_default([$2], [:])
Packit Service 768a21
m4_ifvaln([$3], [else
Packit Service 768a21
  $3])dnl
Packit Service 768a21
fi])
Packit Service 768a21
m4trace:m4/pkg.m4:121: -1- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
Packit Service 768a21
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
Packit Service 768a21
        _pkg_short_errors_supported=yes
Packit Service 768a21
else
Packit Service 768a21
        _pkg_short_errors_supported=no
Packit Service 768a21
fi[]dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/pkg.m4:139: -1- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
Packit Service 768a21
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
Packit Service 768a21
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
Packit Service 768a21
Packit Service 768a21
pkg_failed=no
Packit Service 768a21
AC_MSG_CHECKING([for $1])
Packit Service 768a21
Packit Service 768a21
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
Packit Service 768a21
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
Packit Service 768a21
Packit Service 768a21
m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
Packit Service 768a21
and $1[]_LIBS to avoid the need to call pkg-config.
Packit Service 768a21
See the pkg-config man page for more details.])
Packit Service 768a21
Packit Service 768a21
if test $pkg_failed = yes; then
Packit Service 768a21
   	AC_MSG_RESULT([no])
Packit Service 768a21
        _PKG_SHORT_ERRORS_SUPPORTED
Packit Service 768a21
        if test $_pkg_short_errors_supported = yes; then
Packit Service 768a21
	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
Packit Service 768a21
        else 
Packit Service 768a21
	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
Packit Service 768a21
        fi
Packit Service 768a21
	# Put the nasty error message in config.log where it belongs
Packit Service 768a21
	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
Packit Service 768a21
Packit Service 768a21
	m4_default([$4], [AC_MSG_ERROR(
Packit Service 768a21
[Package requirements ($2) were not met:
Packit Service 768a21
Packit Service 768a21
$$1_PKG_ERRORS
Packit Service 768a21
Packit Service 768a21
Consider adjusting the PKG_CONFIG_PATH environment variable if you
Packit Service 768a21
installed software in a non-standard prefix.
Packit Service 768a21
Packit Service 768a21
_PKG_TEXT])[]dnl
Packit Service 768a21
        ])
Packit Service 768a21
elif test $pkg_failed = untried; then
Packit Service 768a21
     	AC_MSG_RESULT([no])
Packit Service 768a21
	m4_default([$4], [AC_MSG_FAILURE(
Packit Service 768a21
[The pkg-config script could not be found or is too old.  Make sure it
Packit Service 768a21
is in your PATH or set the PKG_CONFIG environment variable to the full
Packit Service 768a21
path to pkg-config.
Packit Service 768a21
Packit Service 768a21
_PKG_TEXT
Packit Service 768a21
Packit Service 768a21
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
Packit Service 768a21
        ])
Packit Service 768a21
else
Packit Service 768a21
	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
Packit Service 768a21
	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
Packit Service 768a21
        AC_MSG_RESULT([yes])
Packit Service 768a21
	$3
Packit Service 768a21
fi[]dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/pkg.m4:208: -1- AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
Packit Service 768a21
_save_PKG_CONFIG=$PKG_CONFIG
Packit Service 768a21
PKG_CONFIG="$PKG_CONFIG --static"
Packit Service 768a21
PKG_CHECK_MODULES($@)
Packit Service 768a21
PKG_CONFIG=$_save_PKG_CONFIG[]dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/pkg.m4:226: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
Packit Service 768a21
m4_pushdef([pkg_description],
Packit Service 768a21
    [pkg-config installation directory @<:@]pkg_default[@:>@])
Packit Service 768a21
AC_ARG_WITH([pkgconfigdir],
Packit Service 768a21
    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
Packit Service 768a21
    [with_pkgconfigdir=]pkg_default)
Packit Service 768a21
AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
Packit Service 768a21
m4_popdef([pkg_default])
Packit Service 768a21
m4_popdef([pkg_description])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/pkg.m4:248: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
Packit Service 768a21
m4_pushdef([pkg_description],
Packit Service 768a21
    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
Packit Service 768a21
AC_ARG_WITH([noarch-pkgconfigdir],
Packit Service 768a21
    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
Packit Service 768a21
    [with_noarch_pkgconfigdir=]pkg_default)
Packit Service 768a21
AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
Packit Service 768a21
m4_popdef([pkg_default])
Packit Service 768a21
m4_popdef([pkg_description])
Packit Service 768a21
])
Packit Service 768a21
m4trace:m4/pkg.m4:267: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
Packit Service 768a21
AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
Packit Service 768a21
Packit Service 768a21
_PKG_CONFIG([$1], [variable="][$3]["], [$2])
Packit Service 768a21
AS_VAR_COPY([$1], [pkg_cv_][$1])
Packit Service 768a21
Packit Service 768a21
AS_VAR_IF([$1], [""], [$5], [$4])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?A[CHUM]_])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_forbid([_AC_])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^AS_FLAGS$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?m4_])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_forbid([^dnl$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?AS_])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^SHELL$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PATH_SEPARATOR$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_NAME$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_VERSION$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_STRING$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_URL$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^exec_prefix$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^prefix$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^program_transform_name$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^bindir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^sbindir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^libexecdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^datarootdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^datadir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^sysconfdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^sharedstatedir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^localstatedir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^includedir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^oldincludedir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^docdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^infodir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^htmldir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^dvidir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^pdfdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^psdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^libdir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^localedir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^mandir$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_NAME$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_TARNAME$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_VERSION$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_STRING$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_BUGREPORT$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^PACKAGE_URL$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^DEFS$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^ECHO_C$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^ECHO_N$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^ECHO_T$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^LIBS$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^build_alias$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^host_alias$])
Packit Service 768a21
m4trace:configure.ac:10: -1- m4_pattern_allow([^target_alias$])
Packit Service 768a21
m4trace:configure.ac:13: -1- AC_CONFIG_MACRO_DIR([m4])
Packit Service 768a21
m4trace:configure.ac:14: -1- AM_SILENT_RULES
Packit Service 768a21
m4trace:configure.ac:14: -1- m4_pattern_allow([^AM_V$])
Packit Service 768a21
m4trace:configure.ac:14: -1- AM_SUBST_NOTMAKE([AM_V])
Packit Service 768a21
m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AM_V])
Packit Service 768a21
m4trace:configure.ac:14: -1- m4_pattern_allow([^AM_DEFAULT_V$])
Packit Service 768a21
m4trace:configure.ac:14: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
Packit Service 768a21
m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
Packit Service 768a21
m4trace:configure.ac:14: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
Packit Service 768a21
m4trace:configure.ac:14: -1- m4_pattern_allow([^AM_BACKSLASH$])
Packit Service 768a21
m4trace:configure.ac:14: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
Packit Service 768a21
m4trace:configure.ac:17: -1- m4_pattern_forbid([^AX_], [Unexpanded AX_ macro found. Please install GNU autoconf-archive])
Packit Service 768a21
m4trace:configure.ac:23: -1- AM_MAINTAINER_MODE([enable])
Packit Service 768a21
m4trace:configure.ac:23: -1- AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
Packit Service 768a21
m4trace:configure.ac:23: -1- m4_pattern_allow([^MAINTAINER_MODE_TRUE$])
Packit Service 768a21
m4trace:configure.ac:23: -1- m4_pattern_allow([^MAINTAINER_MODE_FALSE$])
Packit Service 768a21
m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_TRUE])
Packit Service 768a21
m4trace:configure.ac:23: -1- _AM_SUBST_NOTMAKE([MAINTAINER_MODE_FALSE])
Packit Service 768a21
m4trace:configure.ac:23: -1- m4_pattern_allow([^MAINT$])
Packit Service 768a21
m4trace:configure.ac:25: -1- AX_IS_RELEASE([micro-version])
Packit Service 768a21
m4trace:configure.ac:26: -1- m4_pattern_allow([^DBUS_PYTHON_MAJOR_VERSION$])
Packit Service 768a21
m4trace:configure.ac:27: -1- m4_pattern_allow([^DBUS_PYTHON_MAJOR_VERSION$])
Packit Service 768a21
m4trace:configure.ac:28: -1- m4_pattern_allow([^DBUS_PYTHON_MINOR_VERSION$])
Packit Service 768a21
m4trace:configure.ac:29: -1- m4_pattern_allow([^DBUS_PYTHON_MINOR_VERSION$])
Packit Service 768a21
m4trace:configure.ac:30: -1- m4_pattern_allow([^DBUS_PYTHON_MICRO_VERSION$])
Packit Service 768a21
m4trace:configure.ac:31: -1- m4_pattern_allow([^DBUS_PYTHON_MICRO_VERSION$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_INIT_AUTOMAKE([1.13 -Wno-portability subdir-objects tar-ustar])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_AUTOMAKE_VERSION([1.16.1])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_AUTOCONF_VERSION([2.69])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^INSTALL_DATA$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^am__isrc$])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_SUBST_NOTMAKE([am__isrc])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^CYGPATH_W$])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_SET_OPTIONS([1.13 -Wno-portability subdir-objects tar-ustar])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_SET_OPTION([1.13])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([1.13])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_SET_OPTION([-Wno-portability])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([-Wno-portability])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_SET_OPTION([subdir-objects])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([subdir-objects])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_SET_OPTION([tar-ustar])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([tar-ustar])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^PACKAGE$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^VERSION$])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
Packit Service 768a21
 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([no-define])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^PACKAGE$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^VERSION$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_SANITY_CHECK
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_MISSING_HAS_RUN
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_AUX_DIR_EXPAND
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^ACLOCAL$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^AUTOCONF$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^AUTOMAKE$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^AUTOHEADER$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^MAKEINFO$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_PROG_INSTALL_SH
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^install_sh$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_PROG_INSTALL_STRIP
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^STRIP$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^MKDIR_P$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^mkdir_p$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^AWK$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^SET_MAKE$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_SET_LEADING_DOT
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^am__leading_dot$])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
Packit Service 768a21
			     [_AM_PROG_TAR([v7])])])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([tar-ustar])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_PROG_TAR([ustar])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^AMTAR$])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_RUN_LOG([$_am_tar --version])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_RUN_LOG([$am__untar 
Packit Service 768a21
m4trace:configure.ac:36: -1- AM_RUN_LOG([cat conftest.dir/file])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^am__tar$])
Packit Service 768a21
m4trace:configure.ac:36: -1- m4_pattern_allow([^am__untar$])
Packit Service 768a21
m4trace:configure.ac:36: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
Packit Service 768a21
		  [_AM_DEPENDENCIES([CC])],
Packit Service 768a21
		  [m4_define([AC_PROG_CC],
Packit Service 768a21
			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Packit Service 768a21
AC_PROVIDE_IFELSE([AC_PROG_CXX],
Packit Service 768a21
		  [_AM_DEPENDENCIES([CXX])],
Packit Service 768a21
		  [m4_define([AC_PROG_CXX],
Packit Service 768a21
			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Packit Service 768a21
AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Packit Service 768a21
		  [_AM_DEPENDENCIES([OBJC])],
Packit Service 768a21
		  [m4_define([AC_PROG_OBJC],
Packit Service 768a21
			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
Packit Service 768a21
AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
Packit Service 768a21
		  [_AM_DEPENDENCIES([OBJCXX])],
Packit Service 768a21
		  [m4_define([AC_PROG_OBJCXX],
Packit Service 768a21
			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Packit Service 768a21
])
Packit Service 768a21
m4trace:configure.ac:36: -2- _AM_MANGLE_OPTION([no-dependencies])
Packit Service 768a21
m4trace:configure.ac:38: -1- m4_pattern_allow([^build$])
Packit Service 768a21
m4trace:configure.ac:38: -1- m4_pattern_allow([^build_cpu$])
Packit Service 768a21
m4trace:configure.ac:38: -1- m4_pattern_allow([^build_vendor$])
Packit Service 768a21
m4trace:configure.ac:38: -1- m4_pattern_allow([^build_os$])
Packit Service 768a21
m4trace:configure.ac:39: -1- m4_pattern_allow([^host$])
Packit Service 768a21
m4trace:configure.ac:39: -1- m4_pattern_allow([^host_cpu$])
Packit Service 768a21
m4trace:configure.ac:39: -1- m4_pattern_allow([^host_vendor$])
Packit Service 768a21
m4trace:configure.ac:39: -1- m4_pattern_allow([^host_os$])
Packit Service 768a21
m4trace:configure.ac:49: -1- AM_CONDITIONAL([WINDOWS], [test "x$windows" = xyes])
Packit Service 768a21
m4trace:configure.ac:49: -1- m4_pattern_allow([^WINDOWS_TRUE$])
Packit Service 768a21
m4trace:configure.ac:49: -1- m4_pattern_allow([^WINDOWS_FALSE$])
Packit Service 768a21
m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([WINDOWS_TRUE])
Packit Service 768a21
m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([WINDOWS_FALSE])
Packit Service 768a21
m4trace:configure.ac:51: -1- AC_DISABLE_STATIC
Packit Service 768a21
m4trace:configure.ac:58: -1- AC_PROG_LIBTOOL
Packit Service 768a21
m4trace:configure.ac:58: -1- _m4_warn([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
Packit Service 768a21
You should run autoupdate.], [m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
Packit Service 768a21
configure.ac:58: the top level])
Packit Service 768a21
m4trace:configure.ac:58: -1- LT_INIT
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
Packit Service 768a21
m4trace:configure.ac:58: -1- LTOPTIONS_VERSION
Packit Service 768a21
m4trace:configure.ac:58: -1- LTSUGAR_VERSION
Packit Service 768a21
m4trace:configure.ac:58: -1- LTVERSION_VERSION
Packit Service 768a21
m4trace:configure.ac:58: -1- LTOBSOLETE_VERSION
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_PROG_LTMAIN
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LIBTOOL$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_PREPARE_SED_QUOTE_VARS
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_PROG_ECHO_BACKSLASH
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CFLAGS$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LDFLAGS$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LIBS$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CPPFLAGS$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CC$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^ac_ct_CC$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^EXEEXT$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^OBJEXT$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_PROG_CC_C_O
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_DEPENDENCIES([CC])
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_SET_DEPDIR
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^DEPDIR$])
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_MAKE_INCLUDE
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^am__include$])
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_DEP_TRACK
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^AMDEP_TRUE$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^AMDEP_FALSE$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^am__nodep$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([am__nodep])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CCDEPMODE$])
Packit Service 768a21
m4trace:configure.ac:58: -1- AM_CONDITIONAL([am__fastdepCC], [
Packit Service 768a21
  test "x$enable_dependency_tracking" != xno \
Packit Service 768a21
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
Packit Service 768a21
m4trace:configure.ac:58: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
Packit Service 768a21
m4trace:configure.ac:58: -1- LT_PATH_LD
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^SED$])
Packit Service 768a21
m4trace:configure.ac:58: -1- AC_PROG_EGREP
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^GREP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^EGREP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^FGREP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^GREP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LD$])
Packit Service 768a21
m4trace:configure.ac:58: -1- LT_PATH_NM
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^DUMPBIN$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^DUMPBIN$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^NM$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LN_S$])
Packit Service 768a21
m4trace:configure.ac:58: -1- LT_CMD_MAX_LEN
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^OBJDUMP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^OBJDUMP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^DLLTOOL$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^DLLTOOL$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^AR$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^ac_ct_AR$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^STRIP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^RANLIB$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_WITH_SYSROOT
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([LT_OBJDIR])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LT_OBJDIR$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_CC_BASENAME([$compiler])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
Packit Service 768a21
m4trace:configure.ac:58: -1- LT_SUPPORTED_TAG([CC])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_COMPILER_BOILERPLATE
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_LINKER_BOILERPLATE
Packit Service 768a21
m4trace:configure.ac:58: -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 768a21
m4trace:configure.ac:58: -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 768a21
     "" | " "*) ;;
Packit Service 768a21
     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
Packit Service 768a21
     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
Packit Service 768a21
     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
Packit Service 768a21
m4trace:configure.ac:58: -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 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^MANIFEST_TOOL$])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_DLL_DEF_P([$export_symbols])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_DLL_DEF_P([$export_symbols])
Packit Service 768a21
m4trace:configure.ac:58: -1- _LT_REQUIRED_DARWIN_CHECKS
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^DSYMUTIL$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^NMEDIT$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LIPO$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^OTOOL$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^OTOOL64$])
Packit Service 768a21
m4trace:configure.ac:58: -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 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$])
Packit Service 768a21
m4trace:configure.ac:58: -1- LT_SYS_DLOPEN_SELF
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CPP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CPPFLAGS$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^CPP$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^STDC_HEADERS$])
Packit Service 768a21
m4trace:configure.ac:58: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
Packit Service 768a21
m4trace:configure.ac:59: -1- AM_PROG_CC_C_O
Packit Service 768a21
m4trace:configure.ac:63: -1- AM_PATH_PYTHON([2.6])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^PYTHON$])
Packit Service 768a21
m4trace:configure.ac:63: -1- AM_PYTHON_CHECK_VERSION([$PYTHON], [2.6], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])
Packit Service 768a21
			       AC_MSG_ERROR([Python interpreter is too old])])
Packit Service 768a21
m4trace:configure.ac:63: -1- AM_RUN_LOG([$PYTHON -c "$prog"])
Packit Service 768a21
m4trace:configure.ac:63: -1- AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [2.6], [break])
Packit Service 768a21
m4trace:configure.ac:63: -1- AM_RUN_LOG([$am_cv_pathless_PYTHON -c "$prog"])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^PYTHON$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^PYTHON_VERSION$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^PYTHON_PREFIX$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^PYTHON_EXEC_PREFIX$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^PYTHON_PLATFORM$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^pythondir$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^pkgpythondir$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^pyexecdir$])
Packit Service 768a21
m4trace:configure.ac:63: -1- m4_pattern_allow([^pkgpyexecdir$])
Packit Service 768a21
m4trace:configure.ac:65: -1- AM_CHECK_PYTHON_HEADERS([], [AC_MSG_ERROR(could not find Python headers)])
Packit Service 768a21
m4trace:configure.ac:65: -1- m4_pattern_allow([^PYTHON_CONFIG$])
Packit Service 768a21
m4trace:configure.ac:65: -1- m4_pattern_allow([^PYTHON_CONFIG$])
Packit Service 768a21
m4trace:configure.ac:65: -1- m4_pattern_allow([^PYTHON_INCLUDES$])
Packit Service 768a21
m4trace:configure.ac:65: -1- m4_pattern_allow([^PYTHON_INCLUDES$])
Packit Service 768a21
m4trace:configure.ac:65: -1- _m4_warn([obsolete], [The macro `AC_TRY_CPP' is obsolete.
Packit Service 768a21
You should run autoupdate.], [../../lib/autoconf/general.m4:2529: AC_TRY_CPP is expanded from...
Packit Service 768a21
m4/am-check-python-headers.m4:4: AM_CHECK_PYTHON_HEADERS is expanded from...
Packit Service 768a21
configure.ac:65: the top level])
Packit Service 768a21
m4trace:configure.ac:69: -1- AM_CONDITIONAL([HAVE_PYTHON_3], [$PYTHON -c "import sys; sys.exit(sys.version < '3')"])
Packit Service 768a21
m4trace:configure.ac:69: -1- m4_pattern_allow([^HAVE_PYTHON_3_TRUE$])
Packit Service 768a21
m4trace:configure.ac:69: -1- m4_pattern_allow([^HAVE_PYTHON_3_FALSE$])
Packit Service 768a21
m4trace:configure.ac:69: -1- _AM_SUBST_NOTMAKE([HAVE_PYTHON_3_TRUE])
Packit Service 768a21
m4trace:configure.ac:69: -1- _AM_SUBST_NOTMAKE([HAVE_PYTHON_3_FALSE])
Packit Service 768a21
m4trace:configure.ac:73: -1- m4_pattern_allow([^PLATFORM$])
Packit Service 768a21
m4trace:configure.ac:75: -1- m4_pattern_allow([^PYTHON_LIBS$])
Packit Service 768a21
m4trace:configure.ac:86: -1- m4_pattern_allow([^PYTHON_LIBS$])
Packit Service 768a21
m4trace:configure.ac:88: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
Packit Service 768a21
You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
Packit Service 768a21
../../lib/autoconf/general.m4:1462: AC_ARG_ENABLE is expanded from...
Packit Service 768a21
configure.ac:88: the top level])
Packit Service 768a21
m4trace:configure.ac:93: -1- AM_CONDITIONAL([ENABLE_INSTALLED_TESTS], [test "_$enable_installed_tests" = _yes])
Packit Service 768a21
m4trace:configure.ac:93: -1- m4_pattern_allow([^ENABLE_INSTALLED_TESTS_TRUE$])
Packit Service 768a21
m4trace:configure.ac:93: -1- m4_pattern_allow([^ENABLE_INSTALLED_TESTS_FALSE$])
Packit Service 768a21
m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([ENABLE_INSTALLED_TESTS_TRUE])
Packit Service 768a21
m4trace:configure.ac:93: -1- _AM_SUBST_NOTMAKE([ENABLE_INSTALLED_TESTS_FALSE])
Packit Service 768a21
m4trace:configure.ac:97: -1- AX_GENERATE_CHANGELOG
Packit Service 768a21
m4trace:configure.ac:97: -1- m4_pattern_allow([^GIT$])
Packit Service 768a21
m4trace:configure.ac:97: -1- m4_pattern_allow([^GIT$])
Packit Service 768a21
m4trace:configure.ac:97: -1- m4_pattern_allow([AM_V_GEN])
Packit Service 768a21
m4trace:configure.ac:97: -1- m4_pattern_allow([^GENERATE_CHANGELOG_RULES$])
Packit Service 768a21
m4trace:configure.ac:97: -1- _AM_SUBST_NOTMAKE([GENERATE_CHANGELOG_RULES])
Packit Service 768a21
m4trace:configure.ac:101: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
Packit Service 768a21
You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
Packit Service 768a21
configure.ac:101: the top level])
Packit Service 768a21
m4trace:configure.ac:106: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
Packit Service 768a21
You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
Packit Service 768a21
configure.ac:106: the top level])
Packit Service 768a21
m4trace:configure.ac:110: -1- AX_PYTHON_MODULE([docutils])
Packit Service 768a21
m4trace:configure.ac:122: -1- m4_pattern_allow([^EPYDOC$])
Packit Service 768a21
m4trace:configure.ac:122: -1- AX_PYTHON_MODULE([epydoc])
Packit Service 768a21
m4trace:configure.ac:154: -1- m4_pattern_allow([^DBUS_RUN_SESSION$])
Packit Service 768a21
m4trace:configure.ac:156: -1- m4_pattern_allow([^DBUS_RUN_SESSION$])
Packit Service 768a21
m4trace:configure.ac:157: -1- AM_CONDITIONAL([HAVE_DBUS_RUN_SESSION], [test "$DBUS_RUN_SESSION" != false])
Packit Service 768a21
m4trace:configure.ac:157: -1- m4_pattern_allow([^HAVE_DBUS_RUN_SESSION_TRUE$])
Packit Service 768a21
m4trace:configure.ac:157: -1- m4_pattern_allow([^HAVE_DBUS_RUN_SESSION_FALSE$])
Packit Service 768a21
m4trace:configure.ac:157: -1- _AM_SUBST_NOTMAKE([HAVE_DBUS_RUN_SESSION_TRUE])
Packit Service 768a21
m4trace:configure.ac:157: -1- _AM_SUBST_NOTMAKE([HAVE_DBUS_RUN_SESSION_FALSE])
Packit Service 768a21
m4trace:configure.ac:160: -1- m4_pattern_allow([^RST2HTML$])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--generator])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--date])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--time])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--exit-status=2])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--no-raw])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--no-file-insertion])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--cloak-email-addresses])
Packit Service 768a21
m4trace:configure.ac:160: -1- DBUS_PY_ADD_RST2HTMLFLAG([--input-encoding=UTF-8])
Packit Service 768a21
m4trace:configure.ac:182: -1- m4_pattern_allow([^RST2HTML$])
Packit Service 768a21
m4trace:configure.ac:183: -1- m4_pattern_allow([^RST2HTMLFLAGS$])
Packit Service 768a21
m4trace:configure.ac:185: -1- AM_CONDITIONAL([ENABLE_API_DOCS], [test "$enable_api_docs" != no])
Packit Service 768a21
m4trace:configure.ac:185: -1- m4_pattern_allow([^ENABLE_API_DOCS_TRUE$])
Packit Service 768a21
m4trace:configure.ac:185: -1- m4_pattern_allow([^ENABLE_API_DOCS_FALSE$])
Packit Service 768a21
m4trace:configure.ac:185: -1- _AM_SUBST_NOTMAKE([ENABLE_API_DOCS_TRUE])
Packit Service 768a21
m4trace:configure.ac:185: -1- _AM_SUBST_NOTMAKE([ENABLE_API_DOCS_FALSE])
Packit Service 768a21
m4trace:configure.ac:186: -1- AM_CONDITIONAL([ENABLE_DOCS], [test "$enable_html_docs" != no])
Packit Service 768a21
m4trace:configure.ac:186: -1- m4_pattern_allow([^ENABLE_DOCS_TRUE$])
Packit Service 768a21
m4trace:configure.ac:186: -1- m4_pattern_allow([^ENABLE_DOCS_FALSE$])
Packit Service 768a21
m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([ENABLE_DOCS_TRUE])
Packit Service 768a21
m4trace:configure.ac:186: -1- _AM_SUBST_NOTMAKE([ENABLE_DOCS_FALSE])
Packit Service 768a21
m4trace:configure.ac:188: -1- PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.6])
Packit Service 768a21
m4trace:configure.ac:188: -1- PKG_PROG_PKG_CONFIG
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^PKG_CONFIG$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^PKG_CONFIG$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^DBUS_CFLAGS$])
Packit Service 768a21
m4trace:configure.ac:188: -1- m4_pattern_allow([^DBUS_LIBS$])
Packit Service 768a21
m4trace:configure.ac:188: -1- PKG_CHECK_EXISTS([dbus-1 >= 1.6], [pkg_cv_[]DBUS_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-1 >= 1.6" 2>/dev/null`
Packit Service 768a21
		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
Packit Service 768a21
m4trace:configure.ac:188: -1- PKG_CHECK_EXISTS([dbus-1 >= 1.6], [pkg_cv_[]DBUS_LIBS=`$PKG_CONFIG --[]libs "dbus-1 >= 1.6" 2>/dev/null`
Packit Service 768a21
		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
Packit Service 768a21
m4trace:configure.ac:188: -1- _PKG_SHORT_ERRORS_SUPPORTED
Packit Service 768a21
m4trace:configure.ac:189: -1- PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1 >= 0.70])
Packit Service 768a21
m4trace:configure.ac:189: -1- m4_pattern_allow([^DBUS_GLIB_CFLAGS$])
Packit Service 768a21
m4trace:configure.ac:189: -1- m4_pattern_allow([^DBUS_GLIB_LIBS$])
Packit Service 768a21
m4trace:configure.ac:189: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= 0.70], [pkg_cv_[]DBUS_GLIB_CFLAGS=`$PKG_CONFIG --[]cflags "dbus-glib-1 >= 0.70" 2>/dev/null`
Packit Service 768a21
		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
Packit Service 768a21
m4trace:configure.ac:189: -1- PKG_CHECK_EXISTS([dbus-glib-1 >= 0.70], [pkg_cv_[]DBUS_GLIB_LIBS=`$PKG_CONFIG --[]libs "dbus-glib-1 >= 0.70" 2>/dev/null`
Packit Service 768a21
		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
Packit Service 768a21
m4trace:configure.ac:189: -1- _PKG_SHORT_ERRORS_SUPPORTED
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_COMPILER_FLAGS([WARN_CFLAGS], [WARN_LDFLAGS], [], [     \
Packit Service 768a21
   -Wdeprecated-declarations \
Packit Service 768a21
   -Wno-redundant-decls \
Packit Service 768a21
   -Wno-switch-default \
Packit Service 768a21
   -Wno-write-strings \
Packit Service 768a21
   -std=c9x \
Packit Service 768a21
  ])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS_CFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS_LDFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_COMPILER_FLAGS_CFLAGS([WARN_CFLAGS], [$ax_compiler_flags_is_release], [     \
Packit Service 768a21
   -Wdeprecated-declarations \
Packit Service 768a21
   -Wno-redundant-decls \
Packit Service 768a21
   -Wno-switch-default \
Packit Service 768a21
   -Wno-write-strings \
Packit Service 768a21
   -std=c9x \
Packit Service 768a21
  ], [   ])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_COMPILE_FLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([-Werror=unknown-warning-option], [
Packit Service 768a21
        ax_compiler_flags_test="-Werror=unknown-warning-option"
Packit Service 768a21
    ], [
Packit Service 768a21
        ax_compiler_flags_test=""
Packit Service 768a21
    ])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_COMPILE_FLAGS([ dnl
Packit Service 768a21
        -fno-strict-aliasing dnl
Packit Service 768a21
             \
Packit Service 768a21
   -Wdeprecated-declarations \
Packit Service 768a21
   -Wno-redundant-decls \
Packit Service 768a21
   -Wno-switch-default \
Packit Service 768a21
   -Wno-write-strings \
Packit Service 768a21
   -std=c9x \
Packit Service 768a21
   dnl
Packit Service 768a21
    ], [WARN_CFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [WARN_CFLAGS])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [WARN_CFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_COMPILE_FLAGS([ dnl
Packit Service 768a21
            -Wall dnl
Packit Service 768a21
            -Wextra dnl
Packit Service 768a21
            -Wundef dnl
Packit Service 768a21
            -Wnested-externs dnl
Packit Service 768a21
            -Wwrite-strings dnl
Packit Service 768a21
            -Wpointer-arith dnl
Packit Service 768a21
            -Wmissing-declarations dnl
Packit Service 768a21
            -Wmissing-prototypes dnl
Packit Service 768a21
            -Wstrict-prototypes dnl
Packit Service 768a21
            -Wredundant-decls dnl
Packit Service 768a21
            -Wno-unused-parameter dnl
Packit Service 768a21
            -Wno-missing-field-initializers dnl
Packit Service 768a21
            -Wdeclaration-after-statement dnl
Packit Service 768a21
            -Wformat=2 dnl
Packit Service 768a21
            -Wold-style-definition dnl
Packit Service 768a21
            -Wcast-align dnl
Packit Service 768a21
            -Wformat-nonliteral dnl
Packit Service 768a21
            -Wformat-security dnl
Packit Service 768a21
            -Wsign-compare dnl
Packit Service 768a21
            -Wstrict-aliasing dnl
Packit Service 768a21
            -Wshadow dnl
Packit Service 768a21
            -Winline dnl
Packit Service 768a21
            -Wpacked dnl
Packit Service 768a21
            -Wmissing-format-attribute dnl
Packit Service 768a21
            -Wmissing-noreturn dnl
Packit Service 768a21
            -Winit-self dnl
Packit Service 768a21
            -Wredundant-decls dnl
Packit Service 768a21
            -Wmissing-include-dirs dnl
Packit Service 768a21
            -Wunused-but-set-variable dnl
Packit Service 768a21
            -Warray-bounds dnl
Packit Service 768a21
            -Wimplicit-function-declaration dnl
Packit Service 768a21
            -Wreturn-type dnl
Packit Service 768a21
            -Wswitch-enum dnl
Packit Service 768a21
            -Wswitch-default dnl
Packit Service 768a21
                dnl
Packit Service 768a21
             dnl
Packit Service 768a21
             dnl
Packit Service 768a21
             dnl
Packit Service 768a21
        ], [WARN_CFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [WARN_CFLAGS])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [WARN_CFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([-Werror], [WARN_CFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_COMPILE_FLAGS([ dnl
Packit Service 768a21
            -Wno-suggest-attribute=format dnl
Packit Service 768a21
        ], [WARN_CFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [WARN_CFLAGS])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [WARN_CFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_COMPILE_FLAGS([-Wno-error=$(AS_ECHO([$flag]) | $SED 's/^-Wno-//')], [WARN_CFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([$flag], [AX_APPEND_FLAG([$flag], [WARN_CFLAGS])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [WARN_CFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- m4_pattern_allow([^WARN_CFLAGS$])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_COMPILER_FLAGS_LDFLAGS([WARN_LDFLAGS], [$ax_compiler_flags_is_release], [], [   ])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_LINK_FLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_COMPILE_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_COMPILE_FLAG([-Werror=unknown-warning-option], [
Packit Service 768a21
        ax_compiler_flags_test="-Werror=unknown-warning-option"
Packit Service 768a21
    ], [
Packit Service 768a21
        ax_compiler_flags_test=""
Packit Service 768a21
    ])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_LINK_FLAGS([ dnl
Packit Service 768a21
        -Wl,--no-as-needed dnl
Packit Service 768a21
         dnl
Packit Service 768a21
    ], [WARN_LDFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_LINK_FLAG([$flag], [AX_APPEND_FLAG([$flag], [m4_default([WARN_LDFLAGS], [LDFLAGS])])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [m4_default([WARN_LDFLAGS], [LDFLAGS])])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_LINK_FLAGS([      ], [WARN_LDFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_LINK_FLAG([$flag], [AX_APPEND_FLAG([$flag], [m4_default([WARN_LDFLAGS], [LDFLAGS])])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [m4_default([WARN_LDFLAGS], [LDFLAGS])])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_LINK_FLAGS([ dnl
Packit Service 768a21
            -Wl,--fatal-warnings dnl
Packit Service 768a21
        ], [WARN_LDFLAGS], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_CHECK_LINK_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_CHECK_LINK_FLAG([$flag], [AX_APPEND_FLAG([$flag], [m4_default([WARN_LDFLAGS], [LDFLAGS])])], [], [$ax_compiler_flags_test])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([$flag], [m4_default([WARN_LDFLAGS], [LDFLAGS])])
Packit Service 768a21
m4trace:configure.ac:191: -1- m4_pattern_allow([^WARN_LDFLAGS$])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_COMPILER_FLAGS_GIR([WARN_SCANNERFLAGS], [$ax_compiler_flags_is_release])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_REQUIRE_DEFINED([AX_APPEND_FLAG])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([], [WARN_SCANNERFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([ dnl
Packit Service 768a21
            --warn-all dnl
Packit Service 768a21
             dnl
Packit Service 768a21
             dnl
Packit Service 768a21
             dnl
Packit Service 768a21
             dnl
Packit Service 768a21
        ], [WARN_SCANNERFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- AX_APPEND_FLAG([ dnl
Packit Service 768a21
            --warn-error dnl
Packit Service 768a21
        ], [WARN_SCANNERFLAGS])
Packit Service 768a21
m4trace:configure.ac:191: -1- m4_pattern_allow([^WARN_SCANNERFLAGS$])
Packit Service 768a21
m4trace:configure.ac:210: -1- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
Packit Service 768a21
You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
Packit Service 768a21
../../lib/autoconf/general.m4:1462: AC_ARG_ENABLE is expanded from...
Packit Service 768a21
configure.ac:210: the top level])
Packit Service 768a21
m4trace:configure.ac:220: -1- m4_pattern_allow([^LIB@&t@OBJS$])
Packit Service 768a21
m4trace:configure.ac:220: -1- m4_pattern_allow([^LTLIBOBJS$])
Packit Service 768a21
m4trace:configure.ac:220: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
Packit Service 768a21
m4trace:configure.ac:220: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
Packit Service 768a21
m4trace:configure.ac:220: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
Packit Service 768a21
m4trace:configure.ac:220: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
Packit Service 768a21
m4trace:configure.ac:220: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
Packit Service 768a21
m4trace:configure.ac:220: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
Packit Service 768a21
m4trace:configure.ac:220: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
Packit Service 768a21
m4trace:configure.ac:220: -1- AM_RUN_LOG([cd "$am_dirpart" \
Packit Service 768a21
      && sed -e '/# am--include-marker/d' "$am_filepart" \
Packit Service 768a21
        | $MAKE -f - am--depfiles])
Packit Service 768a21
m4trace:configure.ac:220: -1- _LT_PROG_LTMAIN