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