Eric Blake
2014-01-01 23:55:12 UTC
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 <***@redhat.com>
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 <***@redhat.com>
-----------------------------------------------------------------------
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],
[[prefix=@prefix@
exec_prefix=@exec_prefix@
hooks/post-receive
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 <***@redhat.com>
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 <***@redhat.com>
-----------------------------------------------------------------------
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],
[[prefix=@prefix@
exec_prefix=@exec_prefix@
hooks/post-receive
--
GNU Autoconf source repository
GNU Autoconf source repository