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