source: rtems/ChangeLog @ d8daeaf

Last change on this file since d8daeaf was d854517, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 13:00:13

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

  • bootstrap: Remove attempts to detect autoconf and automake using "which" (PR 325).
  • Property mode set to 100644
File size: 31.5 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bootstrap: Remove attempts to detect autoconf and automake using
4        "which" (PR 325).
5
62003-02-06      Joel Sherrill <joel@OARcorp.com>
7
8        * README.configure: Updated to reflect new BSPs and deprecated
9        targets.
10
112003-01-28      Joel Sherrill <joel@OARcorp.com>
12
13        * VERSION: Updated to rtems-ss-20030128.
14
152003-01-28      Joel Sherrill <joel@OARcorp.com>
16
17        * aclocal/version.m4: Updated to rtems-ss-20030128.
18
192003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
22        Remove CLOBBER_DEPEND (Unused).
23
242003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * automake/local.am: Remove distclean-local.
27
282001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
31        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
32
332002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
36        Rework RTEMS_PROG_CXX_FOR_TARGET.
37
382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
41
422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
45
462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
49
502002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * bootstrap: Require autoconf 2.54 or 2.57.
53        Require automake-1.7.2.
54
552002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
58        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
59        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
60
612002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
64
652002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * automake/compile.am: Remove hard-coded *_PROFILE_V.
68        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
69        CFLAGS_PROFILE_V.
70        Remove CPPFLAGS_GCC.
71
722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
75        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
76        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
77        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
78
792002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/rtems-flags.m4: New.
82
832002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * bootstrap: Allow autoconf-2.57.
86
872002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * aclocal/prog-cc.m4: Remove GCCSED.
90
912002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
94        Remove LDFLAGS.
95        Add CCAS, CCASCOMPILE.
96        Remove compilation rules for *.cpp, *.cxx, *.C.
97        Use CCASCOMPILE to compile *.S.
98        Add -pg to RTEMS_CFLAGS_PROFILE_V.
99
1002002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove c/make.
103
1042002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * aclocal/prog-ccas.m4: New.
107        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
108        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
109        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
110
1112002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * acinclude.m4: Conditionally append --target=.
114
1152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
118
1192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * automake/compile.am: Remove LD_PATHS (Unused).
122        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
123        is announced obsolete).
124
1252002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
128
1292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * aclocal/sysv-ipc.m4: Remove (Unused).
132        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
133
1342002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * acinclude.m4: Lots of changes addressing PR 312.
137
1382002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
141        to PR 312).
142
1432002-11-18      Joel Sherrill <joel@OARcorp.com>
144
145        * VERSION: Updated to rtems-ss-20021118.
146
1472002-11-18      Joel Sherrill <joel@OARcorp.com>
148
149        * aclocal/version.m4: Updated to rtems-ss-20021118.
150
1512002-11-17      Joel Sherrill <joel@OARcorp.com>
152
153        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
154        Motorola MTX603e.
155
1562002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
159
1602002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
163        * configure.ac: Ditto.
164
1652002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
168        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
169        Support @CFLAGS@, @CXXFLAGS@.
170
1712002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * bootstrap: Allow autoconf-2.56.
174
1752002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
178        Fix stupid typo (continue/configure).
179        * aclocal/prog-cc.m4: Remove obsolete comments.
180        Acknowledge CFLAGS.
181
1822002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
185        end of the args passed to sub-configure-scripts. (Reported by
186        Wulf Hofbauer <wh73@cornell.edu>)
187
1882002-11-12      Joel Sherrill <joel@OARcorp.com>
189
190        * configure.ac: Remove make/compilers/Makefile.
191
1922002-11-11      Joel Sherrill <joel@OARcorp.com>
193
194        * VERSION: Updated to rtems-ss-20021111.
195
1962002-11-11      Joel Sherrill <joel@OARcorp.com>
197
198        * aclocal/version.m4: Updated to rtems-ss-20021111.
199
2002002-11-11      Joel Sherrill <joel@OARcorp.com>
201
202        * VERSION: Updated to rtems-ss-20021111.
203
2042002-11-11      Joel Sherrill <joel@OARcorp.com>
205
206        * aclocal/version.m4: Updated to rtems-ss-20021111.
207
2082002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * automake/compile.am: Remove rel rule.
211
2122002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
215
2162002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Remove make/Templates/Makefile.
219        * README.configure: Minor massaging.
220
2212002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        Further preparations for autoconf > 2.52:
224        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
225        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
226        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
227
2282002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * acinclude.m4: Adapations to autoconf > 2.52.
231
2322002-11-01      Joel Sherrill <joel@OARcorp.com>
233
234        * ChangeLog: Corrected.
235
2362002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * bootstrap: Add generate_bspdir_acinclude to automatically update
239        c/src/lib/libbsp/<cpu>/acinclude.m4.
240        Use #! /bin/sh instead of #!/bin/sh.
241        Remove autom4te*.cache during ./bootstrap --clean.
242
2432002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
246        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
247        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
248        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
249        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
250        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
251        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
252        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
253        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
254        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
255        (autoconf > 2.54 seems to have problems with the old form of
256        quoting).
257
2582002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
261        (autoconf > 2.54 complains about).
262
2632002-10-21      Joel Sherrill <joel@OARcorp.com>
264
265        * VERSION: Updated to rtems-20021021-test.
266
2672002-10-21      Joel Sherrill <joel@OARcorp.com>
268
269        * aclocal/version.m4: Updated to rtems-20021021-test.
270
2712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * .cvsignore: Reformat.
274        Add autom4te*cache.
275        Remove autom4te.cache.
276
2772002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
280
2812002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
284        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
285
2862002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * bootstrap: Add autoconf/automake version checks by popular demand.
289        [FWIW: I dislike this.]
290
2912002-10-07      Joel Sherrill <joel@OARcorp.com>
292
293        * VERSION: Updated to rtems-ss-20021007.
294
2952002-10-07      Joel Sherrill <joel@OARcorp.com>
296
297        * aclocal/version.m4: Updated to rtems-ss-20021007.
298
2992002-10-04      Joel Sherrill <joel@OARcorp.com>
300
301        * VERSION: Updated to rtems-JUNK.
302
3032002-10-04      Joel Sherrill <joel@OARcorp.com>
304
305        * aclocal/version.m4: Updated to rtems-JUNK.
306
3072002-10-04      Joel Sherrill <joel@OARcorp.com>
308
309        * VERSION: Updated to rtems-ss-20021004.
310
3112002-10-04      Joel Sherrill <joel@OARcorp.com>
312
313        * aclocal/version.m4: Updated to rtems-ss-20021004.
314
3152002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
318        autoconf-2.53 PACKAGE crap.
319
3202002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * aclocal/prog-gnat.m4: New.
323
3242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/bsp-configure.m4: Fix small typo in comment.
327
3282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
331
3322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
335        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
336        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
337
3382002-08-07      Joel Sherrill <joel@OARcorp.com>
339
340        * aclocal/version.m4: Updated to rtems-ss-20020807.
341
3422002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
345
3462002-07-31      Joel Sherrill <joel@OARcorp.com>
347
348        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
349        was just a stub and only the OR32 port is getting worked on.
350
3512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * aclocal/subdirs.m4: Remove.
354        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
355
3562002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
359        exec/score/cpu.
360
3612002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
364        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
365        compilation rules (Work-around to an automake bug).
366        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
367        make-library.
368
3692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Activate cpukit. Remove references to c/src/exec.
372
3732002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
376
3772002-07-17      Joel Sherrill <joel@OARcorp.com>
378
379        * aclocal/version.m4: Updated to rtems-ss-20020717.
380
3812002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * config-ml.in: Imported from gcc-3.1.
384        Change to match c/src/config-ml.in.
385
3862002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * aclocal/check-multiprocessing.m4: Reworked.
389        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
390
3912002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * automake/multilib.am: Remove.
394        * Makefile.am: Reflect change above.
395
3962002-06-28      Joel Sherrill <joel@OARcorp.com>
397
398        * aclocal/version.m4: Updated to rtems-ss-20020628.
399
4002002-06-27      Joel Sherrill <joel@OARcorp.com>
401
402        * tools/Makefile.am: Build the cpu dependent tools as well.
403
4042002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/env-rtemscpu.m4: Remove.
407        * aclocal/multi.m4: Remove.
408        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
409
4102002-05-28      Joel Sherrill <joel@OARcorp.com>
411
412        * aclocal/version.m4: Updated to rtems-ss-20020528.
413
4142002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * aclocal/prog-cc.m4: Remove GCC272 support.
417        Remove ENABLE_LIBCDIR.
418        * aclocal/prog-cxx.m4: Ditto.
419        * aclocal/enable-gcc28.m4: Remove.
420        * aclocal/enable-libcdir.m4: Ditto.
421
4222002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
425        ENABLE_GCC28.
426
4272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * automake/compile.am: Remove GCC272 support.
430        Remove *.sh rule (unused).
431        * configure.ac: Remove ENABLE_GCC28.
432        Remove ENABLE_LIBCDIR.
433
4342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * .cvsignore: Added mdate-sh and texinfo.tex.
437
4382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * aclocal/version.m4: New file.
441        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
442        aclocal/version.m4.
443        * bootstrap: Use aclocal/version.m4 instead of VERSION.
444        * configure.ac: Use aclocal/version.m4 instead of VERSION.
445
4462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac:
449        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
450        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
451        * Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
453
4542002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
457        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
458
4592002-03-08      Joel Sherrill <joel@OARcorp.com>
460
461        * VERSION: Updated to rtems-mg5-20020808.
462
4632002-03-01      Joel Sherrill <joel@OARcorp.com>
464
465        * VERSION: Updated to rtems-ss-20020301.
466
4672002-02-15      Joel Sherrill <joel@OARcorp.com>
468
469        * VERSION: Updated to rtems-ss-20020215.
470
4712002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/subdirs.m4: Propagate the current $prefix to the
474        sub-configures.
475
4762002-02-05      Joel Sherrill <joel@OARcorp.com>
477
478        * VERSION: Updated to rtems-ss-20020205.
479
4802002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
483        compatibility.
484        * bootstrap: Let --clean remove texinfo.tex.
485
4862002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
489
4902002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac: Add --enable-docs support. Add
493        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
494        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
495        hard-coded SUBDIRS.
496        * README.configure: Added a bit of information on this new option.
497
4982002-01-18      Joel Sherrill <joel@OARcorp.com>
499
500        * VERSION: Updated to rtems-ss-20020118.
501
5022002-01-18      Joel Sherrill <joel@OARcorp.com>
503
504        * VERSION: Updated to rtems-20020118.
505
5062002-01-17      Joel Sherrill <joel@OARcorp.com>
507
508        * VERSION: Updated to rtems-ss-20020717.
509
5102002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
513        check upon host_alias != build_alias.
514
5152002-01-07      Joel Sherrill <joel@OARcorp.com>
516
517        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
518        last line to eliminate 100's of warnings.
519
5202002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * aclocal/check-newlib.m4: Apply AS_IF.
523        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
524        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
525        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
526        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
527        changes.
528        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
529        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
530        * automake/compile.am: Remove librtemsall from LINK_FILES.
531
5322001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
535        * aclocal/subdirs.m4: New file.
536        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
537        modifications.
538        * aclocal/check-posix.m4: Apply AS_IF.
539        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
540        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
541        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
542        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
543        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
544        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
545        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
546        OUTPUT_COMMANDS.
547        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
548        * aclocal/rtems-debug.m4: Minor cleanups.
549        * aclocal/rtems-top.m4: Minor cleanups.
550        * automake/compile.am: Further steps towards automake's rules.
551
5522001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
555        * automake/lib.am: Add MULTISUBDIR.
556
5572001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * bootstrap: Run autoheader when configure.ac contains
560        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
561
5622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/bsp-configure.m4: New file.
565        * Makefile.am: Add aclocal/bsp-configure.m4.
566
5672001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Add automake/force-preinstall.am,
570        aclocal/ppc.am, remove ACLOCAL_M4.
571
5722001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/bsp-alias.m4: Remove score603e_g1.
575        * aclocal/check-bsps.m4: Remove score603e_g1.
576        * aclocal/prog-cc.m4: Apply m4_if.
577
578
5792001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * automake/force-preinstall.am: New file.
582        * aclocal/ppc.m4: New file.
583
5842001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * aclocal/check-bsps.m4: Reworked.
587        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
588
5892001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/bspopts.m4: New file.
592
5932001-11-13      Joel Sherrill <joel@OARcorp.com>
594
595        * COPYING: Test of $Id$ -> $RTEMS$.
596
5972001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
598
599        This modification is part of the submitted modifications necessary to
600        support the IBM PPC405 family.  This submission was reviewed by
601        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
602        not negatively impact the ppc403 BSPs.  The submission and tracking
603        process was captured as PR50.
604        * README.configure: Added gen405 BSP.
605
6062001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Adopt more automake rules:
609        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
610        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
611        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
612        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
613        CXXLINK_APP in make-cxx-exe.
614        * automake/lib.am: Add ARFLAGS.
615
6162001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
619        config.cache's which prevented powerpc targets librdbg from building.
620
6212001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
624        add 2nd arg to _RTEMS_CPU_SUBDIR.
625        * aclocal/target.m4: Replace ac_configure_args with
626        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
627        * Makefile.am: Require automake-1.5.
628
6292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
632        * configure.in: Remove.
633        * configure.ac: New file, generated from configure.in by autoupdate.
634
6352001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * aclocal/rtems-cpu-subdirs.m4: New file.
638
6392001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * automake/compile.am: Fundamentally reworked compilation rules for
642        closer adaptation to automake's behavior.
643
6442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * automake/lib.am: Comment out LD.
647        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
648        automake/leaf.am to AUTOMAKE_FILES.
649
6502001-09-27      Joel Sherrill <joel@OARcorp.com>
651
652        * config.guess: No longer in CVS since installed by bootstrap.
653
6542001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * bootstrap: remove/add automake added files.
657        * .cvsignore: reflect changes to bootstrap.
658
6592001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * automake/leaf.am: New file.
662
6632001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
666        of AC_CANONICAL_SYSTEM.
667        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
668        mkinstalldirs and mkdir.
669        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
670        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
671        _RTEMS_OUTPUT_BUILD_SUBDIRS.
672       
6732001-09-13      Joel Sherrill <joel@OARcorp.com>
674
675        * missing: Updated to latest version.
676
6772001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * configure.in: autoupdate to autoconf-2.52.
680        * bootstrap: Add handling for configure.ac, make autoheader verbose,
681        fix auto*tool invocation order.
682        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
683        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
684        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
685        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
686        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
687        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
688        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
689        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
690        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
691        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
692        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
693        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
694        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
695        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
696        RTEMS_CONFIG_PER_BSP conditional.
697        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
698        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
699        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
700
7012001-05-25      Joel Sherrill <joel@OARcorp.com>
702
703        * README.configure: Corrected the name of the MRM332 BSP.
704        Strengthened the distinction between what the target
705        and the BSP each select.  Added more targets to list.
706
7072001-05-25      Joel Sherrill <joel@OARcorp.com>
708
709        * README.configure: Updated the list of BSPs.
710
7112001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
714        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
715        Add support for DOS-drive-letters.
716
7172001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
720        RTEMS_PROG_CC_FOR_TARGET.
721
7222001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * README.cdn-X: Update.
725        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
726        @CPPFLAGS@ to CPPFLAGS.
727
7282001-04-20      Eric Valette <valette@crf.canon.fr>
729
730        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
731        BSPs support the new exception processing model and
732        consequently, librdbg.
733
7342001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.in: Reworked for Canadian Cross support.
737        * Makefile.am: Reflect changes to configure.in.
738        * config.guess, config.sub: Update from subversions.gnu.org.
739        * README.cdn-X: New file.
740        * tools/Makefile.am: Remove build, tools from SUBDIRS.
741
7422001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
745        TARGET_CONFIG_SUBDIRS.
746        * aclocal/enable-bsp.m4: fix quoting.
747        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
748
7492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * aclocal/config-subdirs.m4: New file.
752        * aclocal/target.m4: Use macros from config-subdirs.m4.
753
7542001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
757        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
758
7592001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.in: Fix AM_INIT_AUTOMAKE.
762        * aclocal/bsp-arg-enable.m4: Extend comments.
763        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
764        the default clause.
765
7662001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
769        RTEMS_ENV_RTEMSCPU.
770        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
771        special treatment for GCC_SPECS.
772        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
773        special treatment for GCC_SPECS.
774        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
775        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
776        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
777        instead of $(shell ..) for LIBC_LIB*.
778
7792001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
782        simsh7045.
783
7842001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
785
786        * automake/compile.am: Add LD.
787
7882000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * config.guess, config.sub: Update from CVS-autoconf to pick
791        up new features (e.g. CC_FOR_BUILD in config.guess) but is
792        necessary anyway to use autoconf-versions > 2.13.
793
7942000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
797        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
798        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
799        help string.
800        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
801
8022000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
803
804        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
805        Modified to reflect addition of LEON BSPs as well as the
806        no-FP ERC32 variant.
807
8082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
811        standard).
812        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
813        standard).
814        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
815        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
816        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
817        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
818
8192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
822        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
823        $host instead of $target (BUG-FIX).
824        * configure.in: Use $target and $host instead of $target_alias and
825        $host_alias (autoconf-2.49b).
826        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
827        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
828
829        NOTES:
830        * autoconf-2.49b depredicates using changequotes.
831        * The changes to configure.in are due to cleanups in
832        autoconf-2.49b's implemention of canonicalization. With
833        autoconf-2.1x it wasn't always clear, when to use $xxx or
834        $xxx_alias. Now this is clear.
835
8362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
839
8402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
843        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
844        with an RTEMS specific but more restrictive autoconf macro.
845
8462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * automake/lib.am: Add LD.
849
8502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
853        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
854
8552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856 
857        * aclocal/*: Replace with contents of macros/*.m4
858        * macros/: Remove.
859        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
860        * Makefile.am: Reflect changes to aclocal/ and macros/.
861
8622000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
863
864        * configure.in: New, Cygnus/GNU style configuration.
865        * Makefile.am: Add macros/, reflect new configure.in,
866        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
867        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
868        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
869        * macros/tool-prefix.m4: Remove.
870        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
871        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
872        RTEMS_ROOT.
873        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
874        * macros/multilib.m4: Various minor fixes.
875        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
876        PROJECT_ROOT, RTEMS_ROOT.
877        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
878        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
879
8802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * automake/multilib.am: New file.
883        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
884        the automake/ directory.
885
8862000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * macros/enable-hwapi.m4: Removed.
889        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
890        A small cleanup step towards gnu-canonicalization.
891
8922000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * macros: New directory.
895        * macros/bsp-alias.m4: new file.
896        * macros/canonical-host.m4: new file.
897        * macros/canonical-target-name.m4: new file.
898        * macros/canonicalize-tools.m4: new file.
899        * macros/check-bsp-cache.m4: new file.
900        * macros/check-bsps.m4: new file.
901        * macros/check-cpu.m4: new file.
902        * macros/rtems-debug.m4: new file.
903        * macros/check-cxx.m4: new file.
904        * macros/check-itron.m4: new file.
905        * macros/check-multiprocessing.m4: new file.
906        * macros/check-networking.m4: new file.
907        * macros/check-newlib.m4: new file.
908        * macros/check-posix.m4: new file.
909        * macros/check-rdbg.m4: new file.
910        * macros/enable-bare.m4: new file.
911        * macros/enable-cxx.m4: new file.
912        * macros/enable-gcc28.m4: new file.
913        * macros/enable-inlines.m4: new file.
914        * macros/enable-itron.m4: new file.
915        * macros/enable-libcdir.m4: new file.
916        * macros/enable-multiprocessing.m4: new file.
917        * macros/enable-networking.m4: new file.
918        * macros/enable-posix.m4: new file.
919        * macros/enable-rdbg.m4: new file.
920        * macros/enable-rtemsbsp.m4: new file.
921        * macros/enable-tests.m4: new file.
922        * macros/gcc-pipe.m4: new file.
923        * macros/gcc-specs.m4: new file.
924        * macros/i386-gas-code16.m4: new file.
925        * macros/path-ksh.m4: new file.
926        * macros/path-perl.m4: new file.
927        * macros/prog-cc.m4: new file.
928        * macros/prog-cxx.m4: new file.
929        * macros/project-root.m4: new file.
930        * macros/rtems-top.m4: new file.
931        * macros/sysv-ipc.m4: new file.
932        * macros/target.m4: new file.
933        * macros/rtems-test-no-pause.m4: new file.
934        * macros/multilib.m4: new file.
935        * macros/tool-paths.m4: new file.
936        * macros/tool-prefix.m4: new file.
937
9382000-09-14      Joel Sherrill <joel@OARcorp.com>
939
940        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
941
9422000-09-14      Joel Sherrill <joel@OARcorp.com>
943
944        * aclocal/enable-hwapi.m4: Now longer used and removed.
945
9462000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * automake/lib.am: Remove leaf.cfg.
949
9502000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * aclocal/rtems-top.m4: Add ENDIF-hack.
953        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
954
9552000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
958        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
959        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
960        * automake/compile.am: Replaced.
961        * automake/local.am: Remove building variant handling.
962
9632000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
966        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
967        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
968        * aclocal/target.m4: Cleanup comments
969        * Automake/compile.am: Add DEFS support to keep building happy.
970
9712000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
974
9752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * automake/compile.am: New file
978        * ChangeLog: Fix email addresses
979
9802000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * LICENSE.NET, README, README.configure: Spelling corrections.
983
9842000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
987
9882000-08-30      Joel Sherrill <joel@OARcorp.com>
989
990        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
991
9922000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
993
994        * ChangeLog: Moved incorrect entries to make/ChangeLog.
995
9962000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
997
998        * aclocal/check-bsps.h:
999          - Add pck6-BSP
1000          - Exclude ChangeLog from being picked up as BSP
1001        * aclocal/bsp-alias.m4: Add pck6-BSP
1002
10032000-08-10      Joel Sherrill <joel@OARcorp.com>
1004
1005        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.