summaryrefslogtreecommitdiff
path: root/ltversion.m4
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-24 16:37:27 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-24 16:37:27 +0000
commit542f97842b526b5de4d638ae2d0f3a0a348cdc00 (patch)
tree05f83b527820e4462766b5ce11d0cc346fafeaca /ltversion.m4
parentad4a85adaf8f60f25f7c67c0f82be6a75db3ef81 (diff)
* ltmain.sh: Update from ToT Libtool.
* libtool.m4: Update from ToT Libtool. * ltsugar.m4: New. Update from ToT Libtool. * ltversion.m4: New. Update from ToT Libtool. * ltoptions.m4: New. Update from ToT Libtool. * ltconfig: Remove. * ltcf-c.sh: Remove. * ltcf-cxx.sh: Remove. * ltcf-gcj.sh: Remove. * Regenerate all subdirs git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125032 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltversion.m4')
-rw-r--r--ltversion.m423
1 files changed, 23 insertions, 0 deletions
diff --git a/ltversion.m4 b/ltversion.m4
new file mode 100644
index 000000000000..7c82eacae1c3
--- /dev/null
+++ b/ltversion.m4
@@ -0,0 +1,23 @@
+# ltversion.m4 -- version numbers -*- Autoconf -*-
+#
+# Copyright (C) 2004 Free Software Foundation, Inc.
+# Written by Scott James Remnant.
+#
+## 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; do not edit by hand
+
+# serial 2435 ltversion.m4
+# This file is part of GNU Libtool
+
+m4_define([LT_PACKAGE_VERSION], [2.1a])
+m4_define([LT_PACKAGE_REVISION], [1.2435])
+
+AC_DEFUN([LTVERSION_VERSION],
+[macro_version='2.1a'
+macro_revision='1.2435'
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
+_LT_DECL(, macro_revision, 0)
+])