summaryrefslogtreecommitdiff
path: root/automake.texi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-03-23 16:14:25 +0000
committerTom Tromey <tromey@redhat.com>1998-03-23 16:14:25 +0000
commit9fd4b88cb4feedc36071afcaf627425bb0f405cd (patch)
treeddbcaf5a02d05bf6fbbeba02ad3ee4af92d1c21a /automake.texi
parent54518e397876926199ac9671c699d10dc93728aa (diff)
downloadautomake-9fd4b88cb4feedc36071afcaf627425bb0f405cd.tar.gz
added --print-ac-dir to aclocal
Diffstat (limited to 'automake.texi')
-rw-r--r--automake.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/automake.texi b/automake.texi
index 30d1e1878..3c91ee870 100644
--- a/automake.texi
+++ b/automake.texi
@@ -1064,6 +1064,12 @@ Add the directory @var{dir} to the list of directories searched for
@item --output=@var{file}
Cause the output to be put into @var{file} instead of @file{aclocal.m4}.
+@item --print-ac-dir
+Prints the name of the directory which @code{aclocal} will search to
+find the @samp{m4} files. When this option is given, normal processing
+is suppressed. This option can be used by a package to determine where
+to install a macro file.
+
@item --verbose
Print the names of the files it examines.