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