Blame confdb/ltversion.m4

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