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