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