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