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