home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / patch-2.1-src.lha / src / diffs / patch-2.1.diffs
Encoding:
Text File  |  1994-02-24  |  3.3 KB  |  105 lines

  1. diff -rc patch-2.1-fsf/INSTALL patch-2.1-amiga/INSTALL
  2. *** patch-2.1-fsf/INSTALL    Fri May 14 23:31:53 1993
  3. --- patch-2.1-amiga/INSTALL    Thu Feb 24 01:58:02 1994
  4. ***************
  5. *** 33,40 ****
  6.   DIR is the directory that contains the source code.
  7.   
  8.   By default, `make install' will install the package's files in
  9. ! /usr/local/bin, /usr/local/lib, /usr/local/man, etc.  You can specify an
  10. ! installation prefix other than /usr/local by giving `configure' the option
  11.   `--prefix=PATH'.  Alternately, you can do so by consistently giving a value
  12.   for the `prefix' variable when you run `make', e.g.,
  13.       make prefix=/usr/gnu
  14. --- 33,40 ----
  15.   DIR is the directory that contains the source code.
  16.   
  17.   By default, `make install' will install the package's files in
  18. ! /gnu/bin, /gnu/lib, /gnu/man, etc.  You can specify an
  19. ! installation prefix other than /gnu by giving `configure' the option
  20.   `--prefix=PATH'.  Alternately, you can do so by consistently giving a value
  21.   for the `prefix' variable when you run `make', e.g.,
  22.       make prefix=/usr/gnu
  23. diff -rc patch-2.1-fsf/Makefile.in patch-2.1-amiga/Makefile.in
  24. *** patch-2.1-fsf/Makefile.in    Fri Jun 11 04:25:47 1993
  25. --- patch-2.1-amiga/Makefile.in    Thu Feb 24 01:57:03 1994
  26. ***************
  27. *** 13,22 ****
  28.   
  29.   LIBS = @LIBS@
  30.   
  31. ! CFLAGS = -g
  32. ! LDFLAGS = -g
  33.   
  34. ! prefix = /usr/local
  35.   exec_prefix = $(prefix)
  36.   
  37.   bindir = $(exec_prefix)/bin
  38. --- 13,22 ----
  39.   
  40.   LIBS = @LIBS@
  41.   
  42. ! CFLAGS = -O2
  43. ! LDFLAGS =
  44.   
  45. ! prefix = /gnu
  46.   exec_prefix = $(prefix)
  47.   
  48.   bindir = $(exec_prefix)/bin
  49. diff -rc patch-2.1-fsf/configure patch-2.1-amiga/configure
  50. *** patch-2.1-fsf/configure    Fri Jun 11 05:01:03 1993
  51. --- patch-2.1-amiga/configure    Thu Feb 24 01:56:41 1994
  52. ***************
  53. *** 97,103 ****
  54.     srcdirdefaulted=yes
  55.     # Try the directory containing this script, then `..'.
  56.     prog=$0
  57. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  58.     test "X$confdir" = "X$prog" && confdir=.
  59.     srcdir=$confdir
  60.     if test ! -r $srcdir/$unique_file; then
  61. --- 97,103 ----
  62.     srcdirdefaulted=yes
  63.     # Try the directory containing this script, then `..'.
  64.     prog=$0
  65. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  66.     test "X$confdir" = "X$prog" && confdir=.
  67.     srcdir=$confdir
  68.     if test ! -r $srcdir/$unique_file; then
  69. ***************
  70. *** 235,242 ****
  71.   fi
  72.   
  73.   echo checking for POSIXized ISC
  74. ! if test -d /etc/conf/kconfig.d &&
  75. !   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  76.   then
  77.     ISC=1 # If later tests want to check for ISC.
  78.     {
  79. --- 235,242 ----
  80.   fi
  81.   
  82.   echo checking for POSIXized ISC
  83. ! if test -d /gnu/etc/conf/kconfig.d &&
  84. !   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  85.   then
  86.     ISC=1 # If later tests want to check for ISC.
  87.     {
  88. ***************
  89. *** 907,913 ****
  90.   #      /usr/tmp        likewise
  91.   #      $prefix        where we will be installing things
  92.   #      $exec_prefix    likewise
  93. ! for dir in . /tmp /usr/tmp $prefix $exec_prefix ; do
  94.     (echo 1 > $dir/conftest9012345) 2>/dev/null
  95.     (echo 2 > $dir/conftest9012346) 2>/dev/null
  96.     val=`cat $dir/conftest9012345 2>/dev/null`
  97. --- 907,913 ----
  98.   #      /usr/tmp        likewise
  99.   #      $prefix        where we will be installing things
  100.   #      $exec_prefix    likewise
  101. ! for dir in . /tmp $prefix $exec_prefix ; do
  102.     (echo 1 > $dir/conftest9012345) 2>/dev/null
  103.     (echo 2 > $dir/conftest9012346) 2>/dev/null
  104.     val=`cat $dir/conftest9012345 2>/dev/null`
  105.