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)
committerThomas Berezansky <tsbere@mvlc.org>
Tue, 4 Oct 2011 15:36:33 +0000 (11:36 -0400)
commit97bd3a0480cabba17db12c3c58670400525cdacc
tree40a2e22b6aeed62c0af0643bcc52fce2b0ed1ed1
parent5f8c13296342e8cece794be2a76f188a240a430d
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>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
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]