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
Wrap
Text File
|
1994-02-23
|
5KB
|
136 lines
diff -rc indent-1.9.1-fsf/CONF-README indent-1.9.1-amiga/CONF-README
*** indent-1.9.1-fsf/CONF-README Wed Sep 15 23:05:10 1993
--- indent-1.9.1-amiga/CONF-README Wed Feb 23 10:17:32 1994
***************
*** 35,42 ****
where DIR is the directory that contains the source code.
By default, `make install' will install the package's files in
! `/usr/local/bin', `/usr/local/man', etc. You can specify an
! installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PATH'. Alternately, you can do so by consistently
giving a value for the `prefix' variable when you run `make', e.g.,
make prefix=/usr/gnu
--- 35,42 ----
where DIR is the directory that contains the source code.
By default, `make install' will install the package's files in
! `/gnu/bin', `/gnu/man', etc. You can specify an
! installation prefix other than `/gnu' by giving `configure' the
option `--prefix=PATH'. Alternately, you can do so by consistently
giving a value for the `prefix' variable when you run `make', e.g.,
make prefix=/usr/gnu
diff -rc indent-1.9.1-fsf/README indent-1.9.1-amiga/README
*** indent-1.9.1-fsf/README Sun Jan 30 02:22:04 1994
--- indent-1.9.1-amiga/README Wed Feb 23 10:16:44 1994
***************
*** 10,17 ****
Once you have unpacked the tar file, simply type "make" in the source
directory to produce an executable copy of `indent' in that directory.
If you then type "make install", the program will be installed by
! default as /usr/local/bin/indent and the on-line help will be
! installed as /usr/local/info/indent.info (see DOCUMENTATION, below).
It is possible to change these default installation paths. To change
the place where `indent' is installed, you may specify the prefix
--- 10,17 ----
Once you have unpacked the tar file, simply type "make" in the source
directory to produce an executable copy of `indent' in that directory.
If you then type "make install", the program will be installed by
! default as /gnu/bin/indent and the on-line help will be
! installed as /gnu/info/indent.info (see DOCUMENTATION, below).
It is possible to change these default installation paths. To change
the place where `indent' is installed, you may specify the prefix
diff -rc indent-1.9.1-fsf/configure indent-1.9.1-amiga/configure
*** indent-1.9.1-fsf/configure Thu Jul 8 23:57:50 1993
--- indent-1.9.1-amiga/configure Wed Feb 23 10:16:23 1994
***************
*** 98,104 ****
srcdirdefaulted=yes
# Try the directory containing this script, then `..'.
prog=$0
! confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
test "X$confdir" = "X$prog" && confdir=.
srcdir=$confdir
if test ! -r $srcdir/$unique_file; then
--- 98,104 ----
srcdirdefaulted=yes
# Try the directory containing this script, then `..'.
prog=$0
! confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
test "X$confdir" = "X$prog" && confdir=.
srcdir=$confdir
if test ! -r $srcdir/$unique_file; then
***************
*** 265,271 ****
echo checking for POSIXized ISC
if test -d /etc/conf/kconfig.d &&
! grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
ISC=1 # If later tests want to check for ISC.
{
--- 265,271 ----
echo checking for POSIXized ISC
if test -d /etc/conf/kconfig.d &&
! grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
then
ISC=1 # If later tests want to check for ISC.
{
diff -rc indent-1.9.1-fsf/indent.1 indent-1.9.1-amiga/indent.1
*** indent-1.9.1-fsf/indent.1 Wed Jul 1 23:15:21 1992
--- indent-1.9.1-amiga/indent.1 Wed Feb 23 10:17:18 1994
***************
*** 991,997 ****
.br
.nf
.\" set tabstop to longest possible filename, plus a wee bit
! .ta \w'/usr/lib/perl/getopts.pl 'u
\fI$HOME/.indent.pro\fR holds default options for indent.
.SH AUTHOR
The Free Software Foundation.
--- 991,997 ----
.br
.nf
.\" set tabstop to longest possible filename, plus a wee bit
! .ta \w'/gnu/lib/perl/getopts.pl 'u
\fI$HOME/.indent.pro\fR holds default options for indent.
.SH AUTHOR
The Free Software Foundation.
diff -rc indent-1.9.1-fsf/makefile.in indent-1.9.1-amiga/makefile.in
*** indent-1.9.1-fsf/makefile.in Sun Jan 30 02:48:43 1994
--- indent-1.9.1-amiga/makefile.in Wed Feb 23 10:15:27 1994
***************
*** 40,53 ****
DVITOGHOSTSCRIPT = dvi2ps indent.dvi > indent.ps
CTAGS = etags
! CFLAGS = -O
! LDFLAGS = -g
# C compiler -D options.
DEFS = @DEFS@
# Where to install indent and its documentation.
! prefix = /usr/local
exec_prefix = ${prefix}
bindir = $(exec_prefix)/bin
infodir = ${prefix}/info
--- 40,53 ----
DVITOGHOSTSCRIPT = dvi2ps indent.dvi > indent.ps
CTAGS = etags
! CFLAGS = -O2
! LDFLAGS =
# C compiler -D options.
DEFS = @DEFS@
# Where to install indent and its documentation.
! prefix = /gnu
exec_prefix = ${prefix}
bindir = $(exec_prefix)/bin
infodir = ${prefix}/info