midipix / build / midipix_build

Forked from build/midipix_build 4 years ago
Clone

Blame vars/libasr.vars

Lucio Andrés Illanes Albornoz e8f622
#
Lucio Andrés Illanes Albornoz 2b85d0
# set +o errexit -o noglob is assumed.
Lucio Andrés Illanes Albornoz e8f622
#
Lucio Andrés Illanes Albornoz e8f622
Lucio Andrés Illanes Albornoz e8f622
pkg_libasr_configure_autotools_pre() {
Lucio Andrés Illanes Albornoz e8f622
	autoreconf -iv;
Lucio Andrés Illanes Albornoz e8f622
};
Lucio Andrés Illanes Albornoz e8f622
Lucio Andrés Illanes Albornoz e8f622
# vim:filetype=sh