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