0a80f62089
Update to libtool 2.2.6a. * configure.ac: Invoke AC_CONFIG_MACRO_DIR. (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ... (LT_PREREQ, LT_INIT, LT_LANG): ... these. * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4: Updated to libtool 2.2.6a. * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6a. src/ 2009-12-08 Marcus Brinkmann <marcus@g10code.de> * Makefile.am (LTRCCOMPILE): Refactor with ... (RCCOMPILE): ... this new macro. (SUFFIXES): Add .lo. (gpgme_res_ldflag): Removed. (gpgme_res): Use libtool object file name here. (libgpgme_la_LDFLAGS): Remove gpgme_res_ldflag usage.
24 lines
701 B
Plaintext
24 lines
701 B
Plaintext
# ltversion.m4 -- version numbers -*- Autoconf -*-
|
|
#
|
|
# Copyright (C) 2004 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.
|
|
|
|
# Generated from ltversion.in.
|
|
|
|
# serial 3012 ltversion.m4
|
|
# This file is part of GNU Libtool
|
|
|
|
m4_define([LT_PACKAGE_VERSION], [2.2.6])
|
|
m4_define([LT_PACKAGE_REVISION], [1.3012])
|
|
|
|
AC_DEFUN([LTVERSION_VERSION],
|
|
[macro_version='2.2.6'
|
|
macro_revision='1.3012'
|
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
|
_LT_DECL(, macro_revision, 0)
|
|
])
|