source: rtems/ChangeLog @ c672d97

4.104.114.84.95
Last change on this file since c672d97 was ba748523, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/01 at 17:33:23

2001-12-20 Ralf Corsepius <corsepiu@…>

  • configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
  • aclocal/subdirs.m4: New file.
  • aclocal/multi.m4: New file, adopted from autoconf-2.52 w/ modifications.
  • aclocal/check-posix.m4: Apply AS_IF.
  • aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
  • aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE. Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
  • aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs. Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
  • aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's OUTPUT_COMMANDS.
  • aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
  • aclocal/rtems-debug.m4: Minor cleanups.
  • aclocal/rtems-top.m4: Minor cleanups.
  • automake/compile.am: Further steps towards automake's rules.
  • Property mode set to 100644
File size: 16.3 KB
Line 
12001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
4        * aclocal/subdirs.m4: New file.
5        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
6        modifications.
7        * aclocal/check-posix.m4: Apply AS_IF.
8        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
9        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
10        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
11        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
12        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
13        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
14        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
15        OUTPUT_COMMANDS.
16        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
17        * aclocal/rtems-debug.m4: Minor cleanups.
18        * aclocal/rtems-top.m4: Minor cleanups.
19        * automake/compile.am: Further steps towards automake's rules.
20
212001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
24        * automake/lib.am: Add MULTISUBDIR.
25
262001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * bootstrap: Run autoheader when configure.ac contains
29        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
30
312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * aclocal/bsp-configure.m4: New file.
34        * Makefile.am: Add aclocal/bsp-configure.m4.
35
362001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Add automake/force-preinstall.am,
39        aclocal/ppc.am, remove ACLOCAL_M4.
40
412001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * aclocal/bsp-alias.m4: Remove score603e_g1.
44        * aclocal/check-bsps.m4: Remove score603e_g1.
45        * aclocal/prog-cc.m4: Apply m4_if.
46
47
482001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * automake/force-preinstall.am: New file.
51        * aclocal/ppc.m4: New file.
52
532001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/check-bsps.m4: Reworked.
56        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
57
582001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * aclocal/bspopts.m4: New file.
61
622001-11-13      Joel Sherrill <joel@OARcorp.com>
63
64        * COPYING: Test of $Id$ -> $RTEMS$.
65
662001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
67
68        This modification is part of the submitted modifications necessary to
69        support the IBM PPC405 family.  This submission was reviewed by
70        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
71        not negatively impact the ppc403 BSPs.  The submission and tracking
72        process was captured as PR50.
73        * README.configure: Added gen405 BSP.
74
752001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Adopt more automake rules:
78        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
79        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
80        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
81        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
82        CXXLINK_APP in make-cxx-exe.
83        * automake/lib.am: Add ARFLAGS.
84
852001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
88        config.cache's which prevented powerpc targets librdbg from building.
89
902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
93        add 2nd arg to _RTEMS_CPU_SUBDIR.
94        * aclocal/target.m4: Replace ac_configure_args with
95        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
96        * Makefile.am: Require automake-1.5.
97
982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
101        * configure.in: Remove.
102        * configure.ac: New file, generated from configure.in by autoupdate.
103
1042001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * aclocal/rtems-cpu-subdirs.m4: New file.
107
1082001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * automake/compile.am: Fundamentally reworked compilation rules for
111        closer adaptation to automake's behavior.
112
1132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * automake/lib.am: Comment out LD.
116        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
117        automake/leaf.am to AUTOMAKE_FILES.
118
1192001-09-27      Joel Sherrill <joel@OARcorp.com>
120
121        * config.guess: No longer in CVS since installed by bootstrap.
122
1232001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * bootstrap: remove/add automake added files.
126        * .cvsignore: reflect changes to bootstrap.
127
1282001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * automake/leaf.am: New file.
131
1322001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
135        of AC_CANONICAL_SYSTEM.
136        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
137        mkinstalldirs and mkdir.
138        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
139        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
140        _RTEMS_OUTPUT_BUILD_SUBDIRS.
141       
1422001-09-13      Joel Sherrill <joel@OARcorp.com>
143
144        * missing: Updated to latest version.
145
1462001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: autoupdate to autoconf-2.52.
149        * bootstrap: Add handling for configure.ac, make autoheader verbose,
150        fix auto*tool invocation order.
151        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
152        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
153        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
154        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
155        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
156        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
157        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
158        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
159        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
160        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
161        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
162        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
163        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
164        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
165        RTEMS_CONFIG_PER_BSP conditional.
166        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
167        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
168        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
169
1702001-05-25      Joel Sherrill <joel@OARcorp.com>
171
172        * README.configure: Corrected the name of the MRM332 BSP.
173        Strengthened the distinction between what the target
174        and the BSP each select.  Added more targets to list.
175
1762001-05-25      Joel Sherrill <joel@OARcorp.com>
177
178        * README.configure: Updated the list of BSPs.
179
1802001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
183        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
184        Add support for DOS-drive-letters.
185
1862001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
189        RTEMS_PROG_CC_FOR_TARGET.
190
1912001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * README.cdn-X: Update.
194        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
195        @CPPFLAGS@ to CPPFLAGS.
196
1972001-04-20      Eric Valette <valette@crf.canon.fr>
198
199        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
200        BSPs support the new exception processing model and
201        consequently, librdbg.
202
2032001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Reworked for Canadian Cross support.
206        * Makefile.am: Reflect changes to configure.in.
207        * config.guess, config.sub: Update from subversions.gnu.org.
208        * README.cdn-X: New file.
209        * tools/Makefile.am: Remove build, tools from SUBDIRS.
210
2112001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
214        TARGET_CONFIG_SUBDIRS.
215        * aclocal/enable-bsp.m4: fix quoting.
216        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
217
2182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * aclocal/config-subdirs.m4: New file.
221        * aclocal/target.m4: Use macros from config-subdirs.m4.
222
2232001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
226        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
227
2282001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.in: Fix AM_INIT_AUTOMAKE.
231        * aclocal/bsp-arg-enable.m4: Extend comments.
232        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
233        the default clause.
234
2352001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
238        RTEMS_ENV_RTEMSCPU.
239        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
240        special treatment for GCC_SPECS.
241        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
242        special treatment for GCC_SPECS.
243        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
244        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
245        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
246        instead of $(shell ..) for LIBC_LIB*.
247
2482001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
251        simsh7045.
252
2532001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
254
255        * automake/compile.am: Add LD.
256
2572000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * config.guess, config.sub: Update from CVS-autoconf to pick
260        up new features (e.g. CC_FOR_BUILD in config.guess) but is
261        necessary anyway to use autoconf-versions > 2.13.
262
2632000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
266        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
267        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
268        help string.
269        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
270
2712000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
272
273        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
274        Modified to reflect addition of LEON BSPs as well as the
275        no-FP ERC32 variant.
276
2772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
280        standard).
281        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
282        standard).
283        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
284        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
285        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
286        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
287
2882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
291        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
292        $host instead of $target (BUG-FIX).
293        * configure.in: Use $target and $host instead of $target_alias and
294        $host_alias (autoconf-2.49b).
295        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
296        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
297
298        NOTES:
299        * autoconf-2.49b depredicates using changequotes.
300        * The changes to configure.in are due to cleanups in
301        autoconf-2.49b's implemention of canonicalization. With
302        autoconf-2.1x it wasn't always clear, when to use $xxx or
303        $xxx_alias. Now this is clear.
304
3052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
308
3092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
312        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
313        with an RTEMS specific but more restrictive autoconf macro.
314
3152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * automake/lib.am: Add LD.
318
3192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
322        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
323
3242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325 
326        * aclocal/*: Replace with contents of macros/*.m4
327        * macros/: Remove.
328        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
329        * Makefile.am: Reflect changes to aclocal/ and macros/.
330
3312000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.in: New, Cygnus/GNU style configuration.
334        * Makefile.am: Add macros/, reflect new configure.in,
335        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
336        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
337        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
338        * macros/tool-prefix.m4: Remove.
339        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
340        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
341        RTEMS_ROOT.
342        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
343        * macros/multilib.m4: Various minor fixes.
344        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
345        PROJECT_ROOT, RTEMS_ROOT.
346        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
347        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
348
3492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * automake/multilib.am: New file.
352        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
353        the automake/ directory.
354
3552000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * macros/enable-hwapi.m4: Removed.
358        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
359        A small cleanup step towards gnu-canonicalization.
360
3612000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * macros: New directory.
364        * macros/bsp-alias.m4: new file.
365        * macros/canonical-host.m4: new file.
366        * macros/canonical-target-name.m4: new file.
367        * macros/canonicalize-tools.m4: new file.
368        * macros/check-bsp-cache.m4: new file.
369        * macros/check-bsps.m4: new file.
370        * macros/check-cpu.m4: new file.
371        * macros/rtems-debug.m4: new file.
372        * macros/check-cxx.m4: new file.
373        * macros/check-itron.m4: new file.
374        * macros/check-multiprocessing.m4: new file.
375        * macros/check-networking.m4: new file.
376        * macros/check-newlib.m4: new file.
377        * macros/check-posix.m4: new file.
378        * macros/check-rdbg.m4: new file.
379        * macros/enable-bare.m4: new file.
380        * macros/enable-cxx.m4: new file.
381        * macros/enable-gcc28.m4: new file.
382        * macros/enable-inlines.m4: new file.
383        * macros/enable-itron.m4: new file.
384        * macros/enable-libcdir.m4: new file.
385        * macros/enable-multiprocessing.m4: new file.
386        * macros/enable-networking.m4: new file.
387        * macros/enable-posix.m4: new file.
388        * macros/enable-rdbg.m4: new file.
389        * macros/enable-rtemsbsp.m4: new file.
390        * macros/enable-tests.m4: new file.
391        * macros/gcc-pipe.m4: new file.
392        * macros/gcc-specs.m4: new file.
393        * macros/i386-gas-code16.m4: new file.
394        * macros/path-ksh.m4: new file.
395        * macros/path-perl.m4: new file.
396        * macros/prog-cc.m4: new file.
397        * macros/prog-cxx.m4: new file.
398        * macros/project-root.m4: new file.
399        * macros/rtems-top.m4: new file.
400        * macros/sysv-ipc.m4: new file.
401        * macros/target.m4: new file.
402        * macros/rtems-test-no-pause.m4: new file.
403        * macros/multilib.m4: new file.
404        * macros/tool-paths.m4: new file.
405        * macros/tool-prefix.m4: new file.
406
4072000-09-14      Joel Sherrill <joel@OARcorp.com>
408
409        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
410
4112000-09-14      Joel Sherrill <joel@OARcorp.com>
412
413        * aclocal/enable-hwapi.m4: Now longer used and removed.
414
4152000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * automake/lib.am: Remove leaf.cfg.
418
4192000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * aclocal/rtems-top.m4: Add ENDIF-hack.
422        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
423
4242000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
427        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
428        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
429        * automake/compile.am: Replaced.
430        * automake/local.am: Remove building variant handling.
431
4322000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
435        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
436        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
437        * aclocal/target.m4: Cleanup comments
438        * Automake/compile.am: Add DEFS support to keep building happy.
439
4402000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
443
4442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * automake/compile.am: New file
447        * ChangeLog: Fix email addresses
448
4492000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * LICENSE.NET, README, README.configure: Spelling corrections.
452
4532000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
456
4572000-08-30      Joel Sherrill <joel@OARcorp.com>
458
459        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
460
4612000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
462
463        * ChangeLog: Moved incorrect entries to make/ChangeLog.
464
4652000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/check-bsps.h:
468          - Add pck6-BSP
469          - Exclude ChangeLog from being picked up as BSP
470        * aclocal/bsp-alias.m4: Add pck6-BSP
471
4722000-08-10      Joel Sherrill <joel@OARcorp.com>
473
474        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.