source: rtems/c/src/exec/librpc/ChangeLog @ da8f88a

4.104.114.84.95
Last change on this file since da8f88a was da8f88a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/27/02 at 04:00:20

2002-06-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use AC_CONFIG_AUX_DIR(../..). Add AC_PROG_RANLIB.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
4        Add AC_PROG_RANLIB.
5
62002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: RTEMS_TOP(../../../..).
9        AC_CONFIG_AUX_DIR(../../../..).
10        Remove RTEMS_CANONICAL_HOST.
11        Use RTEMS_ENV_RTEMSCPU.
12        Add AC_PROG_RANLIB.
13        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
14        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
15        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
16        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
17        ACLOCAL_AMFLAGS = -I ../aclocal.
18        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
19        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
20        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
21        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
22
232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac:
26        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
27        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
28        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
40        * configure.in: Remove.
41        * configure.ac: New file, generated from configure.in by autoupdate.
42
432001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
46
472001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
50        H_FILES.
51
522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
55
562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
59
602000-10-30      Joel Sherrill <joel@OARcorp.com>
61
62        * POSIX include files merged into newlib.  This resulted in
63        some definitions moving to other files and thus some secondary
64        effects in RTEMS source code.
65        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
66        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
67        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
68        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
69        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
70        Use of _read, _write, and _close as macros conflicted with
71        newlib's use of these as routine names.  They were renamed to
72        include "_RPC_" prefix.
73
742000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
77        Switch to GNU canonicalization.
78
792000-09-22      Joel Sherrill <joel@OARcorp.com>
80
81        * src/xdr/xdr_float.c: Added A29K support.
82
832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
86
872000-08-10      Joel Sherrill <joel@OARcorp.com>
88
89        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.