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