From: Tom Tromey Date: Fri, 28 Mar 1997 03:55:32 +0000 (+0000) Subject: nothing X-Git-Tag: pre-ian-conditionals~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0e214d7d302e5e2b3fc79cf49a8dd367efab2ce;p=thirdparty%2Fautomake.git nothing --- 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