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