6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
[ ! -d m4 ] && mkdir m4
|
||
|
|
||
|
autoreconf -i -s -f
|