7 lines
66 B
Bash
7 lines
66 B
Bash
|
#!/bin/sh
|
||
|
rm -f config.cache
|
||
|
automake
|
||
|
autoheader
|
||
|
aclocal
|
||
|
autoconf
|