aboutsummaryrefslogtreecommitdiff
path: root/texinfo
AgeCommit message (Collapse)AuthorFilesLines
1997-10-31Makefile.in (install targets): Add a dummy target for sunos make.Jeffrey A Law2-2/+9
* Makefile.in (install targets): Add a dummy target for sunos make. (SUBDIR): Remove 'info'. It's unneeded. From-SVN: r16252
1997-10-29termdep.h: If POSIX...Robert Lipe2-1/+11
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems that provide TIOCETC but not struct tchars. From-SVN: r16231
1997-10-15man.c (find_man_formatter): Don't cast getenv(), but provide a minimal ↵Richard Henderson3-2/+13
declaration at top level. * info/man.c (find_man_formatter): Don't cast getenv(), but provide a minimal declaration at top level. * makeinfo/makeinfo.c: Don't redefine alloca if it is already defined. From-SVN: r15910
1997-10-07aclocal.m4: Substitute INSTALL.Manfred Hollstein3-0/+7
* aclocal.m4: Substitute INSTALL. * configure: Re-built. From-SVN: r15868
1997-10-07man.c (SIGCHLD): Define to SIGCLD if <sys/signal.h> fails to provide it.Manfred Hollstein2-0/+9
* info/man.c (SIGCHLD): Define to SIGCLD if <sys/signal.h> fails to provide it. From-SVN: r15857
1997-09-17install-info.c: Only provide an external decl for strrchr if HAVE_STRCHR is ↵Jeffrey A Law2-2/+11
not defined. * util/install-info.c: Only provide an external decl for strrchr if HAVE_STRCHR is not defined. Fixes aix build problem. From-SVN: r15535
1997-09-15aclocal.m4: Add replacement for AC_PROG_INSTALL.Jeffrey A Law4-88/+150
* aclocal.m4: Add replacement for AC_PROG_INSTALL. * configure.in: Use EGCS_PROG_INSTALL. From-SVN: r15472
1997-09-10Patch to fix parallel makes from H.J. Lu.H.J. Lu2-6/+22
* Makefile (all): Remove sub-all. (stmp-sub-all): New target. Renamed from sub-all. (info, texinfo): Also depend on stmp-sub-all. (clean): Also remove stmp*. (maintainer-clean): New target. Same as realclean. From-SVN: r15263
1997-09-05* install-sh: Delete duplicate install script.Jeffrey A Law2-250/+4
From-SVN: r15099
1997-09-02Makefile.in (install, [...]): Make these phony targets.Jeff Law4-37/+29
* Makefile.in (install, install-info, installdirs, uninstall): Make these phony targets. So we don't overwrite a newer version of texinfo that might already be installed on the system. * makeinfo/makeinfo.c: Maybe include <stdlib.h> for malloc et al. * util/install-info.c: Include <string*.h>. (my_strerror): Use strerror if available. Avoids alpha bug and redecl of sys_errlist problems. From-SVN: r15051
1997-08-30Fix Freedbsd build problem with patch from more recent texinfo sources.Karl Berry2-1/+13
* info/terminal.c (terminal_prep_terminal): Only use OCRNL and ONLCR if they are defined. Reported by many people. From-SVN: r15003
1997-08-26Fix stupid typo in last change.Jeff Law1-2/+2
From-SVN: r14943
1997-08-26* libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.Jeffrey A Law2-1/+9
From-SVN: r14939
1997-08-21Initial revisionJason Merrill141-0/+81234
From-SVN: r14877