home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / TAR / RTR / TAR.OLD < prev    next >
Encoding:
Text File  |  1998-07-24  |  1.0 KB  |  43 lines

  1. --- rtapelib.c.orig    Fri Sep 18 14:45:37 1992
  2. +++ rtapelib.c    Fri Apr  9 12:13:24 1993
  3. @@ -40,6 +40,7 @@
  4.  #include <sys/mtio.h>
  5.  #endif
  6.  
  7. +#undef HAVE_NETDB_H /* We don't like the netdb functionality */
  8.  #ifdef HAVE_NETDB_H
  9.  #include <netdb.h>
  10.  #endif
  11. --- Makefile.in.orig    Thu Mar 25 13:59:26 1993
  12. +++ Makefile.in    Fri Apr  9 12:14:34 1993
  13. @@ -77,7 +77,7 @@
  14.  CFLAGS = -g
  15.  LDFLAGS = -g
  16.  
  17. -prefix = /usr/local
  18. +prefix = <installdir>
  19.  exec_prefix = $(prefix)
  20.  
  21.  # Prefix for each installed program, normally empty or `g'.
  22. @@ -87,10 +87,10 @@
  23.  bindir = $(exec_prefix)/bin
  24.  
  25.  # Where to put the rmt executable.
  26. -libdir = /etc
  27. +libdir = <installdir>/ABS/etc
  28.  
  29.  # The directory to install the info files in.
  30. -infodir = $(prefix)/info
  31. +infodir = <installsharedir>/<prefix>lib/emacs/info
  32.  
  33.  #### End of system configuration section. ####
  34.  
  35. @@ -110,7 +110,6 @@
  36.      rmt.h rmt.c rtapelib.c \
  37.      msd_dir.h msd_dir.c tcexparg.c \
  38.      level-0 level-1 backup-specs dump-remind testpad.c getpagesize.h
  39. -#    tar.texinfo tar.info* texinfo.tex \
  40.  
  41.  all:    @PROGS@ 
  42.  # tar.info
  43.