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