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