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