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.69-115-


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-115-g251d13f
Date: Wed, 01 Jan 2014 23:55:12 +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=251d13ff2491e470f16569a9bb31123558ae84b2

The branch, master has been updated
       via  251d13ff2491e470f16569a9bb31123558ae84b2 (commit)
      from  29943c7e4a16f3d43dccbb8b697e31667baef4e9 (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 251d13ff2491e470f16569a9bb31123558ae84b2
Author: Eric Blake <address@hidden>
Date:   Wed Jan 1 16:46:48 2014 -0700

    tests: don't let config.site affect testsuite
    
    Test 236 "configure directories" failed for me on 64-bit Fedora 20;
    it boiled down to the system's config.site causing libdir to
    default to /usr/lib64 instead of the autoconf default of /usr/lib.
    
    * tests/base.at (configure directories): Neutralize any preinstalled
    config.site from the system.
    
    Signed-off-by: Eric Blake <address@hidden>

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

Summary of changes:
 tests/base.at |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/base.at b/tests/base.at
index 0a9fff6..33a7cfa 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -682,6 +682,9 @@ AT_CLEANUP
 
 AT_SETUP([configure directories])
 
+CONFIG_SITE=/dev/null
+export CONFIG_SITE
+
 AT_DATA([foo.in],
 address@hidden@
 address@hidden@


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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