home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
gnu
/
groff-1.09-src.lha
/
src
/
diffs
/
groff-1.09.diffs
Wrap
Text File
|
1994-02-21
|
52KB
|
1,362 lines
diff -rc groff-1.09-fsf/Makefile.in groff-1.09-amiga/Makefile.in
*** groff-1.09-fsf/Makefile.in Mon Feb 14 08:43:08 1994
--- groff-1.09-amiga/Makefile.in Mon Feb 21 16:29:22 1994
***************
*** 75,81 ****
# Common prefix for installation directories.
# Used in definitions of exec_prefix, datasubdir, fontpath, manroot.
# This must already exist when you do make install.
! prefix=/usr/local
exec_prefix=$(prefix)
--- 75,81 ----
# Common prefix for installation directories.
# Used in definitions of exec_prefix, datasubdir, fontpath, manroot.
# This must already exist when you do make install.
! prefix=/gnu
exec_prefix=$(prefix)
***************
*** 90,102 ****
fontdir=$(datasubdir)/font
# fontpath says where to look for dev*/*.
! fontpath=.:$(fontdir):$(prefix)/lib/font:/usr/lib/font
# tmacdir says where to install macros.
tmacdir=$(datasubdir)/tmac
# tmacpath says where to look for macro files.
! tmacpath=.:$(tmacdir):/usr/lib/tmac
# Extension to be used for refer index files. Index files are not
# sharable between different architectures, so you might want to use
--- 90,102 ----
fontdir=$(datasubdir)/font
# fontpath says where to look for dev*/*.
! fontpath=.:$(fontdir):$(prefix)/lib/font
# tmacdir says where to install macros.
tmacdir=$(datasubdir)/tmac
# tmacpath says where to look for macro files.
! tmacpath=.:$(tmacdir)
# Extension to be used for refer index files. Index files are not
# sharable between different architectures, so you might want to use
***************
*** 105,111 ****
indexext=.i
# Directory containing the default index for refer.
! indexdir=/usr/dict/papers
# The filename (without suffix) of the default index for refer.
indexname=Ind
--- 105,111 ----
indexext=.i
# Directory containing the default index for refer.
! indexdir=/gnu/dict/papers
# The filename (without suffix) of the default index for refer.
indexname=Ind
diff -rc groff-1.09-fsf/addftinfo/addftinfo.cc groff-1.09-amiga/addftinfo/addftinfo.cc
*** groff-1.09-fsf/addftinfo/addftinfo.cc Sun Feb 13 10:24:31 1994
--- groff-1.09-amiga/addftinfo/addftinfo.cc Mon Feb 21 16:15:17 1994
***************
*** 20,26 ****
#include <stdio.h>
#include <ctype.h>
! #include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <errno.h>
--- 20,26 ----
#include <stdio.h>
#include <ctype.h>
! #include </gnu/include/string.h>
#include <assert.h>
#include <stdlib.h>
#include <errno.h>
diff -rc groff-1.09-fsf/afmtodit/Makefile.sub groff-1.09-amiga/afmtodit/Makefile.sub
*** groff-1.09-fsf/afmtodit/Makefile.sub Wed Oct 28 12:48:22 1992
--- groff-1.09-amiga/afmtodit/Makefile.sub Mon Feb 21 16:31:05 1994
***************
*** 5,11 ****
afmtodit: afmtodit.pl
if test -n "$(PERLPATH)"; then \
! sed -e 's;/usr/bin/perl;$(PERLPATH);' \
$(srcdir)/afmtodit.pl >afmtodit; \
else \
cp $(srcdir)/afmtodit.pl afmtodit; \
--- 5,11 ----
afmtodit: afmtodit.pl
if test -n "$(PERLPATH)"; then \
! sed -e 's;/bin/perl;$(PERLPATH);' \
$(srcdir)/afmtodit.pl >afmtodit; \
else \
cp $(srcdir)/afmtodit.pl afmtodit; \
diff -rc groff-1.09-fsf/afmtodit/afmtodit.pl groff-1.09-amiga/afmtodit/afmtodit.pl
*** groff-1.09-fsf/afmtodit/afmtodit.pl Mon Apr 19 19:53:51 1993
--- groff-1.09-amiga/afmtodit/afmtodit.pl Mon Feb 21 16:30:55 1994
***************
*** 1,4 ****
! #! /usr/bin/perl -P- # -*- Perl -*-
#Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
--- 1,4 ----
! #! /bin/perl -P- # -*- Perl -*-
#Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
diff -rc groff-1.09-fsf/configure groff-1.09-amiga/configure
*** groff-1.09-fsf/configure Sat Feb 12 14:43:06 1994
--- groff-1.09-amiga/configure Mon Feb 21 17:07:53 1994
***************
*** 36,42 ****
case $arg in
# For backward compatibility, recognize -exec-prefix and --exec_prefix.
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
! exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
next_exec_prefix=yes ;;
--- 36,42 ----
case $arg in
# For backward compatibility, recognize -exec-prefix and --exec_prefix.
-exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
! exec_prefix=`/bin/echo $arg | sed 's/[-a-z_]*=//'` ;;
-exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
next_exec_prefix=yes ;;
***************
*** 49,72 ****
-nfp | --nfp | --nf) ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
! prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
next_prefix=yes ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
! srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
next_srcdir=yes ;;
-with-* | --with-*)
! package=`echo $arg|sed -e 's/-*with-//' -e 's/=.*//'`
# Reject names that aren't valid shell variable names.
if test -n "`echo $package| sed 's/[-a-zA-Z0-9_]//g'`"; then
echo "configure: $package: invalid package name" >&2; exit 1
fi
package=`echo $package| sed 's/-/_/g'`
case "$arg" in
! *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
*) val=1 ;;
esac
eval "with_$package='$val'" ;;
--- 49,72 ----
-nfp | --nfp | --nf) ;;
-prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
! prefix=`/bin/echo $arg | sed 's/[-a-z_]*=//'` ;;
-prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
next_prefix=yes ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
! srcdir=`/bin/echo $arg | sed 's/[-a-z_]*=//'` ;;
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
next_srcdir=yes ;;
-with-* | --with-*)
! package=`/bin/echo $arg|sed -e 's/-*with-//' -e 's/=.*//'`
# Reject names that aren't valid shell variable names.
if test -n "`echo $package| sed 's/[-a-zA-Z0-9_]//g'`"; then
echo "configure: $package: invalid package name" >&2; exit 1
fi
package=`echo $package| sed 's/-/_/g'`
case "$arg" in
! *=*) val="`/bin/echo $arg|sed 's/[^=]*=//'`" ;;
*) val=1 ;;
esac
eval "with_$package='$val'" ;;
***************
*** 102,108 ****
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
--- 102,108 ----
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
***************
*** 128,133 ****
--- 128,136 ----
# Save the original args to write them into config.status later.
configure_args="$*"
+ # Hack so we don't have to remember to configure with
+ # -prefix=/gnu all the time.
+ prefix=/gnu
if test -z "$prefix"
then
echo checking for grops to derive installation directory prefix
***************
*** 530,536 ****
echo checking for ln -s
rm -f conftestdata
! if ln -s X conftestdata 2>/dev/null
then
rm -f conftestdata
LN_S="ln -s"
--- 533,539 ---