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