source: rtems/testsuites/ChangeLog @ 19659142

Last change on this file since 19659142 was 19659142, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:36:21

2006-10-19 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require automake-1.10. Requires autoconf-2.60.
  • aclocal/prog-cxx.m4, aclocal/rtems-top.m4, aclocal/version.m4: Adaptations to automake-1.10.
  • Property mode set to 100644
File size: 17.1 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Requires autoconf-2.60.
4        * aclocal/prog-cxx.m4, aclocal/rtems-top.m4, aclocal/version.m4:
5        Adaptations to automake-1.10.
6
72006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
8
9        * samples/fileio/system.h:
10        (PR1118) make use of the new confdefs.h mechanisms
11        for the IDE/ATA interface
12       
132006-04-18  Joel Sherrill <joel@OARcorp.com>
14
15        * aclocal/version.m4: Updated to rtems-4.6.99.3.
16
172006-02-01      Joel Sherrill <joel@OARcorp.com>
18
19        PR 855/tests
20        * support/include/tmacros.h: Fix typo.
21
222005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * aclocal/enable-bare.m4: Remove (Unused).
25        * aclocal/env-rtemsbsp.m4, configure.ac:
26        Remove RTEMS_ENABLE_BARE,
27        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
28
292005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * automake/compile.am: Remove .coff. Remove .obj.
32
332005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * automake/local.am: Remove depend.
36        * automake/host.am: Remove depend.
37        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
38        * automake/local.am: Remove preinstall-am.
39        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
40        Set rtems_testsdir to $libdir/rtems-4.7/tests.
41        * configure.ac: Remove AMPOLISH3 (Unused).
42        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
43        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
44        Remove ARCH. Remove LINK_LIBS.
45        Extend clean-local to catch most temporary files make-exe is
46        creating.
47        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
48        Remove project_includedir.
49        Add rtems_testsdir.
50        * aclocal/rtems-top.m4: Remove dirstamp.
51
522005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Remove preinstall.am
55        * preinstall.am: Remove.
56        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
57
582005-11-10      Joel Sherrill <joel@OARcorp.com>
59
60        * support/.cvsignore: New file.
61
622005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Don't preinstall support/include headers.
65        * configure.ac: Fix config-variables of conditionally built subdirs.
66
672005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
70        aclocal/check-networking.m4, aclocal/check-posix.m4,
71        aclocal/check-tests.m4, aclocal/enable-itron.m4,
72        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
73        aclocal/enable-posix.m4: Remove (Unused).
74
752005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
78        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
79        GCCSPECS.
80        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
81        up temporary CPPFLAGS to compile check cpuopts.h.
82        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
83        --enable-project-root. Remove --with-project-root.
84        Fix --enable-rtems-root.
85        * automake/compile.am, aclocal/env-rtemsbsp.m4:
86        Assume PROJECT_ROOT to contain RTEMS_BSP.
87
882005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
91        * Makefile.am: Merge-in support/Makefile.am
92        * aclocal/check-cpuopts.m4: Add config.cache support.
93        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
94        OBJS from LINK_FILES.
95        * configure.ac: Add AMPOLISH3. Remove support/.
96
972005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
100        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
101        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
102        Remove RTEMS_GCC_SPECS.
103        * aclocal/check-multiprocessing.m4: Don't require
104        RTEMS_ENABLE_MULTILIB.
105        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
106        GCCSPECS.
107        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
108        RTEMS_CXXFLAGS.
109        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
110        RTEMS_CFLAGS.
111        * aclocal/check-cpuopts.m4: New.
112        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
113        manually set up GCCSPEC (Now setup from inside configure). Remove
114        RTEMS_RELLDFLAGS (Used).
115        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
116        aclocal/multilib.m4: Remove (Unused).
117        * automake/compile.am: Remove CCAS support.
118
1192005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * automake/compile.am: Remove depend.
122        * automake/compile.am: Take contents of amcompile.am.
123        * aclocal/check-posix.m4: Sync with cpukit.
124        * automake/local.am: Remove depend-am.
125        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
126        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
127        Remove.
128        * automake/subdirs.am: Remove depend-recursive.
129        * configure.ac: Sync POSIX and ITRON magic with cpukit.
130        * automake/amcompile.am: New.
131
1322005-09-02      Joel Sherrill <joel@OARcorp.com>
133
134        * aclocal/version.m4: Updated to rtems-4.6.99.2.
135
1362004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
139        is defined.
140        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
141        itron for unix.
142
1432004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
146        * configure.ac, support/configure.ac: Require automake > 1.9.
147
1482004-07-28      Joel Sherrill <joel@OARcorp.com>
149
150        * aclocal/version.m4: Updated to rtems-4.6.99.1.
151
1522004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
155
1562004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
159
1602004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/rtems-top.m4: Add rtems_rootdir.
163        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
164        $rtems_rootdir.
165        * support/include/tmacros.h: Convert to using c99 fixed size types.
166        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
167        RTEMS_TOP.
168        * aclocal/check-custom-bsp.m4: Fix minor typo.
169        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
170        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
171        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
172        aclocal/enable-tests.m4, aclocal/multilib.m4,
173        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
174        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
175        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
176        Add --enable-rtems-root. Rework RTEMS_ROOT.
177
1782004-03-03      Joel Sherrill <joel@OARcorp.com>
179
180        * support/include/buffer_test_io.h: Correct typo.
181
1822004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * aclocal/rtems-top.m4: Rework.
185        * aclocal/project-root.m4: Remove obsolete comments.
186        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
187        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
188        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
189
1902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove subdir tools.
193        * aclocal/target.m4: Remove (Unused).
194
1952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/version.m4: 4.6.99.0.
198
1992004-02-03      Joel Sherrill <joel@OARcorp.com>
200
201        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
202        compiler mode.
203
2042004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * support/Makefile.am: Add PREINSTALL_DIRS.
207
2082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
211        PRE/TMPINSTALL_FILES to CLEANFILES.
212
2132004-01-07      Joel Sherrill <joel@OARcorp.com>
214
215        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
216        port more completely covers the MIPS family.
217
2182004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
221        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
222        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
223        Cleanup comments.
224        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
225        Remove build-variants. Hard-code ARCH=o-optimize.
226        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
227        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
228        conditional.
229        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
230        CFLAGS_DEBUG_V.
231        * aclocal/rtems-flags.m4: Remove (Unused).
232        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
233        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
234        (Implicitly handled by automake).
235        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
236        RTEMS_CFLAGS.
237
2382003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
241
2422003-12-17      Joel Sherrill <joel@OARcorp.com>
243
244        * aclocal/version.m4: Updated to rtems-20031217-test.
245
2462003-12-16      Joel Sherrill <joel@OARcorp.com>
247
248        PR 544/tests
249        * support/include/buffer_test_io.h: Various modifications to make
250        tests account for resources and not print at inappropriate times.
251
2522003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
255        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
256
2572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
260        * automake/compila.am: Remove ARCH.
261        * configure.ac, support/configure.ac: Require automake >= 1.8,
262        autoconf >= 2.59.
263        * support/Makefile.am: Use mkdir_p. Remove dirs from
264        PRE/TMPINSTALL_FILES. Use include_HEADERS.
265        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
266
2672003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
270        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
271        AC_SUBST(dirstamp).
272        * aclocal/lead-dot.m4: New (from automake-1.7f).
273
2742003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
277        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
278        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
279        aclocal/check-networking.m4, aclocal/check-posix.m4,
280        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
281        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
282        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
283        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
284        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
285        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
286        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
287        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
288        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
289        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
290        underquoting to silence automake-1.8.
291
2922003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac, support/configure.ac: Reflect having moved to
295        testsuites/.
296
2972003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
300        RTEMS Version message.
301
3022003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/canonical-host.m4: Remove.
305        * configure.ac: Remove RTEMS_CANONICAL_HOST.
306        * aclocal/canonical-target-name.m4: Merge-in
307        aclocal/canonical-host.m4.
308
3092003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
312        * aclocal/bsp_alias.m4: Remove.
313
3142003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
317        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
318        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
319        instead of RTEMS_CHECK_CPU.
320        * aclocal/check-cpu.m4: Remove.
321        * configure.ac: Remove RTEMS_CHECK_CPU.
322
3232003-09-04      Joel Sherrill <joel@OARcorp.com>
324
325        * support/include/tmacros.h: URL for license changed.
326
3272003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * aclocal/rtems-top.m4: Add RTEMS_API.
330        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
331
3322003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
335        * aclocal/enable-tests.m4: Change to support
336        --enable-tests=no|yes|samples, default is samples.
337        * configure.ac: Reflect changes above.
338
3392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
342
3432003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * automake/local.am, automake/host.am: Remove "debug".
346        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
347        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
348        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
349        aclocal/check-cxx.m4, aclocal/check-itron.m4,
350        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
351        aclocal/check-posix.m4, aclocal/check-tool.m4,
352        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
353        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
354        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
355        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
356        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
357        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
358        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
359        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
360        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
361        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
362        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
363        (Copied from ../../../aclocal).
364
3652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
368        * automake/compile.am, automake/host.am, automake/leaf.am
369        automake/local.am, automake/subdirs.am: New (copied from
370        ../../../automake).
371
3722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
375        bug report email address.
376
3772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
380
3812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
384        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
385
3862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
389        Remove autom4te.cache.
390
3912002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * support/configure.ac: Reflect changes above.  Take out unnecessary
394        autoconf macros.
395        * support/include/Makefile.am: Remove.
396        * support/Makefile.am: Merge in former include/Makefile.am.
397
3982002-08-01      Joel Sherrill <joel@OARcorp.com>
399
400        * Per PR47 add support for buffered test output.  This involved
401        adding defines to redirect output to a buffer and dump it when full,
402        at "test pause", and at exit.  To avoid problems when redefining
403        exit(), all tests were modified to call rtems_test_exit(). Some
404        tests, notable psxtests, had to be modified to include  the standard
405        test macro .h file (pmacros.h or tmacros.h) to enable this support.
406        * support/include/buffer_test_io.h: New file.
407
4082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove ENABLE_GCC28.
411
4122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
415        Remove AUTOMAKE_OPTIONS.
416        * configure.ac, support/configure.ac:
417        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
418        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
419
4202001-11-07      Joel Sherrill <joel@OARcorp.com>
421
422        Tracked as PR72 but related to the object id problem (PR36)
423        reported by Todor.Todorov@barco.com.
424        but discovered independently.
425        * support/include/tmacros.h: Added
426        fatal_directive_check_status_only().
427
4282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
431        2.52.
432        * configure.ac, support/configure.ac: New file, generated from
433        configure.in by autoupdate.
434        * configure.in, support/configure.in: Remove.
435
4362001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
439        handling.
440
4412001-08-16      Joel Sherrill <joel@OARcorp.com>
442
443        * support/include/tmacros.h: Attempt to print errno as further
444        information.
445
4462001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
449        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
450
4512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
452
453        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
454
4552001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
458        * support/Makefile.am: Remove stubdr, wrapup.
459        * support/stubdr/Makefile.am, support/stubdr/open.c,
460        support/stubdr/close.c, support/stubdr/init.c,
461        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
462        support/stubdr/.cvsignore, support/stubdr/read.c,
463        support/stubdr/write.c, support/wrapup/Makefile.am,
464        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
465
4662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
469        in ACLOCAL_AMFLAGS.
470
4712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
474        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
475        $(RTEMS_TOPdir)/aclocal.
476
4772000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
480        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
481
4822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
485        compile.am
486
4872000-08-10      Joel Sherrill <joel@OARcorp.com>
488
489        * ChangeLog, support/ChangeLog: New file.
490
Note: See TracBrowser for help on using the repository browser.