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