6 lines
50 B
Bash
6 lines
50 B
Bash
|
#!/bin/sh
|
||
|
aclocal
|
||
|
autoheader
|
||
|
autoconf
|
||
|
automake -a
|