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