]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
Fix bug reported by Rod
[lyx.git] / config / ChangeLog
1 2002-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * configure.ac: use AH_TOP and AH_BOTTOM instead of
4         AH_VERBATIM
5
6 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7
8         * configure.ac (AH_VERBATIM): fix keys to be unique
9
10 2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11
12         * configure.ac (AH_VERBATIM): add some lost parts...
13
14 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
15
16         * lyxinclude.m4: increase template depth for some versions of g++.
17
18 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
19
20         * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
21         more robust.
22
23 2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
24
25         * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
26         USE_BASIC_IMAGE_LOADER from here...
27         * configure.ac: ... here
28         * configure.in: ...to here, and ...
29
30 2002-09-13  John Levon  <levon@movementarian.org>
31
32         * qt.m4: tweak sed usage
33
34 2002-09-12  John Levon  <levon@movementarian.org>
35
36         * Makefile.am: qt.m4 not qt2.m4
37
38 2002-09-12  John Levon  <levon@movementarian.org>
39
40         * configure.ac:
41         * configure.in:
42         * qt.m4: output Qt version
43
44 2002-09-12  John Levon  <levon@movementarian.org>
45
46         * qt.m4: make $FATAL actually work
47
48 2002-09-12  John Levon  <levon@movementarian.org>
49
50         * configure.ac:
51         * configure.in:
52         * lyxinclude.m4:
53         * qt2.m4:
54         * qt.m4: new Qt configure script
55
56 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
57
58         * relyx_configure.ac:
59         * configure.ac: only require autoconf 2.52
60
61         * Makefile.am (EXTRA_DIST): distribute also xforms.m4
62
63 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
64
65         * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
66         argument of AC_CHECK_LIB
67
68         * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
69         make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
70         (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
71
72 2002-08-14  John Levon  <levon@movementarian.org>
73
74         * configure.in:
75         * configure.ac: no xforms check with Qt
76
77 2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
78
79         * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
80
81 2002-08-11  Angus Leeming  <leeming@lyx.org>
82
83         * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
84         definition of c-tor.
85
86 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
87
88         * Makefile.am (EXTRA_DIST): remove sigc++.m4
89
90 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
91
92         * xforms.m4: switch back to save,restore
93
94         * some more updates and removal of obsolete macros.
95
96 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
97
98         * further work on 2.53 stuff.
99
100 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
101
102         * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
103
104 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
105
106         * lyxinclude.m4 (LYX_SCO):
107         (LYX_HPUX):
108         (LYX_SUNOS4): remove macros
109         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
110
111 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
112
113         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
114         gcc 2.95.x.
115
116 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
117
118         * lyxinclude.m4: add -Wno-non-template-friend
119
120 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
121
122         * pspell.m4: patch from Garst to help find pspell (bug 428) this
123         code is really tasteless...
124
125 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
126
127         * lyxinclude.m4: remove LYX_REGEX properly
128
129 2002-06-12  Angus Leeming  <leeming@lyx.org>
130
131         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
132
133 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
134
135         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
136         check for flimage.h header.
137
138 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
139
140         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
141
142 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
143
144         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
145         simpler and hopefully better. Please test.
146         (LYX_PATH_XFORMS): move test for flimage.h in
147         LYX_USE_XFORMS_IMAGE_LOADER.
148         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
149         lines in LYX_USE_XFORMS_IMAGE_LOADER.
150
151 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
152
153         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
154
155 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
156
157         * xforms.m4: don't insist on building with flimage linked
158
159 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
160
161         * xforms.m4: don't warn about missing flimage.h
162
163 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
164
165         * xforms.m4: moved out of lyxinclude.m4, some
166           fixes for 1.0
167
168 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
169
170         * pkg.m4: new file
171
172 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
173
174         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
175         happens.
176
177 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
178
179         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
180         (lyx_warning): disable exceptions for gcc 3.1 too
181
182         * kde.m4: remove file
183
184 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
185
186         * cvsignore: add Makefile.
187
188 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
189
190         * Makefile.am (EXTRA_DIST): also dist the m4 files
191
192 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
193
194         * Makefile.am: make distcheck work, new file
195
196         * .cvsignore: new file
197
198 2002-04-02  Allan Rae  <rae@lyx.org>
199
200         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
201         directory uses minimum include paths
202
203 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
204
205         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
206         testing if libforms contains libjpeg or not.
207
208 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
209
210         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
211
212         * depcomp.diff: the patch is added to the repository, as Lars wishes...
213
214 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
215
216         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
217
218 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
219
220         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
221         partial linking or not.
222
223 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
224
225         * common.am (DISTCLEANFILES): don't be recursive by default.
226         (remove -r)
227
228 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
229
230         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
231         for a good C++ compiler
232         (LYX_PATH_XFORMS): small cleanups
233         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
234         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
235         xforsm-image-loader to version info.
236
237 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
238
239         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
240         the library.
241
242 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
243
244         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
245         xforms libraries can be used to load images into LyX.
246
247 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
248
249         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
250         --version to get version info from gcc.
251
252 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
253
254         * qt2.m4: small tweaks to the -lqt recognition stuff..
255
256 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
257
258         * config.guess: update
259         * config.sub: update
260         * ltmain.sh: update
261
262 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
263
264         * lyxinclude.m4: Allow disabling of debug information.
265
266 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
267
268         * depcomp: new script to handle dependencies, from automake 1.5
269
270         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
271         SELECT_* defines.
272         (LYX_PROG_CXX_WORKS): change to do the work without
273         AC_TRY_COMPILE, since we do not have a compiler defined yet.
274         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
275
276 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
277
278         * *.m4: update to gettext 0.10.40
279
280 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
281
282         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
283
284 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
285
286         * qt2.m4: fix for mis-named -lqt2
287
288 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
289
290         * libtool.m4: update to latest version
291
292 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
293
294         * lyxinclude.m4: fix the help text of --with-frontend
295
296 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
297
298         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
299         --with-warnings to --enable-warnings.
300
301 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
302
303         * lyxinclude.m4: honour --disable-optimization
304
305 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
306
307         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
308         0.89.5
309
310 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
311
312         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
313         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
314         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
315
316         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
317         USE_PSPELL define.
318
319 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
320
321         * codeset.m4:
322         * glibc21.m4:
323         * iconv.m4:
324         * isc-posix.m4: new files from gettext 0.10.38
325
326         * lcmessage.m4:
327         * progtest.m4:
328         * gettext.m4: updated to gettext 0.10.38
329
330 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
331
332         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
333
334 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
335
336         * boost.m3: delete file
337
338         * ltconfig: delete file
339         * config.guess: update libtool
340         * config.sub: update libtool
341         * libtool.m4: update libtool
342         * ltmain.sh: update libtool
343
344 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
345
346         * qt2.m4 (QT2_AC_PATH): fix typo.
347
348 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
349
350         * progtest.m4: added OS2 detection
351
352 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
353
354         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
355         gcc 3.0
356
357 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
358
359         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
360         (QT_VERSION < 221).
361
362 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
363
364         * lyxinclude.m4: minor changes, --with-lyx-version becomes
365         --with-version-suffix
366
367 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
368
369         * lyxinclude.m4: --with-lyx-version
370
371         * kde.m4: remove cruft that was breaking installs
372
373 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
374
375         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
376
377 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
378
379         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
380         2.95.3.