source: rtems/c/src/exec/librpc/ChangeLog @ 00a9ac1d

4.104.114.84.95
Last change on this file since 00a9ac1d was 00a9ac1d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:50

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.3 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
18        * configure.in: Remove.
19        * configure.ac: New file, generated from configure.in by autoupdate.
20
212001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
24
252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
28        H_FILES.
29
302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
33
342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
37
382000-10-30      Joel Sherrill <joel@OARcorp.com>
39
40        * POSIX include files merged into newlib.  This resulted in
41        some definitions moving to other files and thus some secondary
42        effects in RTEMS source code.
43        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
44        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
45        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
46        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
47        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
48        Use of _read, _write, and _close as macros conflicted with
49        newlib's use of these as routine names.  They were renamed to
50        include "_RPC_" prefix.
51
522000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
55        Switch to GNU canonicalization.
56
572000-09-22      Joel Sherrill <joel@OARcorp.com>
58
59        * src/xdr/xdr_float.c: Added A29K support.
60
612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
64
652000-08-10      Joel Sherrill <joel@OARcorp.com>
66
67        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.