Major refactoring of code into separate Stow and Stow::Util Perl modules
This commit is contained in:
parent
1365c4c4f1
commit
dc61da22d4
20 changed files with 2439 additions and 1980 deletions
|
@ -15,5 +15,11 @@ then
|
|||
AC_MSG_WARN([WARNING: Perl not found; you must edit line 1 of 'stow'])
|
||||
fi
|
||||
|
||||
AC_ARG_WITH(
|
||||
pmdir,
|
||||
[ --with-pmdir=DIR perl modules are in DIR [[LIBDIR/perl5]]],
|
||||
[PMDIR=${withval}], [PMDIR=${libdir}/perl5]
|
||||
)
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue