source: rtems/c/src/tests/ChangeLog @ 6c3e328

4.104.114.84.95
Last change on this file since 6c3e328 was 6c3e328, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/03 at 16:32:18

2003-10-20 Ralf Corsepius <corsepiu@…>

  • aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
  • aclocal/bsp_alias.m4: Remove.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
4        * aclocal/bsp_alias.m4: Remove.
5
62003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac:Remove RTEMS_CHECK_CPU.
9        * aclocal/check-cpu.m4: Remove.
10        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
11        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
12        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
13        RTEMS_CHECK_CPU.
14
152003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/rtems-top.m4: Add RTEMS_API.
18        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
19
202003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
23        * aclocal/enable-tests.m4: Change to support
24        --enable-tests=no|yes|samples, default is samples.
25        * configure.ac: Reflect changes above.
26
272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect having moved aclocal/.
30
312003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
34        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
35        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
36        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
37        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
38        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
39        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
40        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
41        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
42        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
43        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
44        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
45        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
46        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
47        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
48        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
49        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
50        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
51        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
52        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
53        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
54        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
55        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
56        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
57        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
58        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
59        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
60        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
61        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
62        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
63        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
64        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
65        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
66        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
67        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
68        * aclocal/target.m4: New (Copied from ../../../aclocal).
69        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
70        * aclocal/version.m4: New (Copied from ../../../aclocal).
71
722003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * automake/local.am, automake/host.am: Remove "debug".
75
762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect having moved automake/.
79
802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * automake/compile.am, automake/host.am, automake/leaf.am
83        automake/local.am, automake/subdirs.am: New (copied from
84        ../../../automake).
85
862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
89
902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Remove AC_CONFIG_AUX_DIR.
93
942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
97
982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: AC_PREREQ(2.57).
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107
1082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove ENABLE_GCC28.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
122        * configure.in: Remove.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124
1252001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
128        handling.
129
1302001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
133        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
146        Switch to GNU canonicalization.
147
1482000-08-10      Joel Sherrill <joel@OARcorp.com>
149
150        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.