mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
9 lines
140 B
Bash
9 lines
140 B
Bash
|
echo "Running aclocal"
|
||
|
aclocal -I cf
|
||
|
echo "Running autoconf"
|
||
|
autoconf
|
||
|
echo "Running autoheader"
|
||
|
autoheader
|
||
|
echo "Running automake"
|
||
|
automake
|