ildumi pushed a change to branch master.

    from c4abf359 maint: post-release administrivia
     new f8078854 libtool.m4: Fix Objective C++ check
     new c18d2d95 libtool.m4: Fix syntax error in LT_PROG_OBJC and 
LT_PROG_OBJCXX
     new f6aaa6f5 libtool.texi: Update descriptions for command-line options
     new 6c5f2737 libtool: Remove old_archive_from_new_cmds on OS/2
     new 9808ff18 ltmain.in: add parentheses to support values with spaces
     new 2228b4d0 libtool: Limit a length of DLL name to 8.3 correctly
     new 600c61dd libtool.m4: Add support for slimcc
     new 3eb06f0b Add testing for slimcc compiler
     new 64d71e8b gnulib: Update submodule
     new e6f9ae8f libtool: Update copyright year


Summary of changes:
 AUTHORS                            |  2 +-
 ChangeLog.old                      |  2 +-
 HACKING                            |  2 +-
 Makefile.am                        |  3 +-
 NEWS                               |  2 +-
 README.md                          |  2 +-
 TODO                               |  2 +-
 bootstrap.conf                     |  2 +-
 build-aux/edit-readme-alpha        |  2 +-
 build-aux/ltmain.in                |  4 +--
 build-aux/no-bogus-m4-defines      |  2 +-
 cfg.mk                             |  2 +-
 configure.ac                       |  2 +-
 doc/libtool.texi                   | 49 ++++++++++++++-------------
 gnulib                             |  2 +-
 libltdl/README                     |  2 +-
 libltdl/configure.ac               |  2 +-
 libltdl/libltdl/lt__alloc.h        |  2 +-
 libltdl/libltdl/lt__argz_.h        |  2 +-
 libltdl/libltdl/lt__dirent.h       |  2 +-
 libltdl/libltdl/lt__glibc.h        |  2 +-
 libltdl/libltdl/lt__private.h      |  2 +-
 libltdl/libltdl/lt__strl.h         |  2 +-
 libltdl/libltdl/lt_dlloader.h      |  2 +-
 libltdl/libltdl/lt_error.h         |  2 +-
 libltdl/libltdl/lt_system.h        |  2 +-
 libltdl/libltdl/slist.h            |  2 +-
 libltdl/loaders/dld_link.c         |  2 +-
 libltdl/loaders/dlopen.c           |  2 +-
 libltdl/loaders/dyld.c             |  2 +-
 libltdl/loaders/load_add_on.c      |  2 +-
 libltdl/loaders/loadlibrary.c      |  2 +-
 libltdl/loaders/preopen.c          |  2 +-
 libltdl/loaders/shl_load.c         |  2 +-
 libltdl/lt__alloc.c                |  2 +-
 libltdl/lt__argz.c                 |  2 +-
 libltdl/lt__dirent.c               |  2 +-
 libltdl/lt__strl.c                 |  2 +-
 libltdl/lt_dlloader.c              |  2 +-
 libltdl/lt_error.c                 |  2 +-
 libltdl/ltdl.c                     |  2 +-
 libltdl/ltdl.h                     |  2 +-
 libltdl/ltdl.mk                    |  2 +-
 libltdl/slist.c                    |  2 +-
 libtool-next-version.in            |  2 +-
 libtoolize.in                      |  2 +-
 m4/autobuild.m4                    |  2 +-
 m4/libtool.m4                      | 68 ++++++++++++++++++++++++++++++--------
 m4/ltargz.m4                       |  2 +-
 m4/ltdl.m4                         |  2 +-
 m4/ltoptions.m4                    |  2 +-
 m4/ltsugar.m4                      |  2 +-
 m4/ltversion.in                    |  2 +-
 m4/lt~obsolete.m4                  |  2 +-
 m4/m4.m4                           |  2 +-
 tests/am-subdir.at                 |  2 +-
 tests/archive-in-archive.at        |  2 +-
 tests/bindir.at                    |  2 +-
 tests/bug_42313.at                 |  2 +-
 tests/bug_62343.at                 |  2 +-
 tests/bug_71489.at                 |  2 +-
 tests/cdemo.at                     |  2 +-
 tests/cmdline_wrap.at              |  2 +-
 tests/configure-funcs.at           |  2 +-
 tests/configure-iface.at           |  2 +-
 tests/convenience.at               |  2 +-
 tests/ctor.at                      |  2 +-
 tests/cwrapper.at                  |  2 +-
 tests/darwin.at                    |  2 +-
 tests/demo.at                      |  2 +-
 tests/depdemo.at                   |  2 +-
 tests/deplib-in-subdir.at          |  2 +-
 tests/deplibs-ident.at             |  2 +-
 tests/deplibs-mingw.at             |  2 +-
 tests/destdir.at                   |  2 +-
 tests/dlloader-api.at              |  2 +-
 tests/dumpbin-symbols.at           |  2 +-
 tests/duplicate_conv.at            |  2 +-
 tests/duplicate_deps.at            |  2 +-
 tests/duplicate_members.at         |  2 +-
 tests/early-libtool.at             |  2 +-
 tests/exceptions.at                |  2 +-
 tests/execute-mode.at              |  2 +-
 tests/exeext.at                    |  2 +-
 tests/export-def.at                |  2 +-
 tests/export.at                    |  2 +-
 tests/f77demo.at                   |  2 +-
 tests/fail.at                      |  2 +-
 tests/fcdemo.at                    |  2 +-
 tests/flags.at                     |  6 ++--
 tests/help.at                      |  2 +-
 tests/indirect_deps.at             |  2 +-
 tests/infer-tag.at                 |  4 +--
 tests/inherited_flags.at           |  2 +-
 tests/install.at                   |  2 +-
 tests/lalib-syntax.at              |  2 +-
 tests/libtool.at                   |  2 +-
 tests/libtoolize.at                |  2 +-
 tests/link-order.at                |  2 +-
 tests/link-order2.at               |  2 +-
 tests/loadlibrary.at               |  2 +-
 tests/localization.at              |  2 +-
 tests/lt_dladvise.at               |  2 +-
 tests/lt_dlexit.at                 |  2 +-
 tests/lt_dlopen.at                 |  2 +-
 tests/lt_dlopen_a.at               |  2 +-
 tests/lt_dlopenext.at              |  2 +-
 tests/ltdl-api.at                  |  2 +-
 tests/ltdl-libdir.at               |  2 +-
 tests/mdemo.at                     |  2 +-
 tests/need_lib_prefix.at           |  2 +-
 tests/no-executables.at            |  2 +-
 tests/nocase.at                    |  2 +-
 tests/nonrecursive.at              |  2 +-
 tests/old-m4-iface.at              |  2 +-
 tests/pic_flag.at                  |  2 +-
 tests/recursive.at                 |  2 +-
 tests/resident.at                  |  2 +-
 tests/runpath-in-lalib.at          |  2 +-
 tests/search-path.at               |  2 +-
 tests/shlibpath.at                 |  2 +-
 tests/{link-order.at => slimcc.at} | 59 ++++++++++-----------------------
 tests/slist.at                     |  2 +-
 tests/standalone.at                |  2 +-
 tests/static.at                    |  2 +-
 tests/stresstest.at                |  2 +-
 tests/subproject.at                |  2 +-
 tests/sysroot.at                   |  2 +-
 tests/tagdemo.at                   |  2 +-
 tests/template.at                  |  2 +-
 tests/testsuite.at                 |  2 +-
 tests/versioning.at                |  2 +-
 tests/versioning_script.at         |  2 +-
 tests/with-pic.at                  |  2 +-
 134 files changed, 234 insertions(+), 213 deletions(-)
 copy tests/{link-order.at => slimcc.at} (62%)

Reply via email to