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