aboutsummaryrefslogtreecommitdiff
path: root/config/ltversion.m4
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-19 16:56:14 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-19 16:56:14 +0000
commit80f83173c3cf324301923ce03c4614ba496ac94f (patch)
tree6cb516a8d3fcb483de00e959b8a6fbe205248288 /config/ltversion.m4
parentc849886ef096a445a65041c0e54ab02728b7b512 (diff)
downloadopen-axiom-80f83173c3cf324301923ce03c4614ba496ac94f.tar.gz
* Makefile.in: Regenerate.
* config/aclocal.m4: Move to toplevel. * config/libtool.m4: Remove. * config/ltoptions.m4: Likewise. * config/ltversion.m4: Likewise. * config/lt~obsolete.m4: Likewise. * config/open-axiom.m4 (OPENAXIOM_ALIGNMENT_OPERATOR): Use AC_LANG_SOURCE to generate test program. (OPENAXIOM_ALIGNAS_SPECIFIER): Likewise.
Diffstat (limited to 'config/ltversion.m4')
-rw-r--r--config/ltversion.m423
1 files changed, 0 insertions, 23 deletions
diff --git a/config/ltversion.m4 b/config/ltversion.m4
deleted file mode 100644
index f3c53098..00000000
--- a/config/ltversion.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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)
-])