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