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