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