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