4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
# Bootstrap configure system from .ac/.am files
|
|
autoreconf --install -I config --force
|