diff options
Diffstat (limited to 'texinfo/configure.in')
-rw-r--r-- | texinfo/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/texinfo/configure.in b/texinfo/configure.in index 321923d4753..c3b5544d3d9 100644 --- a/texinfo/configure.in +++ b/texinfo/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.3 1996/10/03 18:33:52 karl Exp $ +dnl $Id: configure.in,v 1.2 1997/09/16 05:01:43 law Exp $ AC_PREREQ(2.5) AC_INIT(texinfo.texi) dnl Checks for programs. dnl AC_PROG_GCC_TRADITIONAL -AC_PROG_INSTALL +EGCS_PROG_INSTALL AC_PROG_RANLIB AC_ISC_POSIX @@ -45,4 +45,4 @@ AC_CHECK_FUNCS(setvbuf getcwd memset bzero strchr strcasecmp \ dnl strcasecmp, strerror, xmalloc, xrealloc, probably others should be added. AC_REPLACE_FUNCS(memcpy memmove strdup) -AC_OUTPUT(Makefile libtxi/Makefile makeinfo/Makefile info/Makefile util/Makefile emacs/Makefile +AC_OUTPUT(Makefile libtxi/Makefile makeinfo/Makefile info/Makefile util/Makefile emacs/Makefile) |