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-65-g43abb0c


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-65-g43abb0c
Date: Tue, 08 Nov 2011 18:03:10 +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  43abb0c70b9429047a86d40584417eb2af850c6c (commit)
       via  ffe147277237bfab9df0682e162176e11d9e5ee8 (commit)
       via  7ce17c8d2e22b36a7646908813325b3377dd7b2d (commit)
      from  b544ca378409b3807e6386eb6277c61a11079185 (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 43abb0c70b9429047a86d40584417eb2af850c6c
Author: Gary V. Vaughan <address@hidden>
Date:   Wed Nov 9 00:53:33 2011 +0700

    install: correct a typo in pkgaux_files location.
    
    * Makefile.am (install-data-local): Install pkgaux_files
    directly from $(aux_dir) [./libltdl/config at the moment].
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit ffe147277237bfab9df0682e162176e11d9e5ee8
Author: Gary V. Vaughan <address@hidden>
Date:   Wed Nov 9 00:18:02 2011 +0700

    libtoolize: order pkgltdl_files to avoid reconfiguration.
    
    * Makefile.am (pkgltdl_files): aclocal.m4 depends on
    configure.ac, and will cause spurious reconfiguration of freshly
    `libtoolize --ltdl' tree if we don't ensure configure.ac is the
    older of these two files.
    * tests/libtoolize.at: Adjust expout order to match.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

commit 7ce17c8d2e22b36a7646908813325b3377dd7b2d
Author: Gary V. Vaughan <address@hidden>
Date:   Tue Nov 8 22:05:45 2011 +0700

    build: remove an over-exuberant $(srcdir) prefix.
    
    * Makefile.am (git_version_gen): No need for an extra $(srcdir)
    in the path when we always use after `cd $(srcdir).
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 Makefile.am         |   12 ++++++------
 tests/libtoolize.at |    8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a74d854..6960666 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ LT_M4SH                       = $(M4SH) -B 
'$(srcdir)/$(m4sh_dir)'
 # Using `cd' in backquotes may print the directory name, use this instead:
 lt__cd         = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
-git_version_gen = '$(SHELL)' '$(srcdir)/$(aux_dir)/git-version-gen' 
'.tarball-version'
+git_version_gen = '$(SHELL)' '$(aux_dir)/git-version-gen' '.tarball-version'
 rebuild = rebuild=:; revision=`$(lt__cd) $(srcdir) && $(git_version_gen) | sed 
's,-.*$$,,g'`
 
 
@@ -460,12 +460,12 @@ pkgltdl_files     = COPYING.LIB \
                  Makefile.in \
                  Makefile.inc \
                  README \
+                 configure.ac \
                  aclocal.m4 \
                  argz_.h \
                  argz.c \
                  config-h.in \
                  configure \
-                 configure.ac \
                  libltdl/lt__alloc.h \
                  libltdl/lt__dirent.h \
                  libltdl/lt__glibc.h \
@@ -507,14 +507,14 @@ install-data-local: $(lt_Makefile_in)
        for p in $$list; do \
          d=`echo "$(DESTDIR)$(pkgdatadir)/$$p" |$(SED) 's,[^/]*$$,,'`; \
          test -d "$$d" || $(mkinstalldirs) "$$d"; \
-         echo " $(INSTALL_SCRIPT) '$(srcdir)/$(ltdl_dir)/$$p' 
'$(DESTDIR)$(pkgdatadir)/$$p'"; \
-         $(INSTALL_SCRIPT) "$(srcdir)/$(ltdl_dir)/$$p" 
"$(DESTDIR)$(pkgdatadir)/$$p"; \
+         echo " $(INSTALL_SCRIPT) '$(srcdir)/$(aux_dir)/$$p' 
'$(DESTDIR)$(pkgdatadir)/$$p'"; \
+         $(INSTALL_SCRIPT) "$(srcdir)/$(aux_dir)/$$p" 
"$(DESTDIR)$(pkgdatadir)/$$p"; \
        done
        @list='$(auxfiles)' && for p in $$list; do \
          d=`echo "$(DESTDIR)$(pkgdatadir)/$$p" |$(SED) 's,[^/]*$$,,'`; \
          test -d "$$d" || $(mkinstalldirs) "$$d"; \
-         echo " $(INSTALL_DATA) '$(srcdir)/$(ltdl_dir)/$$p' 
'$(DESTDIR)$(pkgdatadir)/$$p'"; \
-         $(INSTALL_DATA) "$(srcdir)/$(ltdl_dir)/$$p" 
"$(DESTDIR)$(pkgdatadir)/$$p"; \
+         echo " $(INSTALL_DATA) '$(srcdir)/$(aux_dir)/$$p' 
'$(DESTDIR)$(pkgdatadir)/$$p'"; \
+         $(INSTALL_DATA) "$(srcdir)/$(aux_dir)/$$p" 
"$(DESTDIR)$(pkgdatadir)/$$p"; \
        done
 ## install the libltdl files
        @list='$(pkgltdl_files)' && for p in $$list; do \
diff --git a/tests/libtoolize.at b/tests/libtoolize.at
index 55520b5..748cd4d 100644
--- a/tests/libtoolize.at
+++ b/tests/libtoolize.at
@@ -372,12 +372,12 @@ libtoolize: linking file `ltdl/COPYING.LIB'
 libtoolize: linking file `ltdl/Makefile.am'
 libtoolize: linking file `ltdl/Makefile.in'
 libtoolize: linking file `ltdl/README'
+libtoolize: linking file `ltdl/configure.ac'
 libtoolize: copying file `ltdl/aclocal.m4'
 libtoolize: linking file `ltdl/argz_.h'
 libtoolize: linking file `ltdl/argz.c'
 libtoolize: linking file `ltdl/config-h.in'
 libtoolize: linking file `ltdl/configure'
-libtoolize: linking file `ltdl/configure.ac'
 libtoolize: linking file `ltdl/libltdl/lt__alloc.h'
 libtoolize: linking file `ltdl/libltdl/lt__dirent.h'
 libtoolize: linking file `ltdl/libltdl/lt__glibc.h'
@@ -471,12 +471,12 @@ libtoolize: copying file `ltdl/COPYING.LIB'
 libtoolize: copying file `ltdl/Makefile.am'
 libtoolize: copying file `ltdl/Makefile.in'
 libtoolize: copying file `ltdl/README'
+libtoolize: copying file `ltdl/configure.ac'
 libtoolize: copying file `ltdl/aclocal.m4'
 libtoolize: copying file `ltdl/argz_.h'
 libtoolize: copying file `ltdl/argz.c'
 libtoolize: copying file `ltdl/config-h.in'
 libtoolize: copying file `ltdl/configure'
-libtoolize: copying file `ltdl/configure.ac'
 libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
 libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
 libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
@@ -888,12 +888,12 @@ libtoolize: copying file `ltdl/COPYING.LIB'
 libtoolize: copying file `ltdl/Makefile.am'
 libtoolize: copying file `ltdl/Makefile.in'
 libtoolize: copying file `ltdl/README'
+libtoolize: copying file `ltdl/configure.ac'
 libtoolize: copying file `ltdl/aclocal.m4'
 libtoolize: copying file `ltdl/argz_.h'
 libtoolize: copying file `ltdl/argz.c'
 libtoolize: copying file `ltdl/config-h.in'
 libtoolize: copying file `ltdl/configure'
-libtoolize: copying file `ltdl/configure.ac'
 libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
 libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
 libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
@@ -966,12 +966,12 @@ libtoolize: linking file `ltdl/COPYING.LIB'
 libtoolize: linking file `ltdl/Makefile.am'
 libtoolize: linking file `ltdl/Makefile.in'
 libtoolize: linking file `ltdl/README'
+libtoolize: linking file `ltdl/configure.ac'
 libtoolize: copying file `ltdl/aclocal.m4'
 libtoolize: linking file `ltdl/argz_.h'
 libtoolize: linking file `ltdl/argz.c'
 libtoolize: linking file `ltdl/config-h.in'
 libtoolize: linking file `ltdl/configure'
-libtoolize: linking file `ltdl/configure.ac'
 libtoolize: linking file `ltdl/libltdl/lt__alloc.h'
 libtoolize: linking file `ltdl/libltdl/lt__dirent.h'
 libtoolize: linking file `ltdl/libltdl/lt__glibc.h'


hooks/post-receive
-- 
GNU Libtool



reply via email to

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