Project

General

Profile

Libtool error when building mu: "command not found"

egils - over 3 years ago -

Hi. I have a problem during make-phase related to libtool.

$ cat PKGBUILD
# Maintainer: Marcel Röthke <marcel@roethke.info>
# Contributor: Pierre Neidhardt <ambrevar@gmail.com>
# Contributor: csllbr; Popsch <popsch@gmx.net>

pkgname=mu
pkgver=1.4.13
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)" 
arch=("x86_64" "armv7h")
url="http://www.djcbsoftware.nl/code/mu" 
license=("GPL")
depends=("gmime3" "xapian-core")
makedepends=("emacs" "guile")
optdepends=("guile: guile support" 
    "emacs: mu4e support")
source=("mu-$pkgver.tar.gz::https://github.com/djcb/mu/archive/$pkgver.tar.gz")
md5sums=('9e4f0defd47daf7468c69b854f4ec8ae')

prepare() {
    cd "$pkgname-$pkgver" 
    autoreconf -i
}

build() {
    cd "$pkgname-$pkgver" 
      libtoolize --force --copy
  aclocal --print-ac-dir
  aclocal --verbose
  autoconf
  automake --add-missing
    ./configure --prefix=/usr --disable-webkit --disable-gtk --enable-mu4e --enable-guile
    make
}

package() {
    cd "$pkgname-$pkgver" 
    make DESTDIR="$pkgdir" install
}

$ makepkg -si 2&> log
==> Making package: mu 1.4.13-1 (Sun 13 Sep 2020 11:39:42 AM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mu-1.4.13.tar.gz
==> Validating source files with md5sums...
    mu-1.4.13.tar.gz ... Passed
==> Extracting sources...
  -> Extracting mu-1.4.13.tar.gz with bsdtar
==> Starting prepare()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
/usr/share/aclocal
aclocal: found macro AM_PROG_VALAC in /usr/share/aclocal-1.16/vala.m4: 21
aclocal: found macro AM_PROG_UPC in /usr/share/aclocal-1.16/upc.m4: 9
aclocal: found macro _AM_PROG_TAR in /usr/share/aclocal-1.16/tar.m4: 23
aclocal: found macro _AM_SUBST_NOTMAKE in /usr/share/aclocal-1.16/substnot.m4: 12
aclocal: found macro AM_SUBST_NOTMAKE in /usr/share/aclocal-1.16/substnot.m4: 17
aclocal: found macro AM_PROG_INSTALL_STRIP in /usr/share/aclocal-1.16/strip.m4: 17
aclocal: found macro AM_SILENT_RULES in /usr/share/aclocal-1.16/silent.m4: 12
aclocal: found macro AM_SANITY_CHECK in /usr/share/aclocal-1.16/sanity.m4: 11
aclocal: found macro AM_RUN_LOG in /usr/share/aclocal-1.16/runlog.m4: 12
aclocal: found macro AM_PATH_PYTHON in /usr/share/aclocal-1.16/python.m4: 35
aclocal: found macro AM_PYTHON_CHECK_VERSION in /usr/share/aclocal-1.16/python.m4: 232
aclocal: found macro _AM_PROG_CC_C_O in /usr/share/aclocal-1.16/prog-cc-c-o.m4: 12
aclocal: found macro AM_PROG_CC_C_O in /usr/share/aclocal-1.16/prog-cc-c-o.m4: 47
aclocal: found macro _AM_MANGLE_OPTION in /usr/share/aclocal-1.16/options.m4: 11
aclocal: found macro _AM_SET_OPTION in /usr/share/aclocal-1.16/options.m4: 17
aclocal: found macro _AM_SET_OPTIONS in /usr/share/aclocal-1.16/options.m4: 23
aclocal: found macro _AM_IF_OPTION in /usr/share/aclocal-1.16/options.m4: 29
aclocal: found macro AM_CONFIG_HEADER in /usr/share/aclocal-1.16/obsolete.m4: 11
aclocal: found macro AM_PROG_CC_STDC in /usr/share/aclocal-1.16/obsolete.m4: 17
aclocal: found macro AM_C_PROTOTYPES in /usr/share/aclocal-1.16/obsolete.m4: 26
aclocal: found macro fp_C_PROTOTYPES in /usr/share/aclocal-1.16/obsolete.m4: 28
aclocal: found macro AM_PROG_MKDIR_P in /usr/share/aclocal-1.16/mkdirp.m4: 11
aclocal: found macro AM_MISSING_PROG in /usr/share/aclocal-1.16/missing.m4: 11
aclocal: found macro AM_MISSING_HAS_RUN in /usr/share/aclocal-1.16/missing.m4: 20
aclocal: found macro AM_MAKE_INCLUDE in /usr/share/aclocal-1.16/make.m4: 13
aclocal: found macro AM_MAINTAINER_MODE in /usr/share/aclocal-1.16/maintainer.m4: 16
aclocal: found macro AM_PATH_LISPDIR in /usr/share/aclocal-1.16/lispdir.m4: 14
aclocal: found macro AM_PROG_LEX in /usr/share/aclocal-1.16/lex.m4: 13
aclocal: found macro AM_SET_LEADING_DOT in /usr/share/aclocal-1.16/lead-dot.m4: 10
aclocal: found macro AM_PROG_INSTALL_SH in /usr/share/aclocal-1.16/install-sh.m4: 11
aclocal: found macro AM_INIT_AUTOMAKE in /usr/share/aclocal-1.16/init.m4: 29
aclocal: found macro _AC_AM_CONFIG_HEADER_HOOK in /usr/share/aclocal-1.16/init.m4: 186
aclocal: found macro AM_PROG_GCJ in /usr/share/aclocal-1.16/gcj.m4: 10
aclocal: found macro AM_EXTRA_RECURSIVE_TARGETS in /usr/share/aclocal-1.16/extra-recurs.m4: 16
aclocal: found macro AM_WITH_DMALLOC in /usr/share/aclocal-1.16/dmalloc.m4: 12
aclocal: found macro _AM_OUTPUT_DEPENDENCY_COMMANDS in /usr/share/aclocal-1.16/depout.m4: 11
aclocal: found macro AM_OUTPUT_DEPENDENCY_COMMANDS in /usr/share/aclocal-1.16/depout.m4: 64
aclocal: found macro _AM_DEPENDENCIES in /usr/share/aclocal-1.16/depend.m4: 26
aclocal: found macro AM_SET_DEPDIR in /usr/share/aclocal-1.16/depend.m4: 163
aclocal: found macro AM_DEP_TRACK in /usr/share/aclocal-1.16/depend.m4: 171
aclocal: found macro AM_CONDITIONAL in /usr/share/aclocal-1.16/cond.m4: 12
aclocal: found macro AM_COND_IF in /usr/share/aclocal-1.16/cond-if.m4: 23
aclocal: found macro AM_AUX_DIR_EXPAND in /usr/share/aclocal-1.16/auxdir.m4: 47
aclocal: found macro AM_PROG_AS in /usr/share/aclocal-1.16/as.m4: 11
aclocal: found macro AM_PROG_AR in /usr/share/aclocal-1.16/ar-lib.m4: 13
aclocal: found macro AM_AUTOMAKE_VERSION in /usr/share/aclocal-1.16/amversion.m4: 14
aclocal: found macro AM_SET_CURRENT_AUTOMAKE_VERSION in /usr/share/aclocal-1.16/amversion.m4: 33
aclocal: found macro PKG_CHECK_ZZIPLIB in /usr/share/aclocal/zziplib.m4: 15
aclocal: found macro AM_PATH_XMLSEC1 in /usr/share/aclocal/xmlsec1.m4: 9
aclocal: found macro XO_LIB_XAPIAN in /usr/share/aclocal/xapian.m4: 29
aclocal: found macro XO_REQUIRE in /usr/share/aclocal/xapian.m4: 144
aclocal: found macro WAYLAND_SCANNER_RULES in /usr/share/aclocal/wayland-scanner.m4: 1
aclocal: found macro XIPH_PATH_VORBIS in /usr/share/aclocal/vorbis.m4: 9
aclocal: found macro SC_PATH_TCLCONFIG in /usr/share/aclocal/tcl.m4: 20
aclocal: found macro SC_PATH_TKCONFIG in /usr/share/aclocal/tcl.m4: 153
aclocal: found macro SC_LOAD_TCLCONFIG in /usr/share/aclocal/tcl.m4: 286
aclocal: found macro SC_LOAD_TKCONFIG in /usr/share/aclocal/tcl.m4: 369
aclocal: found macro SC_PROG_TCLSH in /usr/share/aclocal/tcl.m4: 455
aclocal: found macro SC_BUILD_TCLSH in /usr/share/aclocal/tcl.m4: 500
aclocal: found macro SC_ENABLE_SHARED in /usr/share/aclocal/tcl.m4: 528
aclocal: found macro SC_ENABLE_FRAMEWORK in /usr/share/aclocal/tcl.m4: 569
aclocal: found macro SC_ENABLE_THREADS in /usr/share/aclocal/tcl.m4: 622
aclocal: found macro SC_ENABLE_SYMBOLS in /usr/share/aclocal/tcl.m4: 737
aclocal: found macro SC_ENABLE_LANGINFO in /usr/share/aclocal/tcl.m4: 798
aclocal: found macro SC_CONFIG_MANPAGES in /usr/share/aclocal/tcl.m4: 849
aclocal: found macro SC_CONFIG_SYSTEM in /usr/share/aclocal/tcl.m4: 912
aclocal: found macro SC_CONFIG_CFLAGS in /usr/share/aclocal/tcl.m4: 1026
aclocal: found macro SC_MISSING_POSIX_HEADERS in /usr/share/aclocal/tcl.m4: 2151
aclocal: found macro SC_PATH_X in /usr/share/aclocal/tcl.m4: 2226
aclocal: found macro SC_BLOCKING_STYLE in /usr/share/aclocal/tcl.m4: 2312
aclocal: found macro SC_TIME_HANDLER in /usr/share/aclocal/tcl.m4: 2351
aclocal: found macro SC_TCL_LINK_LIBS in /usr/share/aclocal/tcl.m4: 2420
aclocal: found macro SC_TCL_EARLY_FLAG in /usr/share/aclocal/tcl.m4: 2488
aclocal: found macro SC_TCL_EARLY_FLAGS in /usr/share/aclocal/tcl.m4: 2501
aclocal: found macro SC_TCL_64BIT_FLAGS in /usr/share/aclocal/tcl.m4: 2536
aclocal: found macro SC_TCL_CFG_ENCODING in /usr/share/aclocal/tcl.m4: 2619
aclocal: found macro SC_TCL_CHECK_BROKEN_FUNC in /usr/share/aclocal/tcl.m4: 2650
aclocal: found macro SC_TCL_GETHOSTBYADDR_R in /usr/share/aclocal/tcl.m4: 2685
aclocal: found macro SC_TCL_GETHOSTBYADDR_R_DECL in /usr/share/aclocal/tcl.m4: 2694
aclocal: found macro SC_TCL_GETHOSTBYADDR_R_TYPE in /usr/share/aclocal/tcl.m4: 2698
aclocal: found macro SC_TCL_GETHOSTBYNAME_R in /usr/share/aclocal/tcl.m4: 2766
aclocal: found macro SC_TCL_GETHOSTBYNAME_R_DECL in /usr/share/aclocal/tcl.m4: 2775
aclocal: found macro SC_TCL_GETHOSTBYNAME_R_TYPE in /usr/share/aclocal/tcl.m4: 2779
aclocal: found macro SC_TCL_GETPWUID_R in /usr/share/aclocal/tcl.m4: 2855
aclocal: found macro SC_TCL_GETPWNAM_R in /usr/share/aclocal/tcl.m4: 2915
aclocal: found macro SC_TCL_GETGRGID_R in /usr/share/aclocal/tcl.m4: 2975
aclocal: found macro SC_TCL_GETGRNAM_R in /usr/share/aclocal/tcl.m4: 3035
aclocal: found macro SC_TCL_IPV6 in /usr/share/aclocal/tcl.m4: 3077
aclocal: found macro XIPH_PATH_SPEEX in /usr/share/aclocal/speex.m4: 10
aclocal: found macro AM_PATH_SMPEG in /usr/share/aclocal/smpeg.m4: 12
aclocal: found macro XIPH_PATH_SHOUT in /usr/share/aclocal/shout.m4: 11
aclocal: found macro AM_PATH_SDL2 in /usr/share/aclocal/sdl2.m4: 16
aclocal: found macro AM_PATH_SDL in /usr/share/aclocal/sdl.m4: 13
aclocal: found macro AM_PATH_PROG_WITH_TEST in /usr/share/aclocal/progtest.m4: 25
aclocal: found macro AM_PO_SUBDIRS in /usr/share/aclocal/po.m4: 23
aclocal: found macro AM_POSTPROCESS_PO_MAKEFILE in /usr/share/aclocal/po.m4: 219
aclocal: found macro AM_XGETTEXT_OPTION_INIT in /usr/share/aclocal/po.m4: 440
aclocal: found macro AM_XGETTEXT_OPTION in /usr/share/aclocal/po.m4: 446
aclocal: found macro PKG_PROG_PKG_CONFIG in /usr/share/aclocal/pkg.m4: 58
aclocal: found macro PKG_CHECK_EXISTS in /usr/share/aclocal/pkg.m4: 92
aclocal: found macro _PKG_SHORT_ERRORS_SUPPORTED in /usr/share/aclocal/pkg.m4: 121
aclocal: found macro PKG_CHECK_MODULES in /usr/share/aclocal/pkg.m4: 139
aclocal: found macro PKG_CHECK_MODULES_STATIC in /usr/share/aclocal/pkg.m4: 208
aclocal: found macro PKG_INSTALLDIR in /usr/share/aclocal/pkg.m4: 226
aclocal: found macro PKG_NOARCH_INSTALLDIR in /usr/share/aclocal/pkg.m4: 248
aclocal: found macro PKG_CHECK_VAR in /usr/share/aclocal/pkg.m4: 267
aclocal: found macro PKG_WITH_MODULES in /usr/share/aclocal/pkg.m4: 285
aclocal: found macro PKG_HAVE_WITH_MODULES in /usr/share/aclocal/pkg.m4: 322
aclocal: found macro PKG_HAVE_DEFINE_WITH_MODULES in /usr/share/aclocal/pkg.m4: 337
aclocal: found macro PKCS11_HELPER_1_CHECK_FEATURES in /usr/share/aclocal/pkcs11-helper-1.m4: 58
aclocal: found macro ORC_CHECK in /usr/share/aclocal/orc.m4: 6
aclocal: found macro ORC_OUTPUT in /usr/share/aclocal/orc.m4: 55
aclocal: found macro XIPH_PATH_OPUS in /usr/share/aclocal/opus.m4: 9
aclocal: found macro XIPH_PATH_OGG in /usr/share/aclocal/ogg.m4: 8
aclocal: found macro AM_PATH_NSPR in /usr/share/aclocal/nspr.m4: 8
aclocal: found macro _AM_PATH_NPTH_CONFIG in /usr/share/aclocal/npth.m4: 12
aclocal: found macro AM_PATH_NPTH in /usr/share/aclocal/npth.m4: 35
aclocal: found macro AM_NLS in /usr/share/aclocal/nls.m4: 23
aclocal: found macro _MYSQL_CONFIG in /usr/share/aclocal/mysql.m4: 17
aclocal: found macro MYSQL_CLIENT in /usr/share/aclocal/mysql.m4: 42
aclocal: found macro LTOBSOLETE_VERSION in /usr/share/aclocal/lt~obsolete.m4: 37
aclocal: found macro AC_LIBTOOL_LINKER_OPTION in /usr/share/aclocal/lt~obsolete.m4: 39
aclocal: found macro AC_PROG_EGREP in /usr/share/aclocal/lt~obsolete.m4: 40
aclocal: found macro _LT_AC_PROG_ECHO_BACKSLASH in /usr/share/aclocal/lt~obsolete.m4: 41
aclocal: found macro _LT_AC_SHELL_INIT in /usr/share/aclocal/lt~obsolete.m4: 42
aclocal: found macro _LT_AC_SYS_LIBPATH_AIX in /usr/share/aclocal/lt~obsolete.m4: 43
aclocal: found macro _LT_PROG_LTMAIN in /usr/share/aclocal/lt~obsolete.m4: 44
aclocal: found macro _LT_AC_TAGVAR in /usr/share/aclocal/lt~obsolete.m4: 45
aclocal: found macro AC_LTDL_ENABLE_INSTALL in /usr/share/aclocal/lt~obsolete.m4: 46
aclocal: found macro AC_LTDL_PREOPEN in /usr/share/aclocal/lt~obsolete.m4: 47
aclocal: found macro _LT_AC_SYS_COMPILER in /usr/share/aclocal/lt~obsolete.m4: 48
aclocal: found macro _LT_AC_LOCK in /usr/share/aclocal/lt~obsolete.m4: 49
aclocal: found macro AC_LIBTOOL_SYS_OLD_ARCHIVE in /usr/share/aclocal/lt~obsolete.m4: 50
aclocal: found macro _LT_AC_TRY_DLOPEN_SELF in /usr/share/aclocal/lt~obsolete.m4: 51
aclocal: found macro AC_LIBTOOL_PROG_CC_C_O in /usr/share/aclocal/lt~obsolete.m4: 52
aclocal: found macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS in /usr/share/aclocal/lt~obsolete.m4: 53
aclocal: found macro AC_LIBTOOL_OBJDIR in /usr/share/aclocal/lt~obsolete.m4: 54
aclocal: found macro AC_LTDL_OBJDIR in /usr/share/aclocal/lt~obsolete.m4: 55
aclocal: found macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH in /usr/share/aclocal/lt~obsolete.m4: 56
aclocal: found macro AC_LIBTOOL_SYS_LIB_STRIP in /usr/share/aclocal/lt~obsolete.m4: 57
aclocal: found macro AC_PATH_MAGIC in /usr/share/aclocal/lt~obsolete.m4: 58
aclocal: found macro AC_PROG_LD_GNU in /usr/share/aclocal/lt~obsolete.m4: 59
aclocal: found macro AC_PROG_LD_RELOAD_FLAG in /usr/share/aclocal/lt~obsolete.m4: 60
aclocal: found macro AC_DEPLIBS_CHECK_METHOD in /usr/share/aclocal/lt~obsolete.m4: 61
aclocal: found macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI in /usr/share/aclocal/lt~obsolete.m4: 62
aclocal: found macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE in /usr/share/aclocal/lt~obsolete.m4: 63
aclocal: found macro AC_LIBTOOL_PROG_COMPILER_PIC in /usr/share/aclocal/lt~obsolete.m4: 64
aclocal: found macro AC_LIBTOOL_PROG_LD_SHLIBS in /usr/share/aclocal/lt~obsolete.m4: 65
aclocal: found macro AC_LIBTOOL_POSTDEP_PREDEP in /usr/share/aclocal/lt~obsolete.m4: 66
aclocal: found macro LT_AC_PROG_EGREP in /usr/share/aclocal/lt~obsolete.m4: 67
aclocal: found macro LT_AC_PROG_SED in /usr/share/aclocal/lt~obsolete.m4: 68
aclocal: found macro _LT_CC_BASENAME in /usr/share/aclocal/lt~obsolete.m4: 69
aclocal: found macro _LT_COMPILER_BOILERPLATE in /usr/share/aclocal/lt~obsolete.m4: 70
aclocal: found macro _LT_LINKER_BOILERPLATE in /usr/share/aclocal/lt~obsolete.m4: 71
aclocal: found macro _AC_PROG_LIBTOOL in /usr/share/aclocal/lt~obsolete.m4: 72
aclocal: found macro AC_LIBTOOL_SETUP in /usr/share/aclocal/lt~obsolete.m4: 73
aclocal: found macro _LT_AC_CHECK_DLFCN in /usr/share/aclocal/lt~obsolete.m4: 74
aclocal: found macro AC_LIBTOOL_SYS_DYNAMIC_LINKER in /usr/share/aclocal/lt~obsolete.m4: 75
aclocal: found macro _LT_AC_TAGCONFIG in /usr/share/aclocal/lt~obsolete.m4: 76
aclocal: found macro AC_DISABLE_FAST_INSTALL in /usr/share/aclocal/lt~obsolete.m4: 77
aclocal: found macro _LT_AC_LANG_CXX in /usr/share/aclocal/lt~obsolete.m4: 78
aclocal: found macro _LT_AC_LANG_F77 in /usr/share/aclocal/lt~obsolete.m4: 79
aclocal: found macro _LT_AC_LANG_GCJ in /usr/share/aclocal/lt~obsolete.m4: 80
aclocal: found macro AC_LIBTOOL_LANG_C_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 81
aclocal: found macro _LT_AC_LANG_C_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 82
aclocal: found macro AC_LIBTOOL_LANG_CXX_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 83
aclocal: found macro _LT_AC_LANG_CXX_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 84
aclocal: found macro AC_LIBTOOL_LANG_F77_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 85
aclocal: found macro _LT_AC_LANG_F77_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 86
aclocal: found macro AC_LIBTOOL_LANG_GCJ_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 87
aclocal: found macro _LT_AC_LANG_GCJ_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 88
aclocal: found macro AC_LIBTOOL_LANG_RC_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 89
aclocal: found macro _LT_AC_LANG_RC_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 90
aclocal: found macro AC_LIBTOOL_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 91
aclocal: found macro _LT_AC_FILE_LTDLL_C in /usr/share/aclocal/lt~obsolete.m4: 92
aclocal: found macro _LT_REQUIRED_DARWIN_CHECKS in /usr/share/aclocal/lt~obsolete.m4: 93
aclocal: found macro _LT_AC_PROG_CXXCPP in /usr/share/aclocal/lt~obsolete.m4: 94
aclocal: found macro _LT_PREPARE_SED_QUOTE_VARS in /usr/share/aclocal/lt~obsolete.m4: 95
aclocal: found macro _LT_PROG_ECHO_BACKSLASH in /usr/share/aclocal/lt~obsolete.m4: 96
aclocal: found macro _LT_PROG_F77 in /usr/share/aclocal/lt~obsolete.m4: 97
aclocal: found macro _LT_PROG_FC in /usr/share/aclocal/lt~obsolete.m4: 98
aclocal: found macro _LT_PROG_CXX in /usr/share/aclocal/lt~obsolete.m4: 99
aclocal: found macro LTVERSION_VERSION in /usr/share/aclocal/ltversion.m4: 18
aclocal: found macro LTSUGAR_VERSION in /usr/share/aclocal/ltsugar.m4: 14
aclocal: found macro LTOPTIONS_VERSION in /usr/share/aclocal/ltoptions.m4: 14
aclocal: found macro AC_LIBTOOL_DLOPEN in /usr/share/aclocal/ltoptions.m4: 113
aclocal: found macro AC_LIBTOOL_WIN32_DLL in /usr/share/aclocal/ltoptions.m4: 148
aclocal: found macro AC_ENABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 197
aclocal: found macro AC_DISABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 201
aclocal: found macro AM_ENABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 205
aclocal: found macro AM_DISABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 206
aclocal: found macro AC_ENABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 251
aclocal: found macro AC_DISABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 255
aclocal: found macro AM_ENABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 259
aclocal: found macro AM_DISABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 260
aclocal: found macro AC_ENABLE_FAST_INSTALL in /usr/share/aclocal/ltoptions.m4: 305
aclocal: ignoring macro AC_DISABLE_FAST_INSTALL in /usr/share/aclocal/ltoptions.m4: 312
aclocal: found macro AC_LIBTOOL_PICMODE in /usr/share/aclocal/ltoptions.m4: 411
aclocal: found macro LT_CONFIG_LTDL_DIR in /usr/share/aclocal/ltdl.m4: 16
aclocal: found macro LTDL_CONVENIENCE in /usr/share/aclocal/ltdl.m4: 68
aclocal: found macro AC_LIBLTDL_CONVENIENCE in /usr/share/aclocal/ltdl.m4: 81
aclocal: found macro LTDL_INSTALLABLE in /usr/share/aclocal/ltdl.m4: 124
aclocal: found macro AC_LIBLTDL_INSTALLABLE in /usr/share/aclocal/ltdl.m4: 137
aclocal: found macro _LT_LIBOBJ in /usr/share/aclocal/ltdl.m4: 213
aclocal: found macro LTDL_INIT in /usr/share/aclocal/ltdl.m4: 226
aclocal: found macro AC_LIB_LTDL in /usr/share/aclocal/ltdl.m4: 352
aclocal: found macro AC_WITH_LTDL in /usr/share/aclocal/ltdl.m4: 353
aclocal: found macro LT_WITH_LTDL in /usr/share/aclocal/ltdl.m4: 354
aclocal: found macro _LTDL_SETUP in /usr/share/aclocal/ltdl.m4: 367
aclocal: found macro LT_SYS_DLOPEN_DEPLIBS in /usr/share/aclocal/ltdl.m4: 443
aclocal: found macro AC_LTDL_SYS_DLOPEN_DEPLIBS in /usr/share/aclocal/ltdl.m4: 545
aclocal: found macro LT_SYS_MODULE_EXT in /usr/share/aclocal/ltdl.m4: 552
aclocal: found macro AC_LTDL_SHLIBEXT in /usr/share/aclocal/ltdl.m4: 580
aclocal: found macro LT_SYS_MODULE_PATH in /usr/share/aclocal/ltdl.m4: 587
aclocal: found macro AC_LTDL_SHLIBPATH in /usr/share/aclocal/ltdl.m4: 599
aclocal: found macro LT_SYS_DLSEARCH_PATH in /usr/share/aclocal/ltdl.m4: 606
aclocal: found macro AC_LTDL_SYSSEARCHPATH in /usr/share/aclocal/ltdl.m4: 627
aclocal: found macro LT_LIB_DLLOAD in /usr/share/aclocal/ltdl.m4: 653
aclocal: found macro AC_LTDL_DLLIB in /usr/share/aclocal/ltdl.m4: 748
aclocal: found macro LT_SYS_SYMBOL_USCORE in /usr/share/aclocal/ltdl.m4: 756
aclocal: found macro AC_LTDL_SYMBOL_USCORE in /usr/share/aclocal/ltdl.m4: 793
aclocal: found macro LT_FUNC_DLSYM_USCORE in /usr/share/aclocal/ltdl.m4: 800
aclocal: found macro AC_LTDL_DLSYM_USCORE in /usr/share/aclocal/ltdl.m4: 907
aclocal: found macro LT_FUNC_ARGZ in /usr/share/aclocal/ltargz.m4: 12
aclocal: found macro AM_PATH_XSLT in /usr/share/aclocal/libxslt.m4: 14
aclocal: found macro AM_PATH_XML2 in /usr/share/aclocal/libxml.m4: 12
aclocal: found macro LT_INIT in /usr/share/aclocal/libtool.m4: 61
aclocal: found macro AC_PROG_LIBTOOL in /usr/share/aclocal/libtool.m4: 99
aclocal: found macro AM_PROG_LIBTOOL in /usr/share/aclocal/libtool.m4: 100
aclocal: found macro LT_OUTPUT in /usr/share/aclocal/libtool.m4: 619
aclocal: found macro LT_SUPPORTED_TAG in /usr/share/aclocal/libtool.m4: 811
aclocal: found macro LT_LANG in /usr/share/aclocal/libtool.m4: 822
aclocal: found macro AC_LIBTOOL_CXX in /usr/share/aclocal/libtool.m4: 914
aclocal: found macro AC_LIBTOOL_F77 in /usr/share/aclocal/libtool.m4: 915
aclocal: found macro AC_LIBTOOL_FC in /usr/share/aclocal/libtool.m4: 916
aclocal: found macro AC_LIBTOOL_GCJ in /usr/share/aclocal/libtool.m4: 917
aclocal: found macro AC_LIBTOOL_RC in /usr/share/aclocal/libtool.m4: 918
aclocal: found macro _LT_WITH_SYSROOT in /usr/share/aclocal/libtool.m4: 1246
aclocal: found macro _LT_COMPILER_OPTION in /usr/share/aclocal/libtool.m4: 1590
aclocal: found macro AC_LIBTOOL_COMPILER_OPTION in /usr/share/aclocal/libtool.m4: 1632
aclocal: found macro _LT_LINKER_OPTION in /usr/share/aclocal/libtool.m4: 1641
aclocal: ignoring macro AC_LIBTOOL_LINKER_OPTION in /usr/share/aclocal/libtool.m4: 1676
aclocal: found macro LT_CMD_MAX_LEN in /usr/share/aclocal/libtool.m4: 1683
aclocal: found macro AC_LIBTOOL_SYS_MAX_CMD_LEN in /usr/share/aclocal/libtool.m4: 1822
aclocal: found macro LT_SYS_DLOPEN_SELF in /usr/share/aclocal/libtool.m4: 1933
aclocal: found macro AC_LIBTOOL_DLOPEN_SELF in /usr/share/aclocal/libtool.m4: 2058
aclocal: found macro _LT_PATH_TOOL_PREFIX in /usr/share/aclocal/libtool.m4: 3176
aclocal: found macro AC_PATH_TOOL_PREFIX in /usr/share/aclocal/libtool.m4: 3238
aclocal: found macro LT_PATH_LD in /usr/share/aclocal/libtool.m4: 3261
aclocal: found macro AM_PROG_LD in /usr/share/aclocal/libtool.m4: 3350
aclocal: found macro AC_PROG_LD in /usr/share/aclocal/libtool.m4: 3351
aclocal: found macro LT_PATH_NM in /usr/share/aclocal/libtool.m4: 3680
aclocal: found macro AM_PROG_NM in /usr/share/aclocal/libtool.m4: 3775
aclocal: found macro AC_PROG_NM in /usr/share/aclocal/libtool.m4: 3776
aclocal: found macro _LT_DLL_DEF_P in /usr/share/aclocal/libtool.m4: 3847
aclocal: found macro LT_LIB_M in /usr/share/aclocal/libtool.m4: 3861
aclocal: found macro AC_CHECK_LIBM in /usr/share/aclocal/libtool.m4: 3880
aclocal: found macro LT_PROG_GCJ in /usr/share/aclocal/libtool.m4: 8146
aclocal: found macro LT_AC_PROG_GCJ in /usr/share/aclocal/libtool.m4: 8155
aclocal: found macro LT_PROG_GO in /usr/share/aclocal/libtool.m4: 8162
aclocal: found macro LT_PROG_RC in /usr/share/aclocal/libtool.m4: 8169
aclocal: found macro LT_AC_PROG_RC in /usr/share/aclocal/libtool.m4: 8174
aclocal: ignoring macro LT_AC_PROG_SED in /usr/share/aclocal/libtool.m4: 8294
aclocal: found macro AM_PATH_LIBMIKMOD in /usr/share/aclocal/libmikmod.m4: 11
aclocal: found macro AM_PATH_LIBGCRYPT in /usr/share/aclocal/libgcrypt.m4: 30
aclocal: found macro LIBCURL_CHECK_CONFIG in /usr/share/aclocal/libcurl.m4: 59
aclocal: found macro _AM_PATH_LIBASSUAN_COMMON in /usr/share/aclocal/libassuan.m4: 17
aclocal: found macro AM_CHECK_LIBASSUAN in /usr/share/aclocal/libassuan.m4: 142
aclocal: found macro AM_PATH_LIBASSUAN in /usr/share/aclocal/libassuan.m4: 158
aclocal: found macro AM_PATH_LIBFLAC in /usr/share/aclocal/libFLAC.m4: 7
aclocal: found macro AM_PATH_LIBFLACPP in /usr/share/aclocal/libFLAC++.m4: 8
aclocal: found macro AC_LIB_PREFIX in /usr/share/aclocal/lib-prefix.m4: 15
aclocal: found macro AC_LIB_PREPARE_PREFIX in /usr/share/aclocal/lib-prefix.m4: 115
aclocal: found macro AC_LIB_WITH_FINAL_PREFIX in /usr/share/aclocal/lib-prefix.m4: 138
aclocal: found macro AC_LIB_PREPARE_MULTILIB in /usr/share/aclocal/lib-prefix.m4: 155
aclocal: found macro AC_LIB_LINKFLAGS in /usr/share/aclocal/lib-link.m4: 17
aclocal: found macro AC_LIB_HAVE_LINKFLAGS in /usr/share/aclocal/lib-link.m4: 57
aclocal: found macro AC_LIB_RPATH in /usr/share/aclocal/lib-link.m4: 125
aclocal: found macro AC_LIB_FROMPACKAGE in /usr/share/aclocal/lib-link.m4: 161
aclocal: found macro AC_LIB_LINKFLAGS_BODY in /usr/share/aclocal/lib-link.m4: 181
aclocal: found macro AC_LIB_APPENDTOVAR in /usr/share/aclocal/lib-link.m4: 705
aclocal: found macro AC_LIB_LINKFLAGS_FROM_LIBS in /usr/share/aclocal/lib-link.m4: 729
aclocal: found macro AC_LIB_PROG_LD_GNU in /usr/share/aclocal/lib-ld.m4: 12
aclocal: found macro AC_LIB_PROG_LD in /usr/share/aclocal/lib-ld.m4: 27
aclocal: found macro AM_PATH_KSBA in /usr/share/aclocal/ksba.m4: 23
aclocal: found macro gt_INTL_MACOSX in /usr/share/aclocal/intlmacosx.m4: 18
aclocal: found macro AM_ICONV_LINKFLAGS_BODY in /usr/share/aclocal/iconv.m4: 10
aclocal: found macro AM_ICONV_LINK in /usr/share/aclocal/iconv.m4: 21
aclocal: found macro AM_ICONV in /usr/share/aclocal/iconv.m4: 246
aclocal: found macro gl_HOST_CPU_C_ABI in /usr/share/aclocal/host-cpu-c-abi.m4: 50
aclocal: found macro gl_HOST_CPU_C_ABI_32BIT in /usr/share/aclocal/host-cpu-c-abi.m4: 463
aclocal: found macro GUILE_PKG in /usr/share/aclocal/guile.m4: 62
aclocal: found macro GUILE_FLAGS in /usr/share/aclocal/guile.m4: 132
aclocal: found macro GUILE_SITE_DIR in /usr/share/aclocal/guile.m4: 176
aclocal: found macro GUILE_PROGS in /usr/share/aclocal/guile.m4: 237
aclocal: found macro GUILE_CHECK in /usr/share/aclocal/guile.m4: 321
aclocal: found macro GUILE_MODULE_CHECK in /usr/share/aclocal/guile.m4: 336
aclocal: found macro GUILE_MODULE_AVAILABLE in /usr/share/aclocal/guile.m4: 350
aclocal: found macro GUILE_MODULE_REQUIRED in /usr/share/aclocal/guile.m4: 361
aclocal: found macro GUILE_MODULE_EXPORTS in /usr/share/aclocal/guile.m4: 376
aclocal: found macro GUILE_MODULE_REQUIRED_EXPORT in /usr/share/aclocal/guile.m4: 387
aclocal: found macro AM_PATH_GTK_3_0 in /usr/share/aclocal/gtk-3.0.m4: 12
aclocal: found macro GTK_CHECK_BACKEND in /usr/share/aclocal/gtk-3.0.m4: 194
aclocal: found macro AM_PATH_GTK_2_0 in /usr/share/aclocal/gtk-2.0.m4: 8
aclocal: found macro GST_ELEMENT_CHECK in /usr/share/aclocal/gst-element-check-1.0.m4: 12
aclocal: found macro GLIB_GSETTINGS in /usr/share/aclocal/gsettings.m4: 9
aclocal: found macro _GSETTINGS_SUBST in /usr/share/aclocal/gsettings.m4: 83
aclocal: found macro AM_PATH_GPGRT in /usr/share/aclocal/gpgrt.m4: 25
aclocal: found macro _AM_PATH_GPGME_CONFIG in /usr/share/aclocal/gpgme.m4: 15
aclocal: found macro _AM_PATH_GPGME_CONFIG_HOST_CHECK in /usr/share/aclocal/gpgme.m4: 67
aclocal: found macro AM_PATH_GPGME in /usr/share/aclocal/gpgme.m4: 99
aclocal: found macro AM_PATH_GPGME_PTHREAD in /usr/share/aclocal/gpgme.m4: 172
aclocal: found macro AM_PATH_GPGME_GLIB in /usr/share/aclocal/gpgme.m4: 243
aclocal: found macro AM_PATH_GPG_ERROR in /usr/share/aclocal/gpg-error.m4: 27
aclocal: found macro GLIB_GNU_GETTEXT in /usr/share/aclocal/glib-gettext.m4: 366
aclocal: found macro AM_GLIB_GNU_GETTEXT in /usr/share/aclocal/glib-gettext.m4: 467
aclocal: found macro AM_GLIB_DEFINE_LOCALEDIR in /usr/share/aclocal/glib-gettext.m4: 468
aclocal: found macro GLIB_RUN_PROG in /usr/share/aclocal/glib-gettext.m4: 476
aclocal: found macro AM_PATH_GLIB_2_0 in /usr/share/aclocal/glib-2.0.m4: 11
aclocal: found macro AM_PATH_GIMP_2_0 in /usr/share/aclocal/gimp-2.0.m4: 8
aclocal: found macro AM_GNU_GETTEXT in /usr/share/aclocal/gettext.m4: 55
aclocal: found macro AM_GNU_GETTEXT_NEED in /usr/share/aclocal/gettext.m4: 375
aclocal: found macro AM_GNU_GETTEXT_VERSION in /usr/share/aclocal/gettext.m4: 382
aclocal: found macro AM_GNU_GETTEXT_REQUIRE_VERSION in /usr/share/aclocal/gettext.m4: 386
aclocal: found macro AM_GCONF_SOURCE_2 in /usr/share/aclocal/gconf-2.m4: 8
aclocal: found macro AC_CHECK_FT2 in /usr/share/aclocal/freetype2.m4: 25
aclocal: found macro CMAKE_FIND_BINARY in /usr/share/aclocal/cmake.m4: 4
aclocal: found macro CMAKE_FIND_PACKAGE in /usr/share/aclocal/cmake.m4: 19
aclocal: found macro LIBCAP_NG_PATH in /usr/share/aclocal/cap-ng.m4: 4
aclocal: found macro BISON_I18N in /usr/share/aclocal/bison-i18n.m4: 18
aclocal: found macro AUDIT_PATH in /usr/share/aclocal/audit.m4: 4
aclocal: found macro AM_PATH_ALSA in /usr/share/aclocal/alsa.m4: 19
aclocal: found macro AC_CHECK_KRB5 in /usr/share/aclocal/ac_check_krb5.m4: 27
aclocal: found macro AM_PATH_AALIB in /usr/share/aclocal/aalib.m4: 12
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro _AM_PROG_CC_C_O
aclocal: saw macro _AM_PROG_CC_C_O
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_PROG_CC_C_O
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AC_AM_CONFIG_HEADER_HOOK
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_LANG
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LT_CONFIG_LTDL_DIR
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_CONVENIENCE
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIBLTDL_CONVENIENCE
aclocal: saw macro LTDL_INSTALLABLE
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIBLTDL_INSTALLABLE
aclocal: saw macro _LT_LIBOBJ
aclocal: saw macro LTDL_INIT
aclocal: saw macro _LT_LIBOBJ
aclocal: saw macro LT_CONFIG_LTDL_DIR
aclocal: saw macro _LTDL_SETUP
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIB_LTDL
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_WITH_LTDL
aclocal: saw macro LT_WITH_LTDL
aclocal: saw macro LTDL_INIT
aclocal: saw macro _LTDL_SETUP
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_FUNC_ARGZ
aclocal: saw macro LT_FUNC_ARGZ
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro AC_LTDL_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro AC_LTDL_SHLIBEXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro AC_LTDL_SHLIBPATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro AC_LTDL_SYSSEARCHPATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro AC_LTDL_DLLIB
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro AC_LTDL_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro AC_LTDL_DLSYM_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_FUNC_ARGZ
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_DLOPEN
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_WIN32_DLL
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro AM_ENABLE_SHARED
aclocal: saw macro AC_ENABLE_SHARED
aclocal: saw macro AM_DISABLE_SHARED
aclocal: saw macro AC_DISABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro AM_ENABLE_STATIC
aclocal: saw macro AC_ENABLE_STATIC
aclocal: saw macro AM_DISABLE_STATIC
aclocal: saw macro AC_DISABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_FAST_INSTALL
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_FAST_INSTALL
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro AC_LIBTOOL_LINKER_OPTION
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro _LT_AC_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_AC_SHELL_INIT
aclocal: saw macro _LT_AC_SYS_LIBPATH_AIX
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro _LT_AC_TAGVAR
aclocal: saw macro AC_LTDL_ENABLE_INSTALL
aclocal: saw macro AC_LTDL_PREOPEN
aclocal: saw macro _LT_AC_SYS_COMPILER
aclocal: saw macro _LT_AC_LOCK
aclocal: saw macro AC_LIBTOOL_SYS_OLD_ARCHIVE
aclocal: saw macro _LT_AC_TRY_DLOPEN_SELF
aclocal: saw macro AC_LIBTOOL_PROG_CC_C_O
aclocal: saw macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS
aclocal: saw macro AC_LIBTOOL_OBJDIR
aclocal: saw macro AC_LTDL_OBJDIR
aclocal: saw macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
aclocal: saw macro AC_LIBTOOL_SYS_LIB_STRIP
aclocal: saw macro AC_PATH_MAGIC
aclocal: saw macro AC_PROG_LD_GNU
aclocal: saw macro AC_PROG_LD_RELOAD_FLAG
aclocal: saw macro AC_DEPLIBS_CHECK_METHOD
aclocal: saw macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI
aclocal: saw macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
aclocal: saw macro AC_LIBTOOL_PROG_COMPILER_PIC
aclocal: saw macro AC_LIBTOOL_PROG_LD_SHLIBS
aclocal: saw macro AC_LIBTOOL_POSTDEP_PREDEP
aclocal: saw macro LT_AC_PROG_EGREP
aclocal: saw macro LT_AC_PROG_SED
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _AC_PROG_LIBTOOL
aclocal: saw macro AC_LIBTOOL_SETUP
aclocal: saw macro _LT_AC_CHECK_DLFCN
aclocal: saw macro AC_LIBTOOL_SYS_DYNAMIC_LINKER
aclocal: saw macro _LT_AC_TAGCONFIG
aclocal: saw macro AC_DISABLE_FAST_INSTALL
aclocal: saw macro _LT_AC_LANG_CXX
aclocal: saw macro _LT_AC_LANG_F77
aclocal: saw macro _LT_AC_LANG_GCJ
aclocal: saw macro AC_LIBTOOL_LANG_C_CONFIG
aclocal: saw macro _LT_AC_LANG_C_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_CXX_CONFIG
aclocal: saw macro _LT_AC_LANG_CXX_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_F77_CONFIG
aclocal: saw macro _LT_AC_LANG_F77_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_GCJ_CONFIG
aclocal: saw macro _LT_AC_LANG_GCJ_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_RC_CONFIG
aclocal: saw macro _LT_AC_LANG_RC_CONFIG
aclocal: saw macro AC_LIBTOOL_CONFIG
aclocal: saw macro _LT_AC_FILE_LTDLL_C
aclocal: saw macro _LT_REQUIRED_DARWIN_CHECKS
aclocal: saw macro _LT_AC_PROG_CXXCPP
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_PROG_F77
aclocal: saw macro _LT_PROG_FC
aclocal: saw macro _LT_PROG_CXX
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_PICMODE
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_PROG_LIBTOOL
aclocal: saw macro LT_INIT
aclocal: saw macro AM_PROG_LIBTOOL
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro _LT_WITH_SYSROOT
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LT_OUTPUT
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_CXX
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_F77
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_FC
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_RC
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_REQUIRED_DARWIN_CHECKS
aclocal: saw macro _LT_REQUIRED_DARWIN_CHECKS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_WITH_SYSROOT
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro AC_LIBTOOL_COMPILER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro AC_LIBTOOL_LINKER_OPTION
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro AC_LIBTOOL_SYS_MAX_CMD_LEN
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro AC_LIBTOOL_DLOPEN_SELF
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro AC_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PATH_LD
aclocal: saw macro AM_PROG_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro AC_PROG_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_NM
aclocal: saw macro AM_PROG_NM
aclocal: saw macro LT_PATH_NM
aclocal: saw macro AC_PROG_NM
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro LT_LIB_M
aclocal: saw macro LT_LIB_M
aclocal: saw macro AC_CHECK_LIBM
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GO
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_RC
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_AC_PROG_GCJ
aclocal: saw macro LT_PROG_GO
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_AC_PROG_RC
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro LT_AC_PROG_SED
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GO
aclocal: saw macro LT_PROG_RC
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_PATH_LISPDIR
aclocal: saw macro AM_PATH_LISPDIR
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_EXISTS
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_EXISTS
aclocal: saw macro _PKG_SHORT_ERRORS_SUPPORTED
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro _PKG_SHORT_ERRORS_SUPPORTED
aclocal: saw macro PKG_CHECK_MODULES_STATIC
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_INSTALLDIR
aclocal: saw macro PKG_NOARCH_INSTALLDIR
aclocal: saw macro PKG_CHECK_VAR
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_WITH_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_HAVE_WITH_MODULES
aclocal: saw macro PKG_WITH_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_HAVE_DEFINE_WITH_MODULES
aclocal: saw macro PKG_HAVE_WITH_MODULES
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PKG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_EXISTS
aclocal: saw macro GUILE_FLAGS
aclocal: saw macro GUILE_PKG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AC_LIB_LINKFLAGS_FROM_LIBS
aclocal: saw macro AC_LIB_LINKFLAGS
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_PREFIX
aclocal: saw macro AC_LIB_LINKFLAGS
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro gl_HOST_CPU_C_ABI_32BIT
aclocal: saw macro gl_HOST_CPU_C_ABI
aclocal: saw macro gl_HOST_CPU_C_ABI_32BIT
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro gl_HOST_CPU_C_ABI_32BIT
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_LINKFLAGS_BODY
aclocal: saw macro AC_LIB_APPENDTOVAR
aclocal: saw macro AC_LIB_HAVE_LINKFLAGS
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_LINKFLAGS_BODY
aclocal: saw macro AC_LIB_APPENDTOVAR
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PROG_LD
aclocal: saw macro AC_LIB_PROG_LD_GNU
aclocal: saw macro AC_LIB_PROG_LD
aclocal: saw macro AC_LIB_PROG_LD_GNU
aclocal: saw macro AC_LIB_FROMPACKAGE
aclocal: saw macro AC_LIB_LINKFLAGS_BODY
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_APPENDTOVAR
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_LINKFLAGS_FROM_LIBS
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PROG_LD
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_LINKFLAGS_FROM_LIBS
aclocal: saw macro GUILE_SITE_DIR
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_CHECK
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_MODULE_CHECK
aclocal: saw macro GUILE_CHECK
aclocal: saw macro GUILE_MODULE_AVAILABLE
aclocal: saw macro GUILE_MODULE_CHECK
aclocal: saw macro GUILE_MODULE_REQUIRED
aclocal: saw macro GUILE_MODULE_AVAILABLE
aclocal: saw macro GUILE_MODULE_EXPORTS
aclocal: saw macro GUILE_MODULE_CHECK
aclocal: saw macro GUILE_MODULE_REQUIRED_EXPORT
aclocal: saw macro GUILE_MODULE_EXPORTS
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_FLAGS
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: running echo 'm4_define([m4_require_silent_probe], [-])' | autom4te --language Autoconf-without-aclocal-m4  - /usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4 '/usr/share/aclocal/guile.m4' '/usr/share/aclocal/host-cpu-c-abi.m4' '/usr/share/aclocal/lib-ld.m4' '/usr/share/aclocal/lib-link.m4' '/usr/share/aclocal/lib-prefix.m4' '/usr/share/aclocal/libtool.m4' '/usr/share/aclocal/ltargz.m4' '/usr/share/aclocal/ltdl.m4' '/usr/share/aclocal/ltoptions.m4' '/usr/share/aclocal/ltsugar.m4' '/usr/share/aclocal/ltversion.m4' '/usr/share/aclocal/lt~obsolete.m4' '/usr/share/aclocal/pkg.m4' '/usr/share/aclocal-1.16/amversion.m4' '/usr/share/aclocal-1.16/auxdir.m4' '/usr/share/aclocal-1.16/cond-if.m4' '/usr/share/aclocal-1.16/cond.m4' '/usr/share/aclocal-1.16/depend.m4' '/usr/share/aclocal-1.16/depout.m4' '/usr/share/aclocal-1.16/init.m4' '/usr/share/aclocal-1.16/install-sh.m4' '/usr/share/aclocal-1.16/lead-dot.m4' '/usr/share/aclocal-1.16/lispdir.m4' '/usr/share/aclocal-1.16/make.m4' '/usr/share/aclocal-1.16/missing.m4' '/usr/share/aclocal-1.16/options.m4' '/usr/share/aclocal-1.16/prog-cc-c-o.m4' '/usr/share/aclocal-1.16/runlog.m4' '/usr/share/aclocal-1.16/sanity.m4' '/usr/share/aclocal-1.16/silent.m4' '/usr/share/aclocal-1.16/strip.m4' '/usr/share/aclocal-1.16/substnot.m4' '/usr/share/aclocal-1.16/tar.m4' --trace='AC_DEFUN:$f::$n::${::}%' --trace='AC_DEFUN_ONCE:$f::$n::${::}%' --trace='AU_DEFUN:$f::$n::${::}%' --trace='_AM_AUTOCONF_VERSION:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR_TRACE:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR:$f::$n::${::}%' --trace='_AM_CONFIG_MACRO_DIRS:$f::$n::${::}%' --trace='LT_SYS_MODULE_PATH:$f::$n' --trace='LT_SYS_DLOPEN_SELF:$f::$n' --trace='AC_DEPLIBS_CHECK_METHOD:$f::$n' --trace='LT_AC_PROG_GCJ:$f::$n' --trace='LT_SYS_SYMBOL_USCORE:$f::$n' --trace='AC_LTDL_SYSSEARCHPATH:$f::$n' --trace='AC_LIBTOOL_DLOPEN_SELF:$f::$n' --trace='PKG_PROG_PKG_CONFIG:$f::$n' --trace='LT_INIT:$f::$n' --trace='_LT_AC_LANG_RC_CONFIG:$f::$n' --trace='_LT_AC_LANG_GCJ_CONFIG:$f::$n' --trace='AC_LIBTOOL_SYS_OLD_ARCHIVE:$f::$n' --trace='AC_PATH_TOOL_PREFIX:$f::$n' --trace='AC_LIBTOOL_OBJDIR:$f::$n' --trace='AC_LTDL_DLLIB:$f::$n' --trace='AC_LTDL_SHLIBPATH:$f::$n' --trace='_LT_PROG_CXX:$f::$n' --trace='AC_DISABLE_STATIC:$f::$n' --trace='_LT_AC_LOCK:$f::$n' --trace='AC_PROG_EGREP:$f::$n' --trace='_LT_AC_SYS_LIBPATH_AIX:$f::$n' --trace='_LT_AC_LANG_CXX:$f::$n' --trace='AM_AUX_DIR_EXPAND:$f::$n' --trace='_LT_PROG_ECHO_BACKSLASH:$f::$n' --trace='AC_LIBTOOL_PROG_COMPILER_NO_RTTI:$f::$n' --trace='_AM_SET_OPTIONS:$f::$n' --trace='_LT_AC_LANG_F77:$f::$n' --trace='AC_LIBTOOL_LANG_F77_CONFIG:$f::$n' --trace='LT_AC_PROG_RC:$f::$n' --trace='GUILE_SITE_DIR:$f::$n' --trace='GUILE_MODULE_CHECK:$f::$n' --trace='LTOPTIONS_VERSION:$f::$n' --trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='AM_PROG_LIBTOOL:$f::$n' --trace='LTDL_CONVENIENCE:$f::$n' --trace='PKG_NOARCH_INSTALLDIR:$f::$n' --trace='AC_LIB_LTDL:$f::$n' --trace='AC_LIB_WITH_FINAL_PREFIX:$f::$n' --trace='LT_PATH_LD:$f::$n' --trace='_LT_PATH_TOOL_PREFIX:$f::$n' --trace='LTOBSOLETE_VERSION:$f::$n' --trace='LT_PATH_NM:$f::$n' --trace='AC_LTDL_SYMBOL_USCORE:$f::$n' --trace='AC_LIB_PROG_LD_GNU:$f::$n' --trace='AC_LIBTOOL_PICMODE:$f::$n' --trace='AC_LTDL_DLSYM_USCORE:$f::$n' --trace='PKG_HAVE_WITH_MODULES:$f::$n' --trace='_AM_MANGLE_OPTION:$f::$n' --trace='AM_SANITY_CHECK:$f::$n' --trace='LT_LIB_DLLOAD:$f::$n' --trace='AM_ENABLE_SHARED:$f::$n' --trace='AC_LIB_PREPARE_MULTILIB:$f::$n' --trace='_LT_LINKER_BOILERPLATE:$f::$n' --trace='_LT_AC_LANG_C_CONFIG:$f::$n' --trace='_LT_AC_PROG_ECHO_BACKSLASH:$f::$n' --trace='AM_INIT_AUTOMAKE:$f::$n' --trace='AC_LIB_LINKFLAGS_BODY:$f::$n' --trace='AC_WITH_LTDL:$f::$n' --trace='_LT_PROG_LTMAIN:$f::$n' --trace='PKG_INSTALLDIR:$f::$n' --trace='LT_SYS_DLOPEN_DEPLIBS:$f::$n' --trace='_LT_PREPARE_SED_QUOTE_VARS:$f::$n' --trace='AC_ENABLE_STATIC:$f::$n' --trace='LT_AC_PROG_EGREP:$f::$n' --trace='LT_PROG_GO:$f::$n' --trace='_AM_DEPENDENCIES:$f::$n' --trace='_AM_PROG_TAR:$f::$n' --trace='AM_PROG_INSTALL_SH:$f::$n' --trace='LT_SUPPORTED_TAG:$f::$n' --trace='AC_LIBTOOL_DLOPEN:$f::$n' --trace='_LT_WITH_SYSROOT:$f::$n' --trace='_LT_COMPILER_OPTION:$f::$n' --trace='LT_PROG_RC:$f::$n' --trace='AC_LTDL_SYS_DLOPEN_DEPLIBS:$f::$n' --trace='LT_SYS_DLSEARCH_PATH:$f::$n' --trace='PKG_HAVE_DEFINE_WITH_MODULES:$f::$n' --trace='_AM_SUBST_NOTMAKE:$f::$n' --trace='_LT_AC_SHELL_INIT:$f::$n' --trace='AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH:$f::$n' --trace='AC_LIBLTDL_CONVENIENCE:$f::$n' --trace='LTSUGAR_VERSION:$f::$n' --trace='_AM_SET_OPTION:$f::$n' --trace='_LT_AC_TRY_DLOPEN_SELF:$f::$n' --trace='LT_FUNC_DLSYM_USCORE:$f::$n' --trace='AC_LIBTOOL_SYS_LIB_STRIP:$f::$n' --trace='AC_LIB_HAVE_LINKFLAGS:$f::$n' --trace='_LT_AC_TAGVAR:$f::$n' --trace='AM_SET_LEADING_DOT:$f::$n' --trace='AC_LIBTOOL_CXX:$f::$n' --trace='PKG_CHECK_EXISTS:$f::$n' --trace='AC_LIBLTDL_INSTALLABLE:$f::$n' --trace='AM_MISSING_PROG:$f::$n' --trace='AC_PROG_LD_RELOAD_FLAG:$f::$n' --trace='_LT_DLL_DEF_P:$f::$n' --trace='AM_DISABLE_STATIC:$f::$n' --trace='AM_SUBST_NOTMAKE:$f::$n' --trace='_LT_PROG_F77:$f::$n' --trace='_LT_AC_FILE_LTDLL_C:$f::$n' --trace='LT_CMD_MAX_LEN:$f::$n' --trace='AM_MAKE_INCLUDE:$f::$n' --trace='AC_PROG_LIBTOOL:$f::$n' --trace='AC_LIB_PREPARE_PREFIX:$f::$n' --trace='AM_AUTOMAKE_VERSION:$f::$n' --trace='_LT_AC_CHECK_DLFCN:$f::$n' --trace='GUILE_FLAGS:$f::$n' --trace='GUILE_PROGS:$f::$n' --trace='_LT_AC_TAGCONFIG:$f::$n' --trace='AC_LIBTOOL_LANG_RC_CONFIG:$f::$n' --trace='AM_ENABLE_STATIC:$f::$n' --trace='_LT_CC_BASENAME:$f::$n' --trace='PKG_CHECK_MODULES:$f::$n' --trace='AC_LIBTOOL_CONFIG:$f::$n' --trace='GUILE_CHECK:$f::$n' --trace='AM_DEP_TRACK:$f::$n' --trace='AC_LIBTOOL_COMPILER_OPTION:$f::$n' --trace='AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE:$f::$n' --trace='AC_ENABLE_SHARED:$f::$n' --trace='LT_FUNC_ARGZ:$f::$n' --trace='AC_LIBTOOL_POSTDEP_PREDEP:$f::$n' --trace='_AC_PROG_LIBTOOL:$f::$n' --trace='AC_LIB_PREFIX:$f::$n' --trace='_AM_PROG_CC_C_O:$f::$n' --trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='AC_LIBTOOL_WIN32_DLL:$f::$n' --trace='AC_LIB_LINKFLAGS_FROM_LIBS:$f::$n' --trace='AM_SILENT_RULES:$f::$n' --trace='AM_DISABLE_SHARED:$f::$n' --trace='AC_LIB_LINKFLAGS:$f::$n' --trace='AC_PATH_MAGIC:$f::$n' --trace='AC_LIBTOOL_LINKER_OPTION:$f::$n' --trace='AM_MISSING_HAS_RUN:$f::$n' --trace='AM_PROG_NM:$f::$n' --trace='AC_LIB_RPATH:$f::$n' --trace='LT_AC_PROG_SED:$f::$n' --trace='AM_PROG_CC_C_O:$f::$n' --trace='AM_PROG_LD:$f::$n' --trace='_LTDL_SETUP:$f::$n' --trace='AM_RUN_LOG:$f::$n' --trace='AC_LIB_APPENDTOVAR:$f::$n' --trace='GUILE_MODULE_EXPORTS:$f::$n' --trace='LT_SYS_MODULE_EXT:$f::$n' --trace='AC_LIBTOOL_SYS_MAX_CMD_LEN:$f::$n' --trace='AM_CONDITIONAL:$f::$n' --trace='AC_LTDL_SHLIBEXT:$f::$n' --trace='AC_DISABLE_FAST_INSTALL:$f::$n' --trace='_LT_AC_PROG_CXXCPP:$f::$n' --trace='AC_LIBTOOL_RC:$f::$n' --trace='GUILE_PKG:$f::$n' --trace='_LT_REQUIRED_DARWIN_CHECKS:$f::$n' --trace='AC_LIBTOOL_F77:$f::$n' --trace='gl_HOST_CPU_C_ABI_32BIT:$f::$n' --trace='LTVERSION_VERSION:$f::$n' --trace='AM_SET_DEPDIR:$f::$n' --trace='AC_LTDL_OBJDIR:$f::$n' --trace='AC_LIBTOOL_SETUP:$f::$n' --trace='AC_LTDL_PREOPEN:$f::$n' --trace='PKG_CHECK_MODULES_STATIC:$f::$n' --trace='AM_COND_IF:$f::$n' --trace='PKG_WITH_MODULES:$f::$n' --trace='AC_LIBTOOL_LANG_CXX_CONFIG:$f::$n' --trace='AC_LIBTOOL_PROG_LD_SHLIBS:$f::$n' --trace='AC_LIBTOOL_SYS_DYNAMIC_LINKER:$f::$n' --trace='AM_PROG_INSTALL_STRIP:$f::$n' --trace='AC_LIBTOOL_GCJ:$f::$n' --trace='_PKG_SHORT_ERRORS_SUPPORTED:$f::$n' --trace='gl_HOST_CPU_C_ABI:$f::$n' --trace='AC_LIBTOOL_LANG_C_CONFIG:$f::$n' --trace='GUILE_MODULE_REQUIRED_EXPORT:$f::$n' --trace='_LT_LIBOBJ:$f::$n' --trace='LT_CONFIG_LTDL_DIR:$f::$n' --trace='AC_LIBTOOL_PROG_CC_C_O:$f::$n' --trace='AC_DISABLE_SHARED:$f::$n' --trace='_LT_AC_LANG_GCJ:$f::$n' --trace='_LT_COMPILER_BOILERPLATE:$f::$n' --trace='AC_LIBTOOL_PROG_COMPILER_PIC:$f::$n' --trace='_LT_LINKER_OPTION:$f::$n' --trace='AC_PROG_LD_GNU:$f::$n' --trace='AC_LIBTOOL_FC:$f::$n' --trace='AC_LIBTOOL_LANG_GCJ_CONFIG:$f::$n' --trace='LT_PROG_GCJ:$f::$n' --trace='_LT_AC_LANG_CXX_CONFIG:$f::$n' --trace='AC_CHECK_LIBM:$f::$n' --trace='AC_LTDL_ENABLE_INSTALL:$f::$n' --trace='AM_PATH_LISPDIR:$f::$n' --trace='AC_PROG_LD:$f::$n' --trace='LT_OUTPUT:$f::$n' --trace='AC_PROG_NM:$f::$n' --trace='AC_LIB_PROG_LD:$f::$n' --trace='_AM_IF_OPTION:$f::$n' --trace='PKG_CHECK_VAR:$f::$n' --trace='LT_LANG:$f::$n' --trace='_LT_AC_LANG_F77_CONFIG:$f::$n' --trace='LTDL_INIT:$f::$n' --trace='_LT_PROG_FC:$f::$n' --trace='AC_ENABLE_FAST_INSTALL:$f::$n' --trace='_LT_AC_SYS_COMPILER:$f::$n' --trace='LT_LIB_M:$f::$n' --trace='GUILE_MODULE_AVAILABLE:$f::$n' --trace='AC_LIB_FROMPACKAGE:$f::$n' --trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n' --trace='GUILE_MODULE_REQUIRED:$f::$n' --trace='LTDL_INSTALLABLE:$f::$n' --trace='AC_LIBTOOL_SYS_HARD_LINK_LOCKS:$f::$n' --trace='LT_WITH_LTDL:$f::$n' --trace='_AC_AM_CONFIG_HEADER_HOOK:$f::$n' configure.ac
aclocal: found macro LTOBSOLETE_VERSION in m4/lt~obsolete.m4: 37
aclocal: found macro AC_LIBTOOL_LINKER_OPTION in m4/lt~obsolete.m4: 39
aclocal: found macro AC_PROG_EGREP in m4/lt~obsolete.m4: 40
aclocal: found macro _LT_AC_PROG_ECHO_BACKSLASH in m4/lt~obsolete.m4: 41
aclocal: found macro _LT_AC_SHELL_INIT in m4/lt~obsolete.m4: 42
aclocal: found macro _LT_AC_SYS_LIBPATH_AIX in m4/lt~obsolete.m4: 43
aclocal: found macro _LT_PROG_LTMAIN in m4/lt~obsolete.m4: 44
aclocal: found macro _LT_AC_TAGVAR in m4/lt~obsolete.m4: 45
aclocal: found macro AC_LTDL_ENABLE_INSTALL in m4/lt~obsolete.m4: 46
aclocal: found macro AC_LTDL_PREOPEN in m4/lt~obsolete.m4: 47
aclocal: found macro _LT_AC_SYS_COMPILER in m4/lt~obsolete.m4: 48
aclocal: found macro _LT_AC_LOCK in m4/lt~obsolete.m4: 49
aclocal: found macro AC_LIBTOOL_SYS_OLD_ARCHIVE in m4/lt~obsolete.m4: 50
aclocal: found macro _LT_AC_TRY_DLOPEN_SELF in m4/lt~obsolete.m4: 51
aclocal: found macro AC_LIBTOOL_PROG_CC_C_O in m4/lt~obsolete.m4: 52
aclocal: found macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS in m4/lt~obsolete.m4: 53
aclocal: found macro AC_LIBTOOL_OBJDIR in m4/lt~obsolete.m4: 54
aclocal: found macro AC_LTDL_OBJDIR in m4/lt~obsolete.m4: 55
aclocal: found macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH in m4/lt~obsolete.m4: 56
aclocal: found macro AC_LIBTOOL_SYS_LIB_STRIP in m4/lt~obsolete.m4: 57
aclocal: found macro AC_PATH_MAGIC in m4/lt~obsolete.m4: 58
aclocal: found macro AC_PROG_LD_GNU in m4/lt~obsolete.m4: 59
aclocal: found macro AC_PROG_LD_RELOAD_FLAG in m4/lt~obsolete.m4: 60
aclocal: found macro AC_DEPLIBS_CHECK_METHOD in m4/lt~obsolete.m4: 61
aclocal: found macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI in m4/lt~obsolete.m4: 62
aclocal: found macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE in m4/lt~obsolete.m4: 63
aclocal: found macro AC_LIBTOOL_PROG_COMPILER_PIC in m4/lt~obsolete.m4: 64
aclocal: found macro AC_LIBTOOL_PROG_LD_SHLIBS in m4/lt~obsolete.m4: 65
aclocal: found macro AC_LIBTOOL_POSTDEP_PREDEP in m4/lt~obsolete.m4: 66
aclocal: found macro LT_AC_PROG_EGREP in m4/lt~obsolete.m4: 67
aclocal: found macro LT_AC_PROG_SED in m4/lt~obsolete.m4: 68
aclocal: found macro _LT_CC_BASENAME in m4/lt~obsolete.m4: 69
aclocal: found macro _LT_COMPILER_BOILERPLATE in m4/lt~obsolete.m4: 70
aclocal: found macro _LT_LINKER_BOILERPLATE in m4/lt~obsolete.m4: 71
aclocal: found macro _AC_PROG_LIBTOOL in m4/lt~obsolete.m4: 72
aclocal: found macro AC_LIBTOOL_SETUP in m4/lt~obsolete.m4: 73
aclocal: found macro _LT_AC_CHECK_DLFCN in m4/lt~obsolete.m4: 74
aclocal: found macro AC_LIBTOOL_SYS_DYNAMIC_LINKER in m4/lt~obsolete.m4: 75
aclocal: found macro _LT_AC_TAGCONFIG in m4/lt~obsolete.m4: 76
aclocal: found macro AC_DISABLE_FAST_INSTALL in m4/lt~obsolete.m4: 77
aclocal: found macro _LT_AC_LANG_CXX in m4/lt~obsolete.m4: 78
aclocal: found macro _LT_AC_LANG_F77 in m4/lt~obsolete.m4: 79
aclocal: found macro _LT_AC_LANG_GCJ in m4/lt~obsolete.m4: 80
aclocal: found macro AC_LIBTOOL_LANG_C_CONFIG in m4/lt~obsolete.m4: 81
aclocal: found macro _LT_AC_LANG_C_CONFIG in m4/lt~obsolete.m4: 82
aclocal: found macro AC_LIBTOOL_LANG_CXX_CONFIG in m4/lt~obsolete.m4: 83
aclocal: found macro _LT_AC_LANG_CXX_CONFIG in m4/lt~obsolete.m4: 84
aclocal: found macro AC_LIBTOOL_LANG_F77_CONFIG in m4/lt~obsolete.m4: 85
aclocal: found macro _LT_AC_LANG_F77_CONFIG in m4/lt~obsolete.m4: 86
aclocal: found macro AC_LIBTOOL_LANG_GCJ_CONFIG in m4/lt~obsolete.m4: 87
aclocal: found macro _LT_AC_LANG_GCJ_CONFIG in m4/lt~obsolete.m4: 88
aclocal: found macro AC_LIBTOOL_LANG_RC_CONFIG in m4/lt~obsolete.m4: 89
aclocal: found macro _LT_AC_LANG_RC_CONFIG in m4/lt~obsolete.m4: 90
aclocal: found macro AC_LIBTOOL_CONFIG in m4/lt~obsolete.m4: 91
aclocal: found macro _LT_AC_FILE_LTDLL_C in m4/lt~obsolete.m4: 92
aclocal: found macro _LT_REQUIRED_DARWIN_CHECKS in m4/lt~obsolete.m4: 93
aclocal: found macro _LT_AC_PROG_CXXCPP in m4/lt~obsolete.m4: 94
aclocal: found macro _LT_PREPARE_SED_QUOTE_VARS in m4/lt~obsolete.m4: 95
aclocal: found macro _LT_PROG_ECHO_BACKSLASH in m4/lt~obsolete.m4: 96
aclocal: found macro _LT_PROG_F77 in m4/lt~obsolete.m4: 97
aclocal: found macro _LT_PROG_FC in m4/lt~obsolete.m4: 98
aclocal: found macro _LT_PROG_CXX in m4/lt~obsolete.m4: 99
aclocal: found macro LTVERSION_VERSION in m4/ltversion.m4: 18
aclocal: found macro LTSUGAR_VERSION in m4/ltsugar.m4: 14
aclocal: found macro LTOPTIONS_VERSION in m4/ltoptions.m4: 14
aclocal: found macro AC_LIBTOOL_DLOPEN in m4/ltoptions.m4: 113
aclocal: found macro AC_LIBTOOL_WIN32_DLL in m4/ltoptions.m4: 148
aclocal: found macro AC_ENABLE_SHARED in m4/ltoptions.m4: 197
aclocal: found macro AC_DISABLE_SHARED in m4/ltoptions.m4: 201
aclocal: found macro AM_ENABLE_SHARED in m4/ltoptions.m4: 205
aclocal: found macro AM_DISABLE_SHARED in m4/ltoptions.m4: 206
aclocal: found macro AC_ENABLE_STATIC in m4/ltoptions.m4: 251
aclocal: found macro AC_DISABLE_STATIC in m4/ltoptions.m4: 255
aclocal: found macro AM_ENABLE_STATIC in m4/ltoptions.m4: 259
aclocal: found macro AM_DISABLE_STATIC in m4/ltoptions.m4: 260
aclocal: found macro AC_ENABLE_FAST_INSTALL in m4/ltoptions.m4: 305
aclocal: ignoring macro AC_DISABLE_FAST_INSTALL in m4/ltoptions.m4: 312
aclocal: found macro AC_LIBTOOL_PICMODE in m4/ltoptions.m4: 411
aclocal: found macro LT_INIT in m4/libtool.m4: 61
aclocal: found macro AC_PROG_LIBTOOL in m4/libtool.m4: 99
aclocal: found macro AM_PROG_LIBTOOL in m4/libtool.m4: 100
aclocal: found macro LT_OUTPUT in m4/libtool.m4: 619
aclocal: found macro LT_SUPPORTED_TAG in m4/libtool.m4: 811
aclocal: found macro LT_LANG in m4/libtool.m4: 822
aclocal: found macro AC_LIBTOOL_CXX in m4/libtool.m4: 914
aclocal: found macro AC_LIBTOOL_F77 in m4/libtool.m4: 915
aclocal: found macro AC_LIBTOOL_FC in m4/libtool.m4: 916
aclocal: found macro AC_LIBTOOL_GCJ in m4/libtool.m4: 917
aclocal: found macro AC_LIBTOOL_RC in m4/libtool.m4: 918
aclocal: found macro _LT_WITH_SYSROOT in m4/libtool.m4: 1246
aclocal: found macro _LT_COMPILER_OPTION in m4/libtool.m4: 1590
aclocal: found macro AC_LIBTOOL_COMPILER_OPTION in m4/libtool.m4: 1632
aclocal: found macro _LT_LINKER_OPTION in m4/libtool.m4: 1641
aclocal: ignoring macro AC_LIBTOOL_LINKER_OPTION in m4/libtool.m4: 1676
aclocal: found macro LT_CMD_MAX_LEN in m4/libtool.m4: 1683
aclocal: found macro AC_LIBTOOL_SYS_MAX_CMD_LEN in m4/libtool.m4: 1822
aclocal: found macro LT_SYS_DLOPEN_SELF in m4/libtool.m4: 1933
aclocal: found macro AC_LIBTOOL_DLOPEN_SELF in m4/libtool.m4: 2058
aclocal: found macro _LT_PATH_TOOL_PREFIX in m4/libtool.m4: 3176
aclocal: found macro AC_PATH_TOOL_PREFIX in m4/libtool.m4: 3238
aclocal: found macro LT_PATH_LD in m4/libtool.m4: 3261
aclocal: found macro AM_PROG_LD in m4/libtool.m4: 3350
aclocal: found macro AC_PROG_LD in m4/libtool.m4: 3351
aclocal: found macro LT_PATH_NM in m4/libtool.m4: 3680
aclocal: found macro AM_PROG_NM in m4/libtool.m4: 3775
aclocal: found macro AC_PROG_NM in m4/libtool.m4: 3776
aclocal: found macro _LT_DLL_DEF_P in m4/libtool.m4: 3847
aclocal: found macro LT_LIB_M in m4/libtool.m4: 3861
aclocal: found macro AC_CHECK_LIBM in m4/libtool.m4: 3880
aclocal: found macro LT_PROG_GCJ in m4/libtool.m4: 8146
aclocal: found macro LT_AC_PROG_GCJ in m4/libtool.m4: 8155
aclocal: found macro LT_PROG_GO in m4/libtool.m4: 8162
aclocal: found macro LT_PROG_RC in m4/libtool.m4: 8169
aclocal: found macro LT_AC_PROG_RC in m4/libtool.m4: 8174
aclocal: ignoring macro LT_AC_PROG_SED in m4/libtool.m4: 8294
aclocal: found macro AC_LIB_PREFIX in m4/lib-prefix.m4: 15
aclocal: found macro AC_LIB_PREPARE_PREFIX in m4/lib-prefix.m4: 115
aclocal: found macro AC_LIB_WITH_FINAL_PREFIX in m4/lib-prefix.m4: 138
aclocal: found macro AC_LIB_PREPARE_MULTILIB in m4/lib-prefix.m4: 155
aclocal: found macro AC_LIB_LINKFLAGS in m4/lib-link.m4: 17
aclocal: found macro AC_LIB_HAVE_LINKFLAGS in m4/lib-link.m4: 57
aclocal: found macro AC_LIB_RPATH in m4/lib-link.m4: 125
aclocal: found macro AC_LIB_FROMPACKAGE in m4/lib-link.m4: 161
aclocal: found macro AC_LIB_LINKFLAGS_BODY in m4/lib-link.m4: 181
aclocal: found macro AC_LIB_APPENDTOVAR in m4/lib-link.m4: 681
aclocal: found macro AC_LIB_LINKFLAGS_FROM_LIBS in m4/lib-link.m4: 705
aclocal: found macro AC_LIB_PROG_LD_GNU in m4/lib-ld.m4: 12
aclocal: found macro AC_LIB_PROG_LD in m4/lib-ld.m4: 27
aclocal: found macro gl_HOST_CPU_C_ABI in m4/host-cpu-c-abi.m4: 50
aclocal: found macro gl_HOST_CPU_C_ABI_32BIT in m4/host-cpu-c-abi.m4: 463
aclocal: found macro GUILE_PKG in m4/guile-2.2.m4: 62
aclocal: found macro GUILE_FLAGS in m4/guile-2.2.m4: 132
aclocal: found macro GUILE_SITE_DIR in m4/guile-2.2.m4: 176
aclocal: found macro GUILE_PROGS in m4/guile-2.2.m4: 237
aclocal: found macro GUILE_CHECK in m4/guile-2.2.m4: 321
aclocal: found macro GUILE_MODULE_CHECK in m4/guile-2.2.m4: 336
aclocal: found macro GUILE_MODULE_AVAILABLE in m4/guile-2.2.m4: 350
aclocal: found macro GUILE_MODULE_REQUIRED in m4/guile-2.2.m4: 361
aclocal: found macro GUILE_MODULE_EXPORTS in m4/guile-2.2.m4: 376
aclocal: found macro GUILE_MODULE_REQUIRED_EXPORT in m4/guile-2.2.m4: 387
aclocal: found macro AX_VALGRIND_DFLT in m4/ax_valgrind_check.m4: 76
aclocal: found macro AX_VALGRIND_CHECK in m4/ax_valgrind_check.m4: 84
aclocal: found macro AX_REQUIRE_DEFINED in m4/ax_require_defined.m4: 35
aclocal: found macro VL_LIB_READLINE in m4/ax_lib_readline.m4: 63
aclocal: found macro AX_LIB_READLINE in m4/ax_lib_readline.m4: 64
aclocal: found macro AX_IS_RELEASE in m4/ax_is_release.m4: 49
aclocal: found macro AX_FILE_ESCAPES in m4/ax_file_escapes.m4: 24
aclocal: found macro AX_CXX_COMPILE_STDCXX_14 in m4/ax_cxx_compile_stdcxx_14.m4: 34
aclocal: found macro AX_CXX_COMPILE_STDCXX in m4/ax_cxx_compile_stdcxx.m4: 48
aclocal: found macro AX_COMPILER_FLAGS_LDFLAGS in m4/ax_compiler_flags_ldflags.m4: 31
aclocal: found macro AX_COMPILER_FLAGS_GIR in m4/ax_compiler_flags_gir.m4: 31
aclocal: found macro AX_COMPILER_FLAGS_CXXFLAGS in m4/ax_compiler_flags_cxxflags.m4: 31
aclocal: found macro AX_COMPILER_FLAGS_CFLAGS in m4/ax_compiler_flags_cflags.m4: 31
aclocal: found macro AX_COMPILER_FLAGS in m4/ax_compiler_flags.m4: 113
aclocal: found macro _AX_CODE_COVERAGE_ENABLED in m4/ax_code_coverage.m4: 208
aclocal: found macro AX_CODE_COVERAGE in m4/ax_code_coverage.m4: 248
aclocal: found macro AX_CHECK_LINK_FLAG in m4/ax_check_link_flag.m4: 39
aclocal: found macro AX_CHECK_GNU_MAKE in m4/ax_check_gnu_make.m4: 74
aclocal: found macro AX_CHECK_ENABLE_DEBUG in m4/ax_check_enable_debug.m4: 47
aclocal: found macro AX_CHECK_COMPILE_FLAG in m4/ax_check_compile_flag.m4: 39
aclocal: found macro AX_APPEND_LINK_FLAGS in m4/ax_append_link_flags.m4: 38
aclocal: found macro AX_APPEND_FLAG in m4/ax_append_flag.m4: 33
aclocal: found macro AX_APPEND_COMPILE_FLAGS in m4/ax_append_compile_flags.m4: 40
aclocal: found macro AMINCLUDE_STATIC in m4/ax_am_macros_static.m4: 30
aclocal: found macro AX_AM_MACROS_STATIC in m4/ax_am_macros_static.m4: 32
aclocal: found macro AX_ADD_AM_MACRO_STATIC in m4/ax_add_am_macro_static.m4: 25
aclocal: found macro AX_AC_PRINT_TO_FILE in m4/ax_ac_print_to_file.m4: 26
aclocal: found macro AX_AC_APPEND_TO_FILE in m4/ax_ac_append_to_file.m4: 25
aclocal: found macro AM_PROG_VALAC in /usr/share/aclocal-1.16/vala.m4: 21
aclocal: found macro AM_PROG_UPC in /usr/share/aclocal-1.16/upc.m4: 9
aclocal: found macro _AM_PROG_TAR in /usr/share/aclocal-1.16/tar.m4: 23
aclocal: found macro _AM_SUBST_NOTMAKE in /usr/share/aclocal-1.16/substnot.m4: 12
aclocal: found macro AM_SUBST_NOTMAKE in /usr/share/aclocal-1.16/substnot.m4: 17
aclocal: found macro AM_PROG_INSTALL_STRIP in /usr/share/aclocal-1.16/strip.m4: 17
aclocal: found macro AM_SILENT_RULES in /usr/share/aclocal-1.16/silent.m4: 12
aclocal: found macro AM_SANITY_CHECK in /usr/share/aclocal-1.16/sanity.m4: 11
aclocal: found macro AM_RUN_LOG in /usr/share/aclocal-1.16/runlog.m4: 12
aclocal: found macro AM_PATH_PYTHON in /usr/share/aclocal-1.16/python.m4: 35
aclocal: found macro AM_PYTHON_CHECK_VERSION in /usr/share/aclocal-1.16/python.m4: 232
aclocal: found macro _AM_PROG_CC_C_O in /usr/share/aclocal-1.16/prog-cc-c-o.m4: 12
aclocal: found macro AM_PROG_CC_C_O in /usr/share/aclocal-1.16/prog-cc-c-o.m4: 47
aclocal: found macro _AM_MANGLE_OPTION in /usr/share/aclocal-1.16/options.m4: 11
aclocal: found macro _AM_SET_OPTION in /usr/share/aclocal-1.16/options.m4: 17
aclocal: found macro _AM_SET_OPTIONS in /usr/share/aclocal-1.16/options.m4: 23
aclocal: found macro _AM_IF_OPTION in /usr/share/aclocal-1.16/options.m4: 29
aclocal: found macro AM_CONFIG_HEADER in /usr/share/aclocal-1.16/obsolete.m4: 11
aclocal: found macro AM_PROG_CC_STDC in /usr/share/aclocal-1.16/obsolete.m4: 17
aclocal: found macro AM_C_PROTOTYPES in /usr/share/aclocal-1.16/obsolete.m4: 26
aclocal: found macro fp_C_PROTOTYPES in /usr/share/aclocal-1.16/obsolete.m4: 28
aclocal: found macro AM_PROG_MKDIR_P in /usr/share/aclocal-1.16/mkdirp.m4: 11
aclocal: found macro AM_MISSING_PROG in /usr/share/aclocal-1.16/missing.m4: 11
aclocal: found macro AM_MISSING_HAS_RUN in /usr/share/aclocal-1.16/missing.m4: 20
aclocal: found macro AM_MAKE_INCLUDE in /usr/share/aclocal-1.16/make.m4: 13
aclocal: found macro AM_MAINTAINER_MODE in /usr/share/aclocal-1.16/maintainer.m4: 16
aclocal: found macro AM_PATH_LISPDIR in /usr/share/aclocal-1.16/lispdir.m4: 14
aclocal: found macro AM_PROG_LEX in /usr/share/aclocal-1.16/lex.m4: 13
aclocal: found macro AM_SET_LEADING_DOT in /usr/share/aclocal-1.16/lead-dot.m4: 10
aclocal: found macro AM_PROG_INSTALL_SH in /usr/share/aclocal-1.16/install-sh.m4: 11
aclocal: found macro AM_INIT_AUTOMAKE in /usr/share/aclocal-1.16/init.m4: 29
aclocal: found macro _AC_AM_CONFIG_HEADER_HOOK in /usr/share/aclocal-1.16/init.m4: 186
aclocal: found macro AM_PROG_GCJ in /usr/share/aclocal-1.16/gcj.m4: 10
aclocal: found macro AM_EXTRA_RECURSIVE_TARGETS in /usr/share/aclocal-1.16/extra-recurs.m4: 16
aclocal: found macro AM_WITH_DMALLOC in /usr/share/aclocal-1.16/dmalloc.m4: 12
aclocal: found macro _AM_OUTPUT_DEPENDENCY_COMMANDS in /usr/share/aclocal-1.16/depout.m4: 11
aclocal: found macro AM_OUTPUT_DEPENDENCY_COMMANDS in /usr/share/aclocal-1.16/depout.m4: 64
aclocal: found macro _AM_DEPENDENCIES in /usr/share/aclocal-1.16/depend.m4: 26
aclocal: found macro AM_SET_DEPDIR in /usr/share/aclocal-1.16/depend.m4: 163
aclocal: found macro AM_DEP_TRACK in /usr/share/aclocal-1.16/depend.m4: 171
aclocal: found macro AM_CONDITIONAL in /usr/share/aclocal-1.16/cond.m4: 12
aclocal: found macro AM_COND_IF in /usr/share/aclocal-1.16/cond-if.m4: 23
aclocal: found macro AM_AUX_DIR_EXPAND in /usr/share/aclocal-1.16/auxdir.m4: 47
aclocal: found macro AM_PROG_AS in /usr/share/aclocal-1.16/as.m4: 11
aclocal: found macro AM_PROG_AR in /usr/share/aclocal-1.16/ar-lib.m4: 13
aclocal: found macro AM_AUTOMAKE_VERSION in /usr/share/aclocal-1.16/amversion.m4: 14
aclocal: found macro AM_SET_CURRENT_AUTOMAKE_VERSION in /usr/share/aclocal-1.16/amversion.m4: 33
aclocal: found macro PKG_CHECK_ZZIPLIB in /usr/share/aclocal/zziplib.m4: 15
aclocal: found macro AM_PATH_XMLSEC1 in /usr/share/aclocal/xmlsec1.m4: 9
aclocal: found macro XO_LIB_XAPIAN in /usr/share/aclocal/xapian.m4: 29
aclocal: found macro XO_REQUIRE in /usr/share/aclocal/xapian.m4: 144
aclocal: found macro WAYLAND_SCANNER_RULES in /usr/share/aclocal/wayland-scanner.m4: 1
aclocal: found macro XIPH_PATH_VORBIS in /usr/share/aclocal/vorbis.m4: 9
aclocal: found macro SC_PATH_TCLCONFIG in /usr/share/aclocal/tcl.m4: 20
aclocal: found macro SC_PATH_TKCONFIG in /usr/share/aclocal/tcl.m4: 153
aclocal: found macro SC_LOAD_TCLCONFIG in /usr/share/aclocal/tcl.m4: 286
aclocal: found macro SC_LOAD_TKCONFIG in /usr/share/aclocal/tcl.m4: 369
aclocal: found macro SC_PROG_TCLSH in /usr/share/aclocal/tcl.m4: 455
aclocal: found macro SC_BUILD_TCLSH in /usr/share/aclocal/tcl.m4: 500
aclocal: found macro SC_ENABLE_SHARED in /usr/share/aclocal/tcl.m4: 528
aclocal: found macro SC_ENABLE_FRAMEWORK in /usr/share/aclocal/tcl.m4: 569
aclocal: found macro SC_ENABLE_THREADS in /usr/share/aclocal/tcl.m4: 622
aclocal: found macro SC_ENABLE_SYMBOLS in /usr/share/aclocal/tcl.m4: 737
aclocal: found macro SC_ENABLE_LANGINFO in /usr/share/aclocal/tcl.m4: 798
aclocal: found macro SC_CONFIG_MANPAGES in /usr/share/aclocal/tcl.m4: 849
aclocal: found macro SC_CONFIG_SYSTEM in /usr/share/aclocal/tcl.m4: 912
aclocal: found macro SC_CONFIG_CFLAGS in /usr/share/aclocal/tcl.m4: 1026
aclocal: found macro SC_MISSING_POSIX_HEADERS in /usr/share/aclocal/tcl.m4: 2151
aclocal: found macro SC_PATH_X in /usr/share/aclocal/tcl.m4: 2226
aclocal: found macro SC_BLOCKING_STYLE in /usr/share/aclocal/tcl.m4: 2312
aclocal: found macro SC_TIME_HANDLER in /usr/share/aclocal/tcl.m4: 2351
aclocal: found macro SC_TCL_LINK_LIBS in /usr/share/aclocal/tcl.m4: 2420
aclocal: found macro SC_TCL_EARLY_FLAG in /usr/share/aclocal/tcl.m4: 2488
aclocal: found macro SC_TCL_EARLY_FLAGS in /usr/share/aclocal/tcl.m4: 2501
aclocal: found macro SC_TCL_64BIT_FLAGS in /usr/share/aclocal/tcl.m4: 2536
aclocal: found macro SC_TCL_CFG_ENCODING in /usr/share/aclocal/tcl.m4: 2619
aclocal: found macro SC_TCL_CHECK_BROKEN_FUNC in /usr/share/aclocal/tcl.m4: 2650
aclocal: found macro SC_TCL_GETHOSTBYADDR_R in /usr/share/aclocal/tcl.m4: 2685
aclocal: found macro SC_TCL_GETHOSTBYADDR_R_DECL in /usr/share/aclocal/tcl.m4: 2694
aclocal: found macro SC_TCL_GETHOSTBYADDR_R_TYPE in /usr/share/aclocal/tcl.m4: 2698
aclocal: found macro SC_TCL_GETHOSTBYNAME_R in /usr/share/aclocal/tcl.m4: 2766
aclocal: found macro SC_TCL_GETHOSTBYNAME_R_DECL in /usr/share/aclocal/tcl.m4: 2775
aclocal: found macro SC_TCL_GETHOSTBYNAME_R_TYPE in /usr/share/aclocal/tcl.m4: 2779
aclocal: found macro SC_TCL_GETPWUID_R in /usr/share/aclocal/tcl.m4: 2855
aclocal: found macro SC_TCL_GETPWNAM_R in /usr/share/aclocal/tcl.m4: 2915
aclocal: found macro SC_TCL_GETGRGID_R in /usr/share/aclocal/tcl.m4: 2975
aclocal: found macro SC_TCL_GETGRNAM_R in /usr/share/aclocal/tcl.m4: 3035
aclocal: found macro SC_TCL_IPV6 in /usr/share/aclocal/tcl.m4: 3077
aclocal: found macro XIPH_PATH_SPEEX in /usr/share/aclocal/speex.m4: 10
aclocal: found macro AM_PATH_SMPEG in /usr/share/aclocal/smpeg.m4: 12
aclocal: found macro XIPH_PATH_SHOUT in /usr/share/aclocal/shout.m4: 11
aclocal: found macro AM_PATH_SDL2 in /usr/share/aclocal/sdl2.m4: 16
aclocal: found macro AM_PATH_SDL in /usr/share/aclocal/sdl.m4: 13
aclocal: found macro AM_PATH_PROG_WITH_TEST in /usr/share/aclocal/progtest.m4: 25
aclocal: found macro AM_PO_SUBDIRS in /usr/share/aclocal/po.m4: 23
aclocal: found macro AM_POSTPROCESS_PO_MAKEFILE in /usr/share/aclocal/po.m4: 219
aclocal: found macro AM_XGETTEXT_OPTION_INIT in /usr/share/aclocal/po.m4: 440
aclocal: found macro AM_XGETTEXT_OPTION in /usr/share/aclocal/po.m4: 446
aclocal: found macro PKG_PROG_PKG_CONFIG in /usr/share/aclocal/pkg.m4: 58
aclocal: found macro PKG_CHECK_EXISTS in /usr/share/aclocal/pkg.m4: 92
aclocal: found macro _PKG_SHORT_ERRORS_SUPPORTED in /usr/share/aclocal/pkg.m4: 121
aclocal: found macro PKG_CHECK_MODULES in /usr/share/aclocal/pkg.m4: 139
aclocal: found macro PKG_CHECK_MODULES_STATIC in /usr/share/aclocal/pkg.m4: 208
aclocal: found macro PKG_INSTALLDIR in /usr/share/aclocal/pkg.m4: 226
aclocal: found macro PKG_NOARCH_INSTALLDIR in /usr/share/aclocal/pkg.m4: 248
aclocal: found macro PKG_CHECK_VAR in /usr/share/aclocal/pkg.m4: 267
aclocal: found macro PKG_WITH_MODULES in /usr/share/aclocal/pkg.m4: 285
aclocal: found macro PKG_HAVE_WITH_MODULES in /usr/share/aclocal/pkg.m4: 322
aclocal: found macro PKG_HAVE_DEFINE_WITH_MODULES in /usr/share/aclocal/pkg.m4: 337
aclocal: found macro PKCS11_HELPER_1_CHECK_FEATURES in /usr/share/aclocal/pkcs11-helper-1.m4: 58
aclocal: found macro ORC_CHECK in /usr/share/aclocal/orc.m4: 6
aclocal: found macro ORC_OUTPUT in /usr/share/aclocal/orc.m4: 55
aclocal: found macro XIPH_PATH_OPUS in /usr/share/aclocal/opus.m4: 9
aclocal: found macro XIPH_PATH_OGG in /usr/share/aclocal/ogg.m4: 8
aclocal: found macro AM_PATH_NSPR in /usr/share/aclocal/nspr.m4: 8
aclocal: found macro _AM_PATH_NPTH_CONFIG in /usr/share/aclocal/npth.m4: 12
aclocal: found macro AM_PATH_NPTH in /usr/share/aclocal/npth.m4: 35
aclocal: found macro AM_NLS in /usr/share/aclocal/nls.m4: 23
aclocal: found macro _MYSQL_CONFIG in /usr/share/aclocal/mysql.m4: 17
aclocal: found macro MYSQL_CLIENT in /usr/share/aclocal/mysql.m4: 42
aclocal: ignoring macro LTOBSOLETE_VERSION in /usr/share/aclocal/lt~obsolete.m4: 37
aclocal: ignoring macro AC_LIBTOOL_LINKER_OPTION in /usr/share/aclocal/lt~obsolete.m4: 39
aclocal: ignoring macro AC_PROG_EGREP in /usr/share/aclocal/lt~obsolete.m4: 40
aclocal: ignoring macro _LT_AC_PROG_ECHO_BACKSLASH in /usr/share/aclocal/lt~obsolete.m4: 41
aclocal: ignoring macro _LT_AC_SHELL_INIT in /usr/share/aclocal/lt~obsolete.m4: 42
aclocal: ignoring macro _LT_AC_SYS_LIBPATH_AIX in /usr/share/aclocal/lt~obsolete.m4: 43
aclocal: ignoring macro _LT_PROG_LTMAIN in /usr/share/aclocal/lt~obsolete.m4: 44
aclocal: ignoring macro _LT_AC_TAGVAR in /usr/share/aclocal/lt~obsolete.m4: 45
aclocal: ignoring macro AC_LTDL_ENABLE_INSTALL in /usr/share/aclocal/lt~obsolete.m4: 46
aclocal: ignoring macro AC_LTDL_PREOPEN in /usr/share/aclocal/lt~obsolete.m4: 47
aclocal: ignoring macro _LT_AC_SYS_COMPILER in /usr/share/aclocal/lt~obsolete.m4: 48
aclocal: ignoring macro _LT_AC_LOCK in /usr/share/aclocal/lt~obsolete.m4: 49
aclocal: ignoring macro AC_LIBTOOL_SYS_OLD_ARCHIVE in /usr/share/aclocal/lt~obsolete.m4: 50
aclocal: ignoring macro _LT_AC_TRY_DLOPEN_SELF in /usr/share/aclocal/lt~obsolete.m4: 51
aclocal: ignoring macro AC_LIBTOOL_PROG_CC_C_O in /usr/share/aclocal/lt~obsolete.m4: 52
aclocal: ignoring macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS in /usr/share/aclocal/lt~obsolete.m4: 53
aclocal: ignoring macro AC_LIBTOOL_OBJDIR in /usr/share/aclocal/lt~obsolete.m4: 54
aclocal: ignoring macro AC_LTDL_OBJDIR in /usr/share/aclocal/lt~obsolete.m4: 55
aclocal: ignoring macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH in /usr/share/aclocal/lt~obsolete.m4: 56
aclocal: ignoring macro AC_LIBTOOL_SYS_LIB_STRIP in /usr/share/aclocal/lt~obsolete.m4: 57
aclocal: ignoring macro AC_PATH_MAGIC in /usr/share/aclocal/lt~obsolete.m4: 58
aclocal: ignoring macro AC_PROG_LD_GNU in /usr/share/aclocal/lt~obsolete.m4: 59
aclocal: ignoring macro AC_PROG_LD_RELOAD_FLAG in /usr/share/aclocal/lt~obsolete.m4: 60
aclocal: ignoring macro AC_DEPLIBS_CHECK_METHOD in /usr/share/aclocal/lt~obsolete.m4: 61
aclocal: ignoring macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI in /usr/share/aclocal/lt~obsolete.m4: 62
aclocal: ignoring macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE in /usr/share/aclocal/lt~obsolete.m4: 63
aclocal: ignoring macro AC_LIBTOOL_PROG_COMPILER_PIC in /usr/share/aclocal/lt~obsolete.m4: 64
aclocal: ignoring macro AC_LIBTOOL_PROG_LD_SHLIBS in /usr/share/aclocal/lt~obsolete.m4: 65
aclocal: ignoring macro AC_LIBTOOL_POSTDEP_PREDEP in /usr/share/aclocal/lt~obsolete.m4: 66
aclocal: ignoring macro LT_AC_PROG_EGREP in /usr/share/aclocal/lt~obsolete.m4: 67
aclocal: ignoring macro LT_AC_PROG_SED in /usr/share/aclocal/lt~obsolete.m4: 68
aclocal: ignoring macro _LT_CC_BASENAME in /usr/share/aclocal/lt~obsolete.m4: 69
aclocal: ignoring macro _LT_COMPILER_BOILERPLATE in /usr/share/aclocal/lt~obsolete.m4: 70
aclocal: ignoring macro _LT_LINKER_BOILERPLATE in /usr/share/aclocal/lt~obsolete.m4: 71
aclocal: ignoring macro _AC_PROG_LIBTOOL in /usr/share/aclocal/lt~obsolete.m4: 72
aclocal: ignoring macro AC_LIBTOOL_SETUP in /usr/share/aclocal/lt~obsolete.m4: 73
aclocal: ignoring macro _LT_AC_CHECK_DLFCN in /usr/share/aclocal/lt~obsolete.m4: 74
aclocal: ignoring macro AC_LIBTOOL_SYS_DYNAMIC_LINKER in /usr/share/aclocal/lt~obsolete.m4: 75
aclocal: ignoring macro _LT_AC_TAGCONFIG in /usr/share/aclocal/lt~obsolete.m4: 76
aclocal: ignoring macro AC_DISABLE_FAST_INSTALL in /usr/share/aclocal/lt~obsolete.m4: 77
aclocal: ignoring macro _LT_AC_LANG_CXX in /usr/share/aclocal/lt~obsolete.m4: 78
aclocal: ignoring macro _LT_AC_LANG_F77 in /usr/share/aclocal/lt~obsolete.m4: 79
aclocal: ignoring macro _LT_AC_LANG_GCJ in /usr/share/aclocal/lt~obsolete.m4: 80
aclocal: ignoring macro AC_LIBTOOL_LANG_C_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 81
aclocal: ignoring macro _LT_AC_LANG_C_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 82
aclocal: ignoring macro AC_LIBTOOL_LANG_CXX_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 83
aclocal: ignoring macro _LT_AC_LANG_CXX_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 84
aclocal: ignoring macro AC_LIBTOOL_LANG_F77_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 85
aclocal: ignoring macro _LT_AC_LANG_F77_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 86
aclocal: ignoring macro AC_LIBTOOL_LANG_GCJ_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 87
aclocal: ignoring macro _LT_AC_LANG_GCJ_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 88
aclocal: ignoring macro AC_LIBTOOL_LANG_RC_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 89
aclocal: ignoring macro _LT_AC_LANG_RC_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 90
aclocal: ignoring macro AC_LIBTOOL_CONFIG in /usr/share/aclocal/lt~obsolete.m4: 91
aclocal: ignoring macro _LT_AC_FILE_LTDLL_C in /usr/share/aclocal/lt~obsolete.m4: 92
aclocal: ignoring macro _LT_REQUIRED_DARWIN_CHECKS in /usr/share/aclocal/lt~obsolete.m4: 93
aclocal: ignoring macro _LT_AC_PROG_CXXCPP in /usr/share/aclocal/lt~obsolete.m4: 94
aclocal: ignoring macro _LT_PREPARE_SED_QUOTE_VARS in /usr/share/aclocal/lt~obsolete.m4: 95
aclocal: ignoring macro _LT_PROG_ECHO_BACKSLASH in /usr/share/aclocal/lt~obsolete.m4: 96
aclocal: ignoring macro _LT_PROG_F77 in /usr/share/aclocal/lt~obsolete.m4: 97
aclocal: ignoring macro _LT_PROG_FC in /usr/share/aclocal/lt~obsolete.m4: 98
aclocal: ignoring macro _LT_PROG_CXX in /usr/share/aclocal/lt~obsolete.m4: 99
aclocal: ignoring macro LTVERSION_VERSION in /usr/share/aclocal/ltversion.m4: 18
aclocal: ignoring macro LTSUGAR_VERSION in /usr/share/aclocal/ltsugar.m4: 14
aclocal: ignoring macro LTOPTIONS_VERSION in /usr/share/aclocal/ltoptions.m4: 14
aclocal: ignoring macro AC_LIBTOOL_DLOPEN in /usr/share/aclocal/ltoptions.m4: 113
aclocal: ignoring macro AC_LIBTOOL_WIN32_DLL in /usr/share/aclocal/ltoptions.m4: 148
aclocal: ignoring macro AC_ENABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 197
aclocal: ignoring macro AC_DISABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 201
aclocal: ignoring macro AM_ENABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 205
aclocal: ignoring macro AM_DISABLE_SHARED in /usr/share/aclocal/ltoptions.m4: 206
aclocal: ignoring macro AC_ENABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 251
aclocal: ignoring macro AC_DISABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 255
aclocal: ignoring macro AM_ENABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 259
aclocal: ignoring macro AM_DISABLE_STATIC in /usr/share/aclocal/ltoptions.m4: 260
aclocal: ignoring macro AC_ENABLE_FAST_INSTALL in /usr/share/aclocal/ltoptions.m4: 305
aclocal: ignoring macro AC_DISABLE_FAST_INSTALL in /usr/share/aclocal/ltoptions.m4: 312
aclocal: ignoring macro AC_LIBTOOL_PICMODE in /usr/share/aclocal/ltoptions.m4: 411
aclocal: found macro LT_CONFIG_LTDL_DIR in /usr/share/aclocal/ltdl.m4: 16
aclocal: found macro LTDL_CONVENIENCE in /usr/share/aclocal/ltdl.m4: 68
aclocal: found macro AC_LIBLTDL_CONVENIENCE in /usr/share/aclocal/ltdl.m4: 81
aclocal: found macro LTDL_INSTALLABLE in /usr/share/aclocal/ltdl.m4: 124
aclocal: found macro AC_LIBLTDL_INSTALLABLE in /usr/share/aclocal/ltdl.m4: 137
aclocal: found macro _LT_LIBOBJ in /usr/share/aclocal/ltdl.m4: 213
aclocal: found macro LTDL_INIT in /usr/share/aclocal/ltdl.m4: 226
aclocal: found macro AC_LIB_LTDL in /usr/share/aclocal/ltdl.m4: 352
aclocal: found macro AC_WITH_LTDL in /usr/share/aclocal/ltdl.m4: 353
aclocal: found macro LT_WITH_LTDL in /usr/share/aclocal/ltdl.m4: 354
aclocal: found macro _LTDL_SETUP in /usr/share/aclocal/ltdl.m4: 367
aclocal: found macro LT_SYS_DLOPEN_DEPLIBS in /usr/share/aclocal/ltdl.m4: 443
aclocal: found macro AC_LTDL_SYS_DLOPEN_DEPLIBS in /usr/share/aclocal/ltdl.m4: 545
aclocal: found macro LT_SYS_MODULE_EXT in /usr/share/aclocal/ltdl.m4: 552
aclocal: found macro AC_LTDL_SHLIBEXT in /usr/share/aclocal/ltdl.m4: 580
aclocal: found macro LT_SYS_MODULE_PATH in /usr/share/aclocal/ltdl.m4: 587
aclocal: found macro AC_LTDL_SHLIBPATH in /usr/share/aclocal/ltdl.m4: 599
aclocal: found macro LT_SYS_DLSEARCH_PATH in /usr/share/aclocal/ltdl.m4: 606
aclocal: found macro AC_LTDL_SYSSEARCHPATH in /usr/share/aclocal/ltdl.m4: 627
aclocal: found macro LT_LIB_DLLOAD in /usr/share/aclocal/ltdl.m4: 653
aclocal: found macro AC_LTDL_DLLIB in /usr/share/aclocal/ltdl.m4: 748
aclocal: found macro LT_SYS_SYMBOL_USCORE in /usr/share/aclocal/ltdl.m4: 756
aclocal: found macro AC_LTDL_SYMBOL_USCORE in /usr/share/aclocal/ltdl.m4: 793
aclocal: found macro LT_FUNC_DLSYM_USCORE in /usr/share/aclocal/ltdl.m4: 800
aclocal: found macro AC_LTDL_DLSYM_USCORE in /usr/share/aclocal/ltdl.m4: 907
aclocal: found macro LT_FUNC_ARGZ in /usr/share/aclocal/ltargz.m4: 12
aclocal: found macro AM_PATH_XSLT in /usr/share/aclocal/libxslt.m4: 14
aclocal: found macro AM_PATH_XML2 in /usr/share/aclocal/libxml.m4: 12
aclocal: ignoring macro LT_INIT in /usr/share/aclocal/libtool.m4: 61
aclocal: ignoring macro AC_PROG_LIBTOOL in /usr/share/aclocal/libtool.m4: 99
aclocal: ignoring macro AM_PROG_LIBTOOL in /usr/share/aclocal/libtool.m4: 100
aclocal: ignoring macro LT_OUTPUT in /usr/share/aclocal/libtool.m4: 619
aclocal: ignoring macro LT_SUPPORTED_TAG in /usr/share/aclocal/libtool.m4: 811
aclocal: ignoring macro LT_LANG in /usr/share/aclocal/libtool.m4: 822
aclocal: ignoring macro AC_LIBTOOL_CXX in /usr/share/aclocal/libtool.m4: 914
aclocal: ignoring macro AC_LIBTOOL_F77 in /usr/share/aclocal/libtool.m4: 915
aclocal: ignoring macro AC_LIBTOOL_FC in /usr/share/aclocal/libtool.m4: 916
aclocal: ignoring macro AC_LIBTOOL_GCJ in /usr/share/aclocal/libtool.m4: 917
aclocal: ignoring macro AC_LIBTOOL_RC in /usr/share/aclocal/libtool.m4: 918
aclocal: ignoring macro _LT_WITH_SYSROOT in /usr/share/aclocal/libtool.m4: 1246
aclocal: ignoring macro _LT_COMPILER_OPTION in /usr/share/aclocal/libtool.m4: 1590
aclocal: ignoring macro AC_LIBTOOL_COMPILER_OPTION in /usr/share/aclocal/libtool.m4: 1632
aclocal: ignoring macro _LT_LINKER_OPTION in /usr/share/aclocal/libtool.m4: 1641
aclocal: ignoring macro AC_LIBTOOL_LINKER_OPTION in /usr/share/aclocal/libtool.m4: 1676
aclocal: ignoring macro LT_CMD_MAX_LEN in /usr/share/aclocal/libtool.m4: 1683
aclocal: ignoring macro AC_LIBTOOL_SYS_MAX_CMD_LEN in /usr/share/aclocal/libtool.m4: 1822
aclocal: ignoring macro LT_SYS_DLOPEN_SELF in /usr/share/aclocal/libtool.m4: 1933
aclocal: ignoring macro AC_LIBTOOL_DLOPEN_SELF in /usr/share/aclocal/libtool.m4: 2058
aclocal: ignoring macro _LT_PATH_TOOL_PREFIX in /usr/share/aclocal/libtool.m4: 3176
aclocal: ignoring macro AC_PATH_TOOL_PREFIX in /usr/share/aclocal/libtool.m4: 3238
aclocal: ignoring macro LT_PATH_LD in /usr/share/aclocal/libtool.m4: 3261
aclocal: ignoring macro AM_PROG_LD in /usr/share/aclocal/libtool.m4: 3350
aclocal: ignoring macro AC_PROG_LD in /usr/share/aclocal/libtool.m4: 3351
aclocal: ignoring macro LT_PATH_NM in /usr/share/aclocal/libtool.m4: 3680
aclocal: ignoring macro AM_PROG_NM in /usr/share/aclocal/libtool.m4: 3775
aclocal: ignoring macro AC_PROG_NM in /usr/share/aclocal/libtool.m4: 3776
aclocal: ignoring macro _LT_DLL_DEF_P in /usr/share/aclocal/libtool.m4: 3847
aclocal: ignoring macro LT_LIB_M in /usr/share/aclocal/libtool.m4: 3861
aclocal: ignoring macro AC_CHECK_LIBM in /usr/share/aclocal/libtool.m4: 3880
aclocal: ignoring macro LT_PROG_GCJ in /usr/share/aclocal/libtool.m4: 8146
aclocal: ignoring macro LT_AC_PROG_GCJ in /usr/share/aclocal/libtool.m4: 8155
aclocal: ignoring macro LT_PROG_GO in /usr/share/aclocal/libtool.m4: 8162
aclocal: ignoring macro LT_PROG_RC in /usr/share/aclocal/libtool.m4: 8169
aclocal: ignoring macro LT_AC_PROG_RC in /usr/share/aclocal/libtool.m4: 8174
aclocal: ignoring macro LT_AC_PROG_SED in /usr/share/aclocal/libtool.m4: 8294
aclocal: found macro AM_PATH_LIBMIKMOD in /usr/share/aclocal/libmikmod.m4: 11
aclocal: found macro AM_PATH_LIBGCRYPT in /usr/share/aclocal/libgcrypt.m4: 30
aclocal: found macro LIBCURL_CHECK_CONFIG in /usr/share/aclocal/libcurl.m4: 59
aclocal: found macro _AM_PATH_LIBASSUAN_COMMON in /usr/share/aclocal/libassuan.m4: 17
aclocal: found macro AM_CHECK_LIBASSUAN in /usr/share/aclocal/libassuan.m4: 142
aclocal: found macro AM_PATH_LIBASSUAN in /usr/share/aclocal/libassuan.m4: 158
aclocal: found macro AM_PATH_LIBFLAC in /usr/share/aclocal/libFLAC.m4: 7
aclocal: found macro AM_PATH_LIBFLACPP in /usr/share/aclocal/libFLAC++.m4: 8
aclocal: ignoring macro AC_LIB_PREFIX in /usr/share/aclocal/lib-prefix.m4: 15
aclocal: ignoring macro AC_LIB_PREPARE_PREFIX in /usr/share/aclocal/lib-prefix.m4: 115
aclocal: ignoring macro AC_LIB_WITH_FINAL_PREFIX in /usr/share/aclocal/lib-prefix.m4: 138
aclocal: ignoring macro AC_LIB_PREPARE_MULTILIB in /usr/share/aclocal/lib-prefix.m4: 155
aclocal: ignoring macro AC_LIB_LINKFLAGS in /usr/share/aclocal/lib-link.m4: 17
aclocal: ignoring macro AC_LIB_HAVE_LINKFLAGS in /usr/share/aclocal/lib-link.m4: 57
aclocal: ignoring macro AC_LIB_RPATH in /usr/share/aclocal/lib-link.m4: 125
aclocal: ignoring macro AC_LIB_FROMPACKAGE in /usr/share/aclocal/lib-link.m4: 161
aclocal: ignoring macro AC_LIB_LINKFLAGS_BODY in /usr/share/aclocal/lib-link.m4: 181
aclocal: ignoring macro AC_LIB_APPENDTOVAR in /usr/share/aclocal/lib-link.m4: 705
aclocal: ignoring macro AC_LIB_LINKFLAGS_FROM_LIBS in /usr/share/aclocal/lib-link.m4: 729
aclocal: ignoring macro AC_LIB_PROG_LD_GNU in /usr/share/aclocal/lib-ld.m4: 12
aclocal: ignoring macro AC_LIB_PROG_LD in /usr/share/aclocal/lib-ld.m4: 27
aclocal: found macro AM_PATH_KSBA in /usr/share/aclocal/ksba.m4: 23
aclocal: found macro gt_INTL_MACOSX in /usr/share/aclocal/intlmacosx.m4: 18
aclocal: found macro AM_ICONV_LINKFLAGS_BODY in /usr/share/aclocal/iconv.m4: 10
aclocal: found macro AM_ICONV_LINK in /usr/share/aclocal/iconv.m4: 21
aclocal: found macro AM_ICONV in /usr/share/aclocal/iconv.m4: 246
aclocal: ignoring macro gl_HOST_CPU_C_ABI in /usr/share/aclocal/host-cpu-c-abi.m4: 50
aclocal: ignoring macro gl_HOST_CPU_C_ABI_32BIT in /usr/share/aclocal/host-cpu-c-abi.m4: 463
aclocal: ignoring macro GUILE_PKG in /usr/share/aclocal/guile.m4: 62
aclocal: ignoring macro GUILE_FLAGS in /usr/share/aclocal/guile.m4: 132
aclocal: ignoring macro GUILE_SITE_DIR in /usr/share/aclocal/guile.m4: 176
aclocal: ignoring macro GUILE_PROGS in /usr/share/aclocal/guile.m4: 237
aclocal: ignoring macro GUILE_CHECK in /usr/share/aclocal/guile.m4: 321
aclocal: ignoring macro GUILE_MODULE_CHECK in /usr/share/aclocal/guile.m4: 336
aclocal: ignoring macro GUILE_MODULE_AVAILABLE in /usr/share/aclocal/guile.m4: 350
aclocal: ignoring macro GUILE_MODULE_REQUIRED in /usr/share/aclocal/guile.m4: 361
aclocal: ignoring macro GUILE_MODULE_EXPORTS in /usr/share/aclocal/guile.m4: 376
aclocal: ignoring macro GUILE_MODULE_REQUIRED_EXPORT in /usr/share/aclocal/guile.m4: 387
aclocal: found macro AM_PATH_GTK_3_0 in /usr/share/aclocal/gtk-3.0.m4: 12
aclocal: found macro GTK_CHECK_BACKEND in /usr/share/aclocal/gtk-3.0.m4: 194
aclocal: found macro AM_PATH_GTK_2_0 in /usr/share/aclocal/gtk-2.0.m4: 8
aclocal: found macro GST_ELEMENT_CHECK in /usr/share/aclocal/gst-element-check-1.0.m4: 12
aclocal: found macro GLIB_GSETTINGS in /usr/share/aclocal/gsettings.m4: 9
aclocal: found macro _GSETTINGS_SUBST in /usr/share/aclocal/gsettings.m4: 83
aclocal: found macro AM_PATH_GPGRT in /usr/share/aclocal/gpgrt.m4: 25
aclocal: found macro _AM_PATH_GPGME_CONFIG in /usr/share/aclocal/gpgme.m4: 15
aclocal: found macro _AM_PATH_GPGME_CONFIG_HOST_CHECK in /usr/share/aclocal/gpgme.m4: 67
aclocal: found macro AM_PATH_GPGME in /usr/share/aclocal/gpgme.m4: 99
aclocal: found macro AM_PATH_GPGME_PTHREAD in /usr/share/aclocal/gpgme.m4: 172
aclocal: found macro AM_PATH_GPGME_GLIB in /usr/share/aclocal/gpgme.m4: 243
aclocal: found macro AM_PATH_GPG_ERROR in /usr/share/aclocal/gpg-error.m4: 27
aclocal: found macro GLIB_GNU_GETTEXT in /usr/share/aclocal/glib-gettext.m4: 366
aclocal: found macro AM_GLIB_GNU_GETTEXT in /usr/share/aclocal/glib-gettext.m4: 467
aclocal: found macro AM_GLIB_DEFINE_LOCALEDIR in /usr/share/aclocal/glib-gettext.m4: 468
aclocal: found macro GLIB_RUN_PROG in /usr/share/aclocal/glib-gettext.m4: 476
aclocal: found macro AM_PATH_GLIB_2_0 in /usr/share/aclocal/glib-2.0.m4: 11
aclocal: found macro AM_PATH_GIMP_2_0 in /usr/share/aclocal/gimp-2.0.m4: 8
aclocal: found macro AM_GNU_GETTEXT in /usr/share/aclocal/gettext.m4: 55
aclocal: found macro AM_GNU_GETTEXT_NEED in /usr/share/aclocal/gettext.m4: 375
aclocal: found macro AM_GNU_GETTEXT_VERSION in /usr/share/aclocal/gettext.m4: 382
aclocal: found macro AM_GNU_GETTEXT_REQUIRE_VERSION in /usr/share/aclocal/gettext.m4: 386
aclocal: found macro AM_GCONF_SOURCE_2 in /usr/share/aclocal/gconf-2.m4: 8
aclocal: found macro AC_CHECK_FT2 in /usr/share/aclocal/freetype2.m4: 25
aclocal: found macro CMAKE_FIND_BINARY in /usr/share/aclocal/cmake.m4: 4
aclocal: found macro CMAKE_FIND_PACKAGE in /usr/share/aclocal/cmake.m4: 19
aclocal: found macro LIBCAP_NG_PATH in /usr/share/aclocal/cap-ng.m4: 4
aclocal: found macro BISON_I18N in /usr/share/aclocal/bison-i18n.m4: 18
aclocal: found macro AUDIT_PATH in /usr/share/aclocal/audit.m4: 4
aclocal: found macro AM_PATH_ALSA in /usr/share/aclocal/alsa.m4: 19
aclocal: found macro AC_CHECK_KRB5 in /usr/share/aclocal/ac_check_krb5.m4: 27
aclocal: found macro AM_PATH_AALIB in /usr/share/aclocal/aalib.m4: 12
aclocal: saw macro AX_IS_RELEASE
aclocal: saw macro AX_IS_RELEASE
aclocal: saw macro AX_CHECK_ENABLE_DEBUG
aclocal: saw macro AX_CHECK_ENABLE_DEBUG
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro _AM_PROG_CC_C_O
aclocal: saw macro _AM_PROG_CC_C_O
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_PROG_CC_C_O
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro AM_INIT_AUTOMAKE
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_AUTOMAKE_VERSION
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_SET_OPTION
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_MANGLE_OPTION
aclocal: saw macro _AM_SET_OPTIONS
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_HAS_RUN
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_MISSING_PROG
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_AUX_DIR_EXPAND
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_PROG_TAR
aclocal: saw macro _AM_IF_OPTION
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro _AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_RUN_LOG
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_SET_DEPDIR
aclocal: saw macro AM_OUTPUT_DEPENDENCY_COMMANDS
aclocal: saw macro AM_MAKE_INCLUDE
aclocal: saw macro AM_DEP_TRACK
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro _AM_DEPENDENCIES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro AM_SUBST_NOTMAKE
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AC_AM_CONFIG_HEADER_HOOK
aclocal: saw macro AM_SET_CURRENT_AUTOMAKE_VERSION
aclocal: saw macro AM_SANITY_CHECK
aclocal: saw macro AM_PROG_INSTALL_SH
aclocal: saw macro AM_PROG_INSTALL_STRIP
aclocal: saw macro AM_SET_LEADING_DOT
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AM_SILENT_RULES
aclocal: saw macro AX_CXX_COMPILE_STDCXX_14
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CXX_COMPILE_STDCXX
aclocal: saw macro AX_CXX_COMPILE_STDCXX
aclocal: saw macro AX_CXX_COMPILE_STDCXX
aclocal: saw macro AX_CXX_COMPILE_STDCXX
aclocal: saw macro AX_CXX_COMPILE_STDCXX
aclocal: saw macro AX_CXX_COMPILE_STDCXX_14
aclocal: saw macro AX_CXX_COMPILE_STDCXX
aclocal: saw macro AX_COMPILER_FLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_COMPILER_FLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_COMPILER_FLAGS_LDFLAGS
aclocal: saw macro AX_COMPILER_FLAGS_LDFLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_CHECK_LINK_FLAG
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_APPEND_LINK_FLAGS
aclocal: saw macro AX_COMPILER_FLAGS_CFLAGS
aclocal: saw macro AX_COMPILER_FLAGS_CFLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_COMPILER_FLAGS_CXXFLAGS
aclocal: saw macro AX_COMPILER_FLAGS_CXXFLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_CHECK_COMPILE_FLAG
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_APPEND_COMPILE_FLAGS
aclocal: saw macro AX_COMPILER_FLAGS_LDFLAGS
aclocal: saw macro AX_COMPILER_FLAGS_GIR
aclocal: saw macro AX_COMPILER_FLAGS_GIR
aclocal: saw macro AX_REQUIRE_DEFINED
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_APPEND_FLAG
aclocal: saw macro AX_VALGRIND_CHECK
aclocal: saw macro AX_VALGRIND_DFLT
aclocal: saw macro AM_EXTRA_RECURSIVE_TARGETS
aclocal: saw macro AM_EXTRA_RECURSIVE_TARGETS
aclocal: saw macro AM_EXTRA_RECURSIVE_TARGETS
aclocal: saw macro AX_VALGRIND_CHECK
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AM_SUBST_NOTMAKE
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_LANG
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LT_CONFIG_LTDL_DIR
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_CONVENIENCE
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIBLTDL_CONVENIENCE
aclocal: saw macro LTDL_INSTALLABLE
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIBLTDL_INSTALLABLE
aclocal: saw macro _LT_LIBOBJ
aclocal: saw macro LTDL_INIT
aclocal: saw macro _LT_LIBOBJ
aclocal: saw macro LT_CONFIG_LTDL_DIR
aclocal: saw macro _LTDL_SETUP
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_LIB_LTDL
aclocal: saw macro LTDL_INIT
aclocal: saw macro AC_WITH_LTDL
aclocal: saw macro LT_WITH_LTDL
aclocal: saw macro LTDL_INIT
aclocal: saw macro _LTDL_SETUP
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_FUNC_ARGZ
aclocal: saw macro LT_FUNC_ARGZ
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro AC_LTDL_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro AC_LTDL_SHLIBEXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro AC_LTDL_SHLIBPATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro AC_LTDL_SYSSEARCHPATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro AC_LTDL_DLLIB
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro AC_LTDL_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro AC_LTDL_DLSYM_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LT_SYS_MODULE_PATH
aclocal: saw macro LT_SYS_DLSEARCH_PATH
aclocal: saw macro LT_LIB_DLLOAD
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_FUNC_DLSYM_USCORE
aclocal: saw macro LT_SYS_DLOPEN_DEPLIBS
aclocal: saw macro LT_FUNC_ARGZ
aclocal: saw macro LT_SYS_SYMBOL_USCORE
aclocal: saw macro LT_SYS_MODULE_EXT
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_DLOPEN
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_WIN32_DLL
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro AM_ENABLE_SHARED
aclocal: saw macro AC_ENABLE_SHARED
aclocal: saw macro AM_DISABLE_SHARED
aclocal: saw macro AC_DISABLE_SHARED
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro AM_ENABLE_STATIC
aclocal: saw macro AC_ENABLE_STATIC
aclocal: saw macro AM_DISABLE_STATIC
aclocal: saw macro AC_DISABLE_STATIC
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_ENABLE_FAST_INSTALL
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_DISABLE_FAST_INSTALL
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro AC_LIBTOOL_LINKER_OPTION
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro _LT_AC_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_AC_SHELL_INIT
aclocal: saw macro _LT_AC_SYS_LIBPATH_AIX
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro _LT_AC_TAGVAR
aclocal: saw macro AC_LTDL_ENABLE_INSTALL
aclocal: saw macro AC_LTDL_PREOPEN
aclocal: saw macro _LT_AC_SYS_COMPILER
aclocal: saw macro _LT_AC_LOCK
aclocal: saw macro AC_LIBTOOL_SYS_OLD_ARCHIVE
aclocal: saw macro _LT_AC_TRY_DLOPEN_SELF
aclocal: saw macro AC_LIBTOOL_PROG_CC_C_O
aclocal: saw macro AC_LIBTOOL_SYS_HARD_LINK_LOCKS
aclocal: saw macro AC_LIBTOOL_OBJDIR
aclocal: saw macro AC_LTDL_OBJDIR
aclocal: saw macro AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
aclocal: saw macro AC_LIBTOOL_SYS_LIB_STRIP
aclocal: saw macro AC_PATH_MAGIC
aclocal: saw macro AC_PROG_LD_GNU
aclocal: saw macro AC_PROG_LD_RELOAD_FLAG
aclocal: saw macro AC_DEPLIBS_CHECK_METHOD
aclocal: saw macro AC_LIBTOOL_PROG_COMPILER_NO_RTTI
aclocal: saw macro AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
aclocal: saw macro AC_LIBTOOL_PROG_COMPILER_PIC
aclocal: saw macro AC_LIBTOOL_PROG_LD_SHLIBS
aclocal: saw macro AC_LIBTOOL_POSTDEP_PREDEP
aclocal: saw macro LT_AC_PROG_EGREP
aclocal: saw macro LT_AC_PROG_SED
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _AC_PROG_LIBTOOL
aclocal: saw macro AC_LIBTOOL_SETUP
aclocal: saw macro _LT_AC_CHECK_DLFCN
aclocal: saw macro AC_LIBTOOL_SYS_DYNAMIC_LINKER
aclocal: saw macro _LT_AC_TAGCONFIG
aclocal: saw macro AC_DISABLE_FAST_INSTALL
aclocal: saw macro _LT_AC_LANG_CXX
aclocal: saw macro _LT_AC_LANG_F77
aclocal: saw macro _LT_AC_LANG_GCJ
aclocal: saw macro AC_LIBTOOL_LANG_C_CONFIG
aclocal: saw macro _LT_AC_LANG_C_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_CXX_CONFIG
aclocal: saw macro _LT_AC_LANG_CXX_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_F77_CONFIG
aclocal: saw macro _LT_AC_LANG_F77_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_GCJ_CONFIG
aclocal: saw macro _LT_AC_LANG_GCJ_CONFIG
aclocal: saw macro AC_LIBTOOL_LANG_RC_CONFIG
aclocal: saw macro _LT_AC_LANG_RC_CONFIG
aclocal: saw macro AC_LIBTOOL_CONFIG
aclocal: saw macro _LT_AC_FILE_LTDLL_C
aclocal: saw macro _LT_REQUIRED_DARWIN_CHECKS
aclocal: saw macro _LT_AC_PROG_CXXCPP
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_PROG_F77
aclocal: saw macro _LT_PROG_FC
aclocal: saw macro _LT_PROG_CXX
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_LIBTOOL_PICMODE
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTDL_INIT
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_INIT
aclocal: saw macro LT_INIT
aclocal: saw macro AC_PROG_LIBTOOL
aclocal: saw macro LT_INIT
aclocal: saw macro AM_PROG_LIBTOOL
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro _LT_WITH_SYSROOT
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LT_OUTPUT
aclocal: saw macro _LT_PROG_LTMAIN
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_OUTPUT
aclocal: saw macro LT_SUPPORTED_TAG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_LANG
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_LANG
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_CXX
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_F77
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_FC
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_GCJ
aclocal: saw macro LT_LANG
aclocal: saw macro AC_LIBTOOL_RC
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_REQUIRED_DARWIN_CHECKS
aclocal: saw macro _LT_REQUIRED_DARWIN_CHECKS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_WITH_SYSROOT
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro AC_LIBTOOL_COMPILER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro AC_LIBTOOL_LINKER_OPTION
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro AC_LIBTOOL_SYS_MAX_CMD_LEN
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro AC_LIBTOOL_DLOPEN_SELF
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro AC_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro _LT_PATH_TOOL_PREFIX
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PATH_LD
aclocal: saw macro AM_PROG_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro AC_PROG_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_NM
aclocal: saw macro AM_PROG_NM
aclocal: saw macro LT_PATH_NM
aclocal: saw macro AC_PROG_NM
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro LT_LIB_M
aclocal: saw macro LT_LIB_M
aclocal: saw macro AC_CHECK_LIBM
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_COMPILER_OPTION
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_LINKER_OPTION
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro LT_SYS_DLOPEN_SELF
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PATH_LD
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_DLL_DEF_P
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GO
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_RC
aclocal: saw macro _LT_COMPILER_BOILERPLATE
aclocal: saw macro _LT_LINKER_BOILERPLATE
aclocal: saw macro _LT_CC_BASENAME
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_AC_PROG_GCJ
aclocal: saw macro LT_PROG_GO
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_PROG_RC
aclocal: saw macro LT_AC_PROG_RC
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro LT_AC_PROG_SED
aclocal: saw macro LTOPTIONS_VERSION
aclocal: saw macro LTSUGAR_VERSION
aclocal: saw macro LTVERSION_VERSION
aclocal: saw macro LTOBSOLETE_VERSION
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro _LT_PREPARE_SED_QUOTE_VARS
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_CMD_MAX_LEN
aclocal: saw macro LT_PATH_NM
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_LD
aclocal: saw macro LT_PATH_NM
aclocal: saw macro _LT_PROG_ECHO_BACKSLASH
aclocal: saw macro LT_PROG_GCJ
aclocal: saw macro LT_PROG_GO
aclocal: saw macro LT_PROG_RC
aclocal: saw macro AC_PROG_EGREP
aclocal: saw macro AX_CODE_COVERAGE
aclocal: saw macro AX_ADD_AM_MACRO_STATIC
aclocal: saw macro AX_ADD_AM_MACRO_STATIC
aclocal: saw macro AX_AM_MACROS_STATIC
aclocal: saw macro AMINCLUDE_STATIC
aclocal: saw macro AX_AM_MACROS_STATIC
aclocal: saw macro AX_AC_PRINT_TO_FILE
aclocal: saw macro AX_AC_PRINT_TO_FILE
aclocal: saw macro AX_FILE_ESCAPES
aclocal: saw macro AX_FILE_ESCAPES
aclocal: saw macro AX_FILE_ESCAPES
aclocal: saw macro AMINCLUDE_STATIC
aclocal: saw macro AX_AC_APPEND_TO_FILE
aclocal: saw macro AX_AC_APPEND_TO_FILE
aclocal: saw macro AX_FILE_ESCAPES
aclocal: saw macro AX_FILE_ESCAPES
aclocal: saw macro AX_FILE_ESCAPES
aclocal: saw macro AMINCLUDE_STATIC
aclocal: saw macro AX_AM_MACROS_STATIC
aclocal: saw macro _AX_CODE_COVERAGE_ENABLED
aclocal: saw macro AX_CHECK_GNU_MAKE
aclocal: saw macro AX_CHECK_GNU_MAKE
aclocal: saw macro AX_ADD_AM_MACRO_STATIC
aclocal: saw macro AX_CODE_COVERAGE
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro _AX_CODE_COVERAGE_ENABLED
aclocal: saw macro AX_ADD_AM_MACRO_STATIC
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_PATH_LISPDIR
aclocal: saw macro AM_PATH_LISPDIR
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_EXISTS
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_EXISTS
aclocal: saw macro _PKG_SHORT_ERRORS_SUPPORTED
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro _PKG_SHORT_ERRORS_SUPPORTED
aclocal: saw macro PKG_CHECK_MODULES_STATIC
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_INSTALLDIR
aclocal: saw macro PKG_NOARCH_INSTALLDIR
aclocal: saw macro PKG_CHECK_VAR
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_WITH_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_HAVE_WITH_MODULES
aclocal: saw macro PKG_WITH_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_HAVE_DEFINE_WITH_MODULES
aclocal: saw macro PKG_HAVE_WITH_MODULES
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PKG
aclocal: saw macro PKG_PROG_PKG_CONFIG
aclocal: saw macro PKG_CHECK_EXISTS
aclocal: saw macro GUILE_FLAGS
aclocal: saw macro GUILE_PKG
aclocal: saw macro PKG_CHECK_MODULES
aclocal: saw macro AC_LIB_LINKFLAGS_FROM_LIBS
aclocal: saw macro AC_LIB_LINKFLAGS
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_PREFIX
aclocal: saw macro AC_LIB_LINKFLAGS
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro gl_HOST_CPU_C_ABI_32BIT
aclocal: saw macro gl_HOST_CPU_C_ABI
aclocal: saw macro gl_HOST_CPU_C_ABI_32BIT
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro gl_HOST_CPU_C_ABI_32BIT
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_LINKFLAGS_BODY
aclocal: saw macro AC_LIB_APPENDTOVAR
aclocal: saw macro AC_LIB_HAVE_LINKFLAGS
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_LINKFLAGS_BODY
aclocal: saw macro AC_LIB_APPENDTOVAR
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PROG_LD
aclocal: saw macro AC_LIB_PROG_LD_GNU
aclocal: saw macro AC_LIB_PROG_LD
aclocal: saw macro AC_LIB_PROG_LD_GNU
aclocal: saw macro AC_LIB_FROMPACKAGE
aclocal: saw macro AC_LIB_LINKFLAGS_BODY
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_APPENDTOVAR
aclocal: saw macro AC_LIB_WITH_FINAL_PREFIX
aclocal: saw macro AC_LIB_LINKFLAGS_FROM_LIBS
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PREPARE_PREFIX
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PROG_LD
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_RPATH
aclocal: saw macro AC_LIB_PREPARE_MULTILIB
aclocal: saw macro AC_LIB_LINKFLAGS_FROM_LIBS
aclocal: saw macro GUILE_SITE_DIR
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_CHECK
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_MODULE_CHECK
aclocal: saw macro GUILE_CHECK
aclocal: saw macro GUILE_MODULE_AVAILABLE
aclocal: saw macro GUILE_MODULE_CHECK
aclocal: saw macro GUILE_MODULE_REQUIRED
aclocal: saw macro GUILE_MODULE_AVAILABLE
aclocal: saw macro GUILE_MODULE_EXPORTS
aclocal: saw macro GUILE_MODULE_CHECK
aclocal: saw macro GUILE_MODULE_REQUIRED_EXPORT
aclocal: saw macro GUILE_MODULE_EXPORTS
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PKG
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_PROGS
aclocal: saw macro GUILE_FLAGS
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AX_LIB_READLINE
aclocal: saw macro VL_LIB_READLINE
aclocal: saw macro AX_LIB_READLINE
aclocal: saw macro AX_LIB_READLINE
aclocal: saw macro AM_CONDITIONAL
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: saw macro AM_COND_IF
aclocal: running echo 'm4_define([m4_require_silent_probe], [-])' | autom4te --language Autoconf-without-aclocal-m4  - /usr/share/aclocal-1.16/internal/ac-config-macro-dirs.m4 '/usr/share/aclocal/ltargz.m4' '/usr/share/aclocal/ltdl.m4' '/usr/share/aclocal/pkg.m4' '/usr/share/aclocal-1.16/amversion.m4' '/usr/share/aclocal-1.16/auxdir.m4' '/usr/share/aclocal-1.16/cond-if.m4' '/usr/share/aclocal-1.16/cond.m4' '/usr/share/aclocal-1.16/depend.m4' '/usr/share/aclocal-1.16/depout.m4' '/usr/share/aclocal-1.16/extra-recurs.m4' '/usr/share/aclocal-1.16/init.m4' '/usr/share/aclocal-1.16/install-sh.m4' '/usr/share/aclocal-1.16/lead-dot.m4' '/usr/share/aclocal-1.16/lispdir.m4' '/usr/share/aclocal-1.16/make.m4' '/usr/share/aclocal-1.16/missing.m4' '/usr/share/aclocal-1.16/options.m4' '/usr/share/aclocal-1.16/prog-cc-c-o.m4' '/usr/share/aclocal-1.16/runlog.m4' '/usr/share/aclocal-1.16/sanity.m4' '/usr/share/aclocal-1.16/silent.m4' '/usr/share/aclocal-1.16/strip.m4' '/usr/share/aclocal-1.16/substnot.m4' '/usr/share/aclocal-1.16/tar.m4' 'm4/ax_ac_append_to_file.m4' 'm4/ax_ac_print_to_file.m4' 'm4/ax_add_am_macro_static.m4' 'm4/ax_am_macros_static.m4' 'm4/ax_append_compile_flags.m4' 'm4/ax_append_flag.m4' 'm4/ax_append_link_flags.m4' 'm4/ax_check_compile_flag.m4' 'm4/ax_check_enable_debug.m4' 'm4/ax_check_gnu_make.m4' 'm4/ax_check_link_flag.m4' 'm4/ax_code_coverage.m4' 'm4/ax_compiler_flags.m4' 'm4/ax_compiler_flags_cflags.m4' 'm4/ax_compiler_flags_cxxflags.m4' 'm4/ax_compiler_flags_gir.m4' 'm4/ax_compiler_flags_ldflags.m4' 'm4/ax_cxx_compile_stdcxx.m4' 'm4/ax_cxx_compile_stdcxx_14.m4' 'm4/ax_file_escapes.m4' 'm4/ax_is_release.m4' 'm4/ax_lib_readline.m4' 'm4/ax_require_defined.m4' 'm4/ax_valgrind_check.m4' 'm4/guile-2.2.m4' 'm4/host-cpu-c-abi.m4' 'm4/lib-ld.m4' 'm4/lib-link.m4' 'm4/lib-prefix.m4' 'm4/libtool.m4' 'm4/ltoptions.m4' 'm4/ltsugar.m4' 'm4/ltversion.m4' 'm4/lt~obsolete.m4' --trace='AC_DEFUN:$f::$n::${::}%' --trace='AC_DEFUN_ONCE:$f::$n::${::}%' --trace='AU_DEFUN:$f::$n::${::}%' --trace='_AM_AUTOCONF_VERSION:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR_TRACE:$f::$n::${::}%' --trace='AC_CONFIG_MACRO_DIR:$f::$n::${::}%' --trace='_AM_CONFIG_MACRO_DIRS:$f::$n::${::}%' --trace='LT_AC_PROG_SED:$f::$n' --trace='AM_PROG_LD:$f::$n' --trace='AM_PROG_CC_C_O:$f::$n' --trace='AC_LIB_RPATH:$f::$n' --trace='AM_PROG_NM:$f::$n' --trace='AC_LIBTOOL_LINKER_OPTION:$f::$n' --trace='AM_MISSING_HAS_RUN:$f::$n' --trace='AC_DISABLE_FAST_INSTALL:$f::$n' --trace='_LT_AC_PROG_CXXCPP:$f::$n' --trace='AC_LIBTOOL_RC:$f::$n' --trace='AC_LIB_APPENDTOVAR:$f::$n' --trace='LT_SYS_MODULE_EXT:$f::$n' --trace='GUILE_MODULE_EXPORTS:$f::$n' --trace='_LTDL_SETUP:$f::$n' --trace='AM_RUN_LOG:$f::$n' --trace='AC_LTDL_SHLIBEXT:$f::$n' --trace='AC_LIBTOOL_SYS_MAX_CMD_LEN:$f::$n' --trace='AM_CONDITIONAL:$f::$n' --trace='AC_LIB_PREFIX:$f::$n' --trace='_AM_PROG_CC_C_O:$f::$n' --trace='_AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='_AC_PROG_LIBTOOL:$f::$n' --trace='AC_LIBTOOL_WIN32_DLL:$f::$n' --trace='AC_LIB_LINKFLAGS_FROM_LIBS:$f::$n' --trace='LT_FUNC_ARGZ:$f::$n' --trace='AC_LIBTOOL_POSTDEP_PREDEP:$f::$n' --trace='AC_LIB_LINKFLAGS:$f::$n' --trace='AC_PATH_MAGIC:$f::$n' --trace='AM_SILENT_RULES:$f::$n' --trace='AM_DISABLE_SHARED:$f::$n' --trace='_AX_CODE_COVERAGE_ENABLED:$f::$n' --trace='AM_PROG_INSTALL_STRIP:$f::$n' --trace='AX_VALGRIND_DFLT:$f::$n' --trace='AC_LIBTOOL_PROG_LD_SHLIBS:$f::$n' --trace='AC_LIBTOOL_SYS_DYNAMIC_LINKER:$f::$n' --trace='AX_AC_PRINT_TO_FILE:$f::$n' --trace='_LT_LIBOBJ:$f::$n' --trace='LT_CONFIG_LTDL_DIR:$f::$n' --trace='AC_LIBTOOL_LANG_C_CONFIG:$f::$n' --trace='GUILE_MODULE_REQUIRED_EXPORT:$f::$n' --trace='AC_LIBTOOL_PROG_CC_C_O:$f::$n' --trace='AC_LIBTOOL_GCJ:$f::$n' --trace='_PKG_SHORT_ERRORS_SUPPORTED:$f::$n' --trace='gl_HOST_CPU_C_ABI:$f::$n' --trace='AC_LTDL_OBJDIR:$f::$n' --trace='AC_LIBTOOL_SETUP:$f::$n' --trace='GUILE_PKG:$f::$n' --trace='_LT_REQUIRED_DARWIN_CHECKS:$f::$n' --trace='AC_LIBTOOL_F77:$f::$n' --trace='gl_HOST_CPU_C_ABI_32BIT:$f::$n' --trace='AX_COMPILER_FLAGS_CFLAGS:$f::$n' --trace='LTVERSION_VERSION:$f::$n' --trace='AM_SET_DEPDIR:$f::$n' --trace='PKG_WITH_MODULES:$f::$n' --trace='AX_COMPILER_FLAGS_GIR:$f::$n' --trace='AC_LIBTOOL_LANG_CXX_CONFIG:$f::$n' --trace='AX_CXX_COMPILE_STDCXX:$f::$n' --trace='AM_COND_IF:$f::$n' --trace='AC_LTDL_PREOPEN:$f::$n' --trace='PKG_CHECK_MODULES_STATIC:$f::$n' --trace='AC_LTDL_ENABLE_INSTALL:$f::$n' --trace='LT_PROG_GCJ:$f::$n' --trace='_LT_AC_LANG_CXX_CONFIG:$f::$n' --trace='AX_CHECK_COMPILE_FLAG:$f::$n' --trace='AX_CODE_COVERAGE:$f::$n' --trace='AC_CHECK_LIBM:$f::$n' --trace='AX_VALGRIND_CHECK:$f::$n' --trace='AX_AC_APPEND_TO_FILE:$f::$n' --trace='AC_PROG_NM:$f::$n' --trace='AC_PROG_LD:$f::$n' --trace='AM_PATH_LISPDIR:$f::$n' --trace='LT_OUTPUT:$f::$n' --trace='AC_LIB_PROG_LD:$f::$n' --trace='AC_DISABLE_SHARED:$f::$n' --trace='_LT_AC_LANG_GCJ:$f::$n' --trace='_LT_LINKER_OPTION:$f::$n' --trace='_LT_COMPILER_BOILERPLATE:$f::$n' --trace='AC_LIBTOOL_PROG_COMPILER_PIC:$f::$n' --trace='AX_CHECK_ENABLE_DEBUG:$f::$n' --trace='AC_LIBTOOL_FC:$f::$n' --trace='AX_CHECK_GNU_MAKE:$f::$n' --trace='AC_PROG_LD_GNU:$f::$n' --trace='AC_LIBTOOL_LANG_GCJ_CONFIG:$f::$n' --trace='AX_COMPILER_FLAGS_CXXFLAGS:$f::$n' --trace='GUILE_MODULE_AVAILABLE:$f::$n' --trace='AC_LIB_FROMPACKAGE:$f::$n' --trace='AC_ENABLE_FAST_INSTALL:$f::$n' --trace='AX_REQUIRE_DEFINED:$f::$n' --trace='LT_LIB_M:$f::$n' --trace='_LT_AC_SYS_COMPILER:$f::$n' --trace='AC_LIBTOOL_SYS_HARD_LINK_LOCKS:$f::$n' --trace='GUILE_MODULE_REQUIRED:$f::$n' --trace='LTDL_INSTALLABLE:$f::$n' --trace='_AC_AM_CONFIG_HEADER_HOOK:$f::$n' --trace='LT_WITH_LTDL:$f::$n' --trace='AX_IS_RELEASE:$f::$n' --trace='AX_LIB_READLINE:$f::$n' --trace='AM_SET_CURRENT_AUTOMAKE_VERSION:$f::$n' --trace='AX_APPEND_FLAG:$f::$n' --trace='LT_LANG:$f::$n' --trace='_AM_IF_OPTION:$f::$n' --trace='PKG_CHECK_VAR:$f::$n' --trace='_LT_PROG_FC:$f::$n' --trace='LTDL_INIT:$f::$n' --trace='AX_AM_MACROS_STATIC:$f::$n' --trace='_LT_AC_LANG_F77_CONFIG:$f::$n' --trace='_LT_AC_LOCK:$f::$n' --trace='AC_PROG_EGREP:$f::$n' --trace='_LT_AC_SYS_LIBPATH_AIX:$f::$n' --trace='AC_LTDL_DLLIB:$f::$n' --trace='AC_PATH_TOOL_PREFIX:$f::$n' --trace='AC_LIBTOOL_OBJDIR:$f::$n' --trace='AX_ADD_AM_MACRO_STATIC:$f::$n' --trace='AX_APPEND_LINK_FLAGS:$f::$n' --trace='AC_LTDL_SHLIBPATH:$f::$n' --trace='_LT_PROG_CXX:$f::$n' --trace='AC_DISABLE_STATIC:$f::$n' --trace='_LT_AC_LANG_CXX:$f::$n' --trace='AM_AUX_DIR_EXPAND:$f::$n' --trace='AC_LIBTOOL_PROG_COMPILER_NO_RTTI:$f::$n' --trace='_LT_PROG_ECHO_BACKSLASH:$f::$n' --trace='LT_AC_PROG_GCJ:$f::$n' --trace='AC_LTDL_SYSSEARCHPATH:$f::$n' --trace='LT_SYS_SYMBOL_USCORE:$f::$n' --trace='LT_SYS_MODULE_PATH:$f::$n' --trace='LT_SYS_DLOPEN_SELF:$f::$n' --trace='AX_FILE_ESCAPES:$f::$n' --trace='AC_DEPLIBS_CHECK_METHOD:$f::$n' --trace='_LT_AC_LANG_GCJ_CONFIG:$f::$n' --trace='AC_LIBTOOL_SYS_OLD_ARCHIVE:$f::$n' --trace='LT_INIT:$f::$n' --trace='AC_LIBTOOL_DLOPEN_SELF:$f::$n' --trace='PKG_PROG_PKG_CONFIG:$f::$n' --trace='_LT_AC_LANG_RC_CONFIG:$f::$n' --trace='AC_LIB_PREPARE_MULTILIB:$f::$n' --trace='AM_ENABLE_SHARED:$f::$n' --trace='VL_LIB_READLINE:$f::$n' --trace='_LT_LINKER_BOILERPLATE:$f::$n' --trace='_LT_AC_LANG_C_CONFIG:$f::$n' --trace='_LT_AC_PROG_ECHO_BACKSLASH:$f::$n' --trace='AC_LTDL_SYMBOL_USCORE:$f::$n' --trace='AC_LIB_PROG_LD_GNU:$f::$n' --trace='AC_LIBTOOL_PICMODE:$f::$n' --trace='AC_LTDL_DLSYM_USCORE:$f::$n' --trace='AM_SANITY_CHECK:$f::$n' --trace='LT_LIB_DLLOAD:$f::$n' --trace='_AM_MANGLE_OPTION:$f::$n' --trace='PKG_HAVE_WITH_MODULES:$f::$n' --trace='LT_SYS_DLOPEN_DEPLIBS:$f::$n' --trace='PKG_INSTALLDIR:$f::$n' --trace='AC_ENABLE_STATIC:$f::$n' --trace='LT_AC_PROG_EGREP:$f::$n' --trace='LT_PROG_GO:$f::$n' --trace='_LT_PREPARE_SED_QUOTE_VARS:$f::$n' --trace='AC_WITH_LTDL:$f::$n' --trace='AC_LIB_LINKFLAGS_BODY:$f::$n' --trace='_LT_PROG_LTMAIN:$f::$n' --trace='AM_INIT_AUTOMAKE:$f::$n' --trace='GUILE_SITE_DIR:$f::$n' --trace='GUILE_MODULE_CHECK:$f::$n' --trace='LTOPTIONS_VERSION:$f::$n' --trace='AM_OUTPUT_DEPENDENCY_COMMANDS:$f::$n' --trace='_AM_SET_OPTIONS:$f::$n' --trace='_LT_AC_LANG_F77:$f::$n' --trace='AC_LIBTOOL_LANG_F77_CONFIG:$f::$n' --trace='LT_AC_PROG_RC:$f::$n' --trace='AX_COMPILER_FLAGS:$f::$n' --trace='AC_LIB_LTDL:$f::$n' --trace='AX_CHECK_LINK_FLAG:$f::$n' --trace='AC_LIB_WITH_FINAL_PREFIX:$f::$n' --trace='PKG_NOARCH_INSTALLDIR:$f::$n' --trace='LTOBSOLETE_VERSION:$f::$n' --trace='LT_PATH_NM:$f::$n' --trace='LT_PATH_LD:$f::$n' --trace='_LT_PATH_TOOL_PREFIX:$f::$n' --trace='AM_PROG_LIBTOOL:$f::$n' --trace='LTDL_CONVENIENCE:$f::$n' --trace='_LT_AC_TAGVAR:$f::$n' --trace='AC_LIB_HAVE_LINKFLAGS:$f::$n' --trace='PKG_CHECK_EXISTS:$f::$n' --trace='AC_LIBTOOL_CXX:$f::$n' --trace='AM_SET_LEADING_DOT:$f::$n' --trace='LT_FUNC_DLSYM_USCORE:$f::$n' --trace='_LT_AC_TRY_DLOPEN_SELF:$f::$n' --trace='AC_LIBTOOL_SYS_LIB_STRIP:$f::$n' --trace='_LT_DLL_DEF_P:$f::$n' --trace='AM_SUBST_NOTMAKE:$f::$n' --trace='AM_DISABLE_STATIC:$f::$n' --trace='AX_APPEND_COMPILE_FLAGS:$f::$n' --trace='_LT_PROG_F77:$f::$n' --trace='AM_MISSING_PROG:$f::$n' --trace='AC_PROG_LD_RELOAD_FLAG:$f::$n' --trace='AC_LIBLTDL_INSTALLABLE:$f::$n' --trace='AC_LIBTOOL_DLOPEN:$f::$n' --trace='LT_SUPPORTED_TAG:$f::$n' --trace='LT_PROG_RC:$f::$n' --trace='AC_LTDL_SYS_DLOPEN_DEPLIBS:$f::$n' --trace='_LT_WITH_SYSROOT:$f::$n' --trace='_LT_COMPILER_OPTION:$f::$n' --trace='AM_PROG_INSTALL_SH:$f::$n' --trace='_AM_PROG_TAR:$f::$n' --trace='_AM_DEPENDENCIES:$f::$n' --trace='_AM_SUBST_NOTMAKE:$f::$n' --trace='AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH:$f::$n' --trace='AC_LIBLTDL_CONVENIENCE:$f::$n' --trace='LTSUGAR_VERSION:$f::$n' --trace='_AM_SET_OPTION:$f::$n' --trace='AMINCLUDE_STATIC:$f::$n' --trace='_LT_AC_SHELL_INIT:$f::$n' --trace='LT_SYS_DLSEARCH_PATH:$f::$n' --trace='AX_COMPILER_FLAGS_LDFLAGS:$f::$n' --trace='PKG_HAVE_DEFINE_WITH_MODULES:$f::$n' --trace='AM_DEP_TRACK:$f::$n' --trace='AC_LIBTOOL_COMPILER_OPTION:$f::$n' --trace='_LT_CC_BASENAME:$f::$n' --trace='AC_LIBTOOL_LANG_RC_CONFIG:$f::$n' --trace='AM_ENABLE_STATIC:$f::$n' --trace='GUILE_CHECK:$f::$n' --trace='AM_EXTRA_RECURSIVE_TARGETS:$f::$n' --trace='PKG_CHECK_MODULES:$f::$n' --trace='AC_LIBTOOL_CONFIG:$f::$n' --trace='AX_CXX_COMPILE_STDCXX_14:$f::$n' --trace='AC_ENABLE_SHARED:$f::$n' --trace='AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE:$f::$n' --trace='AM_MAKE_INCLUDE:$f::$n' --trace='AC_LIB_PREPARE_PREFIX:$f::$n' --trace='AC_PROG_LIBTOOL:$f::$n' --trace='_LT_AC_FILE_LTDLL_C:$f::$n' --trace='LT_CMD_MAX_LEN:$f::$n' --trace='GUILE_PROGS:$f::$n' --trace='_LT_AC_TAGCONFIG:$f::$n' --trace='GUILE_FLAGS:$f::$n' --trace='AM_AUTOMAKE_VERSION:$f::$n' --trace='_LT_AC_CHECK_DLFCN:$f::$n' configure.ac
aclocal: writing aclocal.m4
configure.ac:41: installing 'build-aux/compile'
configure.ac:30: installing 'build-aux/missing'
contrib/Makefile.am: installing 'build-aux/depcomp'
checking whether to enable debugging... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for gcc option to accept ISO C99... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking whether g++ supports C++14 features with -std=gnu++14... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether C compiler accepts -Werror=unknown-warning-option... no
checking whether C compiler accepts -Wno-suggest-attribute=format... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wstack-protector... yes
checking whether C compiler accepts -Wstack-protector-all... no
checking whether C compiler accepts -Wno-cast-function-type... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -Wdeclaration-after-statement... yes
checking whether C compiler accepts -Wimplicit-function-declaration... yes
checking whether C compiler accepts -Wold-style-definition... yes
checking whether C compiler accepts -Wjump-misses-init... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wundef... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -Wno-missing-field-initializers... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wformat-security... (cached) yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Winline... yes
checking whether C compiler accepts -Wpacked... yes
checking whether C compiler accepts -Wmissing-format-attribute... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wredundant-decls... (cached) yes
checking whether C compiler accepts -Wmissing-include-dirs... yes
checking whether C compiler accepts -Wunused-but-set-variable... yes
checking whether C compiler accepts -Warray-bounds... yes
checking whether C compiler accepts -Wreturn-type... yes
checking whether C compiler accepts -Wswitch-enum... yes
checking whether C compiler accepts -Wswitch-default... yes
checking whether C compiler accepts -Wduplicated-cond... yes
checking whether C compiler accepts -Wduplicated-branches... yes
checking whether C compiler accepts -Wlogical-op... yes
checking whether C compiler accepts -Wrestrict... yes
checking whether C compiler accepts -Wnull-dereference... yes
checking whether C compiler accepts -Wdouble-promotion... yes
checking whether C compiler accepts -Wno-error=cast-function-type... yes
checking whether C compiler accepts -Wno-error=unused-parameter... yes
checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C++ compiler accepts -Werror=unknown-warning-option... no
checking whether C++ compiler accepts -Wno-suggest-attribute=format... yes
checking whether C++ compiler accepts -fno-strict-aliasing... yes
checking whether C++ compiler accepts -Wformat-security... yes
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -Wstack-protector-all... no
checking whether C++ compiler accepts -Wno-cast-function-type... yes
checking whether C++ compiler accepts -Wall... yes
checking whether C++ compiler accepts -Wextra... yes
checking whether C++ compiler accepts -Wundef... yes
checking whether C++ compiler accepts -Wwrite-strings... yes
checking whether C++ compiler accepts -Wpointer-arith... yes
checking whether C++ compiler accepts -Wmissing-declarations... yes
checking whether C++ compiler accepts -Wredundant-decls... yes
checking whether C++ compiler accepts -Wno-unused-parameter... yes
checking whether C++ compiler accepts -Wno-missing-field-initializers... yes
checking whether C++ compiler accepts -Wformat=2... yes
checking whether C++ compiler accepts -Wcast-align... yes
checking whether C++ compiler accepts -Wformat-nonliteral... yes
checking whether C++ compiler accepts -Wformat-security... (cached) yes
checking whether C++ compiler accepts -Wsign-compare... yes
checking whether C++ compiler accepts -Wstrict-aliasing... yes
checking whether C++ compiler accepts -Wshadow... yes
checking whether C++ compiler accepts -Winline... yes
checking whether C++ compiler accepts -Wpacked... yes
checking whether C++ compiler accepts -Wmissing-format-attribute... yes
checking whether C++ compiler accepts -Wmissing-noreturn... yes
checking whether C++ compiler accepts -Winit-self... yes
checking whether C++ compiler accepts -Wredundant-decls... (cached) yes
checking whether C++ compiler accepts -Wmissing-include-dirs... yes
checking whether C++ compiler accepts -Wunused-but-set-variable... yes
checking whether C++ compiler accepts -Warray-bounds... yes
checking whether C++ compiler accepts -Wreturn-type... yes
checking whether C++ compiler accepts -Wno-overloaded-virtual... yes
checking whether C++ compiler accepts -Wswitch-enum... yes
checking whether C++ compiler accepts -Wswitch-default... yes
checking whether C++ compiler accepts -Wno-error=cast-function-type... yes
checking whether C++ compiler accepts -Wno-error=unused-parameter... yes
checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes
checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no
checking whether the linker accepts -Wl,--as-needed... yes
checking whether the linker accepts -Wl,--as-needed... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking whether the linker accepts -Wl,--no-as-needed... yes
checking whether the linker accepts -Wl,--fatal-warnings... yes
checking whether the linker accepts -Wl,-fatal_warnings... no
checking whether the linker accepts -Wl,--no-as-needed... yes
checking for valgrind... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -std=gnu++14 -E
checking for ld used by g++ -std=gnu++14... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -std=gnu++14 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -std=gnu++14 option to produce PIC... -fPIC -DPIC
checking if g++ -std=gnu++14 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=gnu++14 static flag -static works... yes
checking if g++ -std=gnu++14 supports -c -o file.o... yes
checking if g++ -std=gnu++14 supports -c -o file.o... (cached) yes
checking whether the g++ -std=gnu++14 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to build with code coverage support... no
checking for gawk... (cached) gawk
checking for sort... sort
checking wordexp.h usability... yes
checking wordexp.h presence... yes
checking for wordexp.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for makeinfo... yes
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for struct dirent.d_ino... yes
checking for memset... yes
checking for memcpy... yes
checking for realpath... yes
checking for setlocale... yes
checking for strerror... yes
checking for getpass... yes
checking for setsid... yes
checking for vasprintf... yes
checking for strptime... yes
checking for timegm... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.28... yes
checking for GLIB... yes
checking for GMIME... yes
checking for JSON_GLIB... yes
checking for XAPIAN... yes
checking for ld... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for the common suffixes of directories in the library search path... lib,lib
checking for GUILE22... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 2.2
configure: found guile 2.2
checking for guile-2.2... no
checking for guile2.2... no
checking for guile-2... no
checking for guile2... no
checking for guile... /usr/bin/guile
checking for Guile version >= 2.2... 2.2.6
checking for guild... /usr/bin/guild
checking for guile-config... /usr/bin/guile-config
checking for GUILE... yes
checking for a readline compatible library... -lreadline
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for makeinfo... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mu/Makefile
config.status: creating mu/mu-memcheck
config.status: creating lib/Makefile
config.status: creating lib/doxyfile
config.status: creating lib/utils/Makefile
config.status: creating lib/query/Makefile
config.status: creating mu4e/Makefile
config.status: creating mu4e/mu4e-meta.el
config.status: creating guile/Makefile
config.status: creating guile/texi.texi
config.status: creating guile/mu/Makefile
config.status: creating guile/examples/Makefile
config.status: creating guile/tests/Makefile
config.status: creating guile/scripts/Makefile
config.status: creating toys/Makefile
config.status: creating toys/mug/Makefile
config.status: creating man/Makefile
config.status: creating m4/Makefile
config.status: creating contrib/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

mu configuration is complete.
------------------------------------------------
mu version                           : 1.4.13

Xapian version                       : 1.4.17
GLib version                         : 2.64.5
GMime version                        : 3.2.7
Json-Glib version                    : 1.4.4
Guile version                        : 2.2.6
Emacs version                        : GNU Emacs 27.1

Have wordexp                         : yes
Build mu4e emacs frontend            : yes
Build 'mug' toy-ui (gtk+/webkit)     : no

Have direntry->d_ino                 : yes
Have direntry->d_type                : yes
------------------------------------------------

Now, type 'make' (or 'gmake') to build mu

(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/egil/.cache/yay/mu/src/mu-1.4.13/build-aux/missing autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory '/home/egil/.cache/yay/mu/src/mu-1.4.13'
Making all in m4
make[2]: Entering directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/m4'
Making all in man
make[2]: Entering directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/man'
Making all in lib
make[2]: Entering directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/lib'
make  all-recursive
make[3]: Entering directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/lib'
Making all in utils
make[4]: Entering directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/lib/utils'
  CC       mu-date.lo
  CC       mu-log.lo
../../libtool: line 3470: -v: command not found
  CXX      mu-command-parser.lo
../../libtool: line 3470: -v: command not found
  CXX      mu-sexp-parser.lo
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh: In function ‘void Mu::Command::invoke(const CommandMap&, const Mu::Sexp::Node&)’:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:82:83: note: called from here
   82 |                                             " but got " + to_string(param_it->type));
      |                                                                                   ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:81:67: note: called from here
   81 |                                             to_string(arginfo.type) +
      |                                                                   ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh: In function ‘const string& Mu::Command::get_string_or(const Parameters&, const string&, const string&)’:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:126:47: note: called from here
  126 |                             to_string(it->type).c_str(),
      |                                               ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh: In function ‘const string& Mu::Command::get_symbol_or(const Parameters&, const string&, const string&)’:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:141:47: note: called from here
  141 |                             to_string(it->type).c_str(),
      |                                               ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh: In function ‘int Mu::Command::get_int_or(const Parameters&, const string&, int)’:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:157:47: note: called from here
  157 |                             to_string(it->type).c_str());
      |                                               ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh: In function ‘bool Mu::Command::get_bool_or(const Parameters&, const string&, bool)’:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:171:47: note: called from here
  171 |                             to_string(it->type).c_str());
      |                                               ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh: In function ‘std::vector<std::__cxx11::basic_string<char> > Mu::Command::get_string_vec(const Parameters&, const string&)’:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:184:47: note: called from here
  184 |                             to_string(it->type).c_str());
      |                                               ^
In file included from ../../lib/utils/mu-error.hh:25,
                 from mu-command-parser.hh:30,
                 from mu-command-parser.cc:20:
../../lib/utils/mu-utils.hh:151:27: warning: inlining failed in call to ‘std::string Mu::to_string(const T&) [with T = Mu::Sexp::Type]’: call is unlikely and code size would grow [-Winline]
  151 | static inline std::string to_string (const T& val)
      |                           ^~~~~~~~~
mu-command-parser.cc:191:53: note: called from here
  191 |                                     to_string(n.type).c_str());
      |                                                     ^
../../libtool: line 3470: -v: command not found
  CC       mu-str.lo
../../libtool: line 3470: -v: command not found
  CC       mu-util.lo
../../libtool: line 3470: -v: command not found
  CXX      mu-utils.lo
../../libtool: line 3470: -v: command not found
../../libtool: line 3470: -v: command not found
  CXXLD    libmu-utils.la
libtool:   error: 'mu-date.lo' is not a valid libtool object
make[4]: *** [Makefile:806: libmu-utils.la] Error 1
make[4]: Leaving directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/lib/utils'
make[3]: *** [Makefile:1157: all-recursive] Error 1
make[3]: Leaving directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/lib'
make[2]: *** [Makefile:968: all] Error 2
make[2]: Leaving directory '/home/egil/.cache/yay/mu/src/mu-1.4.13/lib'
make[1]: *** [Makefile:594: all-recursive] Error 1
make[1]: Leaving directory '/home/egil/.cache/yay/mu/src/mu-1.4.13'
make: *** [Makefile:504: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
I have:
  • read this [url]https://bbs.archlinux.org/viewtopic.php?id=193969[/url]
  • been running this installation for years
  • just reinstalled base-devel (same error)
  • nothing in /usr/local/share/aclocal or any custom build tools from AUR or elsewhere
  • updated today -Syu
$ ls -l /usr/bin/aclocal
-rwxr-xr-x 2 root root 36377 Jun  6 22:03 /usr/bin/aclocal

$ aclocal --print-ac-dir
/usr/share/aclocal

$ pacman -Qo /usr/share/aclocal/libtool.m4
/usr/share/aclocal/libtool.m4 is owned by libtool 2.4.6+42+gb88cebd5-14

$ pacman -Qi libtool
Name            : libtool
Version         : 2.4.6+42+gb88cebd5-14
Description     : A generic library support script
Architecture    : x86_64
URL             : https://www.gnu.org/software/libtool
Licenses        : GPL
Groups          : base-devel
Provides        : libltdl=2.4.6+42+gb88cebd5  libtool-multilib=2.4.6+42+gb88cebd5
Depends On      : sh  tar  glibc
Optional Deps   : None
Required By     : guile  hwloc  imagemagick  libcanberra  libgphoto2  moc  mpg123  openmpi  pulseaudio  redland  xmlsec
Optional For    : None
Conflicts With  : libltdl  libtool-multilib
Replaces        : libltdl  libtool-multilib
Installed Size  : 2.19 MiB
Packager        : Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
Build Date      : Sun 09 Aug 2020 05:24:16 PM CEST
Install Date    : Sun 13 Sep 2020 11:08:56 AM CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

$ pacman -Qo /usr/share/aclocal /usr/share/aclocal-1.16
/usr/share/aclocal/ ägs av libogg 1.3.4-2
/usr/share/aclocal/ ägs av libshout 1:2.4.3-3
/usr/share/aclocal/ ägs av libtool 2.4.6+42+gb88cebd5-14
/usr/share/aclocal/ ägs av libvorbis 1.3.7-2
/usr/share/aclocal/ ägs av libxml2 2.9.10-2
/usr/share/aclocal/ ägs av libxslt 1.1.34-5
/usr/share/aclocal/ ägs av mariadb-libs 10.5.5-2
/usr/share/aclocal/ ägs av npth 1.6-2
/usr/share/aclocal/ ägs av nspr 4.28-1
/usr/share/aclocal/ ägs av opus 1.3.1-2
/usr/share/aclocal/ ägs av orc 0.4.32-1
/usr/share/aclocal/ ägs av pkcs11-helper 1.26.0-2
/usr/share/aclocal/ ägs av pkgconf 1.7.3-1
/usr/share/aclocal/ ägs av sdl 1.2.15-13.parabola1
/usr/share/aclocal/ ägs av sdl2 2.0.12-2
/usr/share/aclocal/ ägs av smpeg 0.4.5-5
/usr/share/aclocal/ ägs av speex 1.2.0-3
/usr/share/aclocal/ ägs av tcl 8.6.10-2
/usr/share/aclocal/ ägs av wayland 1.18.0-2
/usr/share/aclocal/ ägs av xapian-core 1:1.4.17-2
/usr/share/aclocal/ ägs av xmlsec 1.2.30-2
/usr/share/aclocal/ ägs av zziplib 0.13.71-1
/usr/share/aclocal-1.16/ ägs av automake 1.16.2-3

Replies (4)

Libtool error when building mu: "command not found" - bill-auger - over 3 years ago -

i just built the 'mu' PKGBUILD from AUR with makepkg, and it
compiled successfully on parabola x86_64

RE: Libtool error when building mu: "command not found" - egils - over 3 years ago -

Thanks for trying to reproduce. I have exactly the same error with bitlebee-discord https://aur.archlinux.org/packages/bitlbee-discord-git/ so I guessed that it is something in my configuration that is botched.

Question is what is wrong and how to fix it?

RE: Libtool error when building mu: "command not found" - bill-auger - over 3 years ago -

the simplest solution is to build your software in a clean
environment; not the system you use everyday - in a VM
for example, or a second parabola install, or you could use
libretools, which builds packages in a chroot

RE: Libtool error when building mu: "command not found" - egils - over 3 years ago -

Thanks for the tip. I will try that. I recently changed my PATH, maybe thats the problem.

this is my env:

$ env |sort
COLORTERM=truecolor
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DESKTOP_SESSION=sway
DISPLAY=:0
EDITOR=nano
GDM_LANG=sv_SE.utf8
GDMSESSION=sway
GOPATH=/home/egil/src/go
GTK_MODULES=canberra-gtk-module
HISTCONTROL=eraseups:ignoreups
HISTIGNORE=&:ls:l:ll:[b]g:exit:..:history:dirs:cd:vlc
HOME=/home/egil
I3SOCK=/run/user/1000/sway-ipc.1000.511.sock
LANG=sv_SE.utf8
LOGNAME=egil
M2_HOME=/opt/maven
MAIL=/var/spool/mail/egil
MAVEN_OPTS=-Xmx512m
MOTD_SHOWN=pam
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
MV=-v
NVM_BIN=/home/egil/.nvm/versions/node/v12.18.3/bin
NVM_CD_FLAGS=
NVM_DIR=/home/egil/.nvm
NVM_INC=/home/egil/.nvm/versions/node/v12.18.3/include/node
PATH=/home/egil/.nvm/versions/node/v12.18.3/bin:/home/egil/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD=/home/egil
SHELL=/bin/bash
SHLVL=0
SWAYSOCK=/run/user/1000/sway-ipc.1000.511.sock
TERM=xterm-termite
USER=egil
_=/usr/bin/env
WAYLAND_DISPLAY=wayland-0
VISUAL=nano
VTE_VERSION=5602
XCURSOR_SIZE=24
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/egil
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SEAT=seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=sway
XDG_SESSION_ID=1
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=wayland
XDG_VTNR=7

    (1-4/4)