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