source: rtems/c/src/ChangeLog @ 41fc78d

4.104.114.84.95
Last change on this file since 41fc78d was 41fc78d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/15/03 at 07:24:00

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

  • automake/compile.am: Remove LINK_LIBS (Unused).
  • configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
  • Property mode set to 100644
File size: 19.1 KB
Line 
12003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Remove LINK_LIBS (Unused).
4        * configure.ac: Reflect changes to RTEMS_CONFIG_SUBDIR.
5
62003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
9        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
10        * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR.
11        * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
12
132003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
16
172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
20        * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from
25        PRE/TMPINSTALL_FILES.
26
272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
30        * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
31        * automake/lib.am: Use mkdir_p instead of mkdir.
32        Remove $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
33        * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
34        Cleanups.
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
39
402003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
43        * automake/lib.am: Remove project_libdir.
44        * wrapup/Makefile.am: Reworked.
45
462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Reflect changes to librdbg.
49
502003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Cosmetics.
53        * automake/lib.am: Add project_libdir.
54        Add preinstallation dirstamp support.
55
562003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * automake/compile.am: Remove $(ARCH):-rule.
59
602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove lib/libbsp/shared/Makefile,
63        lib/libbsp/shmdr/Makefile.
64
652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove libchip/ide/Makefile, libchip/network/Makefile,
68        libchip/serial/Makefile, libchip/rtc/Makefile.
69
702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * support/Makefile.am: Remove all-local: $(ARCH).
73        * wrapup/Makefile.am: Remove all-local: $(ARCH).
74
752003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
78
792003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/lead-dot.m4: New (from automake-1.7f).
82        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
83        Add AC_SUBST(dirstamp).
84
852003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/bsp-arg-enable.m4, aclocal/canonical-target-name.m4,
88        aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4,
89        aclocal/check-posix.m4, aclocal/check-rdbg.m4,
90        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
91        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
92        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
93        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
94        aclocal/enable-rdbg.m4, aclocal/enable-rtemsbsp.m4,
95        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
96        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
97        aclocal/i386-gas-code16.m4, aclocal/multilib.m4,
98        aclocal/path-ksh.m4, aclocal/prog-cc.m4,
99        aclocal/prog-cxx.m4, aclocal/project-root.m4,
100        aclocal/rtems-top.m4, aclocal/target.m4,
101        aclocal/tool-paths.m4:
102        Fix underquoting to silence automake-1.8.
103
1042003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Reflect having moved tests to ../../testsuites.
107
1082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
111        Remove RTEMS_CANONICAL_HOST.
112
1132003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/canonical-host.m4: Remove.
116        * aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
117
1182003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Remove RTEMS_CANONICAL_HOST.
121
1222003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/check-cpu.m4: Remove.
125        * configure.ac: Merge-in former aclocal/check-cpu.m4.
126
1272003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/canonical-target-name.m4: Add m4-quotes.
130        * aclocal/check-cxx.m4: Add m4-quotes.
131        Don't require RTEMS_CHECK_CPU.
132        * aclocal/check-multiprocessing.m4: Add m4-quotes.
133        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
134        * aclocal/check-networking.m4: Add m4-quotes.
135        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
136        * aclocal/check-posix.m4: Add m4-quotes.
137        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
138        * aclocal/check-rdbg.m4: Add m4-quotes.
139        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
140
1412003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * aclocal/check-multiprocessing.m4: Remove RTEMS_BSP_ALIAS.
144        * aclocal/bsp-alias.m4: Remove.
145
1462003-10-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Make presence of tests/ optional.
149
1502003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/path-perl.m4: Remove (Unused).
153
1542003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * automake/force-preinstall.am: Remove.
157
1582003-09-04      Joel Sherrill <joel@OARcorp.com>
159
160        * lib/libcpu/shared/include/cache.h,
161        lib/libcpu/shared/src/cache_aligned_malloc.c,
162        lib/libcpu/shared/src/cache_manager.c, support/version.c: URL for
163        license changed.
164
1652003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/rtems-top.m4: Add RTEMS_API.
168        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
169
1702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * aclocal/check-itron.m4: Remove.
173        * aclocal/enable-inlines.m4: Remove.
174
1752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Reflect having moved aclocal/.
178
1792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
182        * aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
183        * aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
184        * aclocal/bspopts.m4: New (Copied from ../../aclocal).
185        * aclocal/canonical-host.m4: New (Copied from ../../aclocal).
186        * aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
187        * aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
188        * aclocal/check-cpu.m4: New (Copied from ../../aclocal).
189        * aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
190        * aclocal/check-cxx.m4: New (Copied from ../../aclocal).
191        * aclocal/check-itron.m4: New (Copied from ../../aclocal).
192        * aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
193        * aclocal/check-networking.m4: New (Copied from ../../aclocal).
194        * aclocal/check-posix.m4: New (Copied from ../../aclocal).
195        * aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
196        * aclocal/check-tool.m4: New (Copied from ../../aclocal).
197        * aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
198        * aclocal/enable-bare.m4: New (Copied from ../../aclocal).
199        * aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
200        * aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
201        * aclocal/enable-itron.m4: New (Copied from ../../aclocal).
202        * aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
203        * aclocal/enable-networking.m4: New (Copied from ../../aclocal).
204        * aclocal/enable-posix.m4: New (Copied from ../../aclocal).
205        * aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
206        * aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
207        * aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
208        * aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
209        * aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
210        * aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
211        * aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
212        * aclocal/multilib.m4: New (Copied from ../../aclocal).
213        * aclocal/path-ksh.m4: New (Copied from ../../aclocal).
214        * aclocal/path-perl.m4: New (Copied from ../../aclocal).
215        * aclocal/ppc.m4: New (Copied from ../../aclocal).
216        * aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
217        * aclocal/prog-cc.m4: New (Copied from ../../aclocal).
218        * aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
219        * aclocal/project-root.m4: New (Copied from ../../aclocal).
220        * aclocal/quoting.m4: New (Copied from ../../aclocal).
221        * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
222        * aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
223        * aclocal/rtems-top.m4: New (Copied from ../../aclocal).
224        * aclocal/target.m4: New (Copied from ../../aclocal).
225        * aclocal/tool-paths.m4: New (Copied from ../../aclocal).
226        * aclocal/version.m4: New (Copied from ../../aclocal).
227
2282003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove stray comments.
231        * automake/local.am, automake/host.am: Remove "debug".
232
2332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Reflect having moved automake/.
236        * lib/Makefile.am: Reflect having moved automake/.
237        * support/Makefile.am: Reflect having moved automake/.
238        * wrapup/Makefile.am: Reflect having moved automake/.
239
2402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * automake/compile.am, automake/force-preinstall.am,
243        automake/host.am, automake/lib.am, automake/local.am,
244        automake/subdirs.am: New (copied from ../../automake).
245
2462003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Add bsp.pc.in
249        * bsp.pc.in: New (pkgconfig support).
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
254
2552003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * lib/Makefile.am: New (Required by 'make dist').
258        * lib/ChangeLog: Remove.
259        * lib/.cvsignore: Cleanup.
260        * configure.ac: Reflect having added lib/Makefile.am.
261
2622003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Merge-in lib/libcpu/configure.ac.
265        Merge-in lib/libbsp/configure.ac.
266
2672003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.
270
2712003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Merge-in librdbg/configure.ac.
274
2752003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Merge-in libnetworking/configure.ac.
278        Merge-in parts of librdbg/configure.ac.
279
2802003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Merge-in libchip/configure.ac.
283        Merge-in optman/configure.ac.
284
2852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * support/version.c: Reflect having remove "rtems-" from
288        RTEMS_VERSION.
289
2902003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove support for profile-variant.
293
2942003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Add libide.a.
297
2982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Remove AC_CONFIG_AUX_DIR.
301
3022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Add support/.
305        * support/.cvsignore: New.
306        * support/Makefile.am: New.
307        * support/version.c: New.
308        * wrapup/Makefile.am: Add support/libsupport.a.
309
3102003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Use SRC += instead of make-vars.
313
3142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
317
3182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: AC_PREREQ(2.57).
321
3222003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325
3262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
329        Let all-local: depend on $(LIB).
330
3312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Remove libmisc.
334
3352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Remove libmisc.
338
3392002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
342        Resort cache-checking.
343
3442002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
347
3482002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
351        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
352        ac_configure_args.
353
3542002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
357        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
358
3592002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
362        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
363        Fix braino in comment on "exec".
364        Extend --enable-ada handling.
365
3662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * .cvsignore: Reformat.
369        Add autom4te*cache.
370        Remove autom4te.cache.
371        * wrapup/.cvsignore: Remove autom4te.cache.
372
3732002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
376
3772002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Add ada-tests.
380
3812002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Add preinstall-stamp.
384
3852002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        Posix-BSP-Hacks:
388        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
389        Pass RTEMS_HOST to make/bsp.mak
390        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
391        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
392
3932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
396
3972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Add BSP_SUBDIRS.
400        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
401
4022002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
405        Cosmetic cleanups.
406
4072002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
410        ../libchip/serial/$(ARCH)/libserialio.a.
411
4122002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Add rtems_makedir.
415
4162002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Merge wrapup/configure.ac.
419        Cosmetic cleanups.
420        * Makefile.am: Add wrapup-SUBDIR.
421        * wrapup/ChangeLog: Remove.
422        * wrapup/configure.ac: Remove.
423
4242002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
427        creation (Make the bare BSP happy).
428        * configure.ac: Ditto.
429
4302002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Create make/@RTEMS_BSP@.cache.
433        Handle make/custom/*.cfgs.
434        Create make/custom/default.cfg.
435        * configure.ac: Add creation of make/custon/*.cfg.
436        Create make/${RTEMS_BSP}.cache.
437        Read make/${RTEMS_BSP}.cache
438
4392002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Clean $(PROJECT_RELEASE).
442
4432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * acinclude.m4: Add test "$multilib" != "yes".
446        * config-ml.in: Remove.
447
4482002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * acinclude.m4: Cleanups.
451        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
452        ${srcdir}/exec/.
453        Further adaptations to autoconf >= 2.50.
454
4552002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * acinclude.m4: New.
458        * Makefile.am: Remove tar-installation.
459        Prepend @exec@ to SUBDIRS.
460        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
461        Add RTEMS_ENABLE_MULTIPROCESSING.
462        Add RTEMS_CONFIG_SUBDIR([exec]...).
463
4642002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: Remove librpc.
467
4682002-06-25      Joel Sherrill <joel@OARcorp.com>
469
470        * Per PR233, moved librpc to exec.
471        * configure.ac, wrapup/Makefile.am: Modified.
472        * librpc, librpc/ChangeLog: Removed.
473
4742002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
477
4782002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Remove lib.
481
4822002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * config-ml.in: Take out arm and sh variants RTEMS does not support.
485
4862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac:
489        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
490        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
491        * Makefile.am: Remove AUTOMAKE_OPTIONS.
492
4932002-02-28      Victor V. Vengerov <vvv@oktet.ru>
494
495        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
496        * configure.ac: Modified to reflect addition.
497
4982002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
501        AC_CONFIG_COMMANDS.
502
5032001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
506
5072001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
510        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
511        autoconf-2.52 happy.
512
5132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
516        * configure.in: Remove.
517        * configure.ac: New file, generated from configure.in by autoupdate.
518
5192001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
522
5232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
526
5272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
530
5312000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.in: Switch to GNU-canonicalization.
534        * Makefile.am: Reflect changes to configure.in.
535        * acinclude.m4: Remove.
536
5372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.in: add lib/libbsp to the GNU canonicalized
540        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
541        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
542        * ChangeLog: Fix typos.
543
5442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.in: add tests to the GNU canonicalized subdirectories.
547
5482000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
551
5522000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.in: add lib to the GNU canonicalized subdirectories,
555        make the lib directory before configuring lib/.
556
5572000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.in, Makefile.am: add exec to the GNU canonicalized
560        subdirectories.
561
5622000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
565
5662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.in: add libnetworking, librpc and librdb to the GNU
569        canonicalized subdirectories.
570 
5712000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * configure.in: add libmisc and libchip to the GNU canonicalized
574        subdirectories.
575
5762000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
579        canonicalization to libfs/.
580        The approach is currently a bit of a hack as GNU canonicalization
581        does not support the per-BSP build some of the other directories
582        require.  As more of the tree is converted, this will become less
583        of an issue.
584
5852000-10-18      Joel Sherrill <joel@OARcorp.com>
586
587        * wrapup/Makefile.am: Added libfs.
588
5892000-10-18       Chris Johns <ccj@acm.org>
590
591        * libfs created.
592        * configure.in: Added libfs subdirectory.
593
5942000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
597        RTEMS_CANONICALIZE_TOOLS.
598
5992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * wrapup/Makefile.am: Include compile.am.
602
6032000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
606
6072000-08-10      Joel Sherrill <joel@OARcorp.com>
608
609        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.