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