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