Skip to content
buildconf 278 B
Newer Older
Daniel Stenberg's avatar
Daniel Stenberg committed
die(){
	echo "$@"
	exit
}

Daniel Stenberg's avatar
Daniel Stenberg committed
automake          || die "The command 'automake $MAKEFILES' failed"
Daniel Stenberg's avatar
Daniel Stenberg committed
aclocal           || die "The command 'aclocal' failed"
autoheader        || die "The command 'autoheader' failed"
autoconf          || die "The command 'autoconf' failed"