|
From: <pst...@us...> - 2010-02-21 17:42:00
|
Revision: 740
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=740&view=rev
Author: pstieber
Date: 2010-02-21 17:41:53 +0000 (Sun, 21 Feb 2010)
Log Message:
-----------
Updated to a newer version.
Modified Paths:
--------------
tex2rtf/config/ltmain.sh
tex2rtf/m4/ltversion.m4
Modified: tex2rtf/config/ltmain.sh
===================================================================
--- tex2rtf/config/ltmain.sh 2010-01-07 15:14:24 UTC (rev 739)
+++ tex2rtf/config/ltmain.sh 2010-02-21 17:41:53 UTC (rev 740)
@@ -1,6 +1,6 @@
# Generated from ltmain.m4sh.
-# ltmain.sh (GNU libtool) 2.2.6
+# ltmain.sh (GNU libtool) 2.2.6b
# Written by Gordon Matzigkeit <go...@gn...>, 1996
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
@@ -65,7 +65,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.2.6
+# $progname: (GNU libtool) 2.2.6b
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -73,9 +73,9 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION=2.2.6
+VERSION=2.2.6b
TIMESTAMP=""
-package_revision=1.3012
+package_revision=1.3017
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
Modified: tex2rtf/m4/ltversion.m4
===================================================================
--- tex2rtf/m4/ltversion.m4 2010-01-07 15:14:24 UTC (rev 739)
+++ tex2rtf/m4/ltversion.m4 2010-02-21 17:41:53 UTC (rev 740)
@@ -9,15 +9,15 @@
# Generated from ltversion.in.
-# serial 3012 ltversion.m4
+# serial 3017 ltversion.m4
# This file is part of GNU Libtool
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3017])
AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[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)
])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|