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