7 lines
51 B
Bash
7 lines
51 B
Bash
|
#!/bin/sh
|
||
|
aclocal
|
||
|
autoheader
|
||
|
automake -a
|
||
|
autoconf
|
||
|
|