source: rtems/c/src/tests/ChangeLog @ 1e9fbb5c

4.104.114.84.95
Last change on this file since 1e9fbb5c was a5e62aba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/22/03 at 06:04:51

2003-08-22 Ralf Corsepius <corsepiu@…>

  • aclocal/check-tests.m4: New (Split out from enable-tests.m4).
  • Property mode set to 100644
File size: 4.9 KB
Line 
12003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
4        * aclocal/enable-tests.m4: Change to support
5        --enable-tests=no|yes|samples, default is samples.
6        * configure.ac: Reflect changes above.
7
82003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect having moved aclocal/.
11
122003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
15        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
16        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
17        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
18        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
19        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
20        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
21        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
22        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
23        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
24        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
25        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
26        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
27        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
28        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
29        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
30        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
31        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
32        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
33        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
34        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
35        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
36        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
37        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
38        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
39        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
40        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
41        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
42        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
43        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
44        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
45        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
46        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
47        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
48        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
49        * aclocal/target.m4: New (Copied from ../../../aclocal).
50        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
51        * aclocal/version.m4: New (Copied from ../../../aclocal).
52
532003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * automake/local.am, automake/host.am: Remove "debug".
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60
612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * automake/compile.am, automake/host.am, automake/leaf.am
64        automake/local.am, automake/subdirs.am: New (copied from
65        ../../../automake).
66
672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
70
712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove AC_CONFIG_AUX_DIR.
74
752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
78
792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: AC_PREREQ(2.57).
82
832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Reformat.
86        Add autom4te*cache.
87        Remove autom4te.cache.
88
892002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Remove ENABLE_GCC28.
92
932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac:
96        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
97        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
103        * configure.in: Remove.
104        * configure.ac: New file, generated from configure.in by autoupdate.
105
1062001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
109        handling.
110
1112001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
114        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
115
1162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
119
1202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
123
1242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
127        Switch to GNU canonicalization.
128
1292000-08-10      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.