source: rtems/ChangeLog @ cfc06a7

Last change on this file since cfc06a7 was cfc06a7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/03 at 15:26:42

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

  • aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
  • Property mode set to 100644
File size: 31.8 KB
Line 
12003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
4
52003-02-11      Joel Sherrill <joel@OARcorp.com>
6
7        * VERSION: Updated to rtems-4.6.0pre1.
8
92003-02-11      Joel Sherrill <joel@OARcorp.com>
10
11        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * bootstrap: Remove attempts to detect autoconf and automake using
16        "which" (PR 325).
17
182003-02-06      Joel Sherrill <joel@OARcorp.com>
19
20        * README.configure: Updated to reflect new BSPs and deprecated
21        targets.
22
232003-01-28      Joel Sherrill <joel@OARcorp.com>
24
25        * VERSION: Updated to rtems-ss-20030128.
26
272003-01-28      Joel Sherrill <joel@OARcorp.com>
28
29        * aclocal/version.m4: Updated to rtems-ss-20030128.
30
312003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
34        Remove CLOBBER_DEPEND (Unused).
35
362003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * automake/local.am: Remove distclean-local.
39
402001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
43        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
44
452002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
48        Rework RTEMS_PROG_CXX_FOR_TARGET.
49
502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
53
542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
57
582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
61
622002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * bootstrap: Require autoconf 2.54 or 2.57.
65        Require automake-1.7.2.
66
672002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
70        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
71        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
72
732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
76
772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * automake/compile.am: Remove hard-coded *_PROFILE_V.
80        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
81        CFLAGS_PROFILE_V.
82        Remove CPPFLAGS_GCC.
83
842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
87        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
88        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
89        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
90
912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/rtems-flags.m4: New.
94
952002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * bootstrap: Allow autoconf-2.57.
98
992002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * aclocal/prog-cc.m4: Remove GCCSED.
102
1032002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
106        Remove LDFLAGS.
107        Add CCAS, CCASCOMPILE.
108        Remove compilation rules for *.cpp, *.cxx, *.C.
109        Use CCASCOMPILE to compile *.S.
110        Add -pg to RTEMS_CFLAGS_PROFILE_V.
111
1122002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove c/make.
115
1162002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/prog-ccas.m4: New.
119        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
120        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
121        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
122
1232002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * acinclude.m4: Conditionally append --target=.
126
1272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
130
1312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * automake/compile.am: Remove LD_PATHS (Unused).
134        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
135        is announced obsolete).
136
1372002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
140
1412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * aclocal/sysv-ipc.m4: Remove (Unused).
144        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
145
1462002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * acinclude.m4: Lots of changes addressing PR 312.
149
1502002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
153        to PR 312).
154
1552002-11-18      Joel Sherrill <joel@OARcorp.com>
156
157        * VERSION: Updated to rtems-ss-20021118.
158
1592002-11-18      Joel Sherrill <joel@OARcorp.com>
160
161        * aclocal/version.m4: Updated to rtems-ss-20021118.
162
1632002-11-17      Joel Sherrill <joel@OARcorp.com>
164
165        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
166        Motorola MTX603e.
167
1682002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
171
1722002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
175        * configure.ac: Ditto.
176
1772002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
180        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
181        Support @CFLAGS@, @CXXFLAGS@.
182
1832002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * bootstrap: Allow autoconf-2.56.
186
1872002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
190        Fix stupid typo (continue/configure).
191        * aclocal/prog-cc.m4: Remove obsolete comments.
192        Acknowledge CFLAGS.
193
1942002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
197        end of the args passed to sub-configure-scripts. (Reported by
198        Wulf Hofbauer <wh73@cornell.edu>)
199
2002002-11-12      Joel Sherrill <joel@OARcorp.com>
201
202        * configure.ac: Remove make/compilers/Makefile.
203
2042002-11-11      Joel Sherrill <joel@OARcorp.com>
205
206        * VERSION: Updated to rtems-ss-20021111.
207
2082002-11-11      Joel Sherrill <joel@OARcorp.com>
209
210        * aclocal/version.m4: Updated to rtems-ss-20021111.
211
2122002-11-11      Joel Sherrill <joel@OARcorp.com>
213
214        * VERSION: Updated to rtems-ss-20021111.
215
2162002-11-11      Joel Sherrill <joel@OARcorp.com>
217
218        * aclocal/version.m4: Updated to rtems-ss-20021111.
219
2202002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * automake/compile.am: Remove rel rule.
223
2242002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
227
2282002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove make/Templates/Makefile.
231        * README.configure: Minor massaging.
232
2332002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        Further preparations for autoconf > 2.52:
236        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
237        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
238        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
239
2402002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * acinclude.m4: Adapations to autoconf > 2.52.
243
2442002-11-01      Joel Sherrill <joel@OARcorp.com>
245
246        * ChangeLog: Corrected.
247
2482002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * bootstrap: Add generate_bspdir_acinclude to automatically update
251        c/src/lib/libbsp/<cpu>/acinclude.m4.
252        Use #! /bin/sh instead of #!/bin/sh.
253        Remove autom4te*.cache during ./bootstrap --clean.
254
2552002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
258        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
259        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
260        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
261        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
262        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
263        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
264        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
265        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
266        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
267        (autoconf > 2.54 seems to have problems with the old form of
268        quoting).
269
2702002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
273        (autoconf > 2.54 complains about).
274
2752002-10-21      Joel Sherrill <joel@OARcorp.com>
276
277        * VERSION: Updated to rtems-20021021-test.
278
2792002-10-21      Joel Sherrill <joel@OARcorp.com>
280
281        * aclocal/version.m4: Updated to rtems-20021021-test.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
292
2932002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
296        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
297
2982002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * bootstrap: Add autoconf/automake version checks by popular demand.
301        [FWIW: I dislike this.]
302
3032002-10-07      Joel Sherrill <joel@OARcorp.com>
304
305        * VERSION: Updated to rtems-ss-20021007.
306
3072002-10-07      Joel Sherrill <joel@OARcorp.com>
308
309        * aclocal/version.m4: Updated to rtems-ss-20021007.
310
3112002-10-04      Joel Sherrill <joel@OARcorp.com>
312
313        * VERSION: Updated to rtems-JUNK.
314
3152002-10-04      Joel Sherrill <joel@OARcorp.com>
316
317        * aclocal/version.m4: Updated to rtems-JUNK.
318
3192002-10-04      Joel Sherrill <joel@OARcorp.com>
320
321        * VERSION: Updated to rtems-ss-20021004.
322
3232002-10-04      Joel Sherrill <joel@OARcorp.com>
324
325        * aclocal/version.m4: Updated to rtems-ss-20021004.
326
3272002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
330        autoconf-2.53 PACKAGE crap.
331
3322002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/prog-gnat.m4: New.
335
3362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/bsp-configure.m4: Fix small typo in comment.
339
3402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
343
3442002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
347        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
348        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
349
3502002-08-07      Joel Sherrill <joel@OARcorp.com>
351
352        * aclocal/version.m4: Updated to rtems-ss-20020807.
353
3542002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
357
3582002-07-31      Joel Sherrill <joel@OARcorp.com>
359
360        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
361        was just a stub and only the OR32 port is getting worked on.
362
3632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * aclocal/subdirs.m4: Remove.
366        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
367
3682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
371        exec/score/cpu.
372
3732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
376        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
377        compilation rules (Work-around to an automake bug).
378        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
379        make-library.
380
3812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Activate cpukit. Remove references to c/src/exec.
384
3852002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
388
3892002-07-17      Joel Sherrill <joel@OARcorp.com>
390
391        * aclocal/version.m4: Updated to rtems-ss-20020717.
392
3932002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * config-ml.in: Imported from gcc-3.1.
396        Change to match c/src/config-ml.in.
397
3982002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/check-multiprocessing.m4: Reworked.
401        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
402
4032002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * automake/multilib.am: Remove.
406        * Makefile.am: Reflect change above.
407
4082002-06-28      Joel Sherrill <joel@OARcorp.com>
409
410        * aclocal/version.m4: Updated to rtems-ss-20020628.
411
4122002-06-27      Joel Sherrill <joel@OARcorp.com>
413
414        * tools/Makefile.am: Build the cpu dependent tools as well.
415
4162002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/env-rtemscpu.m4: Remove.
419        * aclocal/multi.m4: Remove.
420        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
421
4222002-05-28      Joel Sherrill <joel@OARcorp.com>
423
424        * aclocal/version.m4: Updated to rtems-ss-20020528.
425
4262002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * aclocal/prog-cc.m4: Remove GCC272 support.
429        Remove ENABLE_LIBCDIR.
430        * aclocal/prog-cxx.m4: Ditto.
431        * aclocal/enable-gcc28.m4: Remove.
432        * aclocal/enable-libcdir.m4: Ditto.
433
4342002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
437        ENABLE_GCC28.
438
4392002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * automake/compile.am: Remove GCC272 support.
442        Remove *.sh rule (unused).
443        * configure.ac: Remove ENABLE_GCC28.
444        Remove ENABLE_LIBCDIR.
445
4462002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore: Added mdate-sh and texinfo.tex.
449
4502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/version.m4: New file.
453        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
454        aclocal/version.m4.
455        * bootstrap: Use aclocal/version.m4 instead of VERSION.
456        * configure.ac: Use aclocal/version.m4 instead of VERSION.
457
4582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:
461        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
462        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
463        * Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
465
4662002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
469        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
470
4712002-03-08      Joel Sherrill <joel@OARcorp.com>
472
473        * VERSION: Updated to rtems-mg5-20020808.
474
4752002-03-01      Joel Sherrill <joel@OARcorp.com>
476
477        * VERSION: Updated to rtems-ss-20020301.
478
4792002-02-15      Joel Sherrill <joel@OARcorp.com>
480
481        * VERSION: Updated to rtems-ss-20020215.
482
4832002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/subdirs.m4: Propagate the current $prefix to the
486        sub-configures.
487
4882002-02-05      Joel Sherrill <joel@OARcorp.com>
489
490        * VERSION: Updated to rtems-ss-20020205.
491
4922002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
495        compatibility.
496        * bootstrap: Let --clean remove texinfo.tex.
497
4982002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
501
5022002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: Add --enable-docs support. Add
505        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
506        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
507        hard-coded SUBDIRS.
508        * README.configure: Added a bit of information on this new option.
509
5102002-01-18      Joel Sherrill <joel@OARcorp.com>
511
512        * VERSION: Updated to rtems-ss-20020118.
513
5142002-01-18      Joel Sherrill <joel@OARcorp.com>
515
516        * VERSION: Updated to rtems-20020118.
517
5182002-01-17      Joel Sherrill <joel@OARcorp.com>
519
520        * VERSION: Updated to rtems-ss-20020717.
521
5222002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
525        check upon host_alias != build_alias.
526
5272002-01-07      Joel Sherrill <joel@OARcorp.com>
528
529        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
530        last line to eliminate 100's of warnings.
531
5322002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/check-newlib.m4: Apply AS_IF.
535        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
536        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
537        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
538        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
539        changes.
540        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
541        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
542        * automake/compile.am: Remove librtemsall from LINK_FILES.
543
5442001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
547        * aclocal/subdirs.m4: New file.
548        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
549        modifications.
550        * aclocal/check-posix.m4: Apply AS_IF.
551        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
552        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
553        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
554        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
555        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
556        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
557        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
558        OUTPUT_COMMANDS.
559        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
560        * aclocal/rtems-debug.m4: Minor cleanups.
561        * aclocal/rtems-top.m4: Minor cleanups.
562        * automake/compile.am: Further steps towards automake's rules.
563
5642001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
567        * automake/lib.am: Add MULTISUBDIR.
568
5692001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * bootstrap: Run autoheader when configure.ac contains
572        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
573
5742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * aclocal/bsp-configure.m4: New file.
577        * Makefile.am: Add aclocal/bsp-configure.m4.
578
5792001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: Add automake/force-preinstall.am,
582        aclocal/ppc.am, remove ACLOCAL_M4.
583
5842001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * aclocal/bsp-alias.m4: Remove score603e_g1.
587        * aclocal/check-bsps.m4: Remove score603e_g1.
588        * aclocal/prog-cc.m4: Apply m4_if.
589
590
5912001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * automake/force-preinstall.am: New file.
594        * aclocal/ppc.m4: New file.
595
5962001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * aclocal/check-bsps.m4: Reworked.
599        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
600
6012001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * aclocal/bspopts.m4: New file.
604
6052001-11-13      Joel Sherrill <joel@OARcorp.com>
606
607        * COPYING: Test of $Id$ -> $RTEMS$.
608
6092001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
610
611        This modification is part of the submitted modifications necessary to
612        support the IBM PPC405 family.  This submission was reviewed by
613        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
614        not negatively impact the ppc403 BSPs.  The submission and tracking
615        process was captured as PR50.
616        * README.configure: Added gen405 BSP.
617
6182001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Adopt more automake rules:
621        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
622        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
623        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
624        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
625        CXXLINK_APP in make-cxx-exe.
626        * automake/lib.am: Add ARFLAGS.
627
6282001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
631        config.cache's which prevented powerpc targets librdbg from building.
632
6332001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
636        add 2nd arg to _RTEMS_CPU_SUBDIR.
637        * aclocal/target.m4: Replace ac_configure_args with
638        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
639        * Makefile.am: Require automake-1.5.
640
6412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
644        * configure.in: Remove.
645        * configure.ac: New file, generated from configure.in by autoupdate.
646
6472001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * aclocal/rtems-cpu-subdirs.m4: New file.
650
6512001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * automake/compile.am: Fundamentally reworked compilation rules for
654        closer adaptation to automake's behavior.
655
6562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * automake/lib.am: Comment out LD.
659        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
660        automake/leaf.am to AUTOMAKE_FILES.
661
6622001-09-27      Joel Sherrill <joel@OARcorp.com>
663
664        * config.guess: No longer in CVS since installed by bootstrap.
665
6662001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * bootstrap: remove/add automake added files.
669        * .cvsignore: reflect changes to bootstrap.
670
6712001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * automake/leaf.am: New file.
674
6752001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
678        of AC_CANONICAL_SYSTEM.
679        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
680        mkinstalldirs and mkdir.
681        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
682        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
683        _RTEMS_OUTPUT_BUILD_SUBDIRS.
684       
6852001-09-13      Joel Sherrill <joel@OARcorp.com>
686
687        * missing: Updated to latest version.
688
6892001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * configure.in: autoupdate to autoconf-2.52.
692        * bootstrap: Add handling for configure.ac, make autoheader verbose,
693        fix auto*tool invocation order.
694        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
695        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
696        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
697        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
698        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
699        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
700        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
701        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
702        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
703        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
704        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
705        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
706        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
707        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
708        RTEMS_CONFIG_PER_BSP conditional.
709        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
710        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
711        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
712
7132001-05-25      Joel Sherrill <joel@OARcorp.com>
714
715        * README.configure: Corrected the name of the MRM332 BSP.
716        Strengthened the distinction between what the target
717        and the BSP each select.  Added more targets to list.
718
7192001-05-25      Joel Sherrill <joel@OARcorp.com>
720
721        * README.configure: Updated the list of BSPs.
722
7232001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
726        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
727        Add support for DOS-drive-letters.
728
7292001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
732        RTEMS_PROG_CC_FOR_TARGET.
733
7342001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * README.cdn-X: Update.
737        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
738        @CPPFLAGS@ to CPPFLAGS.
739
7402001-04-20      Eric Valette <valette@crf.canon.fr>
741
742        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
743        BSPs support the new exception processing model and
744        consequently, librdbg.
745
7462001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.in: Reworked for Canadian Cross support.
749        * Makefile.am: Reflect changes to configure.in.
750        * config.guess, config.sub: Update from subversions.gnu.org.
751        * README.cdn-X: New file.
752        * tools/Makefile.am: Remove build, tools from SUBDIRS.
753
7542001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
757        TARGET_CONFIG_SUBDIRS.
758        * aclocal/enable-bsp.m4: fix quoting.
759        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
760
7612001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * aclocal/config-subdirs.m4: New file.
764        * aclocal/target.m4: Use macros from config-subdirs.m4.
765
7662001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
769        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
770
7712001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * configure.in: Fix AM_INIT_AUTOMAKE.
774        * aclocal/bsp-arg-enable.m4: Extend comments.
775        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
776        the default clause.
777
7782001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
781        RTEMS_ENV_RTEMSCPU.
782        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
783        special treatment for GCC_SPECS.
784        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
785        special treatment for GCC_SPECS.
786        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
787        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
788        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
789        instead of $(shell ..) for LIBC_LIB*.
790
7912001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
794        simsh7045.
795
7962001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
797
798        * automake/compile.am: Add LD.
799
8002000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * config.guess, config.sub: Update from CVS-autoconf to pick
803        up new features (e.g. CC_FOR_BUILD in config.guess) but is
804        necessary anyway to use autoconf-versions > 2.13.
805
8062000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
809        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
810        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
811        help string.
812        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
813
8142000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
815
816        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
817        Modified to reflect addition of LEON BSPs as well as the
818        no-FP ERC32 variant.
819
8202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
823        standard).
824        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
825        standard).
826        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
827        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
828        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
829        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
830
8312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
834        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
835        $host instead of $target (BUG-FIX).
836        * configure.in: Use $target and $host instead of $target_alias and
837        $host_alias (autoconf-2.49b).
838        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
839        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
840
841        NOTES:
842        * autoconf-2.49b depredicates using changequotes.
843        * The changes to configure.in are due to cleanups in
844        autoconf-2.49b's implemention of canonicalization. With
845        autoconf-2.1x it wasn't always clear, when to use $xxx or
846        $xxx_alias. Now this is clear.
847
8482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
851
8522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
855        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
856        with an RTEMS specific but more restrictive autoconf macro.
857
8582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
859
860        * automake/lib.am: Add LD.
861
8622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
865        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
866
8672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868 
869        * aclocal/*: Replace with contents of macros/*.m4
870        * macros/: Remove.
871        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
872        * Makefile.am: Reflect changes to aclocal/ and macros/.
873
8742000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * configure.in: New, Cygnus/GNU style configuration.
877        * Makefile.am: Add macros/, reflect new configure.in,
878        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
879        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
880        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
881        * macros/tool-prefix.m4: Remove.
882        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
883        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
884        RTEMS_ROOT.
885        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
886        * macros/multilib.m4: Various minor fixes.
887        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
888        PROJECT_ROOT, RTEMS_ROOT.
889        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
890        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
891
8922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * automake/multilib.am: New file.
895        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
896        the automake/ directory.
897
8982000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
899
900        * macros/enable-hwapi.m4: Removed.
901        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
902        A small cleanup step towards gnu-canonicalization.
903
9042000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * macros: New directory.
907        * macros/bsp-alias.m4: new file.
908        * macros/canonical-host.m4: new file.
909        * macros/canonical-target-name.m4: new file.
910        * macros/canonicalize-tools.m4: new file.
911        * macros/check-bsp-cache.m4: new file.
912        * macros/check-bsps.m4: new file.
913        * macros/check-cpu.m4: new file.
914        * macros/rtems-debug.m4: new file.
915        * macros/check-cxx.m4: new file.
916        * macros/check-itron.m4: new file.
917        * macros/check-multiprocessing.m4: new file.
918        * macros/check-networking.m4: new file.
919        * macros/check-newlib.m4: new file.
920        * macros/check-posix.m4: new file.
921        * macros/check-rdbg.m4: new file.
922        * macros/enable-bare.m4: new file.
923        * macros/enable-cxx.m4: new file.
924        * macros/enable-gcc28.m4: new file.
925        * macros/enable-inlines.m4: new file.
926        * macros/enable-itron.m4: new file.
927        * macros/enable-libcdir.m4: new file.
928        * macros/enable-multiprocessing.m4: new file.
929        * macros/enable-networking.m4: new file.
930        * macros/enable-posix.m4: new file.
931        * macros/enable-rdbg.m4: new file.
932        * macros/enable-rtemsbsp.m4: new file.
933        * macros/enable-tests.m4: new file.
934        * macros/gcc-pipe.m4: new file.
935        * macros/gcc-specs.m4: new file.
936        * macros/i386-gas-code16.m4: new file.
937        * macros/path-ksh.m4: new file.
938        * macros/path-perl.m4: new file.
939        * macros/prog-cc.m4: new file.
940        * macros/prog-cxx.m4: new file.
941        * macros/project-root.m4: new file.
942        * macros/rtems-top.m4: new file.
943        * macros/sysv-ipc.m4: new file.
944        * macros/target.m4: new file.
945        * macros/rtems-test-no-pause.m4: new file.
946        * macros/multilib.m4: new file.
947        * macros/tool-paths.m4: new file.
948        * macros/tool-prefix.m4: new file.
949
9502000-09-14      Joel Sherrill <joel@OARcorp.com>
951
952        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
953
9542000-09-14      Joel Sherrill <joel@OARcorp.com>
955
956        * aclocal/enable-hwapi.m4: Now longer used and removed.
957
9582000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * automake/lib.am: Remove leaf.cfg.
961
9622000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * aclocal/rtems-top.m4: Add ENDIF-hack.
965        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
966
9672000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
970        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
971        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
972        * automake/compile.am: Replaced.
973        * automake/local.am: Remove building variant handling.
974
9752000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
978        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
979        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
980        * aclocal/target.m4: Cleanup comments
981        * Automake/compile.am: Add DEFS support to keep building happy.
982
9832000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
986
9872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * automake/compile.am: New file
990        * ChangeLog: Fix email addresses
991
9922000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * LICENSE.NET, README, README.configure: Spelling corrections.
995
9962000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
999
10002000-08-30      Joel Sherrill <joel@OARcorp.com>
1001
1002        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
1003
10042000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
1005
1006        * ChangeLog: Moved incorrect entries to make/ChangeLog.
1007
10082000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * aclocal/check-bsps.h:
1011          - Add pck6-BSP
1012          - Exclude ChangeLog from being picked up as BSP
1013        * aclocal/bsp-alias.m4: Add pck6-BSP
1014
10152000-08-10      Joel Sherrill <joel@OARcorp.com>
1016
1017        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.