|
[Gerbv-commits] gerbv.git: branch: master updated
(003cd41da3ddc341ad8412d66ae6a1a5b68cb516)
From: <git@gp...> - 2011-12-25 06:31
|
The branch, master has been updated
via 003cd41da3ddc341ad8412d66ae6a1a5b68cb516 (commit)
via ed8fa2e9bb197388eea8ef3f49d3f327e198600f (commit)
from d3e9338982abca40f6cbd3903acd28171289db08 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
autogen.sh | 3 +++
configure.ac | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 003cd41da3ddc341ad8412d66ae6a1a5b68cb516
Author: Dan McMahill <dan@...>
Commit: Dan McMahill <dan@...>
Welcome to 2.6A
:100644 100644 180b910... 4dd5164... M configure.ac
commit ed8fa2e9bb197388eea8ef3f49d3f327e198600f
Author: Dan McMahill <dan@...>
Commit: Dan McMahill <dan@...>
Quit complaining about libtool-2.4 not having been tested. It has.
:100755 100755 ee280de... 28546b3... M autogen.sh
=========
Changes
=========
commit 003cd41da3ddc341ad8412d66ae6a1a5b68cb516
Author: Dan McMahill <dan@...>
Commit: Dan McMahill <dan@...>
Welcome to 2.6A
diff --git a/configure.ac b/configure.ac
index 180b910..4dd5164 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
-AC_INIT([gerbv], [2.5A])
+AC_INIT([gerbv], [2.6A])
AC_CONFIG_SRCDIR([src/gerbv.c])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.9])
commit ed8fa2e9bb197388eea8ef3f49d3f327e198600f
Author: Dan McMahill <dan@...>
Commit: Dan McMahill <dan@...>
Quit complaining about libtool-2.4 not having been tested. It has.
diff --git a/autogen.sh b/autogen.sh
index ee280de..28546b3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,6 +37,9 @@ case $lt_maj in
fi
;;
+ 2)
+ ;;
+
*)
echo "You are running a newer libtool than gerbv has been tested with."
echo "It will probably work, but this is a warning that it may not."
|
| Thread | Author | Date |
|---|---|---|
| [Gerbv-commits] gerbv.git: branch: master updated (003cd41da3ddc341ad8412d66ae6a1a5b68cb516) | <git@gp...> |