autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-10-


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-10-gd882037
Date: Fri, 10 Apr 2009 14:40:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=d882037ec027f1860b574284394877a446e7ce2b

The branch, master has been updated
       via  d882037ec027f1860b574284394877a446e7ce2b (commit)
      from  ef8940d9b5a3fe2866027f82a535915da3e78829 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d882037ec027f1860b574284394877a446e7ce2b
Author: Ralf Wildenhues <address@hidden>
Date:   Fri Apr 10 16:37:41 2009 +0200

    Note that AC_DEFUN is needed for aclocal.
    
    * doc/autoconf.texi (Coding Style): Public third-party macros
    should be AC_DEFUN'ed.
    Report by John Calcote.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    7 +++++++
 doc/autoconf.texi |    3 +++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7ee10f3..5daf08b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-10  Ralf Wildenhues  <address@hidden>
+
+       Note that AC_DEFUN is needed for aclocal.
+       * doc/autoconf.texi (Coding Style): Public third-party macros
+       should be AC_DEFUN'ed.
+       Report by John Calcote.
+
 2009-04-10  Eric Blake  <address@hidden>
 
        Add undocumented _AS_CLEAN_DIR.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 5e490fe..b5ff0af 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -13553,6 +13553,9 @@ macro doesn't use @code{AC_REQUIRE}, is expected to 
never be the object
 of an @code{AC_REQUIRE} directive, and macros required by other macros
 inside arguments do not need to be expanded before this macro, then
 use @code{m4_define}.  In case of doubt, use @code{AC_DEFUN}.
+Also take into account that public third-party macros need to use
address@hidden in order to be found by @command{aclocal}
+(@pxref{Extending aclocal,,, automake, @acronym{GNU} Automake}).
 All the @code{AC_REQUIRE} statements should be at the beginning of the
 macro, and each statement should be followed by @code{dnl}.
 


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]