home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / indent-1.9.1-src.lha / src / diffs / indent-1.9.1.diffs
Text File  |  1994-02-23  |  5KB  |  136 lines

  1. diff -rc indent-1.9.1-fsf/CONF-README indent-1.9.1-amiga/CONF-README
  2. *** indent-1.9.1-fsf/CONF-README    Wed Sep 15 23:05:10 1993
  3. --- indent-1.9.1-amiga/CONF-README    Wed Feb 23 10:17:32 1994
  4. ***************
  5. *** 35,42 ****
  6.   where 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/man', etc.  You can specify an
  10. ! installation prefix other than `/usr/local' by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by consistently
  12.   giving a value for the `prefix' variable when you run `make', e.g.,
  13.        make prefix=/usr/gnu
  14. --- 35,42 ----
  15.   where 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/man', etc.  You can specify an
  19. ! installation prefix other than `/gnu' by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by consistently
  21.   giving a value for the `prefix' variable when you run `make', e.g.,
  22.        make prefix=/usr/gnu
  23. diff -rc indent-1.9.1-fsf/README indent-1.9.1-amiga/README
  24. *** indent-1.9.1-fsf/README    Sun Jan 30 02:22:04 1994
  25. --- indent-1.9.1-amiga/README    Wed Feb 23 10:16:44 1994
  26. ***************
  27. *** 10,17 ****
  28.     Once you have unpacked the tar file, simply type "make" in the source
  29.     directory to produce an executable copy of `indent' in that directory.
  30.     If you then type "make install", the program will be installed by
  31. !   default as /usr/local/bin/indent and the on-line help will be
  32. !   installed as /usr/local/info/indent.info (see DOCUMENTATION, below).
  33.   
  34.     It is possible to change these default installation paths.  To change
  35.     the place where `indent' is installed, you may specify the prefix
  36. --- 10,17 ----
  37.     Once you have unpacked the tar file, simply type "make" in the source
  38.     directory to produce an executable copy of `indent' in that directory.
  39.     If you then type "make install", the program will be installed by
  40. !   default as /gnu/bin/indent and the on-line help will be
  41. !   installed as /gnu/info/indent.info (see DOCUMENTATION, below).
  42.   
  43.     It is possible to change these default installation paths.  To change
  44.     the place where `indent' is installed, you may specify the prefix
  45. diff -rc indent-1.9.1-fsf/configure indent-1.9.1-amiga/configure
  46. *** indent-1.9.1-fsf/configure    Thu Jul  8 23:57:50 1993
  47. --- indent-1.9.1-amiga/configure    Wed Feb 23 10:16:23 1994
  48. ***************
  49. *** 98,104 ****
  50.     srcdirdefaulted=yes
  51.     # Try the directory containing this script, then `..'.
  52.     prog=$0
  53. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  54.     test "X$confdir" = "X$prog" && confdir=.
  55.     srcdir=$confdir
  56.     if test ! -r $srcdir/$unique_file; then
  57. --- 98,104 ----
  58.     srcdirdefaulted=yes
  59.     # Try the directory containing this script, then `..'.
  60.     prog=$0
  61. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  62.     test "X$confdir" = "X$prog" && confdir=.
  63.     srcdir=$confdir
  64.     if test ! -r $srcdir/$unique_file; then
  65. ***************
  66. *** 265,271 ****
  67.   
  68.   echo checking for POSIXized ISC
  69.   if test -d /etc/conf/kconfig.d &&
  70. !   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  71.   then
  72.     ISC=1 # If later tests want to check for ISC.
  73.     {
  74. --- 265,271 ----
  75.   
  76.   echo checking for POSIXized ISC
  77.   if test -d /etc/conf/kconfig.d &&
  78. !   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  79.   then
  80.     ISC=1 # If later tests want to check for ISC.
  81.     {
  82. diff -rc indent-1.9.1-fsf/indent.1 indent-1.9.1-amiga/indent.1
  83. *** indent-1.9.1-fsf/indent.1    Wed Jul  1 23:15:21 1992
  84. --- indent-1.9.1-amiga/indent.1    Wed Feb 23 10:17:18 1994
  85. ***************
  86. *** 991,997 ****
  87.   .br
  88.   .nf
  89.   .\" set tabstop to longest possible filename, plus a wee bit
  90. ! .ta \w'/usr/lib/perl/getopts.pl   'u
  91.   \fI$HOME/.indent.pro\fR    holds default options for indent.
  92.   .SH AUTHOR
  93.   The Free Software Foundation.
  94. --- 991,997 ----
  95.   .br
  96.   .nf
  97.   .\" set tabstop to longest possible filename, plus a wee bit
  98. ! .ta \w'/gnu/lib/perl/getopts.pl   'u
  99.   \fI$HOME/.indent.pro\fR    holds default options for indent.
  100.   .SH AUTHOR
  101.   The Free Software Foundation.
  102. diff -rc indent-1.9.1-fsf/makefile.in indent-1.9.1-amiga/makefile.in
  103. *** indent-1.9.1-fsf/makefile.in    Sun Jan 30 02:48:43 1994
  104. --- indent-1.9.1-amiga/makefile.in    Wed Feb 23 10:15:27 1994
  105. ***************
  106. *** 40,53 ****
  107.   DVITOGHOSTSCRIPT = dvi2ps indent.dvi > indent.ps
  108.   CTAGS = etags
  109.   
  110. ! CFLAGS = -O
  111. ! LDFLAGS = -g
  112.   
  113.   # C compiler -D options.
  114.   DEFS = @DEFS@
  115.   
  116.   # Where to install indent and its documentation.
  117. ! prefix = /usr/local
  118.   exec_prefix = ${prefix}
  119.   bindir = $(exec_prefix)/bin
  120.   infodir = ${prefix}/info
  121. --- 40,53 ----
  122.   DVITOGHOSTSCRIPT = dvi2ps indent.dvi > indent.ps
  123.   CTAGS = etags
  124.   
  125. ! CFLAGS = -O2
  126. ! LDFLAGS =
  127.   
  128.   # C compiler -D options.
  129.   DEFS = @DEFS@
  130.   
  131.   # Where to install indent and its documentation.
  132. ! prefix = /gnu
  133.   exec_prefix = ${prefix}
  134.   bindir = $(exec_prefix)/bin
  135.   infodir = ${prefix}/info
  136.