OSDN Git Service

90f5bff16e2d8abbd34218088865734da06d7031
[pf3gnuchains/pf3gnuchains3x.git] / tk / unix / ChangeLog
1 2001-09-18  Ian Roxborough  <irox@redhat.com>
2
3         * Makefile.in: Added TK_CFLAGS for flags that
4         shouldn't be supressed by the top level Makefile's
5         CFLAGS settings.
6         
7 2001-02-13  Jeff Holcomb  <jeffh@redhat.com>
8
9         * configure.in: Use "*-*-solaris2*" so linking works correctly
10         on i386-pc-solaris machines.
11         * configure: Regenerated.
12
13 Mon Aug 30 12:41:17 1999  Jeffrey A Law  (law@cygnus.com)
14
15         * configure.in: Do not force static linking for hpux11 in wide
16         mode since no static X libraries exist.
17         * configure: Rebuilt.
18
19 Wed Jan  6 13:45:20 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
20
21         * configure.in (TK_SHARED_LIB_FILE): init to dummy name.
22         (TK_UNSHARED_LIB_FILE): ditto.
23
24         * configure: regenerated.
25
26 Thu Jul  9 14:35:35 1998  Felix Lee  <flee@cygnus.com>
27
28         * configure.in: typo.
29         * configure: rebuild.
30
31 Tue Jul  7 16:59:07 1998  Felix Lee  <flee@cygnus.com>
32
33         * configure.in: Undo previous change, which didn't work right.
34         Add specialcase to make static link of X work on solaris.
35         * configure: Rebuild.
36
37 Wed Jun 17 11:40:56 1998  Felix Lee  <flee@cygnus.com>
38
39         * configure.in: When looking for the X libraries, set LDFLAGS to
40         find them statically if that is how we are going to link.
41         * configure: Rebuild.
42
43 Mon Apr 13 17:55:38 1998  Ian Lance Taylor  <ian@cygnus.com>
44
45         * configure.in: Remove AC_REPLACE_FUNCS(memmove).
46         * Makefile.in (LIBOBJS): Remove variable.
47         (OBJS): Remove $(LIBOBJS).
48         (memmove.o): Remove target.
49         * configure: Rebuild.
50
51 Mon Apr  6 20:07:55 1998  Ian Lance Taylor  <ian@cygnus.com>
52
53         * configure.in: Handle an empty x_libraries string correctly, in
54         case of Solaris when not using gcc.
55         * configure: Rebuild.
56
57 Mon Dec 15 15:13:08 1997  Ian Lance Taylor  <ian@cygnus.com>
58
59         * tkUnixPort.h: Don't include <string.h> if _STRING is defined.
60
61         * configure.in: When checking for GNU ld on Solaris, don't
62         redirect stderr to /dev/null.
63         * configure: Rebuild.
64
65 Thu Sep  4 20:03:38 1997  Ian Lance Taylor  <ian@cygnus.com>
66
67         * configure.in: If SHLIB_LD matches *gcc*, then don't remove the
68         -Wl from TK_LD_SEARCH_FLAGS.  Otherwise building shared libraries
69         fails on HP/UX.
70         * configure: Rebuild.
71
72 Tue Oct 28 16:37:12 1997  Ian Lance Taylor  <ian@cygnus.com>
73
74         * Makefile.in (install-minimal): New target.
75
76 Tue Oct 21 14:25:07 1997  Tom Tromey  <tromey@cygnus.com>
77
78         * tkUnixFont.c (TkpGetFontFamilies): Use XFreeFontNames, not
79         XFree.  From jkb@mrc-lmb.cam.ac.uk (James Bonfield).
80
81 Wed Sep 17 13:43:58 1997  Tom Tromey  <tromey@cygnus.com>
82
83         * configure: Rebuilt.
84         * configure.in: Better error message if TCL_BIN_DIR can't be
85         found.
86
87 Tue Aug  5 14:41:23 1997  Tom Tromey  <tromey@cygnus.com>
88
89         * configure: Rebuilt.
90         * configure.in: Preserved local changes.
91         * Makefile.in: Preserved local changes.
92         * mkLinks: Preserved local changes.
93
94 Tue Jul  1 22:10:44 1997  Ian Lance Taylor  <ian@cygnus.com>
95
96         * configure.in: Fix -lnsl test.
97         * configure: Rebuild.
98
99 Mon Jun 30 13:36:27 1997  Ian Lance Taylor  <ian@cygnus.com>
100
101         * configure.in: Rework check for socket libraries to use a cache
102         variable and to not set ac_cv_func cache variables
103         inappropriately.
104         * configure: Rebuild.
105
106 Mon Jun  9 16:25:20 1997  Ian Lance Taylor  <ian@cygnus.com>
107
108         * tkConfig.sh.in: Set TK_BUILD_INCLUDES.
109         * configure.in: Set TK_BUILD_INCLUDES.
110         * configure: Rebuild.
111
112 Fri May  9 09:26:51 1997  Tom Tromey  <tromey@cygnus.com>
113
114         * tkUnixPort.h (panic): Added prototype.  From Ian Taylor.
115
116 Fri Apr 18 12:13:39 1997  Tom Tromey  <tromey@cygnus.com>
117
118         * configure: Regenerated.
119         * configure.in: Only statically link on Solaris if running GNU
120         ld.
121
122 Thu Mar 13 10:40:55 1997  Tom Tromey  <tromey@cygnus.com>
123
124         * configure.in: Don't run AC_C_CROSS.
125         (AC_CONFIG_AUX_DIR): Look in srcdir.
126
127 Sun Dec  8 23:07:48 1996  Martin Hunt <hunt@cygnus.com>
128
129         * Makefile.in (${TK_SHARED_LIB_FILE}): Don't run RANLIB on
130         shared libs.
131
132 Mon Aug 26 09:44:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
133
134         * Makefile.in: Use TK_SHARED_LIB_FILE, TK_UNSHARED_LIB_FILE.
135         * configure: Regenerated.
136         * configure.in: Introduct TK_SHARED_LIB_FILE and
137         TK_UNSHARED_LIB_FILE.
138
139         * configure: Regenerated.
140         * configure.in: AC_SUBST more variables so shared/unshared lib
141         targets can be separate.
142
143         * Makefile.in (libtk${TCL_SHARED_LIB_SUFFIX}): New target.
144         (libtk${TCL_SHARED_LIB_SUFFIX}): New target.
145
146 Fri Aug 23 13:40:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
147
148         * configure: Regenerated.
149         * configure.in: Suppress --enable-shared when statically linking
150         libX11.
151
152 Wed Aug 14 09:21:16 1996  Tom Tromey  <tromey@creche.cygnus.com>
153
154         * Makefile.in (install-man): Man page permissions are 644, not
155         444.
156
157 Mon Aug  5 10:47:45 1996  Tom Tromey  <tromey@creche.cygnus.com>
158
159         * Makefile.in (configure): Don't depend on configure.in.  Work
160         when not in srcdir.
161
162         * Makefile.in (config.status): New target.
163         (Makefile): Depend on config.status.
164
165 Fri Aug  2 13:51:59 1996  Tom Tromey  <tromey@creche.cygnus.com>
166
167         * configure.in: Find Tcl source directory relative to $srcdir.
168         * configure: Regenerated.
169
170 Wed Jun 26 12:51:49 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
171
172         * Makefile.in (TK_LIBRARY, LIB_INSTALL_DIR, BIN_INSTALL_DIR,
173         BIN_DIR, INCLUDE_INSTALL_DIR, MAN_INSTALL_DIR): Use autoconf-set
174         values.
175         (install-libraries, install-demos): Use @datadir@ instead of 
176         hard-coded dirname.
177         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
178         * configure: Rebuilt.
179
180 Mon Jun 10 16:22:12 1996  Tom Tromey  <tromey@creche.cygnus.com>
181
182         * Makefile.in (install-binaries): Don't add version info to
183         installed wish.
184
185 Tue Jun  4 17:57:46 1996  Gordon Irlam  <gordoni@snuffle.cygnus.com>
186
187         * install-sh: Add MIT copyright.
188
189 Thu May  9 10:01:48 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
190
191         * Makefile.in (CFLAGS): Set to @CFLAGS@.
192
193 Wed May  8 08:57:06 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
194
195         * configure: Regenerated.
196         * configure.in: In Solaris case, must link against libX11 twice.
197
198 Tue May  7 11:22:10 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
199
200         * configure: Regenerated.
201         * configure.in: Run AC_PROG_CC.
202
203         * mkLinks: Find man pages in section 3, not section n.
204
205         * Makefile.in (install-man): Install man pages in section 3, not
206         section n.
207
208         * mkLinks: Use cp, not ln.
209
210 Tue Apr 23 13:13:59 1996  Tom Tromey  <tromey@creche.cygnus.com>
211
212         * Makefile.in (CC_SWITCHES): Define TK_LIB_TRAILER.
213         (TK_LIB_TRAILER): New macro.
214
215         * tkUnixInit.c (TkPlatformInit): Handle location independence.
216
217 Fri Mar 29 08:23:15 1996  Tom Tromey  <tromey@creche.cygnus.com>
218
219         * mkLinks: Exit with status 0.
220
221 Fri Mar  1 11:49:57 1996  Tom Tromey  <tromey@creche.cygnus.com>
222
223         * configure: Regenerated.
224         * configure.in: Use AC_CANONICAL_SYSTEM.  Look in Cygnus build
225         tree for config.sub and config.guess.
226
227 Wed Jan 24 12:39:28 1996  Tom Tromey  <tromey@creche.cygnus.com>
228
229         * Makefile.in: Use maintainer-clean, not realclean.
230
231 Thu Jan 11 09:13:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
232
233         * configure.in: Look in ../../tcl, not ../../tcl7.5a.
234
235 Wed Jan 10 12:09:58 1996  Tom Tromey  <tromey@creche.cygnus.com>
236
237         * configure.in: Use AC_CHECK_HEADERS, not AC_HAVE_HEADERS.
238
239         * Makefile.in (TCL_DIR): Look in tcl, not tcl7.5a2.
240         (TCL_BIN_DIR): Ditto.
241         (TCLDIR): Ditto.
242