]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
make ParagraphList::push_back take a reference instead of a pointer.
[lyx.git] / config / ChangeLog
1 2003-05-20  Angus Leeming  <angus@localhost.localdomain>
2
3         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
4         Rob Lahaye to ensure that the configure test succeeds with
5         xforms 1.0.2 and, moreover, that this will not break the final
6         linking step under cygwin.
7
8 2003-05-15  Rob Lahaye  <lahaye@snu.ac.kr>
9
10         * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage
11
12 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
13
14         * qt.m4: errors are not fatal
15
16 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
17
18         * xforms.m4 (lyx_cv_xpm_h_location): don't define XPM_H_LOCATION,
19         subst it instead.
20         (lyx_cv_forms_h_location): don't define FORMS_H_LOCATION, subst it
21         instead.
22
23         * configure.in: generate lyx_forms.h and lyx_xpm.h.
24
25         * configure.ac: always check for xforms and qt libs regardless of
26         frontend chosen. Generate lyx_forms.h and lyx_xpm.h.
27
28 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
29
30         * configure.ac: better lib building.
31
32 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
33
34         * lyxinclude.m4 (LYX_USE_INCLUDED_BOOST): new m4 function
35
36         * configure.ac: allow boost as system lib
37         * common.am: ditto
38
39 2003-05-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
40
41         * lyxinclude213.m4 (AC_HELP_STRING): replace with a hackish but
42         good enough implementation (bug 936)
43
44 2003-04-15  Angus Leeming  <leeming@lyx.org>
45
46         * common.am (SIGC_INCLUDES): removed.
47
48 2003-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
49
50         * configure.in (ALL_LINGUAS):
51         * configure.ac (ALL_LINGUAS): add nn (nynorsk)
52
53 2003-04-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
54
55         * configure.in:
56         * configure.ac: move AM_MAINTAINER_MODE later
57
58 2003-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
59
60         * configure.in:
61         * configure.ac: use AM_MAINTAINER_MODE
62
63 2003-03-25  John Levon  <levon@movementarian.org>
64
65         * Makefile.am:
66         * aspell.m4: add
67
68         * pspell.m4: some more fixes
69
70         * configure.in:
71         * configure.ac: prefer new aspell to pspell
72
73 2003-03-25  John Levon  <levon@movementarian.org>
74
75         * pspell.m4: fix up the tests again
76
77 2003-03-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
78
79         * lyxinclude.m4 (lyx_warning): add gcc 3.3 as known compiler and
80         make sure that -fno-exceptions is turned on for it.
81
82 2003-03-20  Kayvan Sylvan  <kayvan@sylvan.com>
83
84         * configure.ac:
85         * configure.in: Move the RPM_FRONTEND_* stuff and eliminate the
86         value in AC_SUBST. This makes configure work as expected with
87         autoconf-2.5x
88
89 2003-03-12  Kayvan Sylvan  <kayvan@sylvan.com>
90
91         * configure.ac:
92         * configure.in: Add the CHECK_WITH_CYGWIN macro call.
93
94         * Makefile.am: add cygwin.m4 to EXTRA_DIST
95
96         * cygwin.m4: Add CHECK_WITH_CYGWIN function to encapuslate
97         some checks for Win32 GCC based on info from the following URL:
98         http://bugzilla.gnome.org/showattachment.cgi?attach_id=12253
99
100         * libtool.m4: TAB to SPACE fixes. Now impgen.c compiles on Cygwin.
101
102 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
103
104         * pspell.m4: simplify pspell checking even more
105
106 2003-03-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
107
108         * configure.ac:
109         * configure.in: remove special handling of linking order for
110         cygwin
111
112 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
113
114         * lyxinclude213.m4: add a AC_HELP_STRING
115
116 2003-02-26  Albert Chin  <china@thewrittenword.com>
117
118         * relyx_configure.ac: fix application of `chmod' to the reLyX and
119         noweb2lyx scripts
120
121 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
122
123         * xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4
124
125         * lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): remove, not used
126         anymore
127
128         * configure.in:
129         * configure.ac: do not call LYX_FUNC_PUTENV_ARGTYPE
130
131 2003-02-21  André Pönitz <poenitz@gmx.net>
132
133         * configure.ac, configure.in: removed check for setenv and putenv
134
135 2003-02-20  Kayvan A. Sylvan <kayvan@sylvan.com>
136
137         * configure.ac, configure.in: add RPM_FRONTEND stuff to
138         automatically generate an xforms or qt specific lyx.spec
139         file.
140
141 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
142
143         * Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and
144         relyx_configure.in.
145
146 2003-02-18  John Levon  <levon@movementarian.org>
147
148         * config/qt.m4: prefer -lqt-mt - test this...
149
150 2003-02-17  John Levon  <levon@movementarian.org>
151
152         * config/pspell.m4: turn on pspell by default
153
154 2003-02-17  John Levon  <levon@movementarian.org>
155
156         * config/configure.ac:
157         * config/configure.in: remove the -isystem fiddling. Let's see
158           if Solaris people complain...
159
160 2003-02-07  John Levon  <levon@movementarian.org>
161
162         * config/configure.ac:
163         * config/configure.in: fix bug 874 by adding strerror check
164
165 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
166
167         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): include forms.h in
168         the prog that checks for flimage.h header.
169
170         * common.am (AM_INSTALL_DATA_FLAGS): add
171
172 2003-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
173
174         * lyxinclude.m4:
175         * configure.ac:
176         * configure.in: comment out gnome frontend support
177
178 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
179
180         * lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if
181         there has been an error in configuration. With autoconf 2.5x,
182         $cache_file is often set to /dev/null, and deleting that is not a
183         good idea...
184
185 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
186
187         * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile
188         * configure.in (AC_OUTPUT): ditto
189
190 2002-12-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
191
192         * configure.ac (AC_CONFIG_FILES)): add development/Makefile
193         * configure.in (AC_OUTPUT): ditto
194
195 2002-12-17  Angus Leeming  <leeming@lyx.org>
196
197         * configure.ac:
198         * configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
199
200 2002-12-16  Angus Leeming  <leeming@lyx.org>
201
202         * configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with
203         LYX_CHECK_XFORMS_IMAGE_LOADER.
204         Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test.
205
206         * configure.in: As above. However, I have also found it necessary to
207         comment out some tests from the gnome block of case "$lyx_use_frontend"
208         otherwise they were replicated. No idea what is going wrong here.
209
210         * xforms.m4 (XFORMS_VERSION): update warning/error messages.
211         (LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER.
212         The function is far simpler as we don't have to worry about
213         xforms < 0.89.5.
214
215 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
216
217         * Makefile.am (EXTRA_DIST): add lyxinclude25x.m4 and
218         lyxinclude213.m4
219
220         * lyxinclude25x.m4: new file, containing macros specific to
221         autoconf 2.5x (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
222
223         * lyxincludes213.m4: new file, containing macros specific to
224         autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
225         (LYX_FUNC_SELECT_ARGTYPES): move here
226
227         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
228
229         * configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in
230         2.5x)
231
232 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
233
234         * configure.ac: USE_BOOST_FORMAT
235         * acconfig.h: ditto
236
237 2002-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
238
239         * configure.ac: use AH_TOP and AH_BOTTOM instead of
240         AH_VERBATIM
241
242 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
243
244         * configure.ac (AH_VERBATIM): fix keys to be unique
245
246 2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
247
248         * configure.ac (AH_VERBATIM): add some lost parts...
249
250 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
251
252         * lyxinclude.m4: increase template depth for some versions of g++.
253
254 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
255
256         * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
257         more robust.
258
259 2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
260
261         * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
262         USE_BASIC_IMAGE_LOADER from here...
263         * configure.ac: ... here
264         * configure.in: ...to here, and ...
265
266 2002-09-13  John Levon  <levon@movementarian.org>
267
268         * qt.m4: tweak sed usage
269
270 2002-09-12  John Levon  <levon@movementarian.org>
271
272         * Makefile.am: qt.m4 not qt2.m4
273
274 2002-09-12  John Levon  <levon@movementarian.org>
275
276         * configure.ac:
277         * configure.in:
278         * qt.m4: output Qt version
279
280 2002-09-12  John Levon  <levon@movementarian.org>
281
282         * qt.m4: make $FATAL actually work
283
284 2002-09-12  John Levon  <levon@movementarian.org>
285
286         * configure.ac:
287         * configure.in:
288         * lyxinclude.m4:
289         * qt2.m4:
290         * qt.m4: new Qt configure script
291
292 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
293
294         * relyx_configure.ac:
295         * configure.ac: only require autoconf 2.52
296
297         * Makefile.am (EXTRA_DIST): distribute also xforms.m4
298
299 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
300
301         * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
302         argument of AC_CHECK_LIB
303
304         * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
305         make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
306         (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
307
308 2002-08-14  John Levon  <levon@movementarian.org>
309
310         * configure.in:
311         * configure.ac: no xforms check with Qt
312
313 2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
314
315         * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
316
317 2002-08-11  Angus Leeming  <leeming@lyx.org>
318
319         * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
320         definition of c-tor.
321
322 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
323
324         * Makefile.am (EXTRA_DIST): remove sigc++.m4
325
326 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
327
328         * xforms.m4: switch back to save,restore
329
330         * some more updates and removal of obsolete macros.
331
332 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
333
334         * further work on 2.53 stuff.
335
336 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
337
338         * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
339
340 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
341
342         * lyxinclude.m4 (LYX_SCO):
343         (LYX_HPUX):
344         (LYX_SUNOS4): remove macros
345         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
346
347 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
348
349         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
350         gcc 2.95.x.
351
352 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
353
354         * lyxinclude.m4: add -Wno-non-template-friend
355
356 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
357
358         * pspell.m4: patch from Garst to help find pspell (bug 428) this
359         code is really tasteless...
360
361 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
362
363         * lyxinclude.m4: remove LYX_REGEX properly
364
365 2002-06-12  Angus Leeming  <leeming@lyx.org>
366
367         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
368
369 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
370
371         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
372         check for flimage.h header.
373
374 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
375
376         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
377
378 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
379
380         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
381         simpler and hopefully better. Please test.
382         (LYX_PATH_XFORMS): move test for flimage.h in
383         LYX_USE_XFORMS_IMAGE_LOADER.
384         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
385         lines in LYX_USE_XFORMS_IMAGE_LOADER.
386
387 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
388
389         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
390
391 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
392
393         * xforms.m4: don't insist on building with flimage linked
394
395 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
396
397         * xforms.m4: don't warn about missing flimage.h
398
399 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
400
401         * xforms.m4: moved out of lyxinclude.m4, some
402           fixes for 1.0
403
404 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
405
406         * pkg.m4: new file
407
408 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
409
410         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
411         happens.
412
413 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
414
415         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
416         (lyx_warning): disable exceptions for gcc 3.1 too
417
418         * kde.m4: remove file
419
420 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
421
422         * cvsignore: add Makefile.
423
424 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
425
426         * Makefile.am (EXTRA_DIST): also dist the m4 files
427
428 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
429
430         * Makefile.am: make distcheck work, new file
431
432         * .cvsignore: new file
433
434 2002-04-02  Allan Rae  <rae@lyx.org>
435
436         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
437         directory uses minimum include paths
438
439 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
440
441         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
442         testing if libforms contains libjpeg or not.
443
444 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
445
446         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
447
448         * depcomp.diff: the patch is added to the repository, as Lars wishes...
449
450 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
451
452         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
453
454 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
455
456         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
457         partial linking or not.
458
459 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
460
461         * common.am (DISTCLEANFILES): don't be recursive by default.
462         (remove -r)
463
464 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
465
466         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
467         for a good C++ compiler
468         (LYX_PATH_XFORMS): small cleanups
469         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
470         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
471         xforsm-image-loader to version info.
472
473 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
474
475         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
476         the library.
477
478 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
479
480         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
481         xforms libraries can be used to load images into LyX.
482
483 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
484
485         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
486         --version to get version info from gcc.
487
488 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
489
490         * qt2.m4: small tweaks to the -lqt recognition stuff..
491
492 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
493
494         * config.guess: update
495         * config.sub: update
496         * ltmain.sh: update
497
498 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
499
500         * lyxinclude.m4: Allow disabling of debug information.
501
502 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
503
504         * depcomp: new script to handle dependencies, from automake 1.5
505
506         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
507         SELECT_* defines.
508         (LYX_PROG_CXX_WORKS): change to do the work without
509         AC_TRY_COMPILE, since we do not have a compiler defined yet.
510         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
511
512 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
513
514         * *.m4: update to gettext 0.10.40
515
516 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
517
518         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
519
520 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
521
522         * qt2.m4: fix for mis-named -lqt2
523
524 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
525
526         * libtool.m4: update to latest version
527
528 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
529
530         * lyxinclude.m4: fix the help text of --with-frontend
531
532 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
533
534         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
535         --with-warnings to --enable-warnings.
536
537 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
538
539         * lyxinclude.m4: honour --disable-optimization
540
541 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
542
543         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
544         0.89.5
545
546 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
547
548         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
549         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
550         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
551
552         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
553         USE_PSPELL define.
554
555 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
556
557         * codeset.m4:
558         * glibc21.m4:
559         * iconv.m4:
560         * isc-posix.m4: new files from gettext 0.10.38
561
562         * lcmessage.m4:
563         * progtest.m4:
564         * gettext.m4: updated to gettext 0.10.38
565
566 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
567
568         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
569
570 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
571
572         * boost.m3: delete file
573
574         * ltconfig: delete file
575         * config.guess: update libtool
576         * config.sub: update libtool
577         * libtool.m4: update libtool
578         * ltmain.sh: update libtool
579
580 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
581
582         * qt2.m4 (QT2_AC_PATH): fix typo.
583
584 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
585
586         * progtest.m4: added OS2 detection
587
588 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
589
590         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
591         gcc 3.0
592
593 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
594
595         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
596         (QT_VERSION < 221).
597
598 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
599
600         * lyxinclude.m4: minor changes, --with-lyx-version becomes
601         --with-version-suffix
602
603 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
604
605         * lyxinclude.m4: --with-lyx-version
606
607         * kde.m4: remove cruft that was breaking installs
608
609 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
610
611         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
612
613 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
614
615         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
616         2.95.3.