5 lines
93 B
Bash
Executable file
5 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
aclocal && \
|
|
autoheader && \
|
|
automake --foreign --add-missing --copy && \
|
|
autoconf
|