commit edbb4e1d9ce525ecb2da434d3fb4f3975fe837e8
parent 5a470a25a1132d0efc5e1c46c87aa4cb0ba812ae
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 4 Feb 2009 23:51:26 +0000
libtool2
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README b/README
@@ -28,7 +28,7 @@ include:
* libvorbisfile
* zlib (compression library)
* c++ compiler
-* libltdl (from GNU libtool)
+* libltdl (from GNU libtool), libtool 2.0 or higher
* GNU gettext
* glib 2.6
* gtk 2.6 (for thumbnails, gdk-pixbuf)
@@ -49,7 +49,7 @@ with this signature:
KeywordList * <libraryname>_extract(const char * filename,
- char * data,
+ const char * data,
size_t size,
KeywordList * prev,
const char * options);
diff --git a/README.debian b/README.debian
@@ -5,7 +5,7 @@ prior to compiling libextractor.
Basic compilation tools and dependencies:
-libtool
+libtool -- libtool2 is currently only in "experimental"!
gcc
make
g++
diff --git a/doc/version.texi b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 30 December 2008
-@set UPDATED-MONTH December 2008
+@set UPDATED 17 November 2008
+@set UPDATED-MONTH November 2008
@set EDITION 0.5.21
@set VERSION 0.5.21
diff --git a/src/test/mt_extracttest2.c b/src/test/mt_extracttest2.c
@@ -140,7 +140,7 @@ static const struct FileData files[] = {
{ NULL, 0 }
};
-#define TEST_SECS 10
+#define TEST_SECS 1000
int
main (int argc, char *argv[])