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

  1. diff -rc termcap-1.2-fsf/INSTALL termcap-1.2-amiga/INSTALL
  2. *** termcap-1.2-fsf/INSTALL    Fri Jan 22 17:16:53 1993
  3. --- termcap-1.2-amiga/INSTALL    Thu Feb 24 15:08:26 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
  10. ! an installation prefix other than /usr/local by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by 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
  19. ! an installation prefix other than /gnu by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  21.   for the `prefix' variable when you run `make', e.g.,
  22.       make prefix=/usr/gnu
  23. diff -rc termcap-1.2-fsf/Makefile.in termcap-1.2-amiga/Makefile.in
  24. *** termcap-1.2-fsf/Makefile.in    Mon Apr 12 18:42:15 1993
  25. --- termcap-1.2-amiga/Makefile.in    Thu Feb 24 15:08:58 1994
  26. ***************
  27. *** 37,45 ****
  28.   
  29.   DEFS = @DEFS@ -DNO_ARG_ARRAY
  30.   
  31. ! CFLAGS = -g
  32.   
  33. ! prefix = /usr/local
  34.   exec_prefix = $(prefix)
  35.   
  36.   # Directory in which to install libtermcap.a.
  37. --- 37,45 ----
  38.   
  39.   DEFS = @DEFS@ -DNO_ARG_ARRAY
  40.   
  41. ! CFLAGS = -O2
  42.   
  43. ! prefix = /gnu
  44.   exec_prefix = $(prefix)
  45.   
  46.   # Directory in which to install libtermcap.a.
  47. ***************
  48. *** 52,58 ****
  49.   # so compilers besides gcc can find it by default.
  50.   # If it is empty or not defined, termcap.h will only be installed in
  51.   # includedir. 
  52. ! oldincludedir = /usr/include
  53.   
  54.   # Directory in which to install the documentation info files.
  55.   infodir = $(prefix)/info
  56. --- 52,58 ----
  57.   # so compilers besides gcc can find it by default.
  58.   # If it is empty or not defined, termcap.h will only be installed in
  59.   # includedir. 
  60. ! oldincludedir = /gnu/include
  61.   
  62.   # Directory in which to install the documentation info files.
  63.   infodir = $(prefix)/info
  64. diff -rc termcap-1.2-fsf/configure termcap-1.2-amiga/configure
  65. *** termcap-1.2-fsf/configure    Thu Apr 15 16:38:37 1993
  66. --- termcap-1.2-amiga/configure    Thu Feb 24 15:07:15 1994
  67. ***************
  68. *** 92,98 ****
  69.     srcdirdefaulted=yes
  70.     # Try the directory containing this script, then `..'.
  71.     prog=$0
  72. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  73.     test "X$confdir" = "X$prog" && confdir=.
  74.     srcdir=$confdir
  75.     if test ! -r $srcdir/$unique_file; then
  76. --- 92,98 ----
  77.     srcdirdefaulted=yes
  78.     # Try the directory containing this script, then `..'.
  79.     prog=$0
  80. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  81.     test "X$confdir" = "X$prog" && confdir=.
  82.     srcdir=$confdir
  83.     if test ! -r $srcdir/$unique_file; then
  84.