libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.2-378-ga734603


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-378-ga734603
Date: Thu, 22 Aug 2013 09:40:16 +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 Libtool".

The branch, master has been updated
       via  a734603dc187086e3aa0e1482f39138a427fc33b (commit)
      from  bd998a7ea4f73f05aaa2143bf28469ee4b9d3d0c (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 a734603dc187086e3aa0e1482f39138a427fc33b
Author: Gary V. Vaughan <address@hidden>
Date:   Thu Aug 22 15:51:33 2013 +0700

    libltdl: don't trip subdir-objects warning from Automake >= 1.14.
    
    Latest Automake releases now warn when subdir-objects is not
    specified in preparation for Automake 2.0.  The option has been
    in Automake for more than a decade, so there's minimal risk of
    someone using the next release of Libtool alongside an ancient
    release of Automake when bootstrapping libltdl client projects.
    * libltdl/configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 libltdl/configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libltdl/configure.ac b/libltdl/configure.ac
index 31baec7..62bd576 100644
--- a/libltdl/configure.ac
+++ b/libltdl/configure.ac
@@ -52,7 +52,7 @@ LT_CONFIG_LTDL_DIR([.]) # I am me!
 ## Automake Initialisation. ##
 ## ------------------------ ##
 
-AM_INIT_AUTOMAKE([gnu])
+AM_INIT_AUTOMAKE([gnu subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

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