Blame m4/ltversion.m4

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