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