Mercurial > flash_v2
annotate acsupport/ChangeLog @ 1770:be052fe43d4d
Trivial tweaks to preceding checkin.
| author | jlarmour |
|---|---|
| date | Wed, 27 Sep 2006 14:52:23 +0000 |
| parents | c2d1fd823f09 |
| children |
| rev | line source |
|---|---|
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
392
diff
changeset
|
1 2003-02-12 Bart Veer <bartv@ecoscentric.com> |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
392
diff
changeset
|
2 |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
392
diff
changeset
|
3 * acinclude.m4: Another attempt at the Tcl macro, to cope with |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
392
diff
changeset
|
4 cygwin tcl 8.3 and 8.4. Also fix some problems with VC++ builds. |
|
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
392
diff
changeset
|
5 |
|
392
d82de0ee8e07
Fix typo in autoconf macro, which affected builds on Debian 3.0
bartv
parents:
345
diff
changeset
|
6 2002-10-27 Bart Veer <bartv@ecoscentric.com> |
|
d82de0ee8e07
Fix typo in autoconf macro, which affected builds on Debian 3.0
bartv
parents:
345
diff
changeset
|
7 |
|
d82de0ee8e07
Fix typo in autoconf macro, which affected builds on Debian 3.0
bartv
parents:
345
diff
changeset
|
8 * acinclude.m4 (ECOS_PATH_TCL): fix typo that prevented a build |
|
d82de0ee8e07
Fix typo in autoconf macro, which affected builds on Debian 3.0
bartv
parents:
345
diff
changeset
|
9 under Debian Woody |
|
d82de0ee8e07
Fix typo in autoconf macro, which affected builds on Debian 3.0
bartv
parents:
345
diff
changeset
|
10 |
|
345
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
11 2002-09-22 Bart Veer <bartv@ecoscentric.com> |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
12 |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
13 * acinclude.m4: |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
14 Add the Tcl library path to ecos_LDADD (patch provided by Andrew |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
15 Lunn). Also add a reminder about ecos_tcl_version issues and |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
16 fix up Tk support. |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
311
diff
changeset
|
17 |
|
311
c0ffaecb376e
Include the following patch, and update affected files.
bartv
parents:
283
diff
changeset
|
18 2002-08-27 Robin Farine <robin.farine@acn-group.ch> |
|
c0ffaecb376e
Include the following patch, and update affected files.
bartv
parents:
283
diff
changeset
|
19 |
|
c0ffaecb376e
Include the following patch, and update affected files.
bartv
parents:
283
diff
changeset
|
20 * acinclude.m4 (ECOS_PATH_TCL): having found tclConfig.sh in |
|
c0ffaecb376e
Include the following patch, and update affected files.
bartv
parents:
283
diff
changeset
|
21 /<lib>/tcl<ver>, search for tkConfig.sh in /<lib>/tcl<ver> and in |
|
c0ffaecb376e
Include the following patch, and update affected files.
bartv
parents:
283
diff
changeset
|
22 /<lib>/tk<ver>. |
|
c0ffaecb376e
Include the following patch, and update affected files.
bartv
parents:
283
diff
changeset
|
23 |
|
283
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
24 2002-08-03 Bart Veer <bartv@ecoscentric.com> |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
25 |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
26 * Created as part of autoconf reorganization. |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
27 |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
28 //####COPYRIGHTBEGIN#### |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
29 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
30 // ---------------------------------------------------------------------------- |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
392
diff
changeset
|
31 // Copyright (C) 2002, 2003 Bart Veer |
|
283
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
32 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
33 // This file is part of the eCos autoconf support. |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
34 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
35 // This program is free software; you can redistribute it and/or modify it |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
36 // under the terms of the GNU General Public License as published by the Free |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
37 // Software Foundation; either version 2 of the License, or (at your option) |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
38 // any later version. |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
39 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
40 // This program is distributed in the hope that it will be useful, but WITHOUT |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
41 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
42 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
43 // more details. |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
44 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
45 // You should have received a copy of the GNU General Public License along with |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
46 // this program; if not, write to the Free Software Foundation, Inc., |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
47 // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
48 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
49 // ---------------------------------------------------------------------------- |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
50 // |
|
f58bc1b2c2bc
Reorganization of the host-side autoconfiscation support, and a couple
bartv
parents:
diff
changeset
|
51 //####COPYRIGHTEND#### |
