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