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