openafs/regen.sh

10 lines
179 B
Bash
Raw Normal View History

echo "Updating configuration..."
echo "Running aclocal"
aclocal -I src/cf
echo "Running autoconf"
autoconf
echo "Running autoheader"
autoheader
#echo "Running automake"
#automake