summaryrefslogtreecommitdiff
path: root/src/m4/ltversion.m4
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-10-05 22:46:53 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:13 -0500
commit2b2963503dbf6dbd5aa20510d670faec254cd8b8 (patch)
tree4d31c014ed118d9db3dd7149209e225854bf7752 /src/m4/ltversion.m4
parent2e16b30c957cbaf799bed46e20fa8331f18b7490 (diff)
downloadpucket-2b2963503dbf6dbd5aa20510d670faec254cd8b8.tar.gz
pucket-2b2963503dbf6dbd5aa20510d670faec254cd8b8.tar.bz2
pucket-2b2963503dbf6dbd5aa20510d670faec254cd8b8.zip
added configuration files for libtool etc. bumped version to 3.0
git-svn-id: https://flam3.googlecode.com/svn/trunk@24 77852712-ef1d-11de-8684-7d64432d61a3
Diffstat (limited to 'src/m4/ltversion.m4')
-rw-r--r--src/m4/ltversion.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/src/m4/ltversion.m4 b/src/m4/ltversion.m4
new file mode 100644
index 0000000..f3c5309
--- /dev/null
+++ b/src/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 3017 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3017])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.2.6b'
+macro_revision='1.3017'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])