pre.sh at tip
Bounty program for improvements to Tcl and certain Tcl packages.

File build/pre.sh from the latest check-in


#! /usr/bin/env bash

./autogen.sh || exit 1
rm -rf aclocal

exit 0