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