Major refactoring of code into separate Stow and Stow::Util Perl modules

This commit is contained in:
Adam Spiers 2011-11-24 16:28:09 +00:00
parent 1365c4c4f1
commit dc61da22d4
20 changed files with 2439 additions and 1980 deletions

View file

@ -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