home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / BASH / RTR / BASH. next >
Encoding:
Text File  |  1998-07-24  |  793 b   |  23 lines

  1. --- ./Makefile.orig    Sun Jun 11 14:41:48 1995
  2. +++ ./Makefile    Wed Dec 20 14:30:23 1995
  3. @@ -10,7 +10,7 @@
  4.  # If you haven't read README, now might be a good time.
  5.  
  6.  # Include some boilerplate Gnu makefile definitions.
  7. -prefix = /usr/local
  8. +prefix = <installdir>
  9.  exec_prefix = $(prefix)
  10.  bindir = $(exec_prefix)/bin
  11.  srcdir = .
  12. --- ./config.h.orig    Sun Feb 26 00:51:59 1995
  13. +++ ./config.h    Wed Dec 20 14:30:23 1995
  14. @@ -90,7 +90,7 @@
  15.  
  16.  /* The default value of the PATH variable. */
  17.  #define DEFAULT_PATH_VALUE \
  18. -  "/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:."
  19. +  "<installdir>/bin:/usr/gnu/bin:/usr/local/bin:/usr/ucb:/bin:/usr/bin:."
  20.  
  21.  /* The value for PATH when invoking `command -p'.  This is only used when
  22.     the Posix.2 confstr () function, or CS_PATH define are not present. */
  23.