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

pkg_tdnf_configure_autotools_pre() {
	autoreconf -iv;
};

# vim:filetype=sh