7 lines
121 B
Bash
7 lines
121 B
Bash
#!/bin/sh
|
|
aclocal
|
|
autoheader
|
|
automake --gnu --add-missing --copy
|
|
autoconf
|
|
[ -d autom4te.cache ] && rm -fr autom4te.cache
|