diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 22:56:23 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-12-01 22:56:23 +0000 |
commit | 429e46051dba814e7d6c74368eb1bba550222cbe (patch) | |
tree | ed1dd43cd23c69f156aae2165006a16a66262cef /m4/ltversion.m4 | |
parent | 58bf1382be0cbcf3f9649286fd2719b789a1595f (diff) | |
download | libconfig-faaa576c7d4f56a6633683e3261ae99582bf887a.tar.gz |
Imported Upstream version 1.4.8upstream/1.4.8
Diffstat (limited to 'm4/ltversion.m4')
-rw-r--r-- | m4/ltversion.m4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 new file mode 100644 index 0000000..2e8f929 --- /dev/null +++ b/m4/ltversion.m4 @@ -0,0 +1,23 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. + +# Generated from ltversion.in. + +# serial 3169 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.2.8]) +m4_define([LT_PACKAGE_REVISION], [1.3169]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.2.8' +macro_revision='1.3169' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) |