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