source: rtems/c/src/ChangeLog @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82002-02-28      Victor V. Vengerov <vvv@oktet.ru>
9
10        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
11        * configure.ac: Modified to reflect addition.
12
132002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
16        AC_CONFIG_COMMANDS.
17
182001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
21
222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
25        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
26        autoconf-2.52 happy.
27
282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
31        * configure.in: Remove.
32        * configure.ac: New file, generated from configure.in by autoupdate.
33
342001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
37
382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
41
422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
45
462000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.in: Switch to GNU-canonicalization.
49        * Makefile.am: Reflect changes to configure.in.
50        * acinclude.m4: Remove.
51
522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.in: add lib/libbsp to the GNU canonicalized
55        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
56        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
57        * ChangeLog: Fix typos.
58
592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.in: add tests to the GNU canonicalized subdirectories.
62
632000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
66
672000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.in: add lib to the GNU canonicalized subdirectories,
70        make the lib directory before configuring lib/.
71
722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in, Makefile.am: add exec to the GNU canonicalized
75        subdirectories.
76
772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
80
812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: add libnetworking, librpc and librdb to the GNU
84        canonicalized subdirectories.
85 
862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: add libmisc and libchip to the GNU canonicalized
89        subdirectories.
90
912000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
94        canonicalization to libfs/.
95        The approach is currently a bit of a hack as GNU canonicalization
96        does not support the per-BSP build some of the other directories
97        require.  As more of the tree is converted, this will become less
98        of an issue.
99
1002000-10-18      Joel Sherrill <joel@OARcorp.com>
101
102        * wrapup/Makefile.am: Added libfs.
103
1042000-10-18       Chris Johns <ccj@acm.org>
105
106        * libfs created.
107        * configure.in: Added libfs subdirectory.
108
1092000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
112        RTEMS_CANONICALIZE_TOOLS.
113
1142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Include compile.am.
117
1182000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.