aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:30:13 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:30:13 +0000
commit19771715bed0e87d35310a12481b4e624f0ea6c4 (patch)
tree33f89c950b9b922228bacbc2bb58a98e795fe77e /tests/atlocal.in
parenta30b8a0760e9c7a9897dbc0245be1dfa1f34a15f (diff)
downloadgdbm-19771715bed0e87d35310a12481b4e624f0ea6c4.tar.gz
gdbm-19771715bed0e87d35310a12481b4e624f0ea6c4.tar.bz2
Conditionally define COMPAT.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in3
1 files changed, 3 insertions, 0 deletions
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

Return to:

Send suggestions and report system problems to the System administrator.