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.63-175-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63-175-g44fbeef
Date: Mon, 10 Nov 2008 17:42:34 +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=44fbeef86d03f2b754a4444e38f38631ad318946

The branch, master has been updated
       via  44fbeef86d03f2b754a4444e38f38631ad318946 (commit)
      from  3b78b1ae088255de3108bf7497857ea133aa604b (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 44fbeef86d03f2b754a4444e38f38631ad318946
Author: Clinton Roy <address@hidden>
Date:   Fri Oct 24 12:36:47 2008 +1000

    Pass autoreconf -I to aclocal -I
    
    * bin/autoreconf.in (parse_args): Pass --include to aclocal.
    * doc/autoconf.texi (autoreconf Invocation): Updates for above.
    * NEWS: Document it.
    * THANKS: Update.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 ChangeLog         |    8 ++++++++
 NEWS              |    3 +++
 THANKS            |    1 +
 bin/autoreconf.in |    1 +
 doc/autoconf.texi |    3 ++-
 5 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6dd25c6..b0988e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-10  Clinton Roy  <address@hidden>  (tiny change)
+
+       Pass autoreconf -I to aclocal -I
+       * bin/autoreconf.in (parse_args): Pass --include to aclocal.
+       * doc/autoconf.texi (autoreconf Invocation): Updates for above.
+       * NEWS: Document it.
+       * THANKS: Update.
+
 2008-11-10  Eric Blake  <address@hidden>
 
        Try 'print -r --' as a non-forking variant of 'printf %s\\n'.
diff --git a/NEWS b/NEWS
index dd77124..f0e298e 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,9 @@ GNU Autoconf NEWS - User visible changes.
    The warning is still printed, and you should really fix it by
    providing a fourth parameter to AC_CHECK_HEADER/AC_CHECK_HEADERS.
 
+** Autoreconf added aclocal to the set of programs affected by the
+   `autoreconf -I dir' option.
+
 ** The following documented m4sugar macros are new:
    m4_curry  m4_default_quoted  m4_map_args  m4_map_args_pair
    m4_set_map
diff --git a/THANKS b/THANKS
index a9b65ce..66c98cc 100644
--- a/THANKS
+++ b/THANKS
@@ -69,6 +69,7 @@ Christian Krackowizer       address@hidden
 Christian Krone             address@hidden
 Christopher Hulbert         address@hidden
 Christopher Lee             address@hidden
+Clinton Roy                 address@hidden
 Cort Dougan                 address@hidden
 D'Arcy A MacIsaac           ?
 Dalibor Topic               address@hidden
diff --git a/bin/autoreconf.in b/bin/autoreconf.in
index 923f8ca..86e8826 100644
--- a/bin/autoreconf.in
+++ b/bin/autoreconf.in
@@ -186,6 +186,7 @@ sub parse_args ()
 
   # Dispatch autoreconf's option to the tools.
   # --include;
+  $aclocal    .= join (' -I ', '', map { shell_quote ($_) } @include);
   $autoconf   .= join (' --include=', '', map { shell_quote ($_) } @include);
   $autoconf   .= join (' --prepend-include=', '', map { shell_quote ($_) } 
@prepend_include);
   $autoheader .= join (' --include=', '', map { shell_quote ($_) } @include);
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 86bed7f..fbb0a3b 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -1663,7 +1663,8 @@ run @samp{make}.
 @item address@hidden
 @itemx -I @var{dir}
 Append @var{dir} to the include path.  Multiple invocations accumulate.
-Passed on to @command{autoconf} and @command{autoheader} internally.
+Passed on to @command{aclocal}, @command{autoconf} and
address@hidden internally.
 
 @item address@hidden
 @itemx -B @var{dir}


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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