source: rtems/c/src/tests/ChangeLog @ 98e88aa3

4.104.114.84.95
Last change on this file since 98e88aa3 was 98e88aa3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/03 at 03:39:12

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

  • configure.ac:Remove RTEMS_CHECK_CPU.
  • aclocal/check-cpu.m4: Remove.
  • aclocal/check-cxx.m4, aclocal/check-itron.m4, aclocal/check-multiprocessing.m4, aclocal/check-networking.m4, aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:Remove RTEMS_CHECK_CPU.
4        * aclocal/check-cpu.m4: Remove.
5        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
6        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
7        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
8        RTEMS_CHECK_CPU.
9
102003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * aclocal/rtems-top.m4: Add RTEMS_API.
13        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
14
152003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
18        * aclocal/enable-tests.m4: Change to support
19        --enable-tests=no|yes|samples, default is samples.
20        * configure.ac: Reflect changes above.
21
222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved aclocal/.
25
262003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
29        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
30        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
31        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
32        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
33        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
34        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
35        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
36        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
37        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
38        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
39        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
40        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
41        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
42        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
43        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
44        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
45        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
46        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
47        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
48        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
49        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
50        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
51        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
52        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
53        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
54        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
55        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
56        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
57        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
58        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
59        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
60        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
61        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
62        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
63        * aclocal/target.m4: New (Copied from ../../../aclocal).
64        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
65        * aclocal/version.m4: New (Copied from ../../../aclocal).
66
672003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * automake/local.am, automake/host.am: Remove "debug".
70
712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect having moved automake/.
74
752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * automake/compile.am, automake/host.am, automake/leaf.am
78        automake/local.am, automake/subdirs.am: New (copied from
79        ../../../automake).
80
812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
84
852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove AC_CONFIG_AUX_DIR.
88
892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
92
932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: AC_PREREQ(2.57).
96
972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Reformat.
100        Add autom4te*cache.
101        Remove autom4te.cache.
102
1032002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove ENABLE_GCC28.
106
1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac:
110        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
111        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113
1142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
117        * configure.in: Remove.
118        * configure.ac: New file, generated from configure.in by autoupdate.
119
1202001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
123        handling.
124
1252001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
128        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
129
1302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
133
1342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
137
1382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
141        Switch to GNU canonicalization.
142
1432000-08-10      Joel Sherrill <joel@OARcorp.com>
144
145        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.