Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2023-11-08 09:11:38

0001 # ltversion.m4 -- version numbers                       -*- Autoconf -*-
0002 #
0003 #   Copyright (C) 2004 Free Software Foundation, Inc.
0004 #   Written by Scott James Remnant, 2004
0005 #
0006 # This file is free software; the Free Software Foundation gives
0007 # unlimited permission to copy and/or distribute it, with or without
0008 # modifications, as long as this notice is preserved.
0009 
0010 # @configure_input@
0011 
0012 # serial 3337 ltversion.m4
0013 # This file is part of GNU Libtool
0014 
0015 m4_define([LT_PACKAGE_VERSION], [2.4.2])
0016 m4_define([LT_PACKAGE_REVISION], [1.3337])
0017 
0018 AC_DEFUN([LTVERSION_VERSION],
0019 [macro_version='2.4.2'
0020 macro_revision='1.3337'
0021 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
0022 _LT_DECL(, macro_revision, 0)
0023 ])