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