Blob Blame History Raw
#
# set -o errexit -o noglob are assumed.
#
pkg_lua_configure_autotools_pre() {
autoreconf -iv;
};
# vim:filetype=sh