]> git.lyx.org Git - lyx.git/blobdiff - config/ChangeLog
Small change.
[lyx.git] / config / ChangeLog
index cf7cea3898d0af9f5f48e54b3e71cc2ee1634ca8..e1da361f4f18879557173df12d1754ac832f362b 100644 (file)
@@ -1,8 +1,66 @@
+2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxinclude.m4: increase template depth for some versions of g++.
+
+2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
+       more robust.
+
+2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
+       USE_BASIC_IMAGE_LOADER from here...
+       * configure.ac: ... here
+       * configure.in: ...to here, and ...
+
+2002-09-13  John Levon  <levon@movementarian.org>
+
+       * qt.m4: tweak sed usage
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * Makefile.am: qt.m4 not qt2.m4
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * configure.ac:
+       * configure.in:
+       * qt.m4: output Qt version
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * qt.m4: make $FATAL actually work
+
+2002-09-12  John Levon  <levon@movementarian.org>
+
+       * configure.ac:
+       * configure.in:
+       * lyxinclude.m4:
+       * qt2.m4:
+       * qt.m4: new Qt configure script
+
+2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * relyx_configure.ac:
+       * configure.ac: only require autoconf 2.52
+
+       * Makefile.am (EXTRA_DIST): distribute also xforms.m4
+
+2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
+       argument of AC_CHECK_LIB
+
+       * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
+       make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
+       (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
+
 2002-08-14  John Levon  <levon@movementarian.org>
 
        * configure.in:
        * configure.ac: no xforms check with Qt
+
 2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.