From 19771715bed0e87d35310a12481b4e624f0ea6c4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 5 Aug 2011 11:30:13 +0000 Subject: Conditionally define COMPAT. --- tests/atlocal.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/atlocal.in b/tests/atlocal.in index 411a76d..5f5f1a1 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -18,6 +18,9 @@ PATH=@abs_top_builddir@/src:$PATH XFAILFILE=$abs_builddir/.badversion +@COMPAT_OPT_TRUE@COMPAT=1 +@COMPAT_OPT_FALSE@COMPAT=0 + trap "cleanup; test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 -- cgit v1.2.1