7 lines
81 B
Bash
7 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
aclocal -I ./m4 --force
|
||
|
autoconf
|
||
|
autoheader
|
||
|
automake --add-missing
|