Blob Blame History Raw
#
# set -o errexit -o noglob are assumed.
#

pkg_mailutils_configure_autotools_pre() {
	autoreconf -fiv;
};

# vim:filetype=sh