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