From 2415ccdbf9d97878a0888bbdff30d699ae2326dd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 9 Jun 2010 01:00:48 -0600 Subject: [PATCH] another symlink from bootstrap to fix --- config/ltversion.m4 | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) mode change 120000 => 100644 config/ltversion.m4 diff --git a/config/ltversion.m4 b/config/ltversion.m4 deleted file mode 120000 index 5eb474fd..00000000 --- a/config/ltversion.m4 +++ /dev/null @@ -1 +0,0 @@ -/usr/share/aclocal/ltversion.m4 \ No newline at end of file diff --git a/config/ltversion.m4 b/config/ltversion.m4 new file mode 100644 index 00000000..f3c53098 --- /dev/null +++ b/config/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) +]) -- 2.30.2