]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
enable exceptions and see what happens
[lyx.git] / config / ChangeLog
1 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
4         happens.
5
6 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7
8         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
9         (lyx_warning): disable exceptions for gcc 3.1 too
10
11         * kde.m4: remove file
12
13 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
14
15         * cvsignore: add Makefile.
16
17 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
18
19         * Makefile.am (EXTRA_DIST): also dist the m4 files
20
21 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
22
23         * Makefile.am: make distcheck work, new file
24
25         * .cvsignore: new file
26
27 2002-04-02  Allan Rae  <rae@lyx.org>
28
29         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
30         directory uses minimum include paths
31
32 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
33
34         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
35         testing if libforms contains libjpeg or not.
36
37 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
38
39         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
40
41         * depcomp.diff: the patch is added to the repository, as Lars wishes...
42
43 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
44
45         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
46
47 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
48
49         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
50         partial linking or not.
51
52 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
53
54         * common.am (DISTCLEANFILES): don't be recursive by default.
55         (remove -r)
56
57 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
58
59         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
60         for a good C++ compiler
61         (LYX_PATH_XFORMS): small cleanups
62         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
63         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
64         xforsm-image-loader to version info.
65
66 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
67
68         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
69         the library.
70
71 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
72
73         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
74         xforms libraries can be used to load images into LyX.
75
76 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
77
78         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
79         --version to get version info from gcc.
80
81 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
82
83         * qt2.m4: small tweaks to the -lqt recognition stuff..
84
85 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
86
87         * config.guess: update
88         * config.sub: update
89         * ltmain.sh: update
90
91 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
92
93         * lyxinclude.m4: Allow disabling of debug information.
94
95 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
96
97         * depcomp: new script to handle dependencies, from automake 1.5
98
99         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
100         SELECT_* defines.
101         (LYX_PROG_CXX_WORKS): change to do the work without
102         AC_TRY_COMPILE, since we do not have a compiler defined yet.
103         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
104
105 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
106
107         * *.m4: update to gettext 0.10.40
108
109 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
110
111         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
112
113 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
114
115         * qt2.m4: fix for mis-named -lqt2
116
117 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
118
119         * libtool.m4: update to latest version
120
121 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
122
123         * lyxinclude.m4: fix the help text of --with-frontend
124
125 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
126
127         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
128         --with-warnings to --enable-warnings.
129
130 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
131
132         * lyxinclude.m4: honour --disable-optimization
133
134 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
135
136         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
137         0.89.5
138
139 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
140
141         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
142         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
143         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
144
145         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
146         USE_PSPELL define.
147
148 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
149
150         * codeset.m4:
151         * glibc21.m4:
152         * iconv.m4:
153         * isc-posix.m4: new files from gettext 0.10.38
154
155         * lcmessage.m4:
156         * progtest.m4:
157         * gettext.m4: updated to gettext 0.10.38
158
159 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
160
161         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
162
163 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
164
165         * boost.m3: delete file
166
167         * ltconfig: delete file
168         * config.guess: update libtool
169         * config.sub: update libtool
170         * libtool.m4: update libtool
171         * ltmain.sh: update libtool
172
173 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
174
175         * qt2.m4 (QT2_AC_PATH): fix typo.
176
177 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
178
179         * progtest.m4: added OS2 detection
180
181 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
182
183         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
184         gcc 3.0
185
186 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
187
188         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
189         (QT_VERSION < 221).
190
191 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
192
193         * lyxinclude.m4: minor changes, --with-lyx-version becomes
194         --with-version-suffix
195
196 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
197
198         * lyxinclude.m4: --with-lyx-version
199
200         * kde.m4: remove cruft that was breaking installs
201
202 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
203
204         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
205
206 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
207
208         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
209         2.95.3.