]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
correct a wrong nod
[lyx.git] / ChangeLog
index f7660fafe1b82fb48d3da0e32d7208601155896f..1fd1393698cfafeb13934b5d270e96428d089abe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,35 @@
+2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (VERSION_INFO): add CPPFLAGS to info
+
+2005-01-04  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac (AC_CHECK_FUNCS): test for the existence of
+       lstat and readlink.
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove call to LYX_CXX_CHEADERS
+
+2004-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: remove the HAVE_MKDIR conditional code to
+       src/support/mkdir.C
+
+2004-12-15  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
+
+       * configure.ac: add AC_FUNC_MKDIR test and code to
+       #define mkdir should a non-POSIX version be found.
+
+2004-12-04  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * Most Makefile.am's: Move PCH_FLAGS to AM_CPP flags where
+       possible.
+
 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * Most Makefile.am's: Change to use AM_CPPFLAGS instead of
-       INCLUDES since that has been deprecated by automake. 
+       INCLUDES since that has been deprecated by automake.
 
 2004-11-25  Angus Leeming  <leeming@lyx.org>