source: rtems/testsuites/ChangeLog @ c6c2f8d

4.104.114.84.95
Last change on this file since c6c2f8d was 44652f8, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/03 at 20:56:10

2003-12-17 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-20031217-test.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12003-12-17  Joel Sherrill <joel@OARcorp.com>
2
3    * aclocal/version.m4: Updated to rtems-20031217-test.
4
52003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
8
92003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
12        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
13
142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
17        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
18        Cleanups.
19
202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * automake/compila.am: Remove ARCH.
23
242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
27
282003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
31        * aclocal/lead-dot.m4: New (from automake-1.7f).
32        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
33        Add AC_SUBST(dirstamp).
34
352003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
38        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
39        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
40        aclocal/check-networking.m4, aclocal/check-posix.m4,
41        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
42        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
43        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
44        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
45        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
46        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
47        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
48        aclocal/multilib.m4, aclocal/path-ksh.m4,
49        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
50        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
51        aclocal/rtems-top.m4, aclocal/target.m4,
52        aclocal/tool-paths.m4:
53        Fix underquoting to silence automake-1.8.
54
552003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Reflect having moved to testsuites/.
58
592003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/rtems-top.m4: Add support for --with-project-root.
62        Remove RTEMS Version message.
63
642003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * aclocal/canonical-host.m4: Remove.
67        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
68
692003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove RTEMS_CANONICAL_HOST.
72
732003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
76        * aclocal/bsp_alias.m4: Remove.
77
782003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:Remove RTEMS_CHECK_CPU.
81        * aclocal/check-cpu.m4: Remove.
82        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
83        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
84        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
85        RTEMS_CHECK_CPU.
86
872003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * aclocal/rtems-top.m4: Add RTEMS_API.
90        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
91
922003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
95        * aclocal/enable-tests.m4: Change to support
96        --enable-tests=no|yes|samples, default is samples.
97        * configure.ac: Reflect changes above.
98
992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect having moved aclocal/.
102
1032003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
106        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
107        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
108        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
109        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
110        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
111        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
112        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
113        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
114        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
115        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
116        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
117        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
118        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
119        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
120        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
121        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
122        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
123        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
124        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
125        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
126        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
127        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
128        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
129        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
130        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
131        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
132        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
133        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
134        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
135        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
136        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
137        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
138        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
139        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
140        * aclocal/target.m4: New (Copied from ../../../aclocal).
141        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
142        * aclocal/version.m4: New (Copied from ../../../aclocal).
143
1442003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * automake/local.am, automake/host.am: Remove "debug".
147
1482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect having moved automake/.
151
1522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * automake/compile.am, automake/host.am, automake/leaf.am
155        automake/local.am, automake/subdirs.am: New (copied from
156        ../../../automake).
157
1582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
161
1622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Remove AC_CONFIG_AUX_DIR.
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
169
1702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: AC_PREREQ(2.57).
173
1742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Reformat.
177        Add autom4te*cache.
178        Remove autom4te.cache.
179
1802002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove ENABLE_GCC28.
183
1842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac:
187        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
188        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
189        * Makefile.am: Remove AUTOMAKE_OPTIONS.
190
1912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
194        * configure.in: Remove.
195        * configure.ac: New file, generated from configure.in by autoupdate.
196
1972001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
200        handling.
201
2022001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
205        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
206
2072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
210
2112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
214
2152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
218        Switch to GNU canonicalization.
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.