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