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

@@ -19,7 +19,7 @@ dnl 02110-1301 USA.
define(RELEASE_NUM, 83)
define(CDIO_VERSION_STR, 0.$1git)
AC_PREREQ(2.52)
AC_PREREQ(2.67)
AC_INIT([libcdio], [CDIO_VERSION_STR(RELEASE_NUM)], [libcdio-help@gnu.org])
AC_CONFIG_SRCDIR(src/cd-info.c)