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