source: rtems/testsuites/ChangeLog @ d7e0507

4.104.114.84.95
Last change on this file since d7e0507 was d7e0507, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/03 at 07:27:36

2003-12-15 Ralf Corsepius <corsepiu@…>

  • aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
  • automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
4        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
9        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
10        Cleanups.
11
122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * automake/compila.am: Remove ARCH.
15
162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
19
202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
23        * aclocal/lead-dot.m4: New (from automake-1.7f).
24        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
25        Add AC_SUBST(dirstamp).
26
272003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
30        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
31        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
32        aclocal/check-networking.m4, aclocal/check-posix.m4,
33        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
34        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
35        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
36        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
37        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
38        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
39        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
40        aclocal/multilib.m4, aclocal/path-ksh.m4,
41        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
42        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
43        aclocal/rtems-top.m4, aclocal/target.m4,
44        aclocal/tool-paths.m4:
45        Fix underquoting to silence automake-1.8.
46
472003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Reflect having moved to testsuites/.
50
512003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * aclocal/rtems-top.m4: Add support for --with-project-root.
54        Remove RTEMS Version message.
55
562003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * aclocal/canonical-host.m4: Remove.
59        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
60
612003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove RTEMS_CANONICAL_HOST.
64
652003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
68        * aclocal/bsp_alias.m4: Remove.
69
702003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac:Remove RTEMS_CHECK_CPU.
73        * aclocal/check-cpu.m4: Remove.
74        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
75        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
76        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
77        RTEMS_CHECK_CPU.
78
792003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/rtems-top.m4: Add RTEMS_API.
82        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
83
842003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
87        * aclocal/enable-tests.m4: Change to support
88        --enable-tests=no|yes|samples, default is samples.
89        * configure.ac: Reflect changes above.
90
912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect having moved aclocal/.
94
952003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
98        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
99        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
100        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
101        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
102        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
103        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
104        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
105        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
106        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
107        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
108        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
109        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
110        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
111        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
112        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
113        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
114        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
115        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
116        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
117        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
118        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
119        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
120        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
121        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
122        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
123        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
124        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
125        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
126        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
127        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
128        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
129        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
130        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
131        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
132        * aclocal/target.m4: New (Copied from ../../../aclocal).
133        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
134        * aclocal/version.m4: New (Copied from ../../../aclocal).
135
1362003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * automake/local.am, automake/host.am: Remove "debug".
139
1402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved automake/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * automake/compile.am, automake/host.am, automake/leaf.am
147        automake/local.am, automake/subdirs.am: New (copied from
148        ../../../automake).
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
153
1542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove AC_CONFIG_AUX_DIR.
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AC_PREREQ(2.57).
165
1662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Reformat.
169        Add autom4te*cache.
170        Remove autom4te.cache.
171
1722002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove ENABLE_GCC28.
175
1762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac:
179        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
180        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
181        * Makefile.am: Remove AUTOMAKE_OPTIONS.
182
1832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
186        * configure.in: Remove.
187        * configure.ac: New file, generated from configure.in by autoupdate.
188
1892001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
192        handling.
193
1942001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
197        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
198
1992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
202
2032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
206
2072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
210        Switch to GNU canonicalization.
211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.