Automake woes. Think I have PACKAGE and VERSION set right now.
lib/Makefile.am: we'll say libcdio has new interfaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.24 2004/11/06 11:32:38 rocky Exp $
|
# $Id: Makefile.am,v 1.25 2004/11/06 12:29:37 rocky Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
EXTRA_DIST = config.rpath codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 libpopt.m4 THANKS README.libcdio libcdio.spec.in libcdio.spec \
|
EXTRA_DIST = config.rpath codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 libpopt.m4 THANKS README.libcdio libcdio.spec.in libcdio.spec \
|
||||||
example/README \
|
example/README \
|
||||||
MSVC/config.h MSVC/README MSVC/cd-info.vcproj MSVC/config.h \
|
MSVC/config.h MSVC/README MSVC/cd-info.vcproj \
|
||||||
MSVC/libcdio.sln MSVC/libcdio.vcproj MSVC/stdint.h
|
MSVC/libcdio.sln MSVC/libcdio.vcproj
|
||||||
|
|
||||||
SUBDIRS = doc include lib src test example
|
SUBDIRS = doc include lib src test example
|
||||||
|
|
||||||
|
|||||||
@@ -18,13 +18,11 @@ dnl 02111-1307, USA.
|
|||||||
define(RELEASE_NUM, 71)
|
define(RELEASE_NUM, 71)
|
||||||
define(CDIO_VERSION_STR, 0.$1cvs)
|
define(CDIO_VERSION_STR, 0.$1cvs)
|
||||||
|
|
||||||
PACKAGE=libcdio
|
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_REVISION([$Id: configure.ac,v 1.109 2004/11/04 10:08:23 rocky Exp $])dnl
|
AC_REVISION([$Id: configure.ac,v 1.110 2004/11/06 12:29:37 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)
|
AC_CONFIG_SRCDIR(src/cd-info.c)
|
||||||
AM_INIT_AUTOMAKE($PACKAGE, $CDIO_VERSION_STR)
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.53 2004/11/06 11:41:59 rocky Exp $
|
# $Id: Makefile.am,v 1.54 2004/11/06 12:29:37 rocky Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -40,8 +40,8 @@
|
|||||||
# 6. If any interfaces have been removed since the last public release,
|
# 6. If any interfaces have been removed since the last public release,
|
||||||
# then set AGE to 0.
|
# then set AGE to 0.
|
||||||
|
|
||||||
libcdio_la_CURRENT := 2
|
libcdio_la_CURRENT := 3
|
||||||
libcdio_la_REVISION := 1
|
libcdio_la_REVISION := 0
|
||||||
libcdio_la_AGE := 2
|
libcdio_la_AGE := 2
|
||||||
|
|
||||||
libiso9660_la_CURRENT := 3
|
libiso9660_la_CURRENT := 3
|
||||||
|
|||||||
Reference in New Issue
Block a user