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