5 lines
43 B
Bash
5 lines
43 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
autoreconf -fi
|
||
|
./configure "$@"
|