source: rtems/testsuites/ChangeLog @ 31ffd58

4.104.114.84.95
Last change on this file since 31ffd58 was 31ffd58, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 14:41:32

2004-02-12 Ralf Corsepius <corsepiu@…>

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