4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal && autoconf && autoheader && automake --foreign --include-deps --add-missing --copy
|