Hello community, here is the log from the commit of package libebml for openSUSE:Factory checked in at 2016-07-21 07:53:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libebml (Old) and /work/SRC/openSUSE:Factory/.libebml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libebml" Changes: -------- --- /work/SRC/openSUSE:Factory/libebml/libebml.changes 2015-10-24 10:30:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libebml.new/libebml.changes 2016-07-21 07:53:44.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jul 15 11:42:30 UTC 2016 - [email protected] + +- Update to new upstream release 1.3.4 + * Some minor changes required for clang + * Some minor changes for C99 support + * Required for mkvtoolnix >= 9.3.0 + +------------------------------------------------------------------- Old: ---- libebml-1.3.3.tar.bz2 New: ---- libebml-1.3.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libebml.spec ++++++ --- /var/tmp/diff_new_pack.Ro5y4s/_old 2016-07-21 07:53:45.000000000 +0200 +++ /var/tmp/diff_new_pack.Ro5y4s/_new 2016-07-21 07:53:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libebml # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,19 @@ %define soname 4 - Name: libebml -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: Library to parse EBML (Extensible Binary Markup Language) files License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://www.matroska.org/ - #Git-Clone: git://github.com/Matroska-Org/libebml #Git-Web: https://github.com/Matroska-Org/libebml Source: http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2 Source100: baselibs.conf BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig # Let's keep that for now - remote repos still build for SLE11 too! BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,10 +64,9 @@ %install %make_install -rm -f "%buildroot/%_libdir"/*.la +find %{buildroot} -type f -name "*.la" -delete -print %post -n libebml%{soname} -p /sbin/ldconfig - %postun -n libebml%{soname} -p /sbin/ldconfig %files -n libebml%{soname} ++++++ libebml-1.3.3.tar.bz2 -> libebml-1.3.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/ChangeLog new/libebml-1.3.4/ChangeLog --- old/libebml-1.3.3/ChangeLog 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/ChangeLog 2016-07-02 15:48:51.000000000 +0200 @@ -1,3 +1,23 @@ +2016-07-02 Moritz Bunkus <[email protected]> + + * Released v1.3.4. + +2015-11-21 Moritz Bunkus <[email protected]> + + * EbmlVersion.cpp: in order to enable deterministic builds the + EbmlCodeDate variable has been set to "Unknown" instead of the + date and time of compilation. Patch by Ed Schouten <[email protected]>. + +2015-11-18 Moritz Bunkus <[email protected]> + + * libebml_t.h: use C99-style integer typedefs instead of BSD-style + ones. Patch by Ed Schouten <[email protected]>. + +2015-10-24 Moritz Bunkus <[email protected]> + + * EbmlBinary.h: add #include <cstdlib> for compilation with clang + and libc++. Patch by Thomas Klausner <[email protected]>. + 2015-10-20 Moritz Bunkus <[email protected]> * Released v1.3.3. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/autom4te.cache/output.0 new/libebml-1.3.4/autom4te.cache/output.0 --- old/libebml-1.3.3/autom4te.cache/output.0 2015-10-20 15:08:48.000000000 +0200 +++ new/libebml-1.3.4/autom4te.cache/output.0 2016-07-02 15:49:41.000000000 +0200 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for libebml 1.3.3. +@%:@ Generated by GNU Autoconf 2.69 for libebml 1.3.4. @%:@ @%:@ @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='libebml' PACKAGE_TARNAME='libebml' -PACKAGE_VERSION='1.3.3' -PACKAGE_STRING='libebml 1.3.3' +PACKAGE_VERSION='1.3.4' +PACKAGE_STRING='libebml 1.3.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1323,7 +1323,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libebml 1.3.3 to adapt to many kinds of systems. +\`configure' configures libebml 1.3.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1393,7 +1393,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libebml 1.3.3:";; + short | recursive ) echo "Configuration of libebml 1.3.4:";; esac cat <<\_ACEOF @@ -1507,7 +1507,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libebml configure 1.3.3 +libebml configure 1.3.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1993,7 +1993,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libebml $as_me 1.3.3, which was +It was created by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2859,7 +2859,7 @@ # Define the identity of the package. PACKAGE='libebml' - VERSION='1.3.3' + VERSION='1.3.4' cat >>confdefs.h <<_ACEOF @@ -16412,7 +16412,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libebml $as_me 1.3.3, which was +This file was extended by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16478,7 +16478,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libebml config.status 1.3.3 +libebml config.status 1.3.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/autom4te.cache/output.1 new/libebml-1.3.4/autom4te.cache/output.1 --- old/libebml-1.3.3/autom4te.cache/output.1 2015-10-20 15:08:55.000000000 +0200 +++ new/libebml-1.3.4/autom4te.cache/output.1 2016-07-02 15:49:44.000000000 +0200 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for libebml 1.3.3. +@%:@ Generated by GNU Autoconf 2.69 for libebml 1.3.4. @%:@ @%:@ @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='libebml' PACKAGE_TARNAME='libebml' -PACKAGE_VERSION='1.3.3' -PACKAGE_STRING='libebml 1.3.3' +PACKAGE_VERSION='1.3.4' +PACKAGE_STRING='libebml 1.3.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1323,7 +1323,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libebml 1.3.3 to adapt to many kinds of systems. +\`configure' configures libebml 1.3.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1393,7 +1393,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libebml 1.3.3:";; + short | recursive ) echo "Configuration of libebml 1.3.4:";; esac cat <<\_ACEOF @@ -1507,7 +1507,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libebml configure 1.3.3 +libebml configure 1.3.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1993,7 +1993,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libebml $as_me 1.3.3, which was +It was created by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2859,7 +2859,7 @@ # Define the identity of the package. PACKAGE='libebml' - VERSION='1.3.3' + VERSION='1.3.4' cat >>confdefs.h <<_ACEOF @@ -16412,7 +16412,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libebml $as_me 1.3.3, which was +This file was extended by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16478,7 +16478,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libebml config.status 1.3.3 +libebml config.status 1.3.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/autom4te.cache/output.2 new/libebml-1.3.4/autom4te.cache/output.2 --- old/libebml-1.3.3/autom4te.cache/output.2 2015-10-20 15:08:52.000000000 +0200 +++ new/libebml-1.3.4/autom4te.cache/output.2 2016-07-02 15:49:42.000000000 +0200 @@ -1,6 +1,6 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for libebml 1.3.3. +@%:@ Generated by GNU Autoconf 2.69 for libebml 1.3.4. @%:@ @%:@ @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='libebml' PACKAGE_TARNAME='libebml' -PACKAGE_VERSION='1.3.3' -PACKAGE_STRING='libebml 1.3.3' +PACKAGE_VERSION='1.3.4' +PACKAGE_STRING='libebml 1.3.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1323,7 +1323,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libebml 1.3.3 to adapt to many kinds of systems. +\`configure' configures libebml 1.3.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1393,7 +1393,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libebml 1.3.3:";; + short | recursive ) echo "Configuration of libebml 1.3.4:";; esac cat <<\_ACEOF @@ -1507,7 +1507,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libebml configure 1.3.3 +libebml configure 1.3.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1993,7 +1993,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libebml $as_me 1.3.3, which was +It was created by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2859,7 +2859,7 @@ # Define the identity of the package. PACKAGE='libebml' - VERSION='1.3.3' + VERSION='1.3.4' cat >>confdefs.h <<_ACEOF @@ -16412,7 +16412,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libebml $as_me 1.3.3, which was +This file was extended by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16478,7 +16478,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libebml config.status 1.3.3 +libebml config.status 1.3.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/autom4te.cache/requests new/libebml-1.3.4/autom4te.cache/requests --- old/libebml-1.3.3/autom4te.cache/requests 2015-10-20 15:08:55.000000000 +0200 +++ new/libebml-1.3.4/autom4te.cache/requests 2016-07-02 15:49:44.000000000 +0200 @@ -41,185 +41,185 @@ 'configure.ac' ], { - '_AC_PROG_LIBTOOL' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - '_LT_COMPILER_OPTION' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'LT_AC_PROG_GCJ' => 1, - '_AM_IF_OPTION' => 1, - 'LTSUGAR_VERSION' => 1, - '_LT_AC_LANG_GCJ' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - 'AC_LTDL_PREOPEN' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'AC_LIBTOOL_RC' => 1, - 'AM_PROG_LD' => 1, - 'AC_PROG_LD' => 1, - 'LTVERSION_VERSION' => 1, - '_AM_DEPENDENCIES' => 1, + 'LT_CMD_MAX_LEN' => 1, + '_AM_PROG_TAR' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'AM_SUBST_NOTMAKE' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'LT_LANG' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'LT_WITH_LTDL' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, 'AM_PROG_INSTALL_STRIP' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AM_PROG_INSTALL_SH' => 1, - '_LT_PREPARE_SED_QUOTE_VARS' => 1, - 'AM_PROG_NM' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, + '_AM_DEPENDENCIES' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AC_LTDL_OBJDIR' => 1, + '_AM_MANGLE_OPTION' => 1, '_LT_PROG_LTMAIN' => 1, - 'AM_DISABLE_STATIC' => 1, - 'AC_CONFIG_MACRO_DIR_TRACE' => 1, - 'AM_DISABLE_SHARED' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'AM_SET_DEPDIR' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, - 'LT_INIT' => 1, - 'LT_AC_PROG_SED' => 1, - '_AM_PROG_TAR' => 1, - 'AM_ENABLE_SHARED' => 1, - '_LT_WITH_SYSROOT' => 1, + 'AC_DEFUN' => 1, + '_LT_AC_TAGVAR' => 1, 'AC_ENABLE_SHARED' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - '_LT_PROG_F77' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - 'LT_OUTPUT' => 1, - '_LT_CC_BASENAME' => 1, - 'LT_PROG_GCJ' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - 'AM_SILENT_RULES' => 1, - 'AM_SANITY_CHECK' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - 'LT_PATH_LD' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - 'AC_DEFUN_ONCE' => 1, - 'LT_PATH_NM' => 1, - 'LT_WITH_LTDL' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - '_LT_AC_TAGCONFIG' => 1, + 'LT_SYS_MODULE_PATH' => 1, + 'AC_LIBTOOL_CXX' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AC_ENABLE_STATIC' => 1, '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'LT_PROG_RC' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - '_AM_SET_OPTIONS' => 1, - '_LT_LINKER_OPTION' => 1, - '_LT_AC_SYS_COMPILER' => 1, - 'AC_LIB_LTDL' => 1, - 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - '_LT_DLL_DEF_P' => 1, - 'AC_LIBTOOL_CONFIG' => 1, + 'AM_ENABLE_STATIC' => 1, + 'LTVERSION_VERSION' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, 'AC_LTDL_DLSYM_USCORE' => 1, - 'AM_MISSING_HAS_RUN' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - '_LT_AC_LANG_CXX' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, + 'LT_LIB_M' => 1, + 'AC_PROG_LIBTOOL' => 1, 'LTOBSOLETE_VERSION' => 1, - '_LT_AC_CHECK_DLFCN' => 1, - 'LT_CMD_MAX_LEN' => 1, - '_LT_PROG_FC' => 1, - 'AC_PROG_NM' => 1, - '_LTDL_SETUP' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + '_AM_SET_OPTION' => 1, + 'LT_SYS_MODULE_EXT' => 1, + '_LT_PROG_CXX' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + '_LT_PROG_F77' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AM_CONDITIONAL' => 1, + 'LT_AC_PROG_GCJ' => 1, '_LT_AC_LANG_CXX_CONFIG' => 1, - '_LT_COMPILER_BOILERPLATE' => 1, - '_LT_AC_LANG_F77' => 1, - 'AC_WITH_LTDL' => 1, - 'm4_include' => 1, - '_AM_CONFIG_MACRO_DIRS' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'LT_AC_PROG_EGREP' => 1, + '_m4_warn' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, '_LT_AC_PROG_CXXCPP' => 1, + 'AM_MISSING_PROG' => 1, + 'LT_PATH_NM' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, 'AC_LTDL_SYMBOL_USCORE' => 1, - '_m4_warn' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'AM_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + 'AC_LIB_LTDL' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + '_LT_PROG_FC' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_DISABLE_SHARED' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'LT_PROG_GO' => 1, + 'AC_DISABLE_STATIC' => 1, + 'LTDL_INIT' => 1, + 'AM_RUN_LOG' => 1, + 'AC_WITH_LTDL' => 1, + '_LT_CC_BASENAME' => 1, + '_LT_LINKER_OPTION' => 1, 'LTOPTIONS_VERSION' => 1, 'm4_pattern_allow' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, - 'AC_PATH_MAGIC' => 1, - 'AM_ENABLE_STATIC' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'AC_CHECK_LIBM' => 1, - 'm4_pattern_forbid' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, - 'AC_PROG_LD_GNU' => 1, - 'LT_FUNC_ARGZ' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - 'LT_LIB_M' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'LT_SYS_MODULE_PATH' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, - 'AM_MAKE_INCLUDE' => 1, - 'AM_RUN_LOG' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'AC_LIBTOOL_FC' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, 'LTDL_INSTALLABLE' => 1, - 'AM_SET_LEADING_DOT' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - 'AC_LIBTOOL_F77' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AC_DEFUN_ONCE' => 1, + '_LT_AC_SYS_COMPILER' => 1, + 'AC_PATH_MAGIC' => 1, '_AM_PROG_CC_C_O' => 1, - 'AC_DISABLE_SHARED' => 1, - '_AM_SET_OPTION' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'AC_LIBTOOL_GCJ' => 1, - '_LT_LINKER_BOILERPLATE' => 1, - 'LT_SYS_MODULE_EXT' => 1, - 'AM_PROG_LIBTOOL' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'AM_CONDITIONAL' => 1, - '_LT_AC_TAGVAR' => 1, - 'AC_ENABLE_STATIC' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - 'LT_LIB_DLLOAD' => 1, - '_LT_LIBOBJ' => 1, - 'AM_MISSING_PROG' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - 'AC_LTDL_DLLIB' => 1, - 'AM_PROG_CC_C_O' => 1, - 'LT_AC_PROG_EGREP' => 1, - 'LTDL_CONVENIENCE' => 1, - 'LT_AC_PROG_RC' => 1, - 'AC_DEFUN' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - '_AM_MANGLE_OPTION' => 1, - '_AM_SUBST_NOTMAKE' => 1, + 'LT_PROG_GCJ' => 1, + 'AC_LIBTOOL_SETUP' => 1, + 'LT_PROG_RC' => 1, '_LT_AC_LOCK' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_CHECK_LIBM' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AM_PROG_LD' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - '_LT_PROG_CXX' => 1, - 'LT_SYS_DLOPEN_SELF' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'AU_DEFUN' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - 'AM_SUBST_NOTMAKE' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - 'AC_LIBTOOL_PICMODE' => 1, - 'LT_LANG' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'AC_LTDL_OBJDIR' => 1, - '_AM_AUTOCONF_VERSION' => 1, 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - 'LT_PROG_GO' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, - 'AM_DEP_TRACK' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'LT_AC_PROG_SED' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + 'AC_LTDL_PREOPEN' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'LT_PATH_LD' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'AM_SANITY_CHECK' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'LT_OUTPUT' => 1, + '_LT_DLL_DEF_P' => 1, + 'LTSUGAR_VERSION' => 1, + 'LT_LIB_DLLOAD' => 1, + '_LTDL_SETUP' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AC_PROG_EGREP' => 1, '_LT_PATH_TOOL_PREFIX' => 1, - 'include' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, 'AC_PROG_LD_RELOAD_FLAG' => 1, + 'LT_AC_PROG_RC' => 1, + 'AM_SET_DEPDIR' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_LIBTOOL_RC' => 1, + '_LT_WITH_SYSROOT' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'AM_MAKE_INCLUDE' => 1, 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - 'AC_PROG_EGREP' => 1, + 'AC_LTDL_DLLIB' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_LT_AC_TAGCONFIG' => 1, 'LT_SYS_DLSEARCH_PATH' => 1, - 'LTDL_INIT' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AM_DISABLE_SHARED' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'AC_PROG_LD' => 1, + 'LTDL_CONVENIENCE' => 1, + 'm4_pattern_forbid' => 1, + 'LT_FUNC_ARGZ' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + '_LT_LIBOBJ' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - 'AC_LIBTOOL_CXX' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + '_LT_AC_SHELL_INIT' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, 'LT_SUPPORTED_TAG' => 1, 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + 'AM_PROG_NM' => 1, + '_AM_IF_OPTION' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + 'include' => 1, + '_LT_COMPILER_OPTION' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'AC_PROG_NM' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'AM_DEP_TRACK' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AM_DISABLE_STATIC' => 1, + '_LT_AC_LANG_F77' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'LT_INIT' => 1, '_LT_AC_TRY_DLOPEN_SELF' => 1, '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AC_DISABLE_STATIC' => 1 + 'AC_PROG_LD_GNU' => 1, + 'm4_include' => 1, + '_AM_SET_OPTIONS' => 1, + 'AU_DEFUN' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'LT_CONFIG_LTDL_DIR' => 1 } ], 'Autom4te::Request' ), bless( [ @@ -234,65 +234,65 @@ 'configure.ac' ], { - 'AM_EXTRA_RECURSIVE_TARGETS' => 1, - 'AM_GNU_GETTEXT' => 1, - 'AM_PROG_CXX_C_O' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AC_LIBSOURCE' => 1, + 'AC_SUBST_TRACE' => 1, + 'include' => 1, 'AC_INIT' => 1, - 'AC_CONFIG_HEADERS' => 1, - 'AM_ENABLE_MULTILIB' => 1, - 'AM_PROG_AR' => 1, - 'AM_POT_TOOLS' => 1, - 'AC_CANONICAL_TARGET' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AC_CANONICAL_HOST' => 1, 'AM_XGETTEXT_OPTION' => 1, - 'm4_pattern_forbid' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - 'm4_pattern_allow' => 1, + 'm4_include' => 1, + 'AM_ENABLE_MULTILIB' => 1, 'AC_PROG_LIBTOOL' => 1, - 'AC_DEFINE_TRACE_LITERAL' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'sinclude' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + '_AM_COND_IF' => 1, + 'AM_PATH_GUILE' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AM_PROG_FC_C_O' => 1, 'AC_FC_FREEFORM' => 1, + 'm4_pattern_allow' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AM_PROG_F77_C_O' => 1, + 'LT_INIT' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AM_PROG_CXX_C_O' => 1, 'AC_FC_SRCEXT' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_GNU_GETTEXT' => 1, 'AC_CONFIG_FILES' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AC_CANONICAL_HOST' => 1, - 'AC_FC_PP_SRCEXT' => 1, - '_m4_warn' => 1, - 'm4_sinclude' => 1, - 'm4_include' => 1, - 'AC_CONFIG_AUX_DIR' => 1, - '_AM_SUBST_NOTMAKE' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AM_NLS' => 1, + 'm4_pattern_forbid' => 1, + 'sinclude' => 1, 'AM_MAKEFILE_INCLUDE' => 1, 'AC_CONFIG_SUBDIRS' => 1, - 'AC_SUBST' => 1, - 'AM_SILENT_RULES' => 1, - 'AM_PROG_MKDIR_P' => 1, - 'AC_CANONICAL_BUILD' => 1, 'AM_PROG_CC_C_O' => 1, + '_AM_COND_ELSE' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AM_SILENT_RULES' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'AM_PROG_AR' => 1, + 'AM_PROG_MOC' => 1, + 'AC_SUBST' => 1, + 'AM_MAINTAINER_MODE' => 1, '_AM_COND_ENDIF' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AM_POT_TOOLS' => 1, 'LT_SUPPORTED_TAG' => 1, - 'AM_PROG_FC_C_O' => 1, - 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'm4_sinclude' => 1, + '_m4_warn' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_FC_PP_SRCEXT' => 1, 'AH_OUTPUT' => 1, - 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AC_SUBST_TRACE' => 1, - 'LT_INIT' => 1, - 'AM_PROG_MOC' => 1, - 'AM_CONDITIONAL' => 1, - 'AM_NLS' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - '_AM_MAKEFILE_INCLUDE' => 1, - '_AM_COND_IF' => 1, - 'AC_LIBSOURCE' => 1, - 'AC_CANONICAL_SYSTEM' => 1, - 'AM_PATH_GUILE' => 1, - 'AC_FC_PP_DEFINE' => 1, - 'AM_PROG_F77_C_O' => 1, - '_AM_COND_ELSE' => 1, - 'include' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AC_REQUIRE_AUX_FILE' => 1 + 'AC_CANONICAL_TARGET' => 1 } ], 'Autom4te::Request' ), bless( [ @@ -333,185 +333,185 @@ 'configure.ac' ], { - 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AM_MAKE_INCLUDE' => 1, + 'AC_LTDL_DLLIB' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AC_LIBTOOL_RC' => 1, + 'AM_SET_DEPDIR' => 1, + 'AM_PROG_LIBTOOL' => 1, + '_LT_WITH_SYSROOT' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + 'AM_PROG_INSTALL_SH' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AC_PROG_EGREP' => 1, + 'LT_AC_PROG_RC' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + '_LT_DLL_DEF_P' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'LT_OUTPUT' => 1, + '_LTDL_SETUP' => 1, + 'AM_ENABLE_SHARED' => 1, + 'LTSUGAR_VERSION' => 1, + 'LT_LIB_DLLOAD' => 1, + '_LT_AC_LANG_GCJ' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'LT_PATH_LD' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'AM_SANITY_CHECK' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'LT_AC_PROG_SED' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_CHECK_LIBM' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AM_PROG_LD' => 1, + 'm4_include' => 1, + 'AC_PROG_LD_GNU' => 1, + '_AM_SET_OPTIONS' => 1, + 'AU_DEFUN' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AM_DEP_TRACK' => 1, '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'LT_INIT' => 1, + 'AM_DISABLE_STATIC' => 1, + '_LT_AC_LANG_F77' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AC_DISABLE_STATIC' => 1, - 'LTDL_INIT' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - 'AC_LIBTOOL_CXX' => 1, - 'AC_PROG_EGREP' => 1, - 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - 'LT_SYS_DLSEARCH_PATH' => 1, - 'AC_LIBTOOL_WIN32_DLL' => 1, + '_LT_COMPILER_OPTION' => 1, + '_LT_AC_CHECK_DLFCN' => 1, 'include' => 1, - 'AM_DEP_TRACK' => 1, - '_LT_PATH_TOOL_PREFIX' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, + 'AC_PROG_NM' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - 'LT_PROG_GO' => 1, - 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - 'AC_LTDL_OBJDIR' => 1, - '_AM_AUTOCONF_VERSION' => 1, - 'AM_SUBST_NOTMAKE' => 1, - 'AU_DEFUN' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, - 'LT_LANG' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, 'AC_LIBTOOL_PICMODE' => 1, - 'LT_SYS_DLOPEN_SELF' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + '_AM_IF_OPTION' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + 'AM_PROG_NM' => 1, + '_LT_AC_SHELL_INIT' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + '_LT_LIBOBJ' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'AM_DISABLE_SHARED' => 1, + 'AC_LIBTOOL_F77' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'm4_pattern_forbid' => 1, + 'LT_FUNC_ARGZ' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'AC_PROG_LD' => 1, + 'LTDL_CONVENIENCE' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'LTOBSOLETE_VERSION' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, 'AC_PROG_LIBTOOL' => 1, - '_AM_SUBST_NOTMAKE' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, - '_AM_MANGLE_OPTION' => 1, + 'LT_LIB_M' => 1, '_LT_PROG_CXX' => 1, - '_LT_AC_LOCK' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'AC_LTDL_DLLIB' => 1, - 'LT_AC_PROG_EGREP' => 1, - 'AM_PROG_CC_C_O' => 1, - 'LTDL_CONVENIENCE' => 1, - 'LT_AC_PROG_RC' => 1, - 'AC_DEFUN' => 1, - 'AM_MISSING_PROG' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - '_LT_LIBOBJ' => 1, - '_LT_LINKER_BOILERPLATE' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, 'LT_SYS_MODULE_EXT' => 1, - 'AC_LIBTOOL_GCJ' => 1, '_AM_SET_OPTION' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'AC_LTDL_SHLIBPATH' => 1, - 'LT_LIB_DLLOAD' => 1, - 'AM_CONDITIONAL' => 1, - '_LT_AC_TAGVAR' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'AM_PROG_LIBTOOL' => 1, + 'LTVERSION_VERSION' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'AM_ENABLE_STATIC' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AC_LIBTOOL_CXX' => 1, 'AC_ENABLE_STATIC' => 1, - 'AC_LIBTOOL_FC' => 1, - 'AC_LIBTOOL_F77' => 1, - 'AM_SET_LEADING_DOT' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - 'AC_LTDL_SHLIBEXT' => 1, - 'AC_DISABLE_SHARED' => 1, - '_AM_PROG_CC_C_O' => 1, - 'LTDL_INSTALLABLE' => 1, + 'AC_DEFUN' => 1, + '_LT_PROG_LTMAIN' => 1, + '_LT_AC_TAGVAR' => 1, + 'LT_SYS_MODULE_PATH' => 1, + 'AC_ENABLE_SHARED' => 1, + '_AM_DEPENDENCIES' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'LT_LIB_M' => 1, - 'LT_FUNC_ARGZ' => 1, - 'AC_PROG_LD_GNU' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'AC_LTDL_OBJDIR' => 1, + '_AM_MANGLE_OPTION' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'LT_WITH_LTDL' => 1, 'AC_LIBLTDL_INSTALLABLE' => 1, - 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'AM_RUN_LOG' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, - 'AM_MAKE_INCLUDE' => 1, - 'LT_SYS_MODULE_PATH' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'AM_SUBST_NOTMAKE' => 1, + 'LT_CMD_MAX_LEN' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + '_AM_PROG_TAR' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'LT_LANG' => 1, + '_LT_AC_SYS_COMPILER' => 1, 'AC_PATH_MAGIC' => 1, - 'AM_ENABLE_STATIC' => 1, - 'm4_pattern_forbid' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'AC_CHECK_LIBM' => 1, - 'AM_AUTOMAKE_VERSION' => 1, + '_AM_PROG_CC_C_O' => 1, + 'LT_PROG_GCJ' => 1, + 'AC_DEFUN_ONCE' => 1, + '_LT_AC_LOCK' => 1, + 'AC_LIBTOOL_SETUP' => 1, + 'LT_PROG_RC' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, 'm4_pattern_allow' => 1, 'LTOPTIONS_VERSION' => 1, - 'AC_DEPLIBS_CHECK_METHOD' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - 'm4_include' => 1, - '_AM_CONFIG_MACRO_DIRS' => 1, + '_AC_PROG_LIBTOOL' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'LT_PROG_GO' => 1, + 'AC_DISABLE_SHARED' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, 'AC_WITH_LTDL' => 1, - '_LT_AC_LANG_F77' => 1, + '_LT_CC_BASENAME' => 1, + '_LT_LINKER_OPTION' => 1, + 'LTDL_INIT' => 1, + 'AC_DISABLE_STATIC' => 1, + 'AM_RUN_LOG' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, 'AC_LTDL_SYMBOL_USCORE' => 1, - '_m4_warn' => 1, - '_LT_AC_PROG_CXXCPP' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, - 'AC_PROG_NM' => 1, + 'AC_LIB_LTDL' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, '_LT_PROG_FC' => 1, - '_LTDL_SETUP' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, '_LT_COMPILER_BOILERPLATE' => 1, - '_LT_AC_CHECK_DLFCN' => 1, - 'LT_CMD_MAX_LEN' => 1, - '_LT_AC_LANG_CXX' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'LTOBSOLETE_VERSION' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - '_LT_DLL_DEF_P' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - 'AC_LTDL_DLSYM_USCORE' => 1, - 'AM_MISSING_HAS_RUN' => 1, - 'AC_LIB_LTDL' => 1, - '_LT_AC_SYS_COMPILER' => 1, - '_AM_SET_OPTIONS' => 1, - '_LT_LINKER_OPTION' => 1, - 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - '_AC_AM_CONFIG_HEADER_HOOK' => 1, - 'LT_PROG_RC' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + 'AM_MISSING_PROG' => 1, 'LT_PATH_NM' => 1, - 'LT_WITH_LTDL' => 1, - 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, - 'LT_PATH_LD' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - 'AC_DEFUN_ONCE' => 1, - '_LT_CC_BASENAME' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - 'LT_OUTPUT' => 1, - 'AM_SANITY_CHECK' => 1, - 'LT_PROG_GCJ' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, + '_m4_warn' => 1, + 'LT_AC_PROG_EGREP' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AM_CONDITIONAL' => 1, + 'LT_AC_PROG_GCJ' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, 'AM_SILENT_RULES' => 1, - 'AM_ENABLE_SHARED' => 1, - '_LT_WITH_SYSROOT' => 1, - 'AC_ENABLE_SHARED' => 1, - '_AM_PROG_TAR' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - '_LT_PROG_F77' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, - 'AM_SET_DEPDIR' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, - 'AM_DISABLE_SHARED' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, - 'LT_INIT' => 1, - 'LT_AC_PROG_SED' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - '_LT_PROG_LTMAIN' => 1, - 'AM_DISABLE_STATIC' => 1, 'AC_CONFIG_MACRO_DIR_TRACE' => 1, - 'AM_PROG_INSTALL_SH' => 1, - '_LT_PREPARE_SED_QUOTE_VARS' => 1, - '_AM_DEPENDENCIES' => 1, - 'LTVERSION_VERSION' => 1, - '_LT_AC_SHELL_INIT' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - 'AM_PROG_NM' => 1, - 'AC_LIBTOOL_RC' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'AM_PROG_LD' => 1, - 'AC_PROG_LD' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - '_LT_COMPILER_OPTION' => 1, - '_LT_AC_LANG_GCJ' => 1, - 'AC_LTDL_PREOPEN' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - 'LTSUGAR_VERSION' => 1, - 'AM_INIT_AUTOMAKE' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - '_AM_IF_OPTION' => 1, - 'LT_AC_PROG_GCJ' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - '_AC_PROG_LIBTOOL' => 1, - 'AC_LIBTOOL_SETUP' => 1 + '_LT_PROG_F77' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1 } ], 'Autom4te::Request' ) ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/autom4te.cache/traces.1 new/libebml-1.3.4/autom4te.cache/traces.1 --- old/libebml-1.3.3/autom4te.cache/traces.1 2015-10-20 15:08:55.000000000 +0200 +++ new/libebml-1.3.4/autom4te.cache/traces.1 2016-07-02 15:49:44.000000000 +0200 @@ -3,7 +3,7 @@ m4trace:aclocal.m4:1155: -1- m4_include([m4/ltsugar.m4]) m4trace:aclocal.m4:1156: -1- m4_include([m4/ltversion.m4]) m4trace:aclocal.m4:1157: -1- m4_include([m4/lt~obsolete.m4]) -m4trace:configure.ac:1: -1- AC_INIT([libebml], [1.3.3]) +m4trace:configure.ac:1: -1- AC_INIT([libebml], [1.3.4]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([_AC_]) m4trace:configure.ac:1: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/configure new/libebml-1.3.4/configure --- old/libebml-1.3.3/configure 2015-10-20 15:08:53.000000000 +0200 +++ new/libebml-1.3.4/configure 2016-07-02 15:49:43.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libebml 1.3.3. +# Generated by GNU Autoconf 2.69 for libebml 1.3.4. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='libebml' PACKAGE_TARNAME='libebml' -PACKAGE_VERSION='1.3.3' -PACKAGE_STRING='libebml 1.3.3' +PACKAGE_VERSION='1.3.4' +PACKAGE_STRING='libebml 1.3.4' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1323,7 +1323,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libebml 1.3.3 to adapt to many kinds of systems. +\`configure' configures libebml 1.3.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1393,7 +1393,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libebml 1.3.3:";; + short | recursive ) echo "Configuration of libebml 1.3.4:";; esac cat <<\_ACEOF @@ -1507,7 +1507,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libebml configure 1.3.3 +libebml configure 1.3.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1993,7 +1993,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libebml $as_me 1.3.3, which was +It was created by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2859,7 +2859,7 @@ # Define the identity of the package. PACKAGE='libebml' - VERSION='1.3.3' + VERSION='1.3.4' cat >>confdefs.h <<_ACEOF @@ -16412,7 +16412,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libebml $as_me 1.3.3, which was +This file was extended by libebml $as_me 1.3.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16478,7 +16478,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libebml config.status 1.3.3 +libebml config.status 1.3.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/configure.ac new/libebml-1.3.4/configure.ac --- old/libebml-1.3.3/configure.ac 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/configure.ac 2016-07-02 15:48:51.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([libebml], [1.3.3]) +AC_INIT([libebml], [1.3.4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/ebml/EbmlBinary.h new/libebml-1.3.4/ebml/EbmlBinary.h --- old/libebml-1.3.3/ebml/EbmlBinary.h 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/ebml/EbmlBinary.h 2016-07-02 15:48:51.000000000 +0200 @@ -37,6 +37,7 @@ #ifndef LIBEBML_BINARY_H #define LIBEBML_BINARY_H +#include <cstdlib> #include <cstring> #include "EbmlTypes.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/ebml/EbmlConfig.h new/libebml-1.3.4/ebml/EbmlConfig.h --- old/libebml-1.3.3/ebml/EbmlConfig.h 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/ebml/EbmlConfig.h 2016-07-02 15:48:51.000000000 +0200 @@ -111,11 +111,6 @@ # endif #endif -// For compilers that don't define __TIMESTAMP__ (e.g. gcc 2.95, gcc 3.2) -#ifndef __TIMESTAMP__ -#define __TIMESTAMP__ __DATE__ " " __TIME__ -#endif - #ifdef __GNUC__ #define EBML_PRETTYLONGINT(c) (c ## ll) #else // __GNUC__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/ebml/EbmlVersion.h new/libebml-1.3.4/ebml/EbmlVersion.h --- old/libebml-1.3.3/ebml/EbmlVersion.h 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/ebml/EbmlVersion.h 2016-07-02 15:48:51.000000000 +0200 @@ -42,7 +42,7 @@ START_LIBEBML_NAMESPACE -#define LIBEBML_VERSION 0x010303 +#define LIBEBML_VERSION 0x010304 extern const std::string EbmlCodeVersion; extern const std::string EbmlCodeDate; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/ebml/c/libebml_t.h new/libebml-1.3.4/ebml/c/libebml_t.h --- old/libebml-1.3.3/ebml/c/libebml_t.h 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/ebml/c/libebml_t.h 2016-07-02 15:48:51.000000000 +0200 @@ -108,10 +108,10 @@ typedef int16_t int16; typedef int8_t int8; typedef int8_t character; - typedef u_int64_t uint64; - typedef u_int32_t uint32; - typedef u_int16_t uint16; - typedef u_int8_t uint8; + typedef uint64_t uint64; + typedef uint32_t uint32; + typedef uint16_t uint16; + typedef uint8_t uint8; #endif /* anything else */ typedef uint8 binary; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libebml-1.3.3/src/EbmlVersion.cpp new/libebml-1.3.4/src/EbmlVersion.cpp --- old/libebml-1.3.3/src/EbmlVersion.cpp 2015-10-20 15:05:13.000000000 +0200 +++ new/libebml-1.3.4/src/EbmlVersion.cpp 2016-07-02 15:48:51.000000000 +0200 @@ -38,7 +38,11 @@ START_LIBEBML_NAMESPACE -const std::string EbmlCodeVersion = "1.3.3"; -const std::string EbmlCodeDate = __TIMESTAMP__; +const std::string EbmlCodeVersion = "1.3.4"; + +// Up to version 1.3.3 this library exported a build date string. As +// this made the build non-reproducible, replace it by a placeholder to +// remain API compatible. +const std::string EbmlCodeDate = "Unknown"; END_LIBEBML_NAMESPACE
