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