Makefile.am: Increase shared library "current" numbers, zeroing "revision" and "age ".

configure.ac: require autoconf at least 2.67
This commit is contained in:
R. Bernstein
2011-10-21 15:32:57 -04:00
parent 92908a6061
commit 6822c3543e
7 changed files with 93 additions and 53 deletions

View File

@@ -1,6 +1,5 @@
# $Id: Makefile.am,v 1.9 2008/06/25 08:01:54 rocky Exp $
#
# Copyright (C) 2003, 2004, 2006, 2008 Rocky Bernstein <rocky@gnu.org>
# Copyright (C) 2003, 2004, 2006, 2008, 2011
# Rocky Bernstein <rocky@gnu.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -41,7 +40,7 @@
# public release, then set AGE to 0. A changed interface means an
# incompatibility with previous versions.
libudf_la_CURRENT = 0
libudf_la_CURRENT = 1
libudf_la_REVISION = 0
libudf_la_AGE = 0