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