summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-04-30 19:53:46 -0700
committerKeith Packard <keithp@keithp.com>2012-04-30 20:00:27 -0700
commit12e29ee80a1bf44bb43a3e17253ca7ad9e24d4ae (patch)
tree4bd05bfe110f8ad430bce1933598c4b66d4a268e
parent1d4efe2834ebf40682286bd03fd878bc8bdf402c (diff)
Remove a set of quotes around the DISTCHECK_CONFIGURE_FLAGS
And use the AM_ version. This deals with some change to automake, I assume. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 483068d..897bf8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ ChangeLog:
(GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
(touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-DISTCHECK_CONFIGURE_FLAGS="--with-nickle-libdir='$${datadir}/nickle'"
+AM_DISTCHECK_CONFIGURE_FLAGS=--with-nickle-libdir='$${datadir}/nickle'
nicklelibdir= $(NICKLE_LIBDIR)