pre.sh at [5996f7a35f]

File build/pre.sh artifact f947ea4178 part of check-in 5996f7a35f


#! /bin/bash

./kitcreator distclean

KITSHROOTDIR="$(ls -1d kitsh/buildsrc/kitsh-*/)"
export KITSHROOTDIR

(
	cd "${KITSHROOTDIR}" || exit 1

	autoconf; autoheader
	rm -rf autom4te.cache

	./configure

	make distclean
)