1 2 3 4 5 6 7 8 9
# # set +o errexit -o noglob is assumed. # pkg_libgpg_error_configure_autotools_pre() { autoreconf -ivf; }; # vim:filetype=sh