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