Check for presence of Perl modules at configure time
Closed this issue · 1 comments
GoogleCodeExporter commented
Some of the apps written in Perl have dependencies on other modules that
may not be present. configure.ac should check for these and either a)
fail; or b) conditionally skip building/installing scripts whose
dependencies are not met.
Original issue reported on code.google.com by jeremy.h...@gmail.com
on 18 Jul 2008 at 4:19
GoogleCodeExporter commented
Fixed in r291 for DBI and Date::Calc dependencies. Affects dbstream,
dates_in_range,
and deltadays.
Original comment by jeremy.h...@gmail.com
on 23 Jul 2008 at 4:09
- Changed state: Fixed