autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: ignore config.site in 'configure directories'


From: Pavel Raiskup
Subject: [PATCH] tests: ignore config.site in 'configure directories'
Date: Wed, 20 Nov 2013 08:02:58 +0100

Original bugreport: https://bugzilla.redhat.com/994725

* tests/base.at (configure directories): Export CONFIG_SITE=NONE.
---
 tests/base.at | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/base.at b/tests/base.at
index 87a0417..84e35e5 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -696,6 +696,7 @@ AC_OUTPUT
 
 AT_CHECK_AUTOCONF
 dnl check that relative paths are rejected
+export CONFIG_SITE=NONE
 AT_CHECK_CONFIGURE([--libdir=.], [1], [ignore], [stderr])
 AT_CHECK([grep 'expected an absolute directory name for --libdir: \.' stderr],
         [0], [ignore])
-- 
1.8.4.2




reply via email to

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