Diff
Bounty program for improvements to Tcl and certain Tcl packages.

Differences From Artifact [9faf9ed037]:

To Artifact [a8f310fb41]:


1
2
3

4
5
#! /usr/bin/env bash

./autogen.sh || exit 1


exit 0


>


1
2
3
4
5
6
#! /usr/bin/env bash

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

exit 0