home *** CD-ROM | disk | FTP | other *** search
- diff -rc texinfo-3.1-fsf/INSTALL texinfo-3.1-amiga/INSTALL
- *** texinfo-3.1-fsf/INSTALL Wed Dec 9 01:32:49 1992
- --- texinfo-3.1-amiga/INSTALL Thu Feb 24 16:14:50 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 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 giving a value
- for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- diff -rc texinfo-3.1-fsf/INTRODUCTION texinfo-3.1-amiga/INTRODUCTION
- *** texinfo-3.1-fsf/INTRODUCTION Tue May 11 22:27:18 1993
- --- texinfo-3.1-amiga/INTRODUCTION Thu Feb 24 16:14:42 1994
- ***************
- *** 91,97 ****
- `make install' in this distribution.)
-
- * Move the `texinfo.tex' file to an appropriate directory; the current
- ! directory will do. (`/usr/local/lib/tex/inputs' might be a good place.
- See ``Preparing to Use TeX'' in the Texinfo manual, for more
- information.)
-
- --- 91,97 ----
- `make install' in this distribution.)
-
- * Move the `texinfo.tex' file to an appropriate directory; the current
- ! directory will do. (`/gnu/lib/tex/inputs' might be a good place.
- See ``Preparing to Use TeX'' in the Texinfo manual, for more
- information.)
-
- diff -rc texinfo-3.1-fsf/Makefile.in texinfo-3.1-amiga/Makefile.in
- *** texinfo-3.1-fsf/Makefile.in Sun May 23 10:43:09 1993
- --- texinfo-3.1-amiga/Makefile.in Thu Feb 24 16:13:04 1994
- ***************
- *** 41,50 ****
-
- SHELL = /bin/sh
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- --- 41,50 ----
-
- SHELL = /bin/sh
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- diff -rc texinfo-3.1-fsf/configure texinfo-3.1-amiga/configure
- *** texinfo-3.1-fsf/configure Sun May 23 10:29:42 1993
- --- texinfo-3.1-amiga/configure Thu Feb 24 16:53:46 1994
- ***************
- *** 97,103 ****
- 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
- --- 97,103 ----
- 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
- ***************
- *** 252,259 ****
- test -n "$RANLIB" -a -n "$verbose" && echo " setting RANLIB to $RANLIB"
-
- 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.
- {
- --- 252,259 ----
- test -n "$RANLIB" -a -n "$verbose" && echo " setting RANLIB to $RANLIB"
-
- echo checking for POSIXized ISC
- ! if test -d /gnu/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.
- {
- ***************
- *** 473,479 ****
- }
- EOF
- eval $compile
- ! if test -s conftest && (./conftest; exit) 2>/dev/null; then
- {
- test -n "$verbose" && \
- echo ' defining' SETVBUF_REVERSED
- --- 473,482 ----
- }
- EOF
- eval $compile
- ! # The Amiga is a non-reversed system. Instead of the test program getting
- ! # a segfault, it causes enforcer hits or other nastiness, so don't run
- ! # the test program.
- ! if test -s conftest && false 2>/dev/null; then
- {
- test -n "$verbose" && \
- echo ' defining' SETVBUF_REVERSED
- ***************
- *** 502,508 ****
- fi
- rm -f conftest*
-
- ! decl="#ifdef __GNUC__
- #define alloca __builtin_alloca
- #else
- #if HAVE_ALLOCA_H
- --- 505,513 ----
- fi
- rm -f conftest*
-
- ! echo checking for alloca
- ! cat > conftest.c <<EOF
- ! #ifdef __GNUC__
- #define alloca __builtin_alloca
- #else
- #if HAVE_ALLOCA_H
- ***************
- *** 515,524 ****
- #endif
- #endif
- #endif
- - "
- - echo checking for alloca
- - cat > conftest.c <<EOF
- - $decl
- int main() { exit(0); }
- int t() { char *p = (char *) alloca(1); }
- EOF
- --- 520,525 ----
- ***************
- *** 728,734 ****
- s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%\
- exec_prefix\\1=\\2$exec_prefix%"
- fi
- ! DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`"
-
- trap 'rm -f config.status; exit 1' 1 3 15
- echo creating config.status
- --- 729,735 ----
- s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%\
- exec_prefix\\1=\\2$exec_prefix%"
- fi
- ! DEFS="`/bin/echo $DEFS | sed 's%[&\\\]%\\\&%g'`"
-
- trap 'rm -f config.status; exit 1' 1 3 15
- echo creating config.status
- Only in texinfo-3.1-amiga: configure!
- diff -rc texinfo-3.1-fsf/info/Makefile.in texinfo-3.1-amiga/info/Makefile.in
- *** texinfo-3.1-fsf/info/Makefile.in Sun May 23 03:05:14 1993
- --- texinfo-3.1-amiga/info/Makefile.in Thu Feb 24 16:20:21 1994
- ***************
- *** 45,54 ****
-
- SHELL = /bin/sh
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- --- 45,54 ----
-
- SHELL = /bin/sh
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- diff -rc texinfo-3.1-fsf/info/filesys.h texinfo-3.1-amiga/info/filesys.h
- *** texinfo-3.1-fsf/info/filesys.h Tue May 11 20:18:38 1993
- --- texinfo-3.1-amiga/info/filesys.h Thu Feb 24 16:20:05 1994
- ***************
- *** 70,76 ****
-
- /* The default value of INFOPATH. */
- #if !defined (DEFAULT_INFOPATH)
- ! # define DEFAULT_INFOPATH "/usr/gnu/info:/local/gnu/info:/usr/gnu/lib/info:/usr/gnu/lib/emacs/info:/usr/local/gnu/info:/usr/local/gnu/lib/info:/usr/local/gnu/lib/emacs/info:/usr/local/lib/info:/usr/local/lib/emacs/info:/usr/local/emacs/info:."
- #endif /* !DEFAULT_INFOPATH */
-
- #if !defined (S_ISREG) && defined (S_IFREG)
- --- 70,76 ----
-
- /* The default value of INFOPATH. */
- #if !defined (DEFAULT_INFOPATH)
- ! # define DEFAULT_INFOPATH "/gnu/info:/local/info:/gnu/lib/emacs/info:/local/lib/emacs/info:."
- #endif /* !DEFAULT_INFOPATH */
-
- #if !defined (S_ISREG) && defined (S_IFREG)
- diff -rc texinfo-3.1-fsf/info/nodemenu.c texinfo-3.1-amiga/info/nodemenu.c
- *** texinfo-3.1-fsf/info/nodemenu.c Mon Feb 1 18:47:48 1993
- --- texinfo-3.1-amiga/info/nodemenu.c Thu Feb 24 16:17:54 1994
- ***************
- *** 39,47 ****
- * Menu:
- (File)Node Lines Size Containing File
- ---------- ----- ---- ---------------
- ! * (emacs)Buffers:: 48 2230 /usr/gnu/info/emacs/emacs-1
- ! * (autoconf)Writing configure.in:: 123 58789 /usr/gnu/info/autoconf/autoconf-1
- ! * (dir)Top:: 40 589 /usr/gnu/info/dir
- */
- static char *
- format_node_info (node)
- --- 39,47 ----
- * Menu:
- (File)Node Lines Size Containing File
- ---------- ----- ---- ---------------
- ! * (emacs)Buffers:: 48 2230 /gnu/info/emacs/emacs-1
- ! * (autoconf)Writing configure.in:: 123 58789 /gnu/info/autoconf/autoconf-1
- ! * (dir)Top:: 40 589 /gnu/info/dir
- */
- static char *
- format_node_info (node)
- diff -rc texinfo-3.1-fsf/info/nodes.h texinfo-3.1-amiga/info/nodes.h
- *** texinfo-3.1-fsf/info/nodes.h Mon Feb 8 22:48:16 1993
- --- texinfo-3.1-amiga/info/nodes.h Thu Feb 24 16:21:24 1994
- ***************
- *** 38,44 ****
- be passed to free (). Note that NODE->parent is non-null if this
- node's file is a subfile. In that case, NODE->parent is the logical
- name of the file containing this node. Both names are given as full
- ! paths, so you might have: node->filename = "/usr/gnu/info/emacs-1",
- with node->parent = "/usr/gnu/info/emacs". */
- typedef struct {
- char *filename; /* The physical file containing this node. */
- --- 38,44 ----
- be passed to free (). Note that NODE->parent is non-null if this
- node's file is a subfile. In that case, NODE->parent is the logical
- name of the file containing this node. Both names are given as full
- ! paths, so you might have: node->filename = "/gnu/info/emacs-1",
- with node->parent = "/usr/gnu/info/emacs". */
- typedef struct {
- char *filename; /* The physical file containing this node. */
- diff -rc texinfo-3.1-fsf/info/tilde.c texinfo-3.1-amiga/info/tilde.c
- *** texinfo-3.1-fsf/info/tilde.c Mon Feb 1 18:40:20 1993
- --- texinfo-3.1-amiga/info/tilde.c Thu Feb 24 17:17:55 1994
- ***************
- *** 225,231 ****
- the password database. */
- if (!temp_home)
- {
- ! extern struct passwd *getpwuid ();
- struct passwd *entry;
-
- entry = getpwuid (getuid ());
- --- 225,231 ----
- the password database. */
- if (!temp_home)
- {
- ! /* extern struct passwd *getpwuid (); */
- struct passwd *entry;
-
- entry = getpwuid (getuid ());
- Only in texinfo-3.1-amiga/info: tilde.c!
- diff -rc texinfo-3.1-fsf/libtxi/Makefile.in texinfo-3.1-amiga/libtxi/Makefile.in
- *** texinfo-3.1-fsf/libtxi/Makefile.in Fri May 21 18:31:58 1993
- --- texinfo-3.1-amiga/libtxi/Makefile.in Thu Feb 24 16:17:16 1994
- ***************
- *** 42,51 ****
-
- SHELL = /bin/sh
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- --- 42,51 ----
-
- SHELL = /bin/sh
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- diff -rc texinfo-3.1-fsf/makeinfo/Makefile.in texinfo-3.1-amiga/makeinfo/Makefile.in
- *** texinfo-3.1-fsf/makeinfo/Makefile.in Fri May 21 18:30:18 1993
- --- texinfo-3.1-amiga/makeinfo/Makefile.in Thu Feb 24 16:20:34 1994
- ***************
- *** 39,48 ****
-
- SHELL = /bin/sh
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- --- 39,48 ----
-
- SHELL = /bin/sh
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- diff -rc texinfo-3.1-fsf/texi.texi texinfo-3.1-amiga/texi.texi
- *** texinfo-3.1-fsf/texi.texi Fri May 21 20:56:56 1993
- --- texinfo-3.1-amiga/texi.texi Thu Feb 24 16:16:17 1994
- ***************
- *** 821,831 ****
- info}.)@refill
-
- @c !!! dir file may be located in one of many places:
- ! @c /usr/local/emacs/info mentioned in info.c DEFAULT_INFOPATH
- ! @c /usr/local/lib/emacs/info mentioned in info.c DEFAULT_INFOPATH
- ! @c /usr/gnu/info mentioned in info.c DEFAULT_INFOPATH
- ! @c /usr/local/info
- ! @c /usr/local/lib/info
- The @file{dir} file in the @file{info} directory serves as the
- departure point for the whole Info system. From it, you can reach the
- `Top' nodes of each of the documents in a complete Info system.@refill
- --- 821,828 ----
- info}.)@refill
-
- @c !!! dir file may be located in one of many places:
- ! @c /gnu/lib/emacs/info mentioned in info.c DEFAULT_INFOPATH
- ! @c /gnu/lib/info mentioned in info.c DEFAULT_INFOPATH
- The @file{dir} file in the @file{info} directory serves as the
- departure point for the whole Info system. From it, you can reach the
- `Top' nodes of each of the documents in a complete Info system.@refill
- ***************
- *** 6408,6414 ****
-
- @example
- The @@file@{.el@} files are in
- ! the @@file@{/usr/local/emacs/lisp@} directory.
- @end example
-
- @noindent
- --- 6405,6411 ----
-
- @example
- The @@file@{.el@} files are in
- ! the @@file@{/gnu/emacs/lisp@} directory.
- @end example
-
- @noindent
- ***************
- *** 6416,6422 ****
-
- @quotation
- The @file{.el} files are in
- ! the @file{/usr/local/emacs/lisp} directory.
- @end quotation
-
- @node dfn, cite, file, Indicating
- --- 6413,6419 ----
-
- @quotation
- The @file{.el} files are in
- ! the @file{/gnu/emacs/lisp} directory.
- @end quotation
-
- @node dfn, cite, file, Indicating
- ***************
- *** 7227,7233 ****
- @@example
- @@cartouche
- % pwd
- ! /usr/local/lib/emacs/info
- @@end cartouche
- @@end example
- @end group
- --- 7224,7230 ----
- @@example
- @@cartouche
- % pwd
- ! /gnu/lib/emacs/info
- @@end cartouche
- @@end example
- @end group
- ***************
- *** 7244,7250 ****
- @group
- @cartouche
- % pwd
- ! /usr/local/lib/emacs/info
- @end cartouche
- @end group
- @end example
- --- 7241,7247 ----
- @group
- @cartouche
- % pwd
- ! /gnu/lib/emacs/info
- @end cartouche
- @end group
- @end example
- ***************
- *** 12132,12138 ****
- variable as follows:@refill
-
- @smallexample
- ! setenv INFOPATH .:~bob/manuals:/usr/local/emacs/info
- @end smallexample
-
- @item
- --- 12129,12135 ----
- variable as follows:@refill
-
- @smallexample
- ! setenv INFOPATH .:~bob/manuals:/gnu/emacs/info
- @end smallexample
-
- @item
- ***************
- *** 12140,12146 ****
- writing:@refill
-
- @smallexample
- ! INFOPATH=.:~bob/manuals:/usr/local/emacs/info
- export INFOPATH
- @end smallexample
- @end itemize
- --- 12137,12143 ----
- writing:@refill
-
- @smallexample
- ! INFOPATH=.:~bob/manuals:/gnu/emacs/info
- export INFOPATH
- @end smallexample
- @end itemize
- ***************
- *** 12148,12154 ****
- @noindent
- Either form would cause Info to look first in the current directory,
- indicated by the @samp{.}, then in the @file{~bob/manuals} directory,
- ! and finally in the @file{/usr/local/emacs/info} directory (which is
- a common location for the standard Info directory).@refill
-
- @c ================ Appendix starts here ================
- --- 12145,12151 ----
- @noindent
- Either form would cause Info to look first in the current directory,
- indicated by the @samp{.}, then in the @file{~bob/manuals} directory,
- ! and finally in the @file{/gnu/emacs/info} directory (which is
- a common location for the standard Info directory).@refill
-
- @c ================ Appendix starts here ================
- diff -rc texinfo-3.1-fsf/util/Makefile.in texinfo-3.1-amiga/util/Makefile.in
- *** texinfo-3.1-fsf/util/Makefile.in Sun May 23 00:01:53 1993
- --- texinfo-3.1-amiga/util/Makefile.in Thu Feb 24 16:20:45 1994
- ***************
- *** 38,47 ****
-
- SHELL = /bin/sh
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- --- 38,47 ----
-
- SHELL = /bin/sh
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- # Prefix for each installed program, normally empty or `g'.
- diff -rc texinfo-3.1-fsf/util/fixfonts texinfo-3.1-amiga/util/fixfonts
- *** texinfo-3.1-fsf/util/fixfonts Fri Apr 16 10:35:07 1993
- --- texinfo-3.1-amiga/util/fixfonts Thu Feb 24 16:21:13 1994
- ***************
- *** 5,11 ****
- # Don't override definition of prefix and/or libdir if they are
- # already defined in the environment.
- if test "z${prefix}" = "z" ; then
- ! prefix=/usr/local
- else
- # prefix may contain references to other variables, thanks to make.
- eval prefix=\""${prefix}"\"
- --- 5,11 ----
- # Don't override definition of prefix and/or libdir if they are
- # already defined in the environment.
- if test "z${prefix}" = "z" ; then
- ! prefix=/local
- else
- # prefix may contain references to other variables, thanks to make.
- eval prefix=\""${prefix}"\"
- diff -rc texinfo-3.1-fsf/util/texindex.c texinfo-3.1-amiga/util/texindex.c
- *** texinfo-3.1-fsf/util/texindex.c Fri Dec 11 16:19:49 1992
- --- texinfo-3.1-amiga/util/texindex.c Thu Feb 24 17:20:13 1994
- ***************
- *** 187,193 ****
-
- #define MAX_IN_CORE_SORT 500000
-
- ! void
- main (argc, argv)
- int argc;
- char **argv;
- --- 187,193 ----
-
- #define MAX_IN_CORE_SORT 500000
-
- ! int
- main (argc, argv)
- int argc;
- char **argv;
-