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