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