[PATCH] tests: ignore config.site in 'configure directories'
Pavel Raiskup <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <[email protected]> |
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