]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
cc04c13cc6041d507c23a2ebbe043ba356ec0b62
[lyx.git] / config / ChangeLog
1 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and
4         relyx_configure.in. 
5
6 2003-02-18  John Levon  <levon@movementarian.org>
7
8         * config/qt.m4: prefer -lqt-mt - test this...
9
10 2003-02-17  John Levon  <levon@movementarian.org>
11
12         * config/pspell.m4: turn on pspell by default
13
14 2003-02-17  John Levon  <levon@movementarian.org>
15
16         * config/configure.ac:
17         * config/configure.in: remove the -isystem fiddling. Let's see
18           if Solaris people complain...
19
20 2003-02-07  John Levon  <levon@movementarian.org>
21
22         * config/configure.ac:
23         * config/configure.in: fix bug 874 by adding strerror check
24
25 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
26
27         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): include forms.h in
28         the prog that checks for flimage.h header. 
29
30         * common.am (AM_INSTALL_DATA_FLAGS): add
31
32 2003-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
33
34         * lyxinclude.m4:
35         * configure.ac:
36         * configure.in: comment out gnome frontend support
37
38 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
39
40         * lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if
41         there has been an error in configuration. With autoconf 2.5x,
42         $cache_file is often set to /dev/null, and deleting that is not a
43         good idea...
44
45 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
46
47         * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile
48         * configure.in (AC_OUTPUT): ditto
49
50 2002-12-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
51
52         * configure.ac (AC_CONFIG_FILES)): add development/Makefile
53         * configure.in (AC_OUTPUT): ditto
54
55 2002-12-17  Angus Leeming  <leeming@lyx.org>
56
57         * configure.ac:
58         * configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
59
60 2002-12-16  Angus Leeming  <leeming@lyx.org>
61
62         * configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with
63         LYX_CHECK_XFORMS_IMAGE_LOADER.
64         Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test.
65
66         * configure.in: As above. However, I have also found it necessary to
67         comment out some tests from the gnome block of case "$lyx_use_frontend"
68         otherwise they were replicated. No idea what is going wrong here.
69
70         * xforms.m4 (XFORMS_VERSION): update warning/error messages.
71         (LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER.
72         The function is far simpler as we don't have to worry about
73         xforms < 0.89.5.
74
75 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
76
77         * Makefile.am (EXTRA_DIST): add lyxinclude25x.m4 and
78         lyxinclude213.m4
79
80         * lyxinclude25x.m4: new file, containing macros specific to
81         autoconf 2.5x (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
82
83         * lyxincludes213.m4: new file, containing macros specific to
84         autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
85         (LYX_FUNC_SELECT_ARGTYPES): move here
86
87         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
88
89         * configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in
90         2.5x)
91
92 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
93
94         * configure.ac: USE_BOOST_FORMAT
95         * acconfig.h: ditto
96
97 2002-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
98
99         * configure.ac: use AH_TOP and AH_BOTTOM instead of
100         AH_VERBATIM
101
102 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
103
104         * configure.ac (AH_VERBATIM): fix keys to be unique
105
106 2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
107
108         * configure.ac (AH_VERBATIM): add some lost parts...
109
110 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
111
112         * lyxinclude.m4: increase template depth for some versions of g++.
113
114 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
115
116         * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
117         more robust.
118
119 2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
120
121         * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
122         USE_BASIC_IMAGE_LOADER from here...
123         * configure.ac: ... here
124         * configure.in: ...to here, and ...
125
126 2002-09-13  John Levon  <levon@movementarian.org>
127
128         * qt.m4: tweak sed usage
129
130 2002-09-12  John Levon  <levon@movementarian.org>
131
132         * Makefile.am: qt.m4 not qt2.m4
133
134 2002-09-12  John Levon  <levon@movementarian.org>
135
136         * configure.ac:
137         * configure.in:
138         * qt.m4: output Qt version
139
140 2002-09-12  John Levon  <levon@movementarian.org>
141
142         * qt.m4: make $FATAL actually work
143
144 2002-09-12  John Levon  <levon@movementarian.org>
145
146         * configure.ac:
147         * configure.in:
148         * lyxinclude.m4:
149         * qt2.m4:
150         * qt.m4: new Qt configure script
151
152 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
153
154         * relyx_configure.ac:
155         * configure.ac: only require autoconf 2.52
156
157         * Makefile.am (EXTRA_DIST): distribute also xforms.m4
158
159 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
160
161         * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
162         argument of AC_CHECK_LIB
163
164         * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
165         make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
166         (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
167
168 2002-08-14  John Levon  <levon@movementarian.org>
169
170         * configure.in:
171         * configure.ac: no xforms check with Qt
172
173 2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
174
175         * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
176
177 2002-08-11  Angus Leeming  <leeming@lyx.org>
178
179         * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
180         definition of c-tor.
181
182 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
183
184         * Makefile.am (EXTRA_DIST): remove sigc++.m4
185
186 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
187
188         * xforms.m4: switch back to save,restore
189
190         * some more updates and removal of obsolete macros.
191
192 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
193
194         * further work on 2.53 stuff.
195
196 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
197
198         * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
199
200 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
201
202         * lyxinclude.m4 (LYX_SCO):
203         (LYX_HPUX):
204         (LYX_SUNOS4): remove macros
205         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
206
207 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
208
209         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
210         gcc 2.95.x.
211
212 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
213
214         * lyxinclude.m4: add -Wno-non-template-friend
215
216 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
217
218         * pspell.m4: patch from Garst to help find pspell (bug 428) this
219         code is really tasteless...
220
221 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
222
223         * lyxinclude.m4: remove LYX_REGEX properly
224
225 2002-06-12  Angus Leeming  <leeming@lyx.org>
226
227         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
228
229 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
230
231         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
232         check for flimage.h header.
233
234 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
235
236         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
237
238 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
239
240         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
241         simpler and hopefully better. Please test.
242         (LYX_PATH_XFORMS): move test for flimage.h in
243         LYX_USE_XFORMS_IMAGE_LOADER.
244         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
245         lines in LYX_USE_XFORMS_IMAGE_LOADER.
246
247 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
248
249         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
250
251 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
252
253         * xforms.m4: don't insist on building with flimage linked
254
255 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
256
257         * xforms.m4: don't warn about missing flimage.h
258
259 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
260
261         * xforms.m4: moved out of lyxinclude.m4, some
262           fixes for 1.0
263
264 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
265
266         * pkg.m4: new file
267
268 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
269
270         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
271         happens.
272
273 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
274
275         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
276         (lyx_warning): disable exceptions for gcc 3.1 too
277
278         * kde.m4: remove file
279
280 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
281
282         * cvsignore: add Makefile.
283
284 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
285
286         * Makefile.am (EXTRA_DIST): also dist the m4 files
287
288 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
289
290         * Makefile.am: make distcheck work, new file
291
292         * .cvsignore: new file
293
294 2002-04-02  Allan Rae  <rae@lyx.org>
295
296         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
297         directory uses minimum include paths
298
299 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
300
301         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
302         testing if libforms contains libjpeg or not.
303
304 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
305
306         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
307
308         * depcomp.diff: the patch is added to the repository, as Lars wishes...
309
310 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
311
312         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
313
314 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
315
316         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
317         partial linking or not.
318
319 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
320
321         * common.am (DISTCLEANFILES): don't be recursive by default.
322         (remove -r)
323
324 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
325
326         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
327         for a good C++ compiler
328         (LYX_PATH_XFORMS): small cleanups
329         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
330         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
331         xforsm-image-loader to version info.
332
333 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
334
335         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
336         the library.
337
338 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
339
340         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
341         xforms libraries can be used to load images into LyX.
342
343 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
344
345         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
346         --version to get version info from gcc.
347
348 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
349
350         * qt2.m4: small tweaks to the -lqt recognition stuff..
351
352 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
353
354         * config.guess: update
355         * config.sub: update
356         * ltmain.sh: update
357
358 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
359
360         * lyxinclude.m4: Allow disabling of debug information.
361
362 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
363
364         * depcomp: new script to handle dependencies, from automake 1.5
365
366         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
367         SELECT_* defines.
368         (LYX_PROG_CXX_WORKS): change to do the work without
369         AC_TRY_COMPILE, since we do not have a compiler defined yet.
370         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
371
372 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
373
374         * *.m4: update to gettext 0.10.40
375
376 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
377
378         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
379
380 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
381
382         * qt2.m4: fix for mis-named -lqt2
383
384 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
385
386         * libtool.m4: update to latest version
387
388 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
389
390         * lyxinclude.m4: fix the help text of --with-frontend
391
392 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
393
394         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
395         --with-warnings to --enable-warnings.
396
397 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
398
399         * lyxinclude.m4: honour --disable-optimization
400
401 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
402
403         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
404         0.89.5
405
406 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
407
408         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
409         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
410         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
411
412         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
413         USE_PSPELL define.
414
415 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
416
417         * codeset.m4:
418         * glibc21.m4:
419         * iconv.m4:
420         * isc-posix.m4: new files from gettext 0.10.38
421
422         * lcmessage.m4:
423         * progtest.m4:
424         * gettext.m4: updated to gettext 0.10.38
425
426 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
427
428         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
429
430 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
431
432         * boost.m3: delete file
433
434         * ltconfig: delete file
435         * config.guess: update libtool
436         * config.sub: update libtool
437         * libtool.m4: update libtool
438         * ltmain.sh: update libtool
439
440 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
441
442         * qt2.m4 (QT2_AC_PATH): fix typo.
443
444 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
445
446         * progtest.m4: added OS2 detection
447
448 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
449
450         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
451         gcc 3.0
452
453 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
454
455         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
456         (QT_VERSION < 221).
457
458 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
459
460         * lyxinclude.m4: minor changes, --with-lyx-version becomes
461         --with-version-suffix
462
463 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
464
465         * lyxinclude.m4: --with-lyx-version
466
467         * kde.m4: remove cruft that was breaking installs
468
469 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
470
471         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
472
473 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
474
475         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
476         2.95.3.