home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
gnu
/
uuencode-1.0-src.lha
/
src
/
diffs
/
uuencode-1.0.diffs
Wrap
Text File
|
1994-02-24
|
3KB
|
94 lines
diff -rc uuencode-1.0-fsf/INSTALL uuencode-1.0-amiga/INSTALL
*** uuencode-1.0-fsf/INSTALL Mon Aug 23 19:30:53 1993
--- uuencode-1.0-amiga/INSTALL Thu Feb 24 17:47:22 1994
***************
*** 33,40 ****
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/lib, /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
--- 33,40 ----
DIR is the directory that contains the source code.
By default, `make install' will install the package's files in
! /gnu/bin, /gnu/lib, /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 uuencode-1.0-fsf/Makefile.in uuencode-1.0-amiga/Makefile.in
*** uuencode-1.0-fsf/Makefile.in Mon Aug 23 19:35:45 1993
--- uuencode-1.0-amiga/Makefile.in Thu Feb 24 17:47:38 1994
***************
*** 18,27 ****
DEFS = @DEFS@
LIBS = @LIBS@
! CFLAGS = -g
! LDFLAGS = -g
! prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
--- 18,27 ----
DEFS = @DEFS@
LIBS = @LIBS@
! CFLAGS = -O2
! LDFLAGS =
! prefix = /gnu
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
diff -rc uuencode-1.0-fsf/configure uuencode-1.0-amiga/configure
*** uuencode-1.0-fsf/configure Mon Aug 23 19:26:28 1993
--- uuencode-1.0-amiga/configure Thu Feb 24 17:46:47 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
diff -rc uuencode-1.0-fsf/mkinstalldirs uuencode-1.0-amiga/mkinstalldirs
*** uuencode-1.0-fsf/mkinstalldirs Mon Aug 23 18:59:34 1993
--- uuencode-1.0-amiga/mkinstalldirs Thu Feb 24 17:45:40 1994
***************
*** 29,33 ****
--- 29,34 ----
pathcomp="${pathcomp}/"
done
done
+ exit 0
# eof
diff -rc uuencode-1.0-fsf/uudecode.c uuencode-1.0-amiga/uudecode.c
*** uuencode-1.0-fsf/uudecode.c Mon Aug 23 19:27:02 1993
--- uuencode-1.0-amiga/uudecode.c Thu Feb 24 17:45:41 1994
***************
*** 44,49 ****
--- 44,50 ----
* create the specified file, decoding as you go.
* used with uuencode.
*/
+ #include <sys/types.h>
#include <sys/stat.h>
#include <pwd.h>
#include <stdio.h>