6 lines
62 B
Bash
6 lines
62 B
Bash
|
#!/bin/bash
|
||
|
aclocal -I ./config/
|
||
|
autoheader
|
||
|
autoconf
|
||
|
automake
|