summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2011-12-06 10:33:34 +0000
committerAdam Spiers <stow@adamspiers.org>2011-12-06 16:26:24 +0000
commitd879bde678ba02b50476711315ccc005a8f5785f (patch)
treef4446dd6533a481b0565424396743c70996f7ad4 /configure.ac
parent419e31b4c6d0f07d9a9ff92cca2584def070aa31 (diff)
downloadstow-d879bde678ba02b50476711315ccc005a8f5785f.tar.gz
Fixed bug where --with-pmdir was ineffectual.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e95b801..b7006fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AC_ARG_WITH(
[ --with-pmdir=DIR perl modules are in DIR [[LIBDIR/perl5]]],
[PMDIR=${withval}], [PMDIR=${libdir}/perl5]
)
+AC_SUBST([PMDIR])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT