From da55bd2c267934d0d8f44d9d061a3db9b1ea203f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 30 Dec 2004 09:32:32 +0000 Subject: Autotools and libtool support. --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f23bd347..c15d39b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ VERSION 0.6.1-cvs ================= +2004-12-27 Vincent Richard + + * Added support for 'libtool'. All files needed for autoconf/automake + can be generated with SConstruct script, using the 'autotools' + target ("scons autotools"). These are also built and included + automatically in the distribution tarball ("scons dist"). + 2004-12-26 Vincent Richard * Removed relative paths from #include's and moved all header files @@ -71,7 +78,7 @@ VERSION 0.6.0 For example, to use the default platform handler for POSIX (GNU/Linux): - #include + #include int main() { -- cgit