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