#!/usr/local/bin/bash -x #bsopts=--verbose bsopts= aclocal19 ${bsopts} || aclocal ${bsopts} || exit autoheader259 ${bsopts}|| autoheader --{bsopts} || exit automake19 --foreign --add-missing --copy ${bsopts} || \ automake --foreign --add-missing --copy --verbose || exit autoconf259 ${bsopts} || autoconf ${bsopts} || exit