4 lines
61 B
Bash
4 lines
61 B
Bash
#!/bin/sh
|
|
libtoolize -c --force
|
|
autoreconf --install --force
|
#!/bin/sh
|
|
libtoolize -c --force
|
|
autoreconf --install --force
|