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