diff options
author | paul <paul> | 2004-08-19 06:34:29 +0200 |
---|---|---|
committer | paul <paul> | 2004-08-19 06:34:29 +0200 |
commit | e0a29621d6ac1a944e2d8c23eaa8517aa96c8fc0 (patch) | |
tree | 8147122797f7c2cdeba2978147b52484fc098da0 /m4/ltversion.m4 | |
parent | 2004-08-19 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-e0a29621d6ac1a944e2d8c23eaa8517aa96c8fc0.tar.xz frr-e0a29621d6ac1a944e2d8c23eaa8517aa96c8fc0.zip |
2004-08-19 Paul Jakma <paul@dishone.st>
* *.m4: import of libtool CVS m4 autoconf files. These only
configure libtool support for languages where configure has
already called AC_PROG_<lang>, less fragile.
* README.txt: doc file for contents of this directory.
Diffstat (limited to '')
-rw-r--r-- | m4/ltversion.m4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 new file mode 100644 index 000000000..1524e6db4 --- /dev/null +++ b/m4/ltversion.m4 @@ -0,0 +1,15 @@ +# ltversion.m4 -- version numbers -*- Autoconf -*- +# @configure_input@ + +# serial @MACRO_SERIAL@ +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [1.5.6]) +m4_define([LT_PACKAGE_REVISION], [1.5.6]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='1.5.6' +macro_revision='6' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) +]) |