source: rtems/c/src/ChangeLog @ e90cff96

4.104.114.84.95
Last change on this file since e90cff96 was e90cff96, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/14/03 at 23:00:58

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

  • automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
  • Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
6        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
7
82003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
15        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from
20        PRE/TMPINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
25        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
26        * automake/lib.am: Use mkdir_p instead of mkdir.
27        Remove $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
28        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
29        Cleanups.
30
312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
34
352003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
38        * automake/lib.am: Remove project_libdir.
39        * wrapup/Makefile.am: Reworked.
40
412003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Reflect changes to librdbg.
44
452003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Cosmetics.
48        * automake/lib.am: Add project_libdir.
49        Add preinstallation dirstamp support.
50
512003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * automake/compile.am: Remove $(ARCH):-rule.
54
552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove lib/libbsp/shared/Makefile,
58        lib/libbsp/shmdr/Makefile.
59
602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
63        libchip/serial/Makefile, libchip/rtc/Makefile.
64
652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * support/Makefile.am: Remove all-local: $(ARCH).
68        * wrapup/Makefile.am: Remove all-local: $(ARCH).
69
702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
73
742003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * aclocal/lead-dot.m4: New (from automake-1.7f).
77        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
78        Add AC_SUBST(dirstamp).
79
802003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
83        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
84        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
85        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
86        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
87        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
88        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
89        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
90        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
91        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
92        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
93        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
94        aclocal/prog-cxx.m4, aclocal/project-root.m4,
95        aclocal/rtems-top.m4, aclocal/target.m4,
96        aclocal/tool-paths.m4:
97        Fix underquoting to silence automake-1.8.
98
992003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Reflect having moved tests to ../../testsuites.
102
1032003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
106        Remove RTEMS_CANONICAL_HOST.
107
1082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/canonical-host.m4: Remove.
111        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
112
1132003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove RTEMS_CANONICAL_HOST.
116
1172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * aclocal/check-cpu.m4: Remove.
120        * configure.ac: Merge-in former aclocal/check-cpu.m4.
121
1222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/canonical-target-name.m4: Add m4-quotes.
125        * aclocal/check-cxx.m4: Add m4-quotes.
126        Don't require RTEMS_CHECK_CPU.
127        * aclocal/check-multiprocessing.m4: Add m4-quotes.
128        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
129        * aclocal/check-networking.m4: Add m4-quotes.
130        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
131        * aclocal/check-posix.m4: Add m4-quotes.
132        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
133        * aclocal/check-rdbg.m4: Add m4-quotes.
134        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
135
1362003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
139        * aclocal/bsp-alias.m4: Remove.
140
1412003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Make presence of tests/ optional.
144
1452003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/path-perl.m4: Remove (Unused).
148
1492003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * automake/force-preinstall.am: Remove.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        * lib/libcpu/shared/include/cache.h,
156        lib/libcpu/shared/src/cache_aligned_malloc.c,
157        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
158        license changed.
159
1602003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * aclocal/rtems-top.m4: Add RTEMS_API.
163        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
164
1652003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/check-itron.m4: Remove.
168        * aclocal/enable-inlines.m4: Remove.
169
1702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved aclocal/.
173
1742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
177        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
178        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
179        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
180        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
181        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
182        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
183        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
184        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
185        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
186        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
187        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
188        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
189        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
190        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
191        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
192        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
193        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
194        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
195        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
196        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
197        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
198        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
199        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
200        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
201        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
202        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
203        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
204        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
205        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
206        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
207        * aclocal/multilib.m4: New (Copied from ../../aclocal).
208        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
209        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
210        * aclocal/ppc.m4: New (Copied from ../../aclocal).
211        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
212        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
213        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
214        * aclocal/project-root.m4: New (Copied from ../../aclocal).
215        * aclocal/quoting.m4: New (Copied from ../../aclocal).
216        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
217        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
218        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
219        * aclocal/target.m4: New (Copied from ../../aclocal).
220        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
221        * aclocal/version.m4: New (Copied from ../../aclocal).
222
2232003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove stray comments.
226        * automake/local.am, automake/host.am: Remove "debug".
227
2282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Reflect having moved automake/.
231        * lib/Makefile.am: Reflect having moved automake/.
232        * support/Makefile.am: Reflect having moved automake/.
233        * wrapup/Makefile.am: Reflect having moved automake/.
234
2352003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * automake/compile.am, automake/force-preinstall.am,
238        automake/host.am, automake/lib.am, automake/local.am,
239        automake/subdirs.am: New (copied from ../../automake).
240
2412003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Add bsp.pc.in
244        * bsp.pc.in: New (pkgconfig support).
245
2462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
249
2502003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * lib/Makefile.am: New (Required by 'make dist').
253        * lib/ChangeLog: Remove.
254        * lib/.cvsignore: Cleanup.
255        * configure.ac: Reflect having added lib/Makefile.am.
256
2572003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Merge-in lib/libcpu/configure.ac.
260        Merge-in lib/libbsp/configure.ac.
261
2622003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
265
2662003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Merge-in librdbg/configure.ac.
269
2702003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Merge-in libnetworking/configure.ac.
273        Merge-in parts of librdbg/configure.ac.
274
2752003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Merge-in libchip/configure.ac.
278        Merge-in optman/configure.ac.
279
2802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * support/version.c: Reflect having remove "rtems-" from
283        RTEMS_VERSION.
284
2852003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Remove support for profile-variant.
288
2892003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Add libide.a.
292
2932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove AC_CONFIG_AUX_DIR.
296
2972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Add support/.
300        * support/.cvsignore: New.
301        * support/Makefile.am: New.
302        * support/version.c: New.
303        * wrapup/Makefile.am: Add support/libsupport.a.
304
3052003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * wrapup/Makefile.am: Use SRC += instead of make-vars.
308
3092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
312
3132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: AC_PREREQ(2.57).
316
3172003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
324        Let all-local: depend on $(LIB).
325
3262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Remove libmisc.
329
3302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Remove libmisc.
333
3342002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
337        Resort cache-checking.
338
3392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
342
3432002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
346        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
347        ac_configure_args.
348
3492002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
352        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
353
3542002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
357        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
358        Fix braino in comment on "exec".
359        Extend --enable-ada handling.
360
3612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * .cvsignore: Reformat.
364        Add autom4te*cache.
365        Remove autom4te.cache.
366        * wrapup/.cvsignore: Remove autom4te.cache.
367
3682002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
371
3722002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Add ada-tests.
375
3762002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Add preinstall-stamp.
379
3802002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        Posix-BSP-Hacks:
383        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
384        Pass RTEMS_HOST to make/bsp.mak
385        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
386        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
387
3882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
391
3922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Add BSP_SUBDIRS.
395        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
396
3972002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
400        Cosmetic cleanups.
401
4022002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
405        ../libchip/serial/$(ARCH)/libserialio.a.
406
4072002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Add rtems_makedir.
410
4112002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Merge wrapup/configure.ac.
414        Cosmetic cleanups.
415        * Makefile.am: Add wrapup-SUBDIR.
416        * wrapup/ChangeLog: Remove.
417        * wrapup/configure.ac: Remove.
418
4192002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
422        creation (Make the bare BSP happy).
423        * configure.ac: Ditto.
424
4252002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Create make/@RTEMS_BSP@.cache.
428        Handle make/custom/*.cfgs.
429        Create make/custom/default.cfg.
430        * configure.ac: Add creation of make/custon/*.cfg.
431        Create make/${RTEMS_BSP}.cache.
432        Read make/${RTEMS_BSP}.cache
433
4342002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Clean $(PROJECT_RELEASE).
437
4382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * acinclude.m4: Add test "$multilib" != "yes".
441        * config-ml.in: Remove.
442
4432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * acinclude.m4: Cleanups.
446        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
447        ${srcdir}/exec/.
448        Further adaptations to autoconf >= 2.50.
449
4502002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * acinclude.m4: New.
453        * Makefile.am: Remove tar-installation.
454        Prepend @exec@ to SUBDIRS.
455        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
456        Add RTEMS_ENABLE_MULTIPROCESSING.
457        Add RTEMS_CONFIG_SUBDIR([exec]...).
458
4592002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac: Remove librpc.
462
4632002-06-25      Joel Sherrill <joel@OARcorp.com>
464
465        * Per PR233, moved librpc to exec.
466        * configure.ac, wrapup/Makefile.am: Modified.
467        * librpc, librpc/ChangeLog: Removed.
468
4692002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
472
4732002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Remove lib.
476
4772002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * config-ml.in: Take out arm and sh variants RTEMS does not support.
480
4812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac:
484        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
485        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
486        * Makefile.am: Remove AUTOMAKE_OPTIONS.
487
4882002-02-28      Victor V. Vengerov <vvv@oktet.ru>
489
490        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
491        * configure.ac: Modified to reflect addition.
492
4932002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
496        AC_CONFIG_COMMANDS.
497
4982001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
501
5022001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
505        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
506        autoconf-2.52 happy.
507
5082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
511        * configure.in: Remove.
512        * configure.ac: New file, generated from configure.in by autoupdate.
513
5142001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
517
5182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
521
5222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
525
5262000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.in: Switch to GNU-canonicalization.
529        * Makefile.am: Reflect changes to configure.in.
530        * acinclude.m4: Remove.
531
5322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.in: add lib/libbsp to the GNU canonicalized
535        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
536        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
537        * ChangeLog: Fix typos.
538
5392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in: add tests to the GNU canonicalized subdirectories.
542
5432000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
546
5472000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.in: add lib to the GNU canonicalized subdirectories,
550        make the lib directory before configuring lib/.
551
5522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.in, Makefile.am: add exec to the GNU canonicalized
555        subdirectories.
556
5572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
560
5612000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * configure.in: add libnetworking, librpc and librdb to the GNU
564        canonicalized subdirectories.
565 
5662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.in: add libmisc and libchip to the GNU canonicalized
569        subdirectories.
570
5712000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
574        canonicalization to libfs/.
575        The approach is currently a bit of a hack as GNU canonicalization
576        does not support the per-BSP build some of the other directories
577        require.  As more of the tree is converted, this will become less
578        of an issue.
579
5802000-10-18      Joel Sherrill <joel@OARcorp.com>
581
582        * wrapup/Makefile.am: Added libfs.
583
5842000-10-18       Chris Johns <ccj@acm.org>
585
586        * libfs created.
587        * configure.in: Added libfs subdirectory.
588
5892000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
592        RTEMS_CANONICALIZE_TOOLS.
593
5942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * wrapup/Makefile.am: Include compile.am.
597
5982000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
601
6022000-08-10      Joel Sherrill <joel@OARcorp.com>
603
604        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.