Blob Blame History Raw
#!/bin/sh

autoreconf=${AUTORECONF:-autoreconf}
$autoreconf ${autoreconf_args:-"-vif"} || exit 1