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