diff options
author | Steve Ellcey <sje@cup.hp.com> | 2007-05-24 17:33:42 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2007-05-24 17:33:42 +0000 |
commit | 37ad95141b084645ed5729a0f36e1c945b0ac693 (patch) | |
tree | 53ad09c62afe19dda952ab6d60aa46b5a4f1af75 /ltversion.m4 | |
parent | 2007-05-24 H.J. Lu <hongjiu.lu@intel.com> (diff) | |
download | binutils-gdb-37ad95141b084645ed5729a0f36e1c945b0ac693.tar.gz binutils-gdb-37ad95141b084645ed5729a0f36e1c945b0ac693.tar.bz2 binutils-gdb-37ad95141b084645ed5729a0f36e1c945b0ac693.zip |
* ltmain.sh: Update from GCC.
* libtool.m4: Update from GCC.
* ltsugar.m4: New. Update from GCC.
* ltversion.m4: New. Update from GCC.
* ltoptions.m4: New. Update from GCC.
* ltconfig: Remove.
* ltcf-c.sh: Remove.
* ltcf-cxx.sh: Remove.
* ltcf-gcj.sh: Remove.
* src-release: Update with new libtool file list.
* newlib/*/configure.in: invoke _LD_DECL_SED.
* newlib/*/Makefile.am: Ensure toplevel is included in ACLOCAL_AMFLAGS.
* Regenerate subdirectories
Diffstat (limited to 'ltversion.m4')
-rw-r--r-- | ltversion.m4 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ltversion.m4 b/ltversion.m4 new file mode 100644 index 00000000000..7c82eacae1c --- /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) +]) |