openafs/src/regen.sh

9 lines
140 B
Bash
Raw Normal View History

echo "Running aclocal"
aclocal -I cf
echo "Running autoconf"
autoconf
echo "Running autoheader"
autoheader
echo "Running automake"
automake