source: rtems/testsuites/ChangeLog @ c17ed71

4.104.114.84.95
Last change on this file since c17ed71 was c17ed71, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:38:43

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

  • automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
  • aclocal/lead-dot.m4: New (from automake-1.7f).
  • aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add AC_SUBST(dirstamp).
  • Property mode set to 100644
File size: 7.2 KB
RevLine 
[c17ed71]12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
4        * aclocal/lead-dot.m4: New (from automake-1.7f).
5        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
6        Add AC_SUBST(dirstamp).
7
[0e8262cf]82003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
11        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
12        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
13        aclocal/check-networking.m4, aclocal/check-posix.m4,
14        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
15        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
16        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
17        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
18        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
19        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
20        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
21        aclocal/multilib.m4, aclocal/path-ksh.m4,
22        aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
23        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
24        aclocal/rtems-top.m4, aclocal/target.m4,
25        aclocal/tool-paths.m4:
26        Fix underquoting to silence automake-1.8.
27
[5f52d1f]282003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Reflect having moved to testsuites/.
31
[c3643e7]322003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * aclocal/rtems-top.m4: Add support for --with-project-root.
35        Remove RTEMS Version message.
36
[5f7d7640]372003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * aclocal/canonical-host.m4: Remove.
40        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
41
[6a8a114]422003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_CANONICAL_HOST.
45
[6c3e328]462003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
49        * aclocal/bsp_alias.m4: Remove.
50
[98e88aa3]512003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac:Remove RTEMS_CHECK_CPU.
54        * aclocal/check-cpu.m4: Remove.
55        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
56        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
57        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU instead of
58        RTEMS_CHECK_CPU.
59
[ac3786b]602003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * aclocal/rtems-top.m4: Add RTEMS_API.
63        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
64
[e41e3fe7]652003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
[a5e62aba]67        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
[e41e3fe7]68        * aclocal/enable-tests.m4: Change to support
69        --enable-tests=no|yes|samples, default is samples.
70        * configure.ac: Reflect changes above.
71
[7862f888]722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect having moved aclocal/.
75
[3c69a774]762003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/bsp-alias.m4: New (Copied from ../../../aclocal).
79        * aclocal/canonical-host.m4: New (Copied from ../../../aclocal).
80        * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal).
81        * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal).
82        * aclocal/check-cpu.m4: New (Copied from ../../../aclocal).
83        * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal).
84        * aclocal/check-cxx.m4: New (Copied from ../../../aclocal).
85        * aclocal/check-itron.m4: New (Copied from ../../../aclocal).
86        * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal).
87        * aclocal/check-networking.m4: New (Copied from ../../../aclocal).
88        * aclocal/check-posix.m4: New (Copied from ../../../aclocal).
89        * aclocal/check-tool.m4: New (Copied from ../../../aclocal).
90        * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal).
91        * aclocal/enable-bare.m4: New (Copied from ../../../aclocal).
92        * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal).
93        * aclocal/enable-itron.m4: New (Copied from ../../../aclocal).
94        * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal).
95        * aclocal/enable-networking.m4: New (Copied from ../../../aclocal).
96        * aclocal/enable-posix.m4: New (Copied from ../../../aclocal).
97        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal).
98        * aclocal/enable-tests.m4: New (Copied from ../../../aclocal).
99        * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal).
100        * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal).
101        * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal).
102        * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal).
103        * aclocal/multilib.m4: New (Copied from ../../../aclocal).
104        * aclocal/path-ksh.m4: New (Copied from ../../../aclocal).
105        * aclocal/prog-cc.m4: New (Copied from ../../../aclocal).
106        * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal).
107        * aclocal/project-root.m4: New (Copied from ../../../aclocal).
108        * aclocal/quoting.m4: New (Copied from ../../../aclocal).
109        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal).
110        * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal).
111        * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal).
112        * aclocal/rtems-top.m4: New (Copied from ../../../aclocal).
113        * aclocal/target.m4: New (Copied from ../../../aclocal).
114        * aclocal/tool-paths.m4: New (Copied from ../../../aclocal).
115        * aclocal/version.m4: New (Copied from ../../../aclocal).
116
[94e18016]1172003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * automake/local.am, automake/host.am: Remove "debug".
120
[e3e310f7]1212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
[61d9371]123        * Makefile.am: Reflect having moved automake/.
[e3e310f7]124
[4cd2df9]1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * automake/compile.am, automake/host.am, automake/leaf.am
128        automake/local.am, automake/subdirs.am: New (copied from
129        ../../../automake).
130
[7dcc3fe]1312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
134
[3c55718]1352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove AC_CONFIG_AUX_DIR.
138
[ccd81b60]1392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
142
[9b5c258]1432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: AC_PREREQ(2.57).
146
[8730f45]1472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Reformat.
150        Add autom4te*cache.
151        Remove autom4te.cache.
152
[cb9b2bfc]1532002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove ENABLE_GCC28.
156
[7273b6e]1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * Makefile.am: Remove AUTOMAKE_OPTIONS.
163
[df25c998]1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
[a3ac20f]1702001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
173        handling.
174
[9c0bd65]1752001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
178        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
179
[feead226]1802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
183
[a314d3b4]1842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
187
[ae1cce4e]1882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
[e94ad1fe]1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.