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