home *** CD-ROM | disk | FTP | other *** search
- --- rtapelib.c.orig Fri Sep 18 14:45:37 1992
- +++ rtapelib.c Fri Apr 9 12:13:24 1993
- @@ -40,6 +40,7 @@
- #include <sys/mtio.h>
- #endif
-
- +#undef HAVE_NETDB_H /* We don't like the netdb functionality */
- #ifdef HAVE_NETDB_H
- #include <netdb.h>
- #endif
- --- Makefile.in.orig Thu Mar 25 13:59:26 1993
- +++ Makefile.in Fri Apr 9 12:14:34 1993
- @@ -77,7 +77,7 @@
- CFLAGS = -g
- LDFLAGS = -g
-
- -prefix = /usr/local
- +prefix = <installdir>
- exec_prefix = $(prefix)
-
- # Prefix for each installed program, normally empty or `g'.
- @@ -87,10 +87,10 @@
- bindir = $(exec_prefix)/bin
-
- # Where to put the rmt executable.
- -libdir = /etc
- +libdir = <installdir>/ABS/etc
-
- # The directory to install the info files in.
- -infodir = $(prefix)/info
- +infodir = <installsharedir>/<prefix>lib/emacs/info
-
- #### End of system configuration section. ####
-
- @@ -110,7 +110,6 @@
- rmt.h rmt.c rtapelib.c \
- msd_dir.h msd_dir.c tcexparg.c \
- level-0 level-1 backup-specs dump-remind testpad.c getpagesize.h
- -# tar.texinfo tar.info* texinfo.tex \
-
- all: @PROGS@
- # tar.info
-