6 lines
74 B
Bash
6 lines
74 B
Bash
|
#!/bin/sh
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake --gnu --add-missing --copy
|
||
|
autoconf
|