Drop version number on automake. Add missing externals to libcdio.sym

This commit is contained in:
R. Bernstein
2010-02-09 03:02:28 -05:00
parent 6b95148431
commit c8b86ee520
2 changed files with 5 additions and 7 deletions

View File

@@ -21,14 +21,10 @@ define(CDIO_VERSION_STR, 0.$1git)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.238 2008/11/27 21:09:51 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_INIT([libcdio], [CDIO_VERSION_STR(RELEASE_NUM)])
AC_CONFIG_SRCDIR(src/cd-info.c)
dnl For multilanguage manual pages (e.g. japanese cdparanoia) we use
dnl $make_p and according to Steve Schultz this is a make_p is a 1.8
dnl feature.
AM_INIT_AUTOMAKE([1.10])
AM_INIT_AUTOMAKE
AC_CANONICAL_HOST
AM_CONFIG_HEADER(config.h)