This time, for sure! (See previous.)

This commit is contained in:
rocky
2006-10-29 05:11:08 +00:00
parent 5bce55e343
commit 2065348453

View File

@@ -19,7 +19,7 @@ define(RELEASE_NUM, 78.1)
define(CDIO_VERSION_STR, 0.$1)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.198 2006/10/29 05:08:31 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.199 2006/10/29 05:11:08 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)
@@ -32,7 +32,7 @@ AM_INIT_AUTOMAKE([1.7])
AC_CANONICAL_HOST
AM_CONFIG_HEADER(config.h)
LIBCDIO_VERSION_NUM=RELEASE_NUM | sed -e 's/\..*//'
LIBCDIO_VERSION_NUM=`echo RELEASE_NUM | sed -e 's/\..*//'`
AC_SUBST(LIBCDIO_VERSION_NUM)
AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)