6 lines
41 B
Bash
6 lines
41 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./autotool.sh
|
||
|
./configure $@
|
||
|
|