source: rtems/testsuites/ChangeLog @ 0ba4b56f

4.104.114.84.95
Last change on this file since 0ba4b56f was 4470b40a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/03 at 04:12:27

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

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