Edit

thodg/libiconv/libcharset/m4/ltversion.m4

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2024-11-22 18:43:15
    Hash : 2f2b617f
    Message : Switch to libtool 2.5.4. * m4/libtool.m4: Update from libtool-2.5.4, with modifications: 2008-04-06 Bruno Haible <bruno@clisp.org> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltversion.m4: Likewise. * libcharset/m4/*.m4: Likewise. * build-aux/ltmain.sh: Update from libtool-2.5.4, with modifications: 2017-07-15 Bruno Haible <bruno@clisp.org> Allow building statically linked binaries, through LDFLAGS="-static". Apply patch from <https://lists.gnu.org/archive/html/bug-libtool/2017-07/msg00000.html>. * build-aux/ltmain.sh (func_mode_help, func_mode_link): In the link mode, accept option '-static-uninstalled-libs' in place of '-static', and make '-static' an equivalent of '-all-static'. * libcharset/build-aux/ltmain.sh: Likewise.

  • libcharset/m4/ltversion.m4
  • # ltversion.m4 -- version numbers			-*- Autoconf -*-
    #
    #   Copyright (C) 2004, 2011-2019, 2021-2024 Free Software Foundation,
    #   Inc.
    #   Written by Scott James Remnant, 2004
    #
    # This file is free software; the Free Software Foundation gives
    # unlimited permission to copy and/or distribute it, with or without
    # modifications, as long as this notice is preserved.
    
    # @configure_input@
    
    # serial 4441 ltversion.m4
    # This file is part of GNU Libtool
    
    m4_define([LT_PACKAGE_VERSION], [2.5.4])
    m4_define([LT_PACKAGE_REVISION], [2.5.4])
    
    AC_DEFUN([LTVERSION_VERSION],
    [macro_version='2.5.4'
    macro_revision='2.5.4'
    _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
    _LT_DECL(, macro_revision, 0)
    ])