1 | 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
2 | |
---|
3 | * clock/Makefile.am: Reformat. |
---|
4 | * timer/Makefile.am: Reformat. |
---|
5 | |
---|
6 | 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
7 | |
---|
8 | * configure.ac: Remove RTEMS_CANONICAL_HOST. |
---|
9 | |
---|
10 | 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
11 | |
---|
12 | * configure.ac: Remove RTEMS_CHECK_CPU. |
---|
13 | |
---|
14 | 2003-09-04 Joel Sherrill <joel@OARcorp.com> |
---|
15 | |
---|
16 | * clock/ckinit.c, timer/timer.c: URL for license changed. |
---|
17 | |
---|
18 | 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
19 | |
---|
20 | * Makefile.am: Reflect having moved aclocal/. |
---|
21 | |
---|
22 | 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
23 | |
---|
24 | * Makefile.am: Reflect having moved automake/. |
---|
25 | * clock/Makefile.am: Reflect having moved automake/. |
---|
26 | * timer/Makefile.am: Reflect having moved automake/. |
---|
27 | |
---|
28 | 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
29 | |
---|
30 | * configure.ac: Use rtems-bugs@rtems.com as bug report email address. |
---|
31 | |
---|
32 | 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
33 | |
---|
34 | * configure.ac: Remove AC_CONFIG_AUX_DIR. |
---|
35 | |
---|
36 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
37 | |
---|
38 | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). |
---|
39 | |
---|
40 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
41 | |
---|
42 | * configure.ac: AC_PREREQ(2.57). |
---|
43 | |
---|
44 | 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
45 | |
---|
46 | * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. |
---|
47 | * timer/Makefile.am: Ditto. |
---|
48 | |
---|
49 | 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
50 | |
---|
51 | * configure.ac: Remove RTEMS_CHECK_BSP_CACHE. |
---|
52 | |
---|
53 | 2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
54 | |
---|
55 | * configure.ac: Add RTEMS_PROG_CCAS. |
---|
56 | |
---|
57 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
58 | |
---|
59 | * .cvsignore: Reformat. |
---|
60 | Add autom4te*cache. |
---|
61 | Remove autom4te.cache. |
---|
62 | |
---|
63 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
64 | |
---|
65 | * clock/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
66 | * timer/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
67 | |
---|
68 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
69 | |
---|
70 | * configure.ac: |
---|
71 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
72 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
73 | * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
74 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
75 | * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
76 | |
---|
77 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
78 | |
---|
79 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
80 | * configure.in: Remove. |
---|
81 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
82 | |
---|
83 | 2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
84 | |
---|
85 | * clock/Makefile.am: Apply *_HEADERS instead of *H_FILES. |
---|
86 | |
---|
87 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
88 | |
---|
89 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
90 | |
---|
91 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
92 | |
---|
93 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
94 | |
---|
95 | 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
96 | |
---|
97 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
98 | Switch to GNU canonicalization. |
---|
99 | |
---|
100 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
101 | |
---|
102 | * clock/Makefile.am, timer/Makefile.am: Include compile.am |
---|
103 | |
---|
104 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
105 | |
---|
106 | * ChangeLog: New file. |
---|