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