]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/acsupport/ChangeLog
Initial revision
[karo-tx-redboot.git] / tools / acsupport / ChangeLog
1 2003-02-12  Bart Veer  <bartv@ecoscentric.com>
2
3         * acinclude.m4: Another attempt at the Tcl macro, to cope with
4         cygwin tcl 8.3 and 8.4. Also fix some problems with VC++ builds.
5
6 2002-10-27  Bart Veer  <bartv@ecoscentric.com>
7
8         * acinclude.m4 (ECOS_PATH_TCL): fix typo that prevented a build
9         under Debian Woody
10
11 2002-09-22  Bart Veer  <bartv@ecoscentric.com>
12
13         * acinclude.m4:
14         Add the Tcl library path to ecos_LDADD (patch provided by Andrew
15         Lunn). Also add a reminder about ecos_tcl_version issues and
16         fix up Tk support.
17
18 2002-08-27  Robin Farine  <robin.farine@acn-group.ch>
19
20         * acinclude.m4 (ECOS_PATH_TCL): having found tclConfig.sh in
21         /<lib>/tcl<ver>, search for tkConfig.sh in /<lib>/tcl<ver> and in
22         /<lib>/tk<ver>.
23
24 2002-08-03  Bart Veer  <bartv@ecoscentric.com>
25
26         * Created as part of autoconf reorganization.
27
28 //####COPYRIGHTBEGIN####
29 //                                                                          
30 // ----------------------------------------------------------------------------
31 // Copyright (C) 2002, 2003 Bart Veer
32 //
33 // This file is part of the eCos autoconf support.
34 //
35 // This program is free software; you can redistribute it and/or modify it 
36 // under the terms of the GNU General Public License as published by the Free 
37 // Software Foundation; either version 2 of the License, or (at your option) 
38 // any later version.
39 // 
40 // This program is distributed in the hope that it will be useful, but WITHOUT 
41 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
42 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
43 // more details.
44 // 
45 // You should have received a copy of the GNU General Public License along with
46 // this program; if not, write to the Free Software Foundation, Inc., 
47 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
48 //
49 // ----------------------------------------------------------------------------
50 //                                                                          
51 //####COPYRIGHTEND####