]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
tests: don't let config.site affect testsuite
authorEric Blake <eblake@redhat.com>
Wed, 1 Jan 2014 23:46:48 +0000 (16:46 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 1 Jan 2014 23:53:57 +0000 (16:53 -0700)
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 <eblake@redhat.com>
tests/base.at

index 0a9fff6188b65f380ec95000be7937a21a9daf3c..33a7cfa0d1afb170fe1f5fe099034f7a3d849946 100644 (file)
@@ -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@