]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Test for things that MSVC doesn't have, rather than for things it does.
[lyx.git] / ChangeLog
index ec310c697b9edd8c27ad6d1e97319f50898b0df7..bfe0e770b6dea37a224c22d8b6b47677dd07131b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,71 @@
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * configure.ac: test for something that MSVC doesn't have (fcntl)
+       as opposed to something it does (select, socket).
+
+2005-05-02  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh (ACINCLUDE_FILES): remove [ap]spell.m4. Add spell.m4.
+
+       * configure.ac: remove explicit invocation of CHECK_WITH_ASPELL,
+       CHECK_WITH_PSPELL. Add new invocation of LYX_CHECK_SPELL_ENGINES.
+       Also check for select() and socket() system functions and use
+       these to decide whether to build the src/client sun-directory.
+
+2005-03-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: remove hack when GNU gettext utilities are not
+       available; remove calls to AC_C_CONST and AC_C_INLINE (already
+       required by AM_INTL_SUBDIR; remove ALL_LINGUAS variable (see
+       po/LINGUAS instead); do not AC_SUBST LINGUAS.
+
+2005-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * autogen.sh: remove autom4te.cache directories
+
+2005-03-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: make the xforms part be built
+       first when building gtk frontend
+
+2005-03-05  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: remove test for gettext. Belongs in configure.
+       Return 1 if autogen.sh exits abnormally.
+
+2005-03-02  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac: dont setup gnome/Makefile
+
+2005-02-24  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: enable the use of (1.5 <= automake <= 1.9).
+
+2005-02-23  Angus Leeming  <leeming@lyx.org>
+
+       * autogen.sh: test for automake >= 1.5 and for gettext >= 0.12.
+
+       * INSTALL: document these requirements.
+
+2005-02-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am: remove hack for making bindist work with autoconf
+       <=1.4. This broke non GNU make programs.
+
+2005-02-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * configure.ac (AH_BOTTOM): make BOOST_POSIX be defined for cygwin
+
+2005-02-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: if the prefix contains space, replace it with
+       ${builddir}/installprefix and issue a warning.
+
+       * configure.ac: when testing for AikSaurus, do not require libbz2.
+
 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
-       * configure.ac: add src/support/tests/Makefile 
+       * configure.ac: add src/support/tests/Makefile
 
 2005-01-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>