Blame m4/ltversion.m4

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