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