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