5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
aclocal \
|
|
&& autoheader \
|
|
&& automake --gnu --add-missing \
|
|
&& autoconf
|