diff -rc gzip-1.2.4-fsf/INSTALL gzip-1.2.4-amiga/INSTALL *** gzip-1.2.4-fsf/INSTALL Thu Aug 19 10:35:42 1993 --- gzip-1.2.4-amiga/INSTALL Wed Feb 23 18:33:24 1994 *************** *** 35,42 **** 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 --- 35,42 ---- 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 *************** *** 270,273 **** - On HPUX, configure can't find a correct install. Use: ! INSTALL=/usr/local/bin/bsdinst ./configure --- 270,273 ---- - On HPUX, configure can't find a correct install. Use: ! INSTALL=/gnu/bin/bsdinst ./configure diff -rc gzip-1.2.4-fsf/Makefile.in gzip-1.2.4-amiga/Makefile.in *** gzip-1.2.4-fsf/Makefile.in Tue Aug 17 17:12:40 1993 --- gzip-1.2.4-amiga/Makefile.in Wed Feb 23 18:32:13 1994 *************** *** 87,93 **** O=.o # For OS/2 or MSDOS, use: O=.obj ! prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin --- 87,93 ---- O=.o # For OS/2 or MSDOS, use: O=.obj ! prefix = /gnu exec_prefix = $(prefix) bindir = $(exec_prefix)/bin diff -rc gzip-1.2.4-fsf/configure gzip-1.2.4-amiga/configure *** gzip-1.2.4-fsf/configure Wed Jul 7 15:02:04 1993 --- gzip-1.2.4-amiga/configure Wed Feb 23 18:33:07 1994 *************** *** 99,105 **** 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 --- 99,105 ---- 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 *************** *** 147,153 **** ${CC-cc} -E conftest.c > conftest.out 2>&1 if egrep yes conftest.out >/dev/null 2>&1; then GCC=1 # For later tests. ! CFLAGS="${CFLAGS--O}" fi rm -f conftest* --- 147,153 ---- ${CC-cc} -E conftest.c > conftest.out 2>&1 if egrep yes conftest.out >/dev/null 2>&1; then GCC=1 # For later tests. ! CFLAGS="${CFLAGS--O2}" fi rm -f conftest* *************** *** 167,173 **** fi echo checking for underline in external names ! test -z "$ASCPP" -a -f /lib/cpp && ASCPP=/lib/cpp test -z "$ASCPP" && ASCPP="$CC -E" cat > conftest.c < conftest.c </dev/null 2>&1 then ISC=1 # If later tests want to check for ISC. { --- 287,293 ---- 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. { *************** *** 316,322 **** fi rm -f conftest* ! test -n "$SEQUENT" && test -f /usr/lib/libseq.a && LIBS="$LIBS -lseq" echo checking for ANSI C header files --- 316,322 ---- fi rm -f conftest* ! test -n "$SEQUENT" && test -f /gnu/lib/libseq.a && LIBS="$LIBS -lseq" echo checking for ANSI C header files diff -rc gzip-1.2.4-fsf/gzexe.in gzip-1.2.4-amiga/gzexe.in *** gzip-1.2.4-fsf/gzexe.in Thu Jun 24 10:25:05 1993 --- gzip-1.2.4-amiga/gzexe.in Thu Feb 24 00:08:37 1994 *************** *** 1,4 **** - : #!/bin/sh # gzexe: compressor for Unix executables. # Use this only for binaries that you do not use frequently. --- 1,3 ---- diff -rc gzip-1.2.4-fsf/sample/ztouch gzip-1.2.4-amiga/sample/ztouch *** gzip-1.2.4-fsf/sample/ztouch Thu May 27 14:28:42 1993 --- gzip-1.2.4-amiga/sample/ztouch Wed Feb 23 18:33:48 1994 *************** *** 1,4 **** ! #! /usr/local/bin/perl # Set the time stamp of a gzip'ed file from that stored in the file. # usage: ztouch files... --- 1,4 ---- ! #! /bin/perl # Set the time stamp of a gzip'ed file from that stored in the file. # usage: ztouch files... diff -rc gzip-1.2.4-fsf/tailor.h gzip-1.2.4-amiga/tailor.h *** gzip-1.2.4-fsf/tailor.h Mon Aug 16 21:19:55 1993 --- gzip-1.2.4-amiga/tailor.h Wed Feb 23 23:53:25 1994 *************** *** 171,185 **** # endif #endif #ifdef AMIGA # define PATH_SEP2 ':' # define STDC_HEADERS # define OS_CODE 0x01 ! # define ASMV ! # ifdef __GNUC__ ! # define DIRENT ! # define HAVE_UNISTD_H ! # else /* SASC */ # define NO_STDIN_FSTAT # define SYSDIR # define NO_SYMLINK --- 171,184 ---- # endif #endif + /* The Amiga version using gcc can just use the normal configure to + set ASMV, HAVE_UNISTD_H, and DIRENT */ + #ifdef AMIGA # define PATH_SEP2 ':' # define STDC_HEADERS # define OS_CODE 0x01 ! # ifndef __GNUC__ /* SASC */ # define NO_STDIN_FSTAT # define SYSDIR # define NO_SYMLINK diff -rc gzip-1.2.4-fsf/zdiff.in gzip-1.2.4-amiga/zdiff.in *** gzip-1.2.4-fsf/zdiff.in Mon Aug 16 22:32:16 1993 --- gzip-1.2.4-amiga/zdiff.in Thu Feb 24 00:08:50 1994 *************** *** 1,4 **** - : #!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh --- 1,3 ---- diff -rc gzip-1.2.4-fsf/zforce.in gzip-1.2.4-amiga/zforce.in *** gzip-1.2.4-fsf/zforce.in Fri Jun 11 11:36:14 1993 --- gzip-1.2.4-amiga/zforce.in Thu Feb 24 00:09:01 1994 *************** *** 1,4 **** - : #!/bin/sh # zforce: force a gz extension on all gzip files so that gzip will not # compress them twice. --- 1,3 ---- diff -rc gzip-1.2.4-fsf/zgrep.in gzip-1.2.4-amiga/zgrep.in *** gzip-1.2.4-fsf/zgrep.in Wed Jun 23 07:51:32 1993 --- gzip-1.2.4-amiga/zgrep.in Thu Feb 24 00:09:09 1994 *************** *** 1,4 **** - : #!/bin/sh # zgrep -- a wrapper around a grep program that decompresses files as needed --- 1,3 ---- diff -rc gzip-1.2.4-fsf/zmore.in gzip-1.2.4-amiga/zmore.in *** gzip-1.2.4-fsf/zmore.in Tue Aug 17 17:23:22 1993 --- gzip-1.2.4-amiga/zmore.in Thu Feb 24 00:09:49 1994 *************** *** 1,4 **** - : #!/bin/sh PATH="BINDIR:$PATH"; export PATH --- 1,3 ---- *************** *** 25,31 **** if test -t 0; then echo usage: zmore files... else ! gzip -cdfq | eval ${PAGER-more} fi else FIRST=1 --- 24,30 ---- if test -t 0; then echo usage: zmore files... else ! gzip -cdfq | eval ${PAGER-less} fi else FIRST=1 *************** *** 43,49 **** fi if test "$ANS" != 's'; then echo "------> $FILE <------" ! gzip -cdfq "$FILE" | eval ${PAGER-more} fi if test -t; then FIRST=0 --- 42,48 ---- fi if test "$ANS" != 's'; then echo "------> $FILE <------" ! gzip -cdfq "$FILE" | eval ${PAGER-less} fi if test -t; then FIRST=0 diff -rc gzip-1.2.4-fsf/znew.in gzip-1.2.4-amiga/znew.in *** gzip-1.2.4-fsf/znew.in Wed Jun 23 08:00:25 1993 --- gzip-1.2.4-amiga/znew.in Thu Feb 24 00:10:02 1994 *************** *** 1,4 **** - : #!/bin/sh PATH="BINDIR:$PATH"; export PATH --- 1,3 ----