diff options
| author | 2001-01-19 01:11:48 +0000 | |
|---|---|---|
| committer | 2001-01-19 01:11:48 +0000 | |
| commit | e6015ce5e9be81881102e33ed3139fc11bb233cc (patch) | |
| tree | df9981bade81a4784f69f3f0da427a61ed4c2ee2 /configure.in | |
| parent | Fix misplaced device file in Debian installation. (diff) | |
First implementation of new error reporting API.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@49 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 763daa5..0aadf1d 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # process this file with autoconf to get a configure script AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(libraw1394, 0.8.2) +AM_INIT_AUTOMAKE(libraw1394, 0.9pre) AM_CONFIG_HEADER(config.h) AC_PROG_CC @@ -9,11 +9,13 @@ AM_PROG_LIBTOOL AC_PROG_INSTALL AC_CHECK_SIZEOF(void *, 8) +AC_C_CONST +AC_C_BIGENDIAN # set the libtool so version numbers lt_major=5 -lt_revision=0 -lt_age=1 +lt_revision=1 +lt_age=0 AC_SUBST(lt_major) AC_SUBST(lt_revision) |
