]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
fix compilation; remove cruft in configure script (I may have removed too much, but...
[lyx.git] / config / ChangeLog
1 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * lyxinclude.m4 (LYX_SCO):
4         (LYX_HPUX):
5         (LYX_SUNOS4): remove macros
6         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
7
8 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9
10         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
11         gcc 2.95.x.
12
13 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
14
15         * lyxinclude.m4: add -Wno-non-template-friend
16  
17 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
18
19         * pspell.m4: patch from Garst to help find pspell (bug 428) this
20         code is really tasteless...
21
22 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
23
24         * lyxinclude.m4: remove LYX_REGEX properly
25  
26 2002-06-12  Angus Leeming  <leeming@lyx.org>
27
28         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
29
30 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
31
32         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
33         check for flimage.h header.
34
35 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
36
37         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3 
38  
39 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
40
41         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
42         simpler and hopefully better. Please test.
43         (LYX_PATH_XFORMS): move test for flimage.h in
44         LYX_USE_XFORMS_IMAGE_LOADER. 
45         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
46         lines in LYX_USE_XFORMS_IMAGE_LOADER.
47
48 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
49
50         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
51
52 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
53
54         * xforms.m4: don't insist on building with flimage linked
55
56 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
57
58         * xforms.m4: don't warn about missing flimage.h
59
60 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
61
62         * xforms.m4: moved out of lyxinclude.m4, some
63           fixes for 1.0
64
65 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
66
67         * pkg.m4: new file
68
69 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
70
71         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
72         happens.
73
74 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
75
76         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
77         (lyx_warning): disable exceptions for gcc 3.1 too
78
79         * kde.m4: remove file
80
81 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
82
83         * cvsignore: add Makefile.
84
85 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
86
87         * Makefile.am (EXTRA_DIST): also dist the m4 files
88
89 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
90
91         * Makefile.am: make distcheck work, new file
92
93         * .cvsignore: new file
94
95 2002-04-02  Allan Rae  <rae@lyx.org>
96
97         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
98         directory uses minimum include paths
99
100 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
101
102         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
103         testing if libforms contains libjpeg or not.
104
105 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
106
107         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
108
109         * depcomp.diff: the patch is added to the repository, as Lars wishes...
110
111 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
112
113         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
114
115 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
116
117         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
118         partial linking or not.
119
120 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
121
122         * common.am (DISTCLEANFILES): don't be recursive by default.
123         (remove -r)
124
125 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
126
127         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
128         for a good C++ compiler
129         (LYX_PATH_XFORMS): small cleanups
130         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
131         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
132         xforsm-image-loader to version info.
133
134 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
135
136         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
137         the library.
138
139 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
140
141         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
142         xforms libraries can be used to load images into LyX.
143
144 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
145
146         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
147         --version to get version info from gcc.
148
149 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
150
151         * qt2.m4: small tweaks to the -lqt recognition stuff..
152
153 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
154
155         * config.guess: update
156         * config.sub: update
157         * ltmain.sh: update
158
159 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
160
161         * lyxinclude.m4: Allow disabling of debug information.
162
163 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
164
165         * depcomp: new script to handle dependencies, from automake 1.5
166
167         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
168         SELECT_* defines.
169         (LYX_PROG_CXX_WORKS): change to do the work without
170         AC_TRY_COMPILE, since we do not have a compiler defined yet.
171         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
172
173 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
174
175         * *.m4: update to gettext 0.10.40
176
177 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
178
179         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
180
181 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
182
183         * qt2.m4: fix for mis-named -lqt2
184
185 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
186
187         * libtool.m4: update to latest version
188
189 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
190
191         * lyxinclude.m4: fix the help text of --with-frontend
192
193 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
194
195         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
196         --with-warnings to --enable-warnings.
197
198 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
199
200         * lyxinclude.m4: honour --disable-optimization
201
202 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
203
204         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
205         0.89.5
206
207 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
208
209         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
210         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
211         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
212
213         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
214         USE_PSPELL define.
215
216 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
217
218         * codeset.m4:
219         * glibc21.m4:
220         * iconv.m4:
221         * isc-posix.m4: new files from gettext 0.10.38
222
223         * lcmessage.m4:
224         * progtest.m4:
225         * gettext.m4: updated to gettext 0.10.38
226
227 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
228
229         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
230
231 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
232
233         * boost.m3: delete file
234
235         * ltconfig: delete file
236         * config.guess: update libtool
237         * config.sub: update libtool
238         * libtool.m4: update libtool
239         * ltmain.sh: update libtool
240
241 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
242
243         * qt2.m4 (QT2_AC_PATH): fix typo.
244
245 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
246
247         * progtest.m4: added OS2 detection
248
249 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
250
251         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
252         gcc 3.0
253
254 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
255
256         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
257         (QT_VERSION < 221).
258
259 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
260
261         * lyxinclude.m4: minor changes, --with-lyx-version becomes
262         --with-version-suffix
263
264 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
265
266         * lyxinclude.m4: --with-lyx-version
267
268         * kde.m4: remove cruft that was breaking installs
269
270 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
271
272         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
273
274 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
275
276         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
277         2.95.3.