From c0e214d7d302e5e2b3fc79cf49a8dd367efab2ce Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 28 Mar 1997 03:55:32 +0000 Subject: [PATCH] nothing --- automake.texi | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/automake.texi b/automake.texi index fb1eb22a8..bf1b89096 100644 --- a/automake.texi +++ b/automake.texi @@ -691,7 +691,15 @@ installed by the package. Otherwise, use @code{AC_PROG_INSTALL}. @item Use @code{AM_MISSING_PROG} to see whether the programs @code{aclocal}, @code{autoconf}, @code{automake}, @code{autoheader}, and @code{makeinfo} -are in the build environment. +are in the build environment. Here is how this is done: +@example +missing_dir=`cd $ac_aux_dir && pwd` +AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) +AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) +AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) +AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) +AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir) +@end example @end itemize @@ -2323,12 +2331,6 @@ helpful. @item Rewrite in Guile. This won't happen in the near future, but it will eventually happen. - -@item -GUI that makes maintenance even easier. - -@item -Your idea here. @end itemize @node Index -- 2.11.4.GIT