aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-06 09:28:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-06 09:28:37 +0000
commit628800ec96adf60809466f9687dc426f462d29e7 (patch)
tree508325df88bb326f55db79c77432e417a51d62aa /Makefile.am
parent33d33a19f0694b1e3eca1d3d32c62baf803fac0d (diff)
downloadgdbm-628800ec96adf60809466f9687dc426f462d29e7.tar.gz
gdbm-628800ec96adf60809466f9687dc426f462d29e7.tar.bz2
(DISTCHECK_CONFIGURE_FLAGS): New variable.
Force the use of --enable-libgdbm-compat on distcheck stage.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c815a37..727ca90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,8 @@ if ENABLE_EXPORT
endif
SUBDIRS = src doc $(MAYBE_COMPAT) $(MAYBE_EXPORT) tests
+DISTCHECK_CONFIGURE_FLAGS=--enable-libgdbm-compat
+
dist-hook:
rm -f $(distdir)/src/version.c; \
d=`date '+%d/%m/%Y'`; \

Return to:

Send suggestions and report system problems to the System administrator.