From ee224df6f5e9871e9b7b516a53161198960cc4fb Mon Sep 17 00:00:00 2001 From: iovar Date: Sat, 27 Jan 2007 16:59:12 +0000 Subject: version bump to 0.3.3-cvs git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@265 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'recordmydesktop/configure.ac') diff --git a/recordmydesktop/configure.ac b/recordmydesktop/configure.ac index 6bd3bfd..16cb218 100644 --- a/recordmydesktop/configure.ac +++ b/recordmydesktop/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT(src/recordmydesktop.c) -AM_INIT_AUTOMAKE(recordmydesktop,0.3.2,) +AM_INIT_AUTOMAKE(recordmydesktop,0.3.3-cvs,) AC_CONFIG_SRCDIR([src/recordmydesktop.c]) AM_CONFIG_HEADER(config.h) @@ -37,6 +37,12 @@ fi AC_CHECK_HEADER([alsa/asoundlib.h]) AC_CHECK_HEADERS([sys/time.h unistd.h vorbis/vorbisfile.h ]) + + +AC_CHECK_TYPES([u_int16_t],,AC_MSG_ERROR([Type u_int16_t must be available!])) +AC_CHECK_TYPES([u_int32_t],,AC_MSG_ERROR([Type u_int32_t must be available!])) +AC_CHECK_TYPES([u_int64_t],,) + # Checks for libraries. AC_CHECK_LIB([m],[isnan],,) -- cgit v1.2.3