#!/bin/bash
# This script installs apr and leaves it ready for use building Apache httpd
###SHELLPACK preamble aprbuild-bench 1.7.0

###SHELLPACK parseargBegin
###SHELLPACK parseargInstall
###SHELLPACK parseargEnd

###SHELLPACK check_install_required_continue aprbuild-${VERSION}
###SHELLPACK init_complete

echo apr and apr-util successfully installed
exit $SHELLPACK_SUCCESS
