automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.12-102-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.12-102-g069d788
Date: Tue, 08 May 2012 11:23:39 +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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=069d788020864a4a1b1c380ad41513c74d116c8b

The branch, master has been updated
       via  069d788020864a4a1b1c380ad41513c74d116c8b (commit)
      from  12405c9fccb92791116c0391cbd7669ea00e9a04 (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 069d788020864a4a1b1c380ad41513c74d116c8b
Author: Stefano Lattarini <address@hidden>
Date:   Tue May 8 13:22:59 2012 +0200

    fixup: s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ in 't/confsub.sh'
    
    Issue introduced in the recent merge 'v1.12-101-g12405c9'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 t/confsub.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/confsub.sh b/t/confsub.sh
index b13f26a..db9f80e 100755
--- a/t/confsub.sh
+++ b/t/confsub.sh
@@ -21,7 +21,7 @@
 
 cat >> configure.ac << 'END'
 AC_CONFIG_FILES([subdir/Makefile])
-AM_CONFIG_HEADER([subdir/config.h:subdir/config.hin])
+AC_CONFIG_HEADERS([subdir/config.h:subdir/config.hin])
 AC_OUTPUT
 END
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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