Fixed bug where --with-pmdir was ineffectual.
This commit is contained in:
parent
419e31b4c6
commit
d879bde678
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue