Revamp autogen.sh to call functions from a Perl module
authorDan Scott <dan@coffeecode.net>
Mon, 15 Aug 2011 22:03:37 +0000 (18:03 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 15 Aug 2011 22:03:37 +0000 (18:03 -0400)
commit6749593ebb57848627378bc7fb1bbe1431f19001
treee3c53217c1e590bd0618790ca2cd47536d7e09c1
parentff7c382023385d80dc476f9e94d50bbf88763b2a
Revamp autogen.sh to call functions from a Perl module

This cut moves all of the logic from the individual scripts that
autogen.sh used to call into a self-contained Perl module. We use
OpenILS::Utils::Cronscript to avoid much of the init dupe code.

Note that calling Perl functions from a bash script is not crazy pretty,
but perhaps in the long run autogen.sh becomes something else. This is
just a step towards consolidating those functions in a single module
while maintaining the same interface as before.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/extras/autogen.sh
Open-ILS/src/extras/facet_types_js.pl [deleted file]
Open-ILS/src/extras/fieldmapper.pl [deleted file]
Open-ILS/src/extras/locale_html_options.pl [deleted file]
Open-ILS/src/extras/org_lasso_js.pl [deleted file]
Open-ILS/src/extras/org_tree_html_options.pl [deleted file]
Open-ILS/src/extras/org_tree_js.pl [deleted file]
Open-ILS/src/extras/org_tree_proximity.pl [deleted file]
Open-ILS/src/perlmods/lib/OpenILS/Utils/Configure.pm [new file with mode: 0644]