]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
4448c2244eea0a474e89871ebfaef3ecb4bacebd
[lyx.git] / config / ChangeLog
1 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
4         for a good C++ compiler
5         (LYX_PATH_XFORMS): small cleanups
6         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
7         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
8         xforsm-image-loader to version info.
9
10 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
11
12         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
13         the library.
14
15 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
16
17         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
18         xforms libraries can be used to load images into LyX.
19
20 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
21
22         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
23         --version to get version info from gcc.
24
25 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
26
27         * qt2.m4: small tweaks to the -lqt recognition stuff..
28
29 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
30
31         * config.guess: update
32         * config.sub: update
33         * ltmain.sh: update
34         
35 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
36
37         * lyxinclude.m4: Allow disabling of debug information.
38
39 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
40
41         * depcomp: new script to handle dependencies, from automake 1.5
42
43         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
44         SELECT_* defines.
45         (LYX_PROG_CXX_WORKS): change to do the work without
46         AC_TRY_COMPILE, since we do not have a compiler defined yet.
47         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
48
49 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
50
51         * *.m4: update to gettext 0.10.40
52
53 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
54
55         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
56
57 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
58
59         * qt2.m4: fix for mis-named -lqt2
60  
61 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
62
63         * libtool.m4: update to latest version
64
65 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
66
67         * lyxinclude.m4: fix the help text of --with-frontend 
68
69 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
70
71         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
72         --with-warnings to --enable-warnings.
73
74 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
75
76         * lyxinclude.m4: honour --disable-optimization
77  
78 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
79
80         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
81         0.89.5
82
83 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
84
85         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
86         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
87         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
88
89         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
90         USE_PSPELL define.
91
92 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
93
94         * codeset.m4:
95         * glibc21.m4:
96         * iconv.m4:
97         * isc-posix.m4: new files from gettext 0.10.38
98
99         * lcmessage.m4:
100         * progtest.m4:
101         * gettext.m4: updated to gettext 0.10.38
102
103 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
104
105         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
106
107 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
108
109         * boost.m3: delete file
110
111         * ltconfig: delete file
112         * config.guess: update libtool
113         * config.sub: update libtool
114         * libtool.m4: update libtool
115         * ltmain.sh: update libtool
116
117 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
118
119         * qt2.m4 (QT2_AC_PATH): fix typo.
120
121 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
122
123         * progtest.m4: added OS2 detection
124
125 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
126
127         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
128         gcc 3.0 
129
130 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
131
132         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
133         (QT_VERSION < 221).
134
135 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
136
137         * lyxinclude.m4: minor changes, --with-lyx-version becomes
138         --with-version-suffix 
139
140 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
141
142         * lyxinclude.m4: --with-lyx-version
143
144         * kde.m4: remove cruft that was breaking installs
145           
146 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
147
148         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
149
150 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
151
152         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
153         2.95.3. 
154