source: rtems/testsuites/ChangeLog @ 6416628

4.104.114.84.95
Last change on this file since 6416628 was 6416628, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/04 at 20:39:46

2004-01-07 Joel Sherrill <joel@…>

  • aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port more completely covers the MIPS family.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12004-01-07      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
4        more completely covers the MIPS family.
5
62003-12-17  Joel Sherrill <joel@OARcorp.com>
7
8    * aclocal/version.m4: Updated to rtems-20031217-test.
9
102003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
13
142003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
17        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
18
192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
22        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
23        Cleanups.
24
252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * automake/compila.am: Remove ARCH.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
32
332003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
36        * aclocal/lead-dot.m4: New (from automake-1.7f).
37        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
38        Add AC_SUBST(dirstamp).
39
402003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
43        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
44        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
45        aclocal/check-networking.m4, aclocal/check-posix.m4,
46        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
47        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
48        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
49        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
50        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
51        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
52        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
53        aclocal/multilib.m4, aclocal/path-ksh.m4,
54        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
55        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
56        aclocal/rtems-top.m4, aclocal/target.m4,
57        aclocal/tool-paths.m4:
58        Fix underquoting to silence automake-1.8.
59
602003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Reflect having moved to testsuites/.
63
642003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * aclocal/rtems-top.m4: Add support for --with-project-root.
67        Remove RTEMS Version message.
68
692003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/canonical-host.m4: Remove.
72        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
73
742003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove RTEMS_CANONICAL_HOST.
77
782003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
81        * aclocal/bsp_alias.m4: Remove.
82
832003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac:Remove RTEMS_CHECK_CPU.
86        * aclocal/check-cpu.m4: Remove.
87        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
88        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
89        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
90        RTEMS_CHECK_CPU.
91
922003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * aclocal/rtems-top.m4: Add RTEMS_API.
95        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
96
972003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
100        * aclocal/enable-tests.m4: Change to support
101        --enable-tests=no|yes|samples, default is samples.
102        * configure.ac: Reflect changes above.
103
1042003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect having moved aclocal/.
107
1082003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
111        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
112        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
113        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
114        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
115        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
116        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
117        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
118        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
119        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
120        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
121        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
122        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
123        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
124        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
125        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
126        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
127        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
128        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
129        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
130        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
131        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
132        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
133        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
134        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
135        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
136        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
137        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
138        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
139        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
140        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
141        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
142        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
143        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
144        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
145        * aclocal/target.m4: New (Copied from ../../../aclocal).
146        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
147        * aclocal/version.m4: New (Copied from ../../../aclocal).
148
1492003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * automake/local.am, automake/host.am: Remove "debug".
152
1532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect having moved automake/.
156
1572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * automake/compile.am, automake/host.am, automake/leaf.am
160        automake/local.am, automake/subdirs.am: New (copied from
161        ../../../automake).
162
1632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
166
1672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove AC_CONFIG_AUX_DIR.
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AC_PREREQ(2.57).
178
1792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * .cvsignore: Reformat.
182        Add autom4te*cache.
183        Remove autom4te.cache.
184
1852002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove ENABLE_GCC28.
188
1892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac:
192        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
193        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
194        * Makefile.am: Remove AUTOMAKE_OPTIONS.
195
1962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
199        * configure.in: Remove.
200        * configure.ac: New file, generated from configure.in by autoupdate.
201
2022001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
205        handling.
206
2072001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
210        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
211
2122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
215
2162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
219
2202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
223        Switch to GNU canonicalization.
224
2252000-08-10      Joel Sherrill <joel@OARcorp.com>
226
227        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.