]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Invoking aclocal): Mention ## comments.
authorTom Tromey <tromey@redhat.com>
Sat, 23 Dec 2000 19:44:23 +0000 (19:44 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 23 Dec 2000 19:44:23 +0000 (19:44 +0000)
ChangeLog
automake.texi

index 8fa2934914c859a03f0c90b0cc63244be130a257..5e1c44a5569c08b0b625879efcd888760aa434b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-23  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Invoking aclocal): Mention ## comments.
+
 2000-12-22  Tom Tromey  <tromey@redhat.com>
 
        From Raja R Harinath:
index 5d2d36bf3e53cde03942ffe9f1579ac757015b87..e21d7d2b9873edef01863a9b66d5814b876ee51e 100644 (file)
@@ -1169,6 +1169,13 @@ The contents of @file{acinclude.m4}, if it exists, are also
 automatically included in @file{aclocal.m4}.  This is useful for
 incorporating local macros into @file{configure}.
 
+@code{aclocal} tries to be smart about looking for new @code{AC_DEFUN}s
+in the files it scans.  It will warn if it finds duplicates.  It also
+tries to copy the full text of the scanned file into @file{aclocal.m4},
+including both @samp{#} and @samp{dnl} comments.  If you want to make a
+comment which will be completely ignored by @code{aclocal}, use
+@samp{##} as the comment leader.
+
 @code{aclocal} accepts the following options:
 
 @table @code
This page took 0.032956 seconds and 5 git commands to generate.