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. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-217-g370b583
Date: Mon, 03 Nov 2008 21:50:44 +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=370b583ea8bc23d9d805fb9ec5ea97526a23331d

The branch, master has been updated
       via  370b583ea8bc23d9d805fb9ec5ea97526a23331d (commit)
      from  90ea138b4ca46dc988314d74bb0e1759821aea84 (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 370b583ea8bc23d9d805fb9ec5ea97526a23331d
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Nov 3 22:50:16 2008 +0100

    Fix regression introduced by AM_DEFAULT_SOURCE_EXT.
    
    * automake.in (handle_source_transform): Use the right variable
    when determining whether to apply the old rule for the libtool
    library default source name.
    Testsuite failure exposed by Bob Proulx' build daemon.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog   |    8 ++++++++
 automake.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f252756..ef3b8f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-03  Ralf Wildenhues  <address@hidden>
+
+       Fix regression introduced by AM_DEFAULT_SOURCE_EXT.
+       * automake.in (handle_source_transform): Use the right variable
+       when determining whether to apply the old rule for the libtool
+       library default source name.
+       Testsuite failure exposed by Bob Proulx' build daemon.
+
 2008-11-02  Ralf Wildenhues  <address@hidden>
 
        New maintainer target release-stats.
diff --git a/automake.in b/automake.in
index 4b54457..147c4c3 100755
--- a/automake.in
+++ b/automake.in
@@ -2067,7 +2067,7 @@ sub handle_source_transform ($$$$%)
          if $default_source_ext =~ /[\t ]/;
        (my $default_source = $unxformed) =~ 
s,(\.[^./\\]*)?$,$default_source_ext,;
        if ($old_default_source ne $default_source
-           && !$default_source_ext
+           && !$ext_var
            && (rule $old_default_source
                || rule '$(srcdir)/' . $old_default_source
                || rule '${srcdir}/' . $old_default_source


hooks/post-receive
--
GNU Automake




reply via email to

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