source: rtems/testsuites/ChangeLog @ 087a6c86

4.104.114.84.95
Last change on this file since 087a6c86 was ac3786b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/29/03 at 00:06:15

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

  • aclocal/rtems-top.m4: Add RTEMS_API. AC_DEFAULT_PREFIX(opt/rtems-[RTEMS_API]).
  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/rtems-top.m4: Add RTEMS_API.
4        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
5
62003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
9        * aclocal/enable-tests.m4: Change to support
10        --enable-tests=no|yes|samples, default is samples.
11        * configure.ac: Reflect changes above.
12
132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reflect having moved aclocal/.
16
172003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
20        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
21        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
22        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
23        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
24        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
25        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
26        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
27        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
28        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
29        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
30        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
31        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
32        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
33        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
34        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
35        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
36        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
37        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
38        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
39        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
40        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
41        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
42        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
43        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
44        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
45        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
46        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
47        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
48        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
49        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
50        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
51        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
52        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
53        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
54        * aclocal/target.m4: New (Copied from ../../../aclocal).
55        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
56        * aclocal/version.m4: New (Copied from ../../../aclocal).
57
582003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * automake/local.am, automake/host.am: Remove "debug".
61
622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect having moved automake/.
65
662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * automake/compile.am, automake/host.am, automake/leaf.am
69        automake/local.am, automake/subdirs.am: New (copied from
70        ../../../automake).
71
722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
75
762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove AC_CONFIG_AUX_DIR.
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_PREREQ(2.57).
87
882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Reformat.
91        Add autom4te*cache.
92        Remove autom4te.cache.
93
942002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove ENABLE_GCC28.
97
982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
114        handling.
115
1162001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
119        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
120
1212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
124
1252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
128
1292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-08-10      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.