Blame SOURCES/libsodium-1.0.18/m4/ltversion.m4

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