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