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