diff options
| author | 2004-10-30 22:49:27 +0000 | |
|---|---|---|
| committer | 2004-10-30 22:49:27 +0000 | |
| commit | ff3c421f8dbdb581448b63316009668d1bc277f5 (patch) | |
| tree | 5a26ed3cfffe9166e36eec756f27d0fbdbdb367e /configure.ac | |
| parent | Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup. (diff) | |
bump versions, build fixes, and doc updates
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@140 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index acbea25..755c48c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,14 @@ # process this file with autoconf to get a configure script -AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(libraw1394, 1.0.0) +AC_INIT(libraw1394, 1.1.0) +AC_CONFIG_SRCDIR(src/raw1394.h) AM_CONFIG_HEADER(config.h) +dnl Checking if the NEWS file has been updated to reflect the current version. +AM_INIT_AUTOMAKE(check-news) + AC_PROG_CC -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_PROG_INSTALL AC_CHECK_SIZEOF(void *, 8) @@ -13,9 +16,9 @@ AC_C_CONST AC_C_BIGENDIAN # set the libtool so version numbers -lt_major=7 +lt_major=8 lt_revision=0 -lt_age=2 +lt_age=0 AC_SUBST(lt_major) AC_SUBST(lt_revision) @@ -26,6 +29,7 @@ CFLAGS=${CFLAGS:-"-Wall -O2"} AC_OUTPUT([ Makefile libraw1394.pc +libraw1394.spec src/Makefile tools/Makefile doc/Makefile |
