6 lines
93 B
Text
6 lines
93 B
Text
|
#!/bin/sh
|
||
|
aclocal && \
|
||
|
autoheader && \
|
||
|
automake --foreign --add-missing --copy && \
|
||
|
autoconf
|