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