source: rtems/testsuites/ChangeLog @ 810720b6

4.104.114.84.95
Last change on this file since 810720b6 was 810720b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 03:28:02

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

  • configure.ac: Require automake >= 1.8, autoconf >= 2.59.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
4
52003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
8        * aclocal/lead-dot.m4: New (from automake-1.7f).
9        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
10        Add AC_SUBST(dirstamp).
11
122003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
15        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
16        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
17        aclocal/check-networking.m4, aclocal/check-posix.m4,
18        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
19        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
20        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
21        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
22        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
23        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
24        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
25        aclocal/multilib.m4, aclocal/path-ksh.m4,
26        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
27        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
28        aclocal/rtems-top.m4, aclocal/target.m4,
29        aclocal/tool-paths.m4:
30        Fix underquoting to silence automake-1.8.
31
322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Reflect having moved to testsuites/.
35
362003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * aclocal/rtems-top.m4: Add support for --with-project-root.
39        Remove RTEMS Version message.
40
412003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * aclocal/canonical-host.m4: Remove.
44        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
45
462003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove RTEMS_CANONICAL_HOST.
49
502003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
53        * aclocal/bsp_alias.m4: Remove.
54
552003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac:Remove RTEMS_CHECK_CPU.
58        * aclocal/check-cpu.m4: Remove.
59        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
60        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
61        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
62        RTEMS_CHECK_CPU.
63
642003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * aclocal/rtems-top.m4: Add RTEMS_API.
67        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
68
692003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
72        * aclocal/enable-tests.m4: Change to support
73        --enable-tests=no|yes|samples, default is samples.
74        * configure.ac: Reflect changes above.
75
762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect having moved aclocal/.
79
802003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
83        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
84        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
85        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
86        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
87        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
88        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
89        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
90        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
91        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
92        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
93        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
94        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
95        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
96        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
97        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
98        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
99        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
100        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
101        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
102        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
103        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
104        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
105        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
106        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
107        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
108        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
109        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
110        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
111        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
112        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
113        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
114        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
115        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
116        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
117        * aclocal/target.m4: New (Copied from ../../../aclocal).
118        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
119        * aclocal/version.m4: New (Copied from ../../../aclocal).
120
1212003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * automake/local.am, automake/host.am: Remove "debug".
124
1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved automake/.
128
1292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * automake/compile.am, automake/host.am, automake/leaf.am
132        automake/local.am, automake/subdirs.am: New (copied from
133        ../../../automake).
134
1352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
138
1392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove AC_CONFIG_AUX_DIR.
142
1432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
146
1472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: AC_PREREQ(2.57).
150
1512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Reformat.
154        Add autom4te*cache.
155        Remove autom4te.cache.
156
1572002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Remove ENABLE_GCC28.
160
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac:
164        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
171        * configure.in: Remove.
172        * configure.ac: New file, generated from configure.in by autoupdate.
173
1742001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
177        handling.
178
1792001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
182        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
183
1842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
187
1882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
191
1922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-08-10      Joel Sherrill <joel@OARcorp.com>
198
199        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.