7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/sh -e
|
|
|
|
autoreconf -fi;
|
|
rm -Rf autom4te*.cache;
|
|
|
|
./configure $*
|