5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
aclocal && automake -c --foreign --add-missing && autoheader && autoconf
|
|
|