nothing
authorTom Tromey <tromey@redhat.com>
Fri, 28 Mar 1997 03:55:32 +0000 (03:55 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 28 Mar 1997 03:55:32 +0000 (03:55 +0000)
automake.texi

index fb1eb22..bf1b890 100644 (file)
@@ -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