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